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
Describe the bug
When reviewing the meta.json for the blocks there are some data points that seem to be unused or inconsistent.
totalObjects vs totalRecords - objects are the number of snapshots in the block, records always seems to be 1. They are then referred to inconsistently in the code in compactor.go#60 for example.
indexPageSize - seems to be passed around during requests but never set or read
encoding and dataEncoding - should be reviewed to ensure these are correct
Expected behavior
Naming and usage should be consistent and clear.
The text was updated successfully, but these errors were encountered:
Describe the bug
When reviewing the
meta.json
for the blocks there are some data points that seem to be unused or inconsistent.Expected behavior
Naming and usage should be consistent and clear.
The text was updated successfully, but these errors were encountered: