You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
lootek
changed the title
.bad files are created when queue is rolled and r/w is happening concurrently
.bad files are created when r/w operations happen alternately until queue file is rolled
Jun 21, 2022
Nice find. This is broken because we check to roll the file on write at the beginning of writeOne(), so when the size of the file reaches maxBytesPerFile (exactly), it doesn't roll until the next write.
Reproduction as unit test: #37
The text was updated successfully, but these errors were encountered: