Details
-
Bug
-
Resolution: Not a Bug
-
Minor
-
None
-
Cheshire-Cat
-
Enterprise Edition 7.0.0 build 1569
Java SDK 3.0
Core IO 2.0
-
Untriaged
-
Centos 64-bit
-
No
Description
Build: 7.0.0-1569
Scenario:
- Two node cluster, Couchbase bucket(replica=1)
- Insert key 'test-doc-0' with valid doc_size (Insert succeeds)
- Insert same key with invalid doc_size (21MB)
Observation:
Step#3 results in 'ValueTooLargeException'
Expected behavior:
Since the key is already existing in the server, we should get 'DocumentExistsException' irrespective of the value of the document.
Attaching doc_create.pcapngfor further debugging.