bump
This commit is contained in:
parent
f27475e2f4
commit
4e20da76fb
|
@ -71,7 +71,8 @@ struct GranuleMetadata : NonCopyable, ReferenceCounted<GranuleMetadata> {
|
|||
KeyRange keyRange;
|
||||
|
||||
GranuleFiles files;
|
||||
Standalone<GranuleDeltas> currentDeltas; // only contain deltas in pendingDeltaVersion + 1, bufferedDeltaVersion
|
||||
Standalone<GranuleDeltas>
|
||||
currentDeltas; // only contain deltas in pendingDeltaVersion + 1 through bufferedDeltaVersion
|
||||
|
||||
uint64_t bytesInNewDeltaFiles = 0;
|
||||
uint64_t bufferedDeltaBytes = 0;
|
||||
|
|
Loading…
Reference in New Issue