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
{{ message }}
This repository has been archived by the owner on Jun 23, 2022. It is now read-only.
The shared log's size is calculated by "global_end_offset - global_start_offset". When all shared log are deleted, the "global_start_offset" will be reset to 0, while the "global_end_offset" will remain unchanged, in which case we will get a uncorrect "size" of shared log.
The shared log's size is calculated by "global_end_offset - global_start_offset". When all shared log are deleted, the "global_start_offset" will be reset to 0, while the "global_end_offset" will remain unchanged, in which case we will get a uncorrect "size" of shared log.
please see
rdsn/src/dist/replication/lib/mutation_log.cpp
Line 1668 in 6ce6d43
Setting "_global_start_offset" to "_global_end_offset" may fix this, but we need to test it.
The text was updated successfully, but these errors were encountered: