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-35429: Move preparedSeqno check to ActiveStream::seqnoAck
Currently we check if we should process a seqno ack based on
whether or not the preparedSeqno is less than our ActiveStream's
lastSentSeqno. This should only be done if the stream is alive as
we should never attempt to process seqno acks for any dead Stream.
Change-Id: Iac72210a4bca390ea19013c7d43a8082fbb44a5d
Reviewed-on: http://review.couchbase.org/112971
Reviewed-by: James Harrison <[email protected]>
Reviewed-by: Dave Rigby <[email protected]>
Tested-by: Build Bot <[email protected]>
0 commit comments