Skip to content

Commit

Permalink
continue develop
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanziwei committed Nov 13, 2023
1 parent 49d8842 commit 466a3e2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ SegmentList<Ballot> getPendingMetaQueue() {
return this.pendingMetaQueue;
}


public long getLastCommittedIndex() {
long stamp = this.stampedLock.tryOptimisticRead();
final long optimisticVal = this.lastCommittedIndex;
Expand Down

0 comments on commit 466a3e2

Please sign in to comment.