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
can use binary search to search offset since segments are sorted.
The text was updated successfully, but these errors were encountered:
hhow09
changed the title
flush before call return readers, binary search
[WriteALogPackage] flush before call return readers, binary search
Mar 10, 2023
proglog/WriteALogPackage/internal/log/log.go
Line 200 in f6dae5f
should we flush the store before return reader just like what
Read()
did ? Otherwise records might still in buffer.proglog/WriteALogPackage/internal/log/log.go
Line 99 in f6dae5f
can use binary search to search offset since segments are sorted.
The text was updated successfully, but these errors were encountered: