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
We are reading ahead from the segment file reusing the same buffer which is OK but when returning a single chunk (readSingleChunk()) we are allocating new buffers instead of using a pool.
The text was updated successfully, but these errors were encountered:
We are reading ahead from the segment file reusing the same buffer which is OK but when returning a single chunk (
readSingleChunk()
) we are allocating new buffers instead of using a pool.The text was updated successfully, but these errors were encountered: