We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c5dceb commit 650443aCopy full SHA for 650443a
engines/ep/src/checkpoint.h
@@ -649,7 +649,7 @@ class Checkpoint {
649
uint64_t visibleSnapEndSeqno = 0;
650
/// The seqno of the highest expelled item.
651
Monotonic<int64_t> highestExpelledSeqno{0};
652
- Vbid vbucketId;
+ const Vbid vbucketId;
653
rel_time_t creationTime;
654
folly::Synchronized<checkpoint_state> checkpointState;
655
/// Number of non-meta items (see Item::isCheckPointMetaItem).
0 commit comments