Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
3.1.0
-
None
-
None
-
1
Description
Concerned code:
—
Here, lcb returns true if the passed scope.collection is not equal to "_default".
This incorrect return value is then used for returning a "LCB_ERR_SDK_FEATURE_UNAVAILABLE" for a default collection back to the caller (here eventing).
Effect on eventing : This broke almost all of eventing's upgrade tests where a 7.0 eventing consumer (using 3.1.0 lcb) tries to run a KV operation against a 6.6.x memcached.
Attachments
Issue Links
- blocks
-
MB-45261 Upgrade 6.6.1-> 7.0.0 : Timer creation failing with LCB_ERR_SDK_FEATURE_UNAVAILABLE
-
- Closed
-
Activity
Field | Original Value | New Value |
---|---|---|
Priority | Major [ 3 ] | Critical [ 2 ] |
Status | New [ 10003 ] | Open [ 1 ] |
Fix Version/s | 3.1.1 [ 17272 ] |
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Resolved [ 5 ] |
Hi Sergey Avseyev - Just wanted to check for any updates on the above or on the submitted patch. Asking because eventing upgrade tests won't be successful without this change.