Number of buckets must be a power of two?

I am getting this error:
Exception in thread “main” com.couchbase.client.vbucket.config.ConfigParsingException: Number of buckets must be a power of two, > 0 and <= 65536
Either I am doing something wrong or this is a very restrictive requirement. I can see that if I have 4 buckets it is not too bad to create 2 dummy buckets (sssuming that there are 2 useful buckets. I realize 1 is also a power of 2). But to make a jump from 4 to 8 buckets requiring 100 MB be dedicated to a dummy bucket is not very efficient. And as you can tell it gets worse as the number of buckets increases passed 8. Is this a real restriction and why is this so? Has anyone used a system where the number of buckets was > 8 or 16. What issues did you run into? It seems that Couchbase is not a good system for those that require > 9 or 16 buckets.

Hmm thanks for the quick response. Did you copy the output at the same time when the error shows up - so is it always reproducable? or only if you do any particular with your cluster (like shutting down or starting it up).
Thanks!

Hi rkb,
actually you ran into a typo! :slight_smile: It should be “Number of vbuckets (!) must be a power of two”. By default, they should always be 1024.
Can you copy the result of NODE:8091/pools/default/buckets/BUCKETNAME here?
It should contain a large JSON response including the vbucket map.
This may be the case when your cluster is still warming up, do you have a large dataset currently warming up?
Thanks!
(and I’ll fix the typo for the next release)

I received the exception then entered the URL and copied the result. The cluster was up as far as I could see?

