Description
A user who wishes to create an ephemeral bucket with the SDK is not being able to do so as the flag "indexReplica" for the views is always set.
https://github.com/couchbase/gocb/blob/master/cluster_bucketmgr.go#L537
in this kind of bucket, this flag is unsupported.
Although there is a bucket type called Ephemeral, it cannot be used to to missing configurations.
error:
“"error":"replicaindex not supported for ephemeral buckets “
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Fix Version/s | 2.1.4 [ 16905 ] |
Assignee | Brett Lawson [ brett19 ] | Charles Dixon [ charles.dixon ] |
Status | New [ 10003 ] | Open [ 1 ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Link | This issue blocks CBSE-8573 [ CBSE-8573 ] |
Resolution | Fixed [ 1 ] | |
Status | In Progress [ 3 ] | Resolved [ 5 ] |
Workflow | Couchbase SDK Workflow [ 173628 ] | Couchbase SDK Workflow with Review [ 251312 ] |
Build couchbase-server-7.0.0-3115 contains gocb commit 8a1e4c1 with commit message:
GOCBC-945: Don't set replicaIndex for ephemeral bucket creation