Bucket at zero ram quota

Good day,

I’ve got a problem with freshly created couchbase bucket.
Every bucket I create so far doesn’t allocate memory, resulting in errors if i try to access it.

Curl used for bucket creation (same results using web-ui)

http://localhost:8091/pools/default/buckets -d name=example_bucket -d ramQuotaMB=10000 -d authType=none -d replicaNumber=2

This is how it appears on web-ui, along with an existing bucket

The version is Couchbase Server Community Edition 6.0.0 build 1693

Thank you for your help

Can you delete the bucket and then show the actual curl command and output (using --verbose) to create it ?

Sorry for the late reply,

In the end it was a problem in the election protocol in the cluster, where we had two masters at the same time and no quorum could be reach. We resolved it by restart the entire cluster.