I am not sure about the typo. The only way i was able to work-around was to create a dummy bucket. So there were 3 buckets and I was trying to create 4 (which of course is a power of 2). Here is the error message I received:
kevin@devUbuntu01:~/CouchbaseImport$ java -jar CouchbaseImport.jar
order bucket created
Apr 10, 2013 12:07:44 PM com.couchbase.client.CouchbaseProperties setPropertyFile
INFO: Could not load properties file “cbclient.properties” because: File not found with system classloader.
Exception in thread “main” com.couchbase.client.vbucket.config.ConfigParsingException: Number of buckets must be a power of two, > 0 and <= 65536
at com.couchbase.client.vbucket.config.DefaultConfigFactory.parseEpJSON(DefaultConfigFactory.java:135)
at com.couchbase.client.vbucket.config.DefaultConfigFactory.parseJSON(DefaultConfigFactory.java:95)
at com.couchbase.client.vbucket.config.DefaultConfigFactory.create(DefaultConfigFactory.java:82)
at com.couchbase.client.vbucket.config.ConfigurationParserJSON.parseBucketFromJSON(ConfigurationParserJSON.java:129)
at com.couchbase.client.vbucket.config.ConfigurationParserJSON.parseBuckets(ConfigurationParserJSON.java:106)
at com.couchbase.client.vbucket.ConfigurationProviderHTTP.readPools(ConfigurationProviderHTTP.java:235)
at com.couchbase.client.vbucket.ConfigurationProviderHTTP.getBucketConfiguration(ConfigurationProviderHTTP.java:147)
at com.couchbase.client.CouchbaseConnectionFactory.getVBucketConfig(CouchbaseConnectionFactory.java:230)
at com.couchbase.client.CouchbaseClient.(CouchbaseClient.java:237)
at com.couchbase.client.CouchbaseClient.(CouchbaseClient.java:175)
at CouchbaseImport.App.syncPopulation(App.java:1349)
at CouchbaseImport.App.main(App.java:1601)
Here is the output you requested (it is long)
{
name: “orders”,
bucketType: “membase”,
authType: “sasl”,
saslPassword: “”,
proxyPort: 0,
replicaIndex: true,
uri: “/pools/default/buckets/orders?bucket_uuid=51252e811451dca770a5a8b96d431f13”,
streamingUri: “/pools/default/bucketsStreaming/orders?bucket_uuid=51252e811451dca770a5a8b96d431f13”,
localRandomKeyUri: “/pools/default/buckets/orders/localRandomKey”,
controllers: {
compactAll: “/pools/default/buckets/orders/controller/compactBucket”,
compactDB: “/pools/default/buckets/orders/controller/compactDatabases”,
purgeDeletes: “/pools/default/buckets/orders/controller/unsafePurgeBucket”
},
nodes: [
{
couchApiBase: “http://172.16.33.138:8092/orders”,
systemStats: {
cpu_utilization_rate: 9.950248756218905,
swap_total: 1071640576,
swap_used: 0
},
interestingStats: {
couch_docs_actual_disk_size: 25931171,
couch_docs_data_size: 25613305,
couch_views_actual_disk_size: 222353,
couch_views_data_size: 207474,
curr_items: 2014,
curr_items_tot: 4013,
mem_used: 50129640,
vb_replica_curr_items: 1999
},
uptime: “582646”,
memoryTotal: 4147081216,
memoryFree: 886755328,
mcdMemoryReserved: 3163,
mcdMemoryAllocated: 3163,
replication: 1,
clusterMembership: “active”,
status: “healthy”,
hostname: “172.16.33.138:8091”,
clusterCompatibility: 131072,
version: “2.0.1-170-rel-enterprise”,
os: “x86_64-unknown-linux-gnu”,
ports: {
proxy: 11211,
direct: 11210
}
},
{
couchApiBase: “http://172.16.34.56:8092/orders”,
systemStats: {
cpu_utilization_rate: 7.106598984771574,
swap_total: 1071640576,
swap_used: 8597504
},
interestingStats: {
couch_docs_actual_disk_size: 34060020,
couch_docs_data_size: 33747286,
couch_views_actual_disk_size: 214127,
couch_views_data_size: 198987,
curr_items: 1966,
curr_items_tot: 3985,
mem_used: 50249808,
vb_replica_curr_items: 2019
},
uptime: “425646”,
memoryTotal: 4147081216,
memoryFree: 1263390720,
mcdMemoryReserved: 3163,
mcdMemoryAllocated: 3163,
replication: 1,
clusterMembership: “active”,
status: “healthy”,
hostname: “172.16.34.56:8091”,
clusterCompatibility: 131072,
version: “2.0.1-170-rel-enterprise”,
os: “x86_64-unknown-linux-gnu”,
ports: {
proxy: 11211,
direct: 11210
}
},
{
couchApiBase: “http://172.16.33.107:8092/orders”,
systemStats: {
cpu_utilization_rate: 3,
swap_total: 1071640576,
swap_used: 794624
},
interestingStats: {
couch_docs_actual_disk_size: 39910875,
couch_docs_data_size: 39579945,
couch_views_actual_disk_size: 374248,
couch_views_data_size: 202130,
curr_items: 1973,
curr_items_tot: 3910,
mem_used: 50138288,
vb_replica_curr_items: 1937
},
uptime: “582959”,
memoryTotal: 4147081216,
memoryFree: 913547264,
mcdMemoryReserved: 3163,
mcdMemoryAllocated: 3163,
replication: 1,
clusterMembership: “active”,
status: “healthy”,
thisNode: true,
hostname: “172.16.33.107:8091”,
clusterCompatibility: 131072,
version: “2.0.1-170-rel-enterprise”,
os: “x86_64-unknown-linux-gnu”,
ports: {
proxy: 11211,
direct: 11210
}
},
{
couchApiBase: “http://172.16.33.221:8092/orders”,
systemStats: {
cpu_utilization_rate: 5.05050505050505,
swap_total: 1071640576,
swap_used: 0
},
interestingStats: {
couch_docs_actual_disk_size: 25705612,
couch_docs_data_size: 25387710,
couch_views_actual_disk_size: 292009,
couch_views_data_size: 196165,
curr_items: 1936,
curr_items_tot: 3870,
mem_used: 50060104,
vb_replica_curr_items: 1934
},
uptime: “582434”,
memoryTotal: 4147081216,
memoryFree: 935747584,
mcdMemoryReserved: 3163,
mcdMemoryAllocated: 3163,
replication: 1,
clusterMembership: “active”,
status: “healthy”,
hostname: “172.16.33.221:8091”,
clusterCompatibility: 131072,
version: “2.0.1-170-rel-enterprise”,
os: “x86_64-unknown-linux-gnu”,
ports: {
proxy: 11211,
direct: 11210
}
}
],
stats: {
uri: “/pools/default/buckets/orders/stats”,
directoryURI: “/pools/default/buckets/orders/statsDirectory”,
nodeStatsListURI: “/pools/default/buckets/orders/nodes”
},
ddocs: {
uri: “/pools/default/buckets/orders/ddocs”
},
nodeLocator: “vbucket”,
autoCompactionSettings: false,
fastWarmupSettings: false,
uuid: “51252e811451dca770a5a8b96d431f13”,
vBucketServerMap: {
hashAlgorithm: “CRC”,
numReplicas: 1,
serverList: [
“172.16.33.107:11210”,
“172.16.33.138:11210”,
“172.16.33.221:11210”,
“172.16.34.56:11210”
],
vBucketMap: [
[
0,
1
],
[
0,
1
],
[
0,
1
],
[
0,
1
],
[
0,
1
],
[
0,
1
],
[
0,
1
],
[
0,
1
],
[
0,
1
],
[
0,
1
],
[
0,
1
],
[
0,
1
],
[
0,
1
],
[
0,
1
],
[
0,
1
],
[
0,
1
],
[
0,
1
],
[
0,
1
],
[
0,
1
],
[
0,
1
],
[
0,
1
],
[
0,
1
],
[
0,
1
],
[
0,
1
],
[
0,
1
],
[
0,
1
],
[
0,
1
],
[
0,
1
],
[
0,
1
],
[
0,
1
],
[
0,
1
],
[
0,
1
],
[
0,
1
],
[
0,
1
],
[
0,
1
],
[
0,
1
],
[
0,
1
],
[
0,
1
],
[
0,
1
],
[
0,
1
],
[
0,
1
],
[
0,
1
],
[
0,
1
],
[
0,
1
],
[
0,
1
],
[
0,
1
],
[
0,
1
],
[
0,
1
],
[
0,
1
],
[
0,
1
],
[
0,
1
],
[
0,
1
],
[
0,
1
],
[
0,
1
],
[
0,
1
],
[
0,
1
],
[
0,
1
],
[
0,
1
],
[
0,
1
],
[
0,
1
],
[
0,
1
],
[
0,
1
],
[
0,
1
],
[
0,
1
],
[
0,
1
],
[
0,
1
],
[
0,
1
],
[
0,
1
],
[
0,
1
],
[
0,
1
],
[
0,
1
],
[
0,
1
],
[
0,
1
],
[
0,
1
],
[
0,
1
],
[
0,
1
],
[
0,
1
],
[
0,
1
],
[
0,
1
],
[
0,
1
],
[
0,
1
],
[
0,
1
],
[
0,
1
],
[
0,
1
],
[
0,
1
],
[
0,
1
],
[
0,
2
],
[
0,
2
],
[
0,
2
],
[
0,
2
],
[
0,
2
],
[
0,
2
],
[
0,
2
],
[
0,
2
],
[
0,
2
],
[
0,
2
],
[
0,
2
],
[
0,
2
],
[
0,
2
],
[
0,
2
],
[
0,
2
],
[
0,
2
],
[
0,
2
],
[
0,
2
],
[
0,
2
],
[
0,
2
],
[
0,
2
],
[
0,
2
],
[
0,
2
],
[
0,
2
],
[
0,
2
],
[
0,
2
],
[
0,
2
],
[
0,
2
],
[
0,
2
],
[
0,
2
],
[
0,
2
],
[
0,
2
],
[
0,
2
],
[
0,
2
],
[
0,
2
],
[
0,
2
],
[
0,
2
],
[
0,
2
],
[
0,
2
],
[
0,
2
],
[
0,
2
],
[
0,
2
],
[
0,
2
],
[
0,
2
],
[
0,
2
],
[
0,
2
],
[
0,
2
],
[
0,
2
],
[
0,
2
],
[
0,
2
],
[
0,
2
],
[
0,
2
],
[
0,
2
],
[
0,
2
],
[
0,
2
],
[
0,
2
],
[
0,
2
],
[
0,
2
],
[
0,
2
],
[
0,
2
],
[
0,
2
],
[
0,
2
],
[
0,
2
],
[
0,
2
],
[
0,
2
],
[
0,
2
],
[
0,
2
],
[
0,
2
],
[
0,
2
],
[
0,
2
],
[
0,
2
],
[
0,
2
],
[
0,
2
],
[
0,
2
],
[
0,
2
],
[
0,
2
],
[
0,
2
],
[
0,
2
],
[
0,
2
],
[
0,
2
],
[
0,
2
],
[
0,
2
],
[
0,
2
],
[
0,
2
],
[
0,
2
],
[
0,
3
],
[
0,
3
],
[
0,
3
],
[
0,
3
],
[
0,
3
],
[
0,
3
],
[
0,
3
],
[
0,
3
],
[
0,
3
],
[
0,
3
],
[
0,
3
],
[
0,
3
],
[
0,
3
],
[
0,
3
],
[
0,
3
],
[
0,
3
],
[
0,
3
],
[
0,
3
],
[
0,
3
],
[
0,
3
],
[
0,
3
],
[
0,
3
],
[
0,
3
],
[
0,
3
],
[
0,
3
],
[
0,
3
],
[
0,
3
],
[
0,
3
],
[
0,
3
],
[
0,
3
],
[
0,
3
],
[
0,
3
],
[
0,
3
],
[
0,
3
],
[
0,
3
],
[
0,
3
],
[
0,
3
],
[
0,
3
],
[
0,
3
],
[
0,
3
],
[
0,
3
],
[
0,
3
],
[
0,
3
],
[
0,
3
],
[
0,
3
],
[
0,
3
],
[
0,
3
],
[
0,
3
],
[
0,
3
],
[
0,
3
],
[
0,
3
],
[
0,
3
],
[
0,
3
],
[
0,
3
],
[
0,
3
],
[
0,
3
],
[
0,
3
],
[
0,
3
],
[
0,
3
],
[
0,
3
],
[
0,
3
],
[
0,
3
],
[
0,
3
],
[
0,
3
],
[
0,
3
],
[
0,
3
],
[
0,
3
],
[
0,
3
],
[
0,
3
],
[
0,
3
],
[
0,
3
],
[
0,
3
],
[
0,
3
],
[
0,
3
],
[
0,
3
],
[
0,
3
],
[
0,
3
],
[
0,
3
],
[
0,
3
],
[
0,
3
],
[
0,
3
],
[
0,
3
],
[
0,
3
],
[
0,
3
],
[
0,
3
],
[
1,
0
],
[
1,
0
],
[
1,
0
],
[
1,
0
],
[
1,
0
],
[
1,
0
],
[
1,
0
],
[
1,
0
],
[
1,
0
],
[
1,
0
],
[
1,
0
],
[
1,
0
],
[
1,
0
],
[
1,
0
],
[
1,
0
],
[
1,
0
],
[
1,
0
],
[
1,
0
],
[
1,
0
],
[
1,
0
],
[
1,
0
],
[
1,
0
],
[
1,
0
],
[
1,
0
],
[
1,
0
],
[
1,
0
],
[
1,
0
],
[
1,
0
],
[
1,
0
],
[
1,
0
],
[
1,
0
],
[
1,
0
],
[
1,
0
],
[
1,
0
],
[
1,
0
],
[
1,
0
],
[
1,
0
],
[
1,
0
],
[
1,
0
],
[
1,
0
],
[
1,
0
],
[
1,
0
],
[
1,
0
],
[
1,
0
],
[
1,
0
],
[
1,
0
],
[
1,
0
],
[
1,
0
],
[
1,
0
],
[
1,
0
],
[
1,
0
],
[
1,
0
],
[
1,
0
],
[
1,
0
],
[
1,
0
],
[
1,
0
],
[
1,
0
],
[
1,
0
],
[
1,
0
],
[
1,
0
],
[
1,
0
],
[
1,
0
],
[
1,
0
],
[
1,
0
],
[
1,
0
],
[
1,
0
],
[
1,
0
],
[
1,
0
],
[
1,
0
],
[
1,
0
],
[
1,
0
],
[
1,
0
],
[
1,
0
],
[
1,
0
],
[
1,
0
],
[
1,
0
],
[
1,
0
],
[
1,
0
],
[
1,
0
],
[
1,
0
],
[
1,
0
],
[
1,
0
],
[
1,
0
],
[
1,
0
],
[
1,
0
],
[
1,
0
],
[
1,
2
],
[
1,
2
],
[
1,
2
],
[
1,
2
],
[
1,
2
],
[
1,
2
],
[
1,
2
],
[
1,
2
],
[
1,
2
],
[
1,
2
],
[
1,
2
],
[
1,
2
],
[
1,
2
],
[
1,
2
],
[
1,
2
],
[
1,
2
],
[
1,
2
],
[
1,
2
],
[
1,
2
],
[
1,
2
],
[
1,
2
],
[
1,
2
],
[
1,
2
],
[
1,
2
],
[
1,
2
],
[
1,
2
],
[
1,
2
],
[
1,
2
],
[
1,
2
],
[
1,
2
],
[
1,
2
],
[
1,
2
],
[
1,
2
],
[
1,
2
],
[
1,
2
],
[
1,
2
],
[
1,
2
],
[
1,
2
],
[
1,
2
],
[
1,
2
],
[
1,
2
],
[
1,
2
],
[
1,
2
],
[
1,
2
],
[
1,
2
],
[
1,
2
],
[
1,
2
],
[
1,
2
],
[
1,
2
],
[
1,
2
],
[
1,
2
],
[
1,
2
],
[
1,
2
],
[
1,
2
],
[
1,
2
],
[
1,
2
],
[
1,
2
],
[
1,
2
],
[
1,
2
],
[
1,
2
],
[
1,
2
],
[
1,
2
],
[
1,
2
],
[
1,
2
],
[
1,
2
],
[
1,
2
],
[
1,
2
],
[
1,
2
],
[
1,
2
],
[
1,
2
],
[
1,
2
],
[
1,
2
],
[
1,
2
],
[
1,
2
],
[
1,
2
],
[
1,
2
],
[
1,
2
],
[
1,
2
],
[
1,
2
],
[
1,
2
],
[
1,
2
],
[
1,
2
],
[
1,
2
],
[
1,
2
],
[
1,
2
],
[
1,
3
],
[
1,
3
],
[
1,
3
],
[
1,
3
],
[
1,
3
],
[
1,
3
],
[
1,
3
],
[
1,
3
],
[
1,
3
],
[
1,
3
],
[
1,
3
],
[
1,
3
],
[
1,
3
],
[
1,
3
],
[
1,
3
],
[
1,
3
],
[
1,
3
],
[
1,
3
],
[
1,
3
],
[
1,
3
],
[
1,
3
],
[
1,
3
],
[
1,
3
],
[
1,
3
],
[
1,
3
],
[
1,
3
],
[
1,
3
],
[
1,
3
],
[
1,
3
],
[
1,
3
],
[
1,
3
],
[
1,
3
],
[
1,
3
],
[
1,
3
],
[
1,
3
],
[
1,
3
],
[
1,
3
],
[
1,
3
],
[
1,
3
],
[
1,
3
],
[
1,
3
],
[
1,
3
],
[
1,
3
],
[
1,
3
],
[
1,
3
],
[
1,
3
],
[
1,
3
],
[
1,
3
],
[
1,
3
],
[
1,
3
],
[
1,
3
],
[
1,
3
],
[
1,
3
],
[
1,
3
],
[
1,
3
],
[
1,
3
],
[
1,
3
],
[
1,
3
],
[
1,
3
],
[
1,
3
],
[
1,
3
],
[
1,
3
],
[
1,
3
],
[
1,
3
],
[
1,
3
],
[
1,
3
],
[
1,
3
],
[
1,
3
],
[
1,
3
],
[
1,
3
],
[
1,
3
],
[
1,
3
],
[
1,
3
],
[
1,
3
],
[
1,
3
],
[
1,
3
],
[
1,
3
],
[
1,
3
],
[
1,
3
],
[
1,
3
],
[
1,
3
],
[
1,
3
],
[
1,
3
],
[
1,
3
],
[
1,
3
],
[
2,
0
],
[
2,
0
],
[
2,
0
],
[
2,
0
],
[
2,
0
],
[
2,
0
],
[
2,
0
],
[
2,
0
],
[
2,
0
],
[
2,
0
],
[
2,
0
],
[
2,
0
],
[
2,
0
],
[
2,
0
],
[
2,
0
],
[
2,
0
],
[
2,
0
],
[
2,
0
],
[
2,
0
],
[
2,
0
],
[
2,
0
],
[
2,
0
],
[
2,
0
],
[
2,
0
],
[
2,
0
],
[
2,
0
],
[
2,
0
],
[
2,
0
],
[
2,
0
],
[
2,
0
],
[
2,
0
],
[
2,
0
],
[
2,
0
],
[
2,
0
],
[
2,
0
],
[
2,
0
],
[
2,
0
],
[
2,
0
],
[
2,
0
],
[
2,
0
],
[
2,
0
],
[
2,
0
],
[
2,
0
],
[
2,
0
],
[
2,
0
],
[
2,
0
],
[
2,
0
],
[
2,
0
],
[
2,
0
],
[
2,
0
],
[
2,
0
],
[
2,
0
],
[
2,
0
],
[
2,
0
],
[
2,
0
],
[
2,
0
],
[
2,
0
],
[
2,
0
],
[
2,
0
],
[
2,
0
],
[
2,
0
],
[
2,
0
],
[
2,
0
],
[
2,
0
],
[
2,
0
],
[
2,
0
],
[
2,
0
],
[
2,
0
],
[
2,
0
],
[
2,
0
],
[
2,
0
],
[
2,
0
],
[
2,
0
],
[
2,
0
],
[
2,
0
],
[
2,
0
],
[
2,
0
],
[
2,
0
],
[
2,
0
],
[
2,
0
],
[
2,
0
],
[
2,
0
],
[
2,
0
],
[
2,
0
],
[
2,
0
],
[
2,
1
],
[
2,
1
],
[
2,
1
],
[
2,
1
],
[
2,
1
],
[
2,
1
],
[
2,
1
],
[
2,
1
],
[
2,
1
],
[
2,
1
],
[
2,
1
],
[
2,
1
],
[
2,
1
],
[
2,
1
],
[
2,
1
],
[
2,
1
],
[
2,
1
],
[
2,
1
],
[
2,
1
],
[
2,
1
],
[
2,
1
],
[
2,
1
],
[
2,
1
],
[
2,
1
],
[
2,
1
],
[
2,
1
],
[
2,
1
],
[
2,
1
],
[
2,
1
],
[
2,
1
],
[
2,
1
],
[
2,
1
],
[
2,
1
],
[
2,
1
],
[
2,
1
],
[
2,
1
],
[
2,
1
],
[
2,
1
],
[
2,
1
],
[
2,
1
],
[
2,
1
],
[
2,
1
],
[
2,
1
],
[
2,
1
],
[
2,
1
],
[
2,
1
],
[
2,
1
],
[
2,
1
],
[
2,
1
],
[
2,
1
],
[
2,
1
],
[
2,
1
],
[
2,
1
],
[
2,
1
],
[
2,
1
],
[
2,
1
],
[
2,
1
],
[
2,
1
],
[
2,
1
],
[
2,
1
],
[
2,
1
],
[
2,
1
],
[
2,
1
],
[
2,
1
],
[
2,
1
],
[
2,
1
],
[
2,
1
],
[
2,
1
],
[
2,
1
],
[
2,
1
],
[
2,
1
],
[
2,
1
],
[
2,
1
],
[
2,
1
],
[
2,
1
],
[
2,
1
],
[
2,
1
],
[
2,
1
],
[
2,
1
],
[
2,
1
],
[
2,
1
],
[
2,
1
],
[
2,
1
],
[
2,
1
],
[
2,
1
],
[
2,
3
],
[
2,
3
],
[
2,
3
],
[
2,
3
],
[
2,
3
],
[
2,
3
],
[
2,
3
],
[
2,
3
],
[
2,
3
],
[
2,
3
],
[
2,
3
],
[
2,
3
],
[
2,
3
],
[
2,
3
],
[
2,
3
],
[
2,
3
],
[
2,
3
],
[
2,
3
],
[
2,
3
],
[
2,
3
],
[
2,
3
],
[
2,
3
],
[
2,
3
],
[
2,
3
],
[
2,
3
],
[
2,
3
],
[
2,
3
],
[
2,
3
],
[
2,
3
],
[
2,
3
],
[
2,
3
],
[
2,
3
],
[
2,
3
],
[
2,
3
],
[
2,
3
],
[
2,
3
],
[
2,
3
],
[
2,
3
],
[
2,
3
],
[
2,
3
],
[
2,
3
],
[
2,
3
],
[
2,
3
],
[
2,
3
],
[
2,
3
],
[
2,
3
],
[
2,
3
],
[
2,
3
],
[
2,
3
],
[
2,
3
],
[
2,
3
],
[
2,
3
],
[
2,
3
],
[
2,
3
],
[
2,
3
],
[
2,
3
],
[
2,
3
],
[
2,
3
],
[
2,
3
],
[
2,
3
],
[
2,
3
],
[
2,
3
],
[
2,
3
],
[
2,
3
],
[
2,
3
],
[
2,
3
],
[
2,
3
],
[
2,
3
],
[
2,
3
],
[
2,
3
],
[
2,
3
],
[
2,
3
],
[
2,
3
],
[
2,
3
],
[
2,
3
],
[
2,
3
],
[
2,
3
],
[
2,
3
],
[
2,
3
],
[
2,
3
],
[
2,
3
],
[
2,
3
],
[
2,
3
],
[
2,
3
],
[
2,
3
],
[
2,
3
],
[
3,
0
],
[
3,
0
],
[
3,
0
],
[
3,
0
],
[
3,
0
],
[
3,
0
],
[
3,
0
],
[
3,
0
],
[
3,
0
],
[
3,
0
],
[
3,
0
],
[
3,
0
],
[
3,
0
],
[
3,
0
],
[
3,
0
],
[
3,
0
],
[
3,
0
],
[
3,
0
],
[
3,
0
],
[
3,
0
],
[
3,
0
],
[
3,
0
],
[
3,
0
],
[
3,
0
],
[
3,
0
],
[
3,
0
],
[
3,
0
],
[
3,
0
],
[
3,
0
],
[
3,
0
],
[
3,
0
],
[
3,
0
],
[
3,
0
],
[
3,
0
],
[
3,
0
],
[
3,
0
],
[
3,
0
],
[
3,
0
],
[
3,
0
],
[
3,
0
],
[
3,
0
],
[
3,
0
],
[
3,
0
],
[
3,
0
],
[
3,
0
],
[
3,
0
],
[
3,
0
],
[
3,
0
],
[
3,
0
],
[
3,
0
],
[
3,
0
],
[
3,
0
],
[
3,
0
],
[
3,
0
],
[
3,
0
],
[
3,
0
],
[
3,
0
],
[
3,
0
],
[
3,
0
],
[
3,
0
],
[
3,
0
],
[
3,
0
],
[
3,
0
],
[
3,
0
],
[
3,
0
],
[
3,
0
],
[
3,
0
],
[
3,
0
],
[
3,
0
],
[
3,
0
],
[
3,
0
],
[
3,
0
],
[
3,
0
],
[
3,
0
],
[
3,
0
],
[
3,
0
],
[
3,
0
],
[
3,
0
],
[
3,
0
],
[
3,
0
],
[
3,
0
],
[
3,
0
],
[
3,
0
],
[
3,
0
],
[
3,
0
],
[
3,
1
],
[
3,
1
],
[
3,
1
],
[
3,
1
],
[
3,
1
],
[
3,
1
],
[
3,
1
],
[
3,
1
],
[
3,
1
],
[
3,
1
],
[
3,
1
],
[
3,
1
],
[
3,
1
],
[
3,
1
],
[
3,
1
],
[
3,
1
],
[
3,
1
],
[
3,
1
],
[
3,
1
],
[
3,
1
],
[
3,
1
],
[
3,
1
],
[
3,
1
],
[
3,
1
],
[
3,
1
],
[
3,
1
],
[
3,
1
],
[
3,
1
],
[
3,
1
],
[
3,
1
],
[
3,
1
],
[
3,
1
],
[
3,
1
],
[
3,
1
],
[
3,
1
],
[
3,
1
],
[
3,
1
],
[
3,
1
],
[
3,
1
],
[
3,
1
],
[
3,
1
],
[
3,
1
],
[
3,
1
],
[
3,
1
],
[
3,
1
],
[
3,
1
],
[
3,
1
],
[
3,
1
],
[
3,
1
],
[
3,
1
],
[
3,
1
],
[
3,
1
],
[
3,
1
],
[
3,
1
],
[
3,
1
],
[
3,
1
],
[
3,
1
],
[
3,
1
],
[
3,
1
],
[
3,
1
],
[
3,
1
],
[
3,
1
],
[
3,
1
],
[
3,
1
],
[
3,
1
],
[
3,
1
],
[
3,
1
],
[
3,
1
],
[
3,
1
],
[
3,
1
],
[
3,
1
],
[
3,
1
],
[
3,
1
],
[
3,
1
],
[
3,
1
],
[
3,
1
],
[
3,
1
],
[
3,
1
],
[
3,
1
],
[
3,
1
],
[
3,
1
],
[
3,
1
],
[
3,
1
],
[
3,
1
],
[
3,
1
],
[
3,
2
],
[
3,
2
],
[
3,
2
],
[
3,
2
],
[
3,
2
],
[
3,
2
],
[
3,
2
],
[
3,
2
],
[
3,
2
],
[
3,
2
],
[
3,
2
],
[
3,
2
],
[
3,
2
],
[
3,
2
],
[
3,
2
],
[
3,
2
],
[
3,
2
],
[
3,
2
],
[
3,
2
],
[
3,
2
],
[
3,
2
],
[
3,
2
],
[
3,
2
],
[
3,
2
],
[
3,
2
],
[
3,
2
],
[
3,
2
],
[
3,
2
],
[
3,
2
],
[
3,
2
],
[
3,
2
],
[
3,
2
],
[
3,
2
],
[
3,
2
],
[
3,
2
],
[
3,
2
],
[
3,
2
],
[
3,
2
],
[
3,
2
],
[
3,
2
],
[
3,
2
],
[
3,
2
],
[
3,
2
],
[
3,
2
],
[
3,
2
],
[
3,
2
],
[
3,
2
],
[
3,
2
],
[
3,
2
],
[
3,
2
],
[
3,
2
],
[
3,
2
],
[
3,
2
],
[
3,
2
],
[
3,
2
],
[
3,
2
],
[
3,
2
],
[
3,
2
],
[
3,
2
],
[
3,
2
],
[
3,
2
],
[
3,
2
],
[
3,
2
],
[
3,
2
],
[
3,
2
],
[
3,
2
],
[
3,
2
],
[
3,
2
],
[
3,
2
],
[
3,
2
],
[
3,
2
],
[
3,
2
],
[
3,
2
],
[
3,
2
],
[
3,
2
],
[
3,
2
],
[
3,
2
],
[
3,
2
],
[
3,
2
],
[
3,
2
],
[
3,
2
],
[
3,
2
],
[
3,
2
],
[
3,
2
],
[
3,
2
],
[
3,
2
]
]
},
replicaNumber: 1,
quota: {
ram: 6291456000,
rawRAM: 1572864000
},
basicStats: {
quotaPercentUsed: 1.0226628621419271,
opsPerSec: 0,
viewOps: 0,
diskFetches: 0,
itemCount: 0,
diskUsed: 17005174,
dataUsed: 16871424,
memUsed: 64340384
},
bucketCapabilitiesVer: “”,
bucketCapabilities: [
“touch”,
“couchapi”
]
}

Hello,
Do you still have this issue?
Regards