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
The seqno ack code incorrectly assumes that we have only one
Consumer in the vbConns "map". This may not be the case if we have
a Consumer with dead PassiveStream and another Consumer with an
alive one.
Instead of attempting to ack for the first Consumer found, ack for
all Consumers found but only if the PassiveStream is alive.
Change-Id: If4adc3a6cb73ea3befaa23ad7bfd33bced0b7a65
Reviewed-on: http://review.couchbase.org/112961
Reviewed-by: Dave Rigby <[email protected]>
Tested-by: Build Bot <[email protected]>
0 commit comments