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
MB-34910: Track HPS/HCS as member variables of the ADM::State
Instead of deriving the HPS and HCS when they are read, keep
a tracked/cached counter in the ADM::State which is simply
returned when needed.
This is also required to simplify the warmup of the ADM as
we can just assign the pre-warmup value.
Note: highPreparedSeqno is tracked as weak monotonic counter
becase updateHighPreparedSeqno can run and make no change,
rather than detect when no-change occured we just tolerate
assignment of the current value.
Change-Id: I914637548fdfecd419d6492561a4a3319fe88b26
Reviewed-on: http://review.couchbase.org/111863
Reviewed-by: Ben Huddleston <[email protected]>
Tested-by: Build Bot <[email protected]>
Reviewed-by: Dave Rigby <[email protected]>
0 commit comments