Details
-
Bug
-
Resolution: Fixed
-
Major
-
None
-
1
Description
Currently, it is not possible to submit an operation to libcouchbase before the lcb_connect completes. This causes an issue with the higher level SDKs where we need to queue operations on our side, but we lose on the ability to easily track the timeout throughout the entire lifetime of the operation and we also loose all the context of why that operation failed (there are intended to be retry reasons and other context associated with operations that fail due to connecting not working).
Attachments
Issue Links
- blocks
-
CCBC-1288 LCB does not time out ops when lcb_open still in progress
- Open
-
JSCBC-706 Client does not attempt to reconnect on bucket connect errors
- Resolved
- depends on
-
CCBC-1404 Extract operation structures into separate files and convert them to C++
- Resolved
- relates to
-
CCBC-1288 LCB does not time out ops when lcb_open still in progress
- Open