Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 1.7.2, 1.8.1, 2.0
-
Fix Version/s: 2.1.0
-
Component/s: couchbase-bucket
-
Security Level: Public
-
Labels:
-
Environment:Centos, build 2.0 -1549
Description
Setup:
1. Setup a unidirectional replication from source to destination cluster.
2. Load 30k items on source cluster with prefix "loadOne"
3. Verify 30k items are replicated to destination cluster.
Error
--------
1. On the top-keys on the destination cluster, some keys are displayed in some binary format "BIN_AAAAAAAAAAAAAAAAAAAAAQAGwR/K3og..".
2. To check if the above key exists as displayed, did a get on the above value
telnet somehost 11211
get BIN_AAAAAAAAAAAAAAAAAAAAAQAGwR/K3og
No values returned. Seeing no key on the host.
Get on the other keys returns expected key-values.
Attaching screen-shots from 1.Destination 2. Source
1. Setup a unidirectional replication from source to destination cluster.
2. Load 30k items on source cluster with prefix "loadOne"
3. Verify 30k items are replicated to destination cluster.
Error
--------
1. On the top-keys on the destination cluster, some keys are displayed in some binary format "BIN_AAAAAAAAAAAAAAAAAAAAAQAGwR/K3og..".
2. To check if the above key exists as displayed, did a get on the above value
telnet somehost 11211
get BIN_AAAAAAAAAAAAAAAAAAAAAQAGwR/K3og
No values returned. Seeing no key on the host.
Get on the other keys returns expected key-values.
Attaching screen-shots from 1.Destination 2. Source
BIN_<base64> format for non ascii keys was implemented by me very long time ago. I'm ok with changing that, but I need 'yes we desperately need this fixed' first.