Skip to content

Commit be3f716

Browse files
committed
CheckpointManager: Add label to Monotonic lastBySeqno
Change-Id: Id74fc65ff2f158f8f5aacae898b71fc7ab80b429 Reviewed-on: http://review.couchbase.org/112699 Tested-by: Build Bot <[email protected]> Reviewed-by: James Harrison <[email protected]>
1 parent 6441ad2 commit be3f716

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

engines/ep/src/checkpoint_manager.cc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ CheckpointManager::CheckpointManager(EPStats& st,
4343
flusherCB(cb) {
4444
LockHolder lh(queueLock);
4545

46+
lastBySeqno.setLabel("CheckpointManager(" + vbucketId.to_string() +
47+
")::lastBySeqno");
48+
4649
// Note: this is the last moment in the CheckpointManager lifetime
4750
// when the checkpointList is empty.
4851
// Only in CheckpointManager::clear_UNLOCKED, the checkpointList

0 commit comments

Comments
 (0)