Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
6.5.0, 6.5.1, 6.6.0
-
Untriaged
-
1
-
Unknown
Description
VbSeqnosReader has been updated to process two types of requests in 6.5.0: a) VbSeqnosRequest (b) VbMinSeqnosRequest
When processing VbSeqnosRequest, if there are any VbMinSeqnosRequest's, then the VbMinSeqnosRequest's will be queued back into the requestCh of VbSeqnosReader. If the VbSeqnosReader closes by this time, then enqueue will fail but the caller will be waiting for a response indefinitely.
Attachments
Issue Links
- is a backport of
-
MB-40633 Respond back to outstanding requests upon exit of VbSeqnosReader
-
- Closed
-
Build couchbase-server-6.6.1-9213 contains indexing commit a60a85d with commit message:
MB-43231Respond to outstanding requests on exit of vbSeqnosReader