| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
There was a problem hiding this comment.
PR is working as expected, LGTM!
Sorry, something went wrong.
Enhance datafile size check to prevent overflow during writes (cherry picked from commit a26cabb)
Enhance datafile size check to prevent overflow during writes (cherry picked from commit a26cabb)
| Back | FazBrowse Home | New Git URL |
Summary
Summary by cubic
Prevent datafiles from exceeding the configured max size by making the check atomic and accounting for the incoming extent size before writing. This eliminates the race where multiple writers could overfill a file.
Written for commit 02a6308. Summary will update automatically on new commits.