Skip to content

Instantly share code, notes, and snippets.

@tleyden

tleyden/diag1 Secret

Last active January 11, 2016 19:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tleyden/e97b04c46268affe2e3d to your computer and use it in GitHub Desktop.
Save tleyden/e97b04c46268affe2e3d to your computer and use it in GitHub Desktop.
$ python -m pytest --capture=no functional_tests/test_cbgt_pindex.py
======================================================================= test session starts =======================================================================
platform darwin -- Python 2.7.7 -- py-1.4.20 -- pytest-2.5.2
collected 1 items
functional_tests/test_cbgt_pindex.py
Sync Gateways
SyncGateway: sg1:ec2-54-161-145-152.compute-1.amazonaws.com
SyncGateway: sg2:ec2-54-158-99-77.compute-1.amazonaws.com
SyncGateway: sg3:ec2-54-92-244-164.compute-1.amazonaws.com
Sync Gateway Writers
SyncGateway: sg1:ec2-54-161-145-152.compute-1.amazonaws.com
SyncGateway: sg2:ec2-54-158-99-77.compute-1.amazonaws.com
Couchbase Servers
Server: cb1:ec2-54-145-134-37.compute-1.amazonaws.com
Load Generators
{'ip': 'ec2-54-161-219-195.compute-1.amazonaws.com', 'name': 'lg1'}
>>> Stopping sync_gateway
PLAY [sync_gateways] **********************************************************
GATHERING FACTS ***************************************************************
ok: [sg1]
ok: [sg2]
ok: [sg3]
TASK: [stop sync_gateway service] *********************************************
changed: [sg2]
changed: [sg3]
changed: [sg1]
TASK: [stop sync_gateway for CentOS 6] ****************************************
skipping: [sg2]
skipping: [sg1]
skipping: [sg3]
TASK: [verify sync_gateway not listening on port] *****************************
ok: [sg1]
ok: [sg3]
ok: [sg2]
PLAY RECAP ********************************************************************
sg1 : ok=3 changed=1 unreachable=0 failed=0
sg2 : ok=3 changed=1 unreachable=0 failed=0
sg3 : ok=3 changed=1 unreachable=0 failed=0
>>> Deleting sync_gateway artifacts
PLAY [sync_gateways] **********************************************************
GATHERING FACTS ***************************************************************
ok: [sg2]
ok: [sg3]
ok: [sg1]
TASK: [delete sync_gateway logs] **********************************************
changed: [sg1]
changed: [sg2]
changed: [sg3]
TASK: [delete sync_gateway pindex files] **************************************
changed: [sg3]
changed: [sg2]
changed: [sg1]
TASK: [delete sync_gateway uuid files] ****************************************
changed: [sg1]
changed: [sg2]
changed: [sg3]
TASK: [delete sync_gateway configs / cpu stats] *******************************
changed: [sg2]
changed: [sg1]
changed: [sg3]
PLAY RECAP ********************************************************************
sg1 : ok=5 changed=4 unreachable=0 failed=0
sg2 : ok=5 changed=4 unreachable=0 failed=0
sg3 : ok=5 changed=4 unreachable=0 failed=0
>>> Deleting buckets on: ec2-54-145-134-37.compute-1.amazonaws.com
>>> Creating buckets on: ec2-54-145-134-37.compute-1.amazonaws.com
>>> Creating buckets [u'data-bucket', u'index-bucket']
PLAY [Wait for port 22 to be ready] *******************************************
TASK: [wait_for port=22 delay=2] **********************************************
ok: [sg1]
ok: [sg3]
ok: [sg2]
PLAY [couchbase_servers] ******************************************************
GATHERING FACTS ***************************************************************
ok: [cb1]
TASK: [debug msg={{ couchbase_server_primary_node }}] *************************
ok: [cb1] => {
"msg": "ec2-54-145-134-37.compute-1.amazonaws.com"
}
TASK: [debug msg="bucket_names {{ bucket_names }}"] ***************************
ok: [cb1] => {
"msg": "bucket_names [u'data-bucket', u'index-bucket']"
}
TASK: [debug msg="bucket_num {{ bucket_num }}"] *******************************
ok: [cb1] => {
"msg": "bucket_num 2"
}
TASK: [debug msg="Couchbase cluster RAM {{ couchbase_server_cluster_ram }}"] ***
ok: [cb1] => {
"msg": "Couchbase cluster RAM 5650"
}
TASK: [debug msg="Couchbase bucket RAM {{ couchbase_server_bucket_ram }}"] ****
ok: [cb1] => {
"msg": "Couchbase bucket RAM 2825"
}
TASK: [Create new buckets] ****************************************************
changed: [cb1] => (item=data-bucket)
changed: [cb1] => (item=index-bucket)
PLAY RECAP ********************************************************************
cb1 : ok=7 changed=1 unreachable=0 failed=0
sg1 : ok=1 changed=0 unreachable=0 failed=0
sg2 : ok=1 changed=0 unreachable=0 failed=0
sg3 : ok=1 changed=0 unreachable=0 failed=0
>>> Starting sync_gateway with configuration: /Users/tleyden/Development/sync-gateway-testcluster/conf/performance/sync_gateway_default_performance.json
PLAY [Wait for port 22 to be ready] *******************************************
TASK: [wait_for port=22 delay=2] **********************************************
ok: [sg2]
ok: [sg1]
ok: [sg3]
PLAY [sync_gateways] **********************************************************
GATHERING FACTS ***************************************************************
ok: [sg1]
ok: [sg3]
ok: [sg2]
TASK: [copy sync gateway config to host] **************************************
changed: [sg1]
changed: [sg2]
changed: [sg3]
PLAY [sync_gateway_index_writers] *********************************************
GATHERING FACTS ***************************************************************
ok: [sg2]
ok: [sg1]
TASK: [copy sync gateway config to host] **************************************
changed: [sg2]
changed: [sg1]
PLAY [sync_gateways] **********************************************************
GATHERING FACTS ***************************************************************
ok: [sg2]
ok: [sg3]
ok: [sg1]
TASK: [debug msg="Starting sync_gateway with config {{ sync_gateway_config_filepath }}"] ***
ok: [sg1] => {
"msg": "Starting sync_gateway with config /Users/tleyden/Development/sync-gateway-testcluster/conf/performance/sync_gateway_default_performance.json"
}
ok: [sg2] => {
"msg": "Starting sync_gateway with config /Users/tleyden/Development/sync-gateway-testcluster/conf/performance/sync_gateway_default_performance.json"
}
ok: [sg3] => {
"msg": "Starting sync_gateway with config /Users/tleyden/Development/sync-gateway-testcluster/conf/performance/sync_gateway_default_performance.json"
}
TASK: [start sync gateway service] ********************************************
changed: [sg2]
changed: [sg1]
changed: [sg3]
TASK: [wait until sync gateway to listen on port] *****************************
ok: [sg1]
ok: [sg3]
ok: [sg2]
PLAY RECAP ********************************************************************
sg1 : ok=9 changed=3 unreachable=0 failed=0
sg2 : ok=9 changed=3 unreachable=0 failed=0
sg3 : ok=7 changed=2 unreachable=0 failed=0
CBGT node to pindex counts: {u'7b5ce9c9cd5566aa': 64}
CBGT len(unique_node_uuids) != len(self.sync_gateway_writers) (1 != 2)
Could not validate CBGT Pindex distribution. Will retry after sleeping ..
CBGT node to pindex counts: {u'7b5ce9c9cd5566aa': 64}
CBGT len(unique_node_uuids) != len(self.sync_gateway_writers) (1 != 2)
Could not validate CBGT Pindex distribution. Will retry after sleeping ..
CBGT node to pindex counts: {u'7b5ce9c9cd5566aa': 64}
CBGT len(unique_node_uuids) != len(self.sync_gateway_writers) (1 != 2)
Could not validate CBGT Pindex distribution. Will retry after sleeping ..
CBGT node to pindex counts: {u'7b5ce9c9cd5566aa': 64}
CBGT len(unique_node_uuids) != len(self.sync_gateway_writers) (1 != 2)
Could not validate CBGT Pindex distribution. Will retry after sleeping ..
CBGT node to pindex counts: {u'7b5ce9c9cd5566aa': 64}
CBGT len(unique_node_uuids) != len(self.sync_gateway_writers) (1 != 2)
Could not validate CBGT Pindex distribution. Will retry after sleeping ..
CBGT node to pindex counts: {u'7b5ce9c9cd5566aa': 64}
CBGT len(unique_node_uuids) != len(self.sync_gateway_writers) (1 != 2)
Could not validate CBGT Pindex distribution. Will retry after sleeping ..
CBGT node to pindex counts: {u'7b5ce9c9cd5566aa': 64}
CBGT len(unique_node_uuids) != len(self.sync_gateway_writers) (1 != 2)
Could not validate CBGT Pindex distribution. Will retry after sleeping ..
CBGT node to pindex counts: {u'7b5ce9c9cd5566aa': 64}
CBGT len(unique_node_uuids) != len(self.sync_gateway_writers) (1 != 2)
Could not validate CBGT Pindex distribution. Will retry after sleeping ..
CBGT node to pindex counts: {u'7b5ce9c9cd5566aa': 64}
CBGT len(unique_node_uuids) != len(self.sync_gateway_writers) (1 != 2)
Could not validate CBGT Pindex distribution. Will retry after sleeping ..
CBGT node to pindex counts: {u'7b5ce9c9cd5566aa': 64}
CBGT len(unique_node_uuids) != len(self.sync_gateway_writers) (1 != 2)
Could not validate CBGT Pindex distribution. Will retry after sleeping ..
SG SyncGateway: sg1:ec2-54-161-145-152.compute-1.amazonaws.com
CBGT diagnostic output: {
"/api/cfg": {
"indexDefs": {
"implVersion": "4.1.0",
"indexDefs": {
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072": {
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"params": "{\"bucket_name\":\"data-bucket\"}",
"planParams": {
"hierarchyRules": null,
"maxPartitionsPerPIndex": 16,
"nodePlanParams": null,
"numReplicas": 0,
"pindexWeights": null,
"planFrozen": false
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"type": "sync_gateway",
"uuid": "75f87d5b7c0a9c13"
}
},
"uuid": "75f87d5b7c0a9c13"
},
"indexDefsCAS": 1452540580726702080,
"indexDefsErr": null,
"nodeDefsKnown": {
"implVersion": "4.1.0",
"nodeDefs": {
"744917266d2d37d2": {
"container": "",
"extras": "",
"hostPort": "744917266d2d37d2",
"implVersion": "4.1.0",
"tags": [
"feed",
"janitor",
"pindex",
"planner"
],
"uuid": "744917266d2d37d2",
"weight": 1
},
"7b5ce9c9cd5566aa": {
"container": "",
"extras": "",
"hostPort": "7b5ce9c9cd5566aa",
"implVersion": "4.1.0",
"tags": [
"feed",
"janitor",
"pindex",
"planner"
],
"uuid": "7b5ce9c9cd5566aa",
"weight": 1
}
},
"uuid": "577f057e4dec65e7"
},
"nodeDefsKnownCAS": 1452540580726702080,
"nodeDefsKnownErr": null,
"nodeDefsWanted": {
"implVersion": "4.1.0",
"nodeDefs": {
"7b5ce9c9cd5566aa": {
"container": "",
"extras": "",
"hostPort": "7b5ce9c9cd5566aa",
"implVersion": "4.1.0",
"tags": [
"feed",
"janitor",
"pindex",
"planner"
],
"uuid": "7b5ce9c9cd5566aa",
"weight": 1
}
},
"uuid": "4601cc0ddc31f2be"
},
"nodeDefsWantedCAS": 1452540580726702080,
"nodeDefsWantedErr": null,
"planPIndexes": {
"implVersion": "4.1.0",
"planPIndexes": {
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_11f2c193": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_11f2c193",
"nodes": {
"7b5ce9c9cd5566aa": {
"canRead": true,
"canWrite": true,
"priority": 0
}
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "768,769,770,771,772,773,774,775,776,777,778,779,780,781,782,783",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "5c28b9f8856cf4fa"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_13d31f30": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_13d31f30",
"nodes": {
"7b5ce9c9cd5566aa": {
"canRead": true,
"canWrite": true,
"priority": 0
}
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "752,753,754,755,756,757,758,759,760,761,762,763,764,765,766,767",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "6055e2decfc2ebca"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_15017229": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_15017229",
"nodes": {
"7b5ce9c9cd5566aa": {
"canRead": true,
"canWrite": true,
"priority": 0
}
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "83f5c023f8234c44"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_1cd6020a": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_1cd6020a",
"nodes": {
"7b5ce9c9cd5566aa": {
"canRead": true,
"canWrite": true,
"priority": 0
}
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "688,689,690,691,692,693,694,695,696,697,698,699,700,701,702,703",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "641e095953bf3602"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_1d1527d2": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_1d1527d2",
"nodes": {
"7b5ce9c9cd5566aa": {
"canRead": true,
"canWrite": true,
"priority": 0
}
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "17715b6dedf4729f"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_200977bd": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_200977bd",
"nodes": {
"7b5ce9c9cd5566aa": {
"canRead": true,
"canWrite": true,
"priority": 0
}
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "66ee1f006252d01a"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_26ebd470": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_26ebd470",
"nodes": {
"7b5ce9c9cd5566aa": {
"canRead": true,
"canWrite": true,
"priority": 0
}
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "960,961,962,963,964,965,966,967,968,969,970,971,972,973,974,975",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "33f36d5f139937e4"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_29c609a7": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_29c609a7",
"nodes": {
"7b5ce9c9cd5566aa": {
"canRead": true,
"canWrite": true,
"priority": 0
}
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "4399b565b413f653"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_2be21ca2": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_2be21ca2",
"nodes": {
"7b5ce9c9cd5566aa": {
"canRead": true,
"canWrite": true,
"priority": 0
}
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "413a66f2515c77af"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_330e8056": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_330e8056",
"nodes": {
"7b5ce9c9cd5566aa": {
"canRead": true,
"canWrite": true,
"priority": 0
}
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "800,801,802,803,804,805,806,807,808,809,810,811,812,813,814,815",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "7f664379aef44034"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_33710460": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_33710460",
"nodes": {
"7b5ce9c9cd5566aa": {
"canRead": true,
"canWrite": true,
"priority": 0
}
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "496,497,498,499,500,501,502,503,504,505,506,507,508,509,510,511",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "602ccbbf2a87a82a"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_3ecbda65": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_3ecbda65",
"nodes": {
"7b5ce9c9cd5566aa": {
"canRead": true,
"canWrite": true,
"priority": 0
}
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "1ee273bb4dcb64dc"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_3edfaf22": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_3edfaf22",
"nodes": {
"7b5ce9c9cd5566aa": {
"canRead": true,
"canWrite": true,
"priority": 0
}
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "d671434fc19fcd53"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_4692e689": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_4692e689",
"nodes": {
"7b5ce9c9cd5566aa": {
"canRead": true,
"canWrite": true,
"priority": 0
}
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "5386c8ec103eaeb1"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_4751c351": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_4751c351",
"nodes": {
"7b5ce9c9cd5566aa": {
"canRead": true,
"canWrite": true,
"priority": 0
}
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "51319b76cc01dc40"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_48028b63": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_48028b63",
"nodes": {
"7b5ce9c9cd5566aa": {
"canRead": true,
"canWrite": true,
"priority": 0
}
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1006,1007",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "151afe7f1e4d8221"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_4854de6b": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_4854de6b",
"nodes": {
"7b5ce9c9cd5566aa": {
"canRead": true,
"canWrite": true,
"priority": 0
}
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "c985b63867040b43"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_49619dfd": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_49619dfd",
"nodes": {
"7b5ce9c9cd5566aa": {
"canRead": true,
"canWrite": true,
"priority": 0
}
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "832,833,834,835,836,837,838,839,840,841,842,843,844,845,846,847",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "39f03c4891ad2279"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_4a7500c8": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_4a7500c8",
"nodes": {
"7b5ce9c9cd5566aa": {
"canRead": true,
"canWrite": true,
"priority": 0
}
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "665e0ce6a7c8b471"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_4e86b372": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_4e86b372",
"nodes": {
"7b5ce9c9cd5566aa": {
"canRead": true,
"canWrite": true,
"priority": 0
}
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "784,785,786,787,788,789,790,791,792,793,794,795,796,797,798,799",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "598197b8decc5ca3"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_5377b2af": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_5377b2af",
"nodes": {
"7b5ce9c9cd5566aa": {
"canRead": true,
"canWrite": true,
"priority": 0
}
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "6bd8cbcec0ff3c57"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_5f8c4d13": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_5f8c4d13",
"nodes": {
"7b5ce9c9cd5566aa": {
"canRead": true,
"canWrite": true,
"priority": 0
}
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "f5e93d7b922db2f4"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_606af1eb": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_606af1eb",
"nodes": {
"7b5ce9c9cd5566aa": {
"canRead": true,
"canWrite": true,
"priority": 0
}
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "928,929,930,931,932,933,934,935,936,937,938,939,940,941,942,943",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "205f019faf2158ae"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_654c1b3e": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_654c1b3e",
"nodes": {
"7b5ce9c9cd5566aa": {
"canRead": true,
"canWrite": true,
"priority": 0
}
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,559",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "3e16a357f3021b3d"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_664f79ef": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_664f79ef",
"nodes": {
"7b5ce9c9cd5566aa": {
"canRead": true,
"canWrite": true,
"priority": 0
}
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "912,913,914,915,916,917,918,919,920,921,922,923,924,925,926,927",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "44fb10fd683aed8d"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_6d584ec5": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_6d584ec5",
"nodes": {
"7b5ce9c9cd5566aa": {
"canRead": true,
"canWrite": true,
"priority": 0
}
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "17e06cfefcc24a68"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_702522c4": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_702522c4",
"nodes": {
"7b5ce9c9cd5566aa": {
"canRead": true,
"canWrite": true,
"priority": 0
}
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "976,977,978,979,980,981,982,983,984,985,986,987,988,989,990,991",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "3635a5d33a767344"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_76bd4e53": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_76bd4e53",
"nodes": {
"7b5ce9c9cd5566aa": {
"canRead": true,
"canWrite": true,
"priority": 0
}
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "1e374c13ac38bb4d"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_81d00d28": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_81d00d28",
"nodes": {
"7b5ce9c9cd5566aa": {
"canRead": true,
"canWrite": true,
"priority": 0
}
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "880,881,882,883,884,885,886,887,888,889,890,891,892,893,894,895",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "687b26fd2100eb00"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_845321a8": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_845321a8",
"nodes": {
"7b5ce9c9cd5566aa": {
"canRead": true,
"canWrite": true,
"priority": 0
}
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "1008,1009,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,1021,1022,1023",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "68276c6e23bc5332"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_89c458d3": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_89c458d3",
"nodes": {
"7b5ce9c9cd5566aa": {
"canRead": true,
"canWrite": true,
"priority": 0
}
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "944,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "4f5d437d7b15a0ff"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_8ac73a02": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_8ac73a02",
"nodes": {
"7b5ce9c9cd5566aa": {
"canRead": true,
"canWrite": true,
"priority": 0
}
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "1eaf5600d0fd4179"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_8ce2b206": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_8ce2b206",
"nodes": {
"7b5ce9c9cd5566aa": {
"canRead": true,
"canWrite": true,
"priority": 0
}
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "4bf996fad4064611"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_8f073f4": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_8f073f4",
"nodes": {
"7b5ce9c9cd5566aa": {
"canRead": true,
"canWrite": true,
"priority": 0
}
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "8326a369a0bf92c2"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_9040f99c": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_9040f99c",
"nodes": {
"7b5ce9c9cd5566aa": {
"canRead": true,
"canWrite": true,
"priority": 0
}
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "7300a00d87a912c8"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_91e456c6": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_91e456c6",
"nodes": {
"7b5ce9c9cd5566aa": {
"canRead": true,
"canWrite": true,
"priority": 0
}
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "e83d6c7f43b4f704"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_9a350dbe": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_9a350dbe",
"nodes": {
"7b5ce9c9cd5566aa": {
"canRead": true,
"canWrite": true,
"priority": 0
}
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "848,849,850,851,852,853,854,855,856,857,858,859,860,861,862,863",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "75ac341efc5a8d3c"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_9cad6129": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_9cad6129",
"nodes": {
"7b5ce9c9cd5566aa": {
"canRead": true,
"canWrite": true,
"priority": 0
}
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "6c8b5fa86abd46d5"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_a033d76f": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_a033d76f",
"nodes": {
"7b5ce9c9cd5566aa": {
"canRead": true,
"canWrite": true,
"priority": 0
}
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "6633a610a34e1f59"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_a5e9de10": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_a5e9de10",
"nodes": {
"7b5ce9c9cd5566aa": {
"canRead": true,
"canWrite": true,
"priority": 0
}
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "2f28df0683bdeefd"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_a7dfff57": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_a7dfff57",
"nodes": {
"7b5ce9c9cd5566aa": {
"canRead": true,
"canWrite": true,
"priority": 0
}
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "610ddd865c142935"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_b0d22c95": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_b0d22c95",
"nodes": {
"7b5ce9c9cd5566aa": {
"canRead": true,
"canWrite": true,
"priority": 0
}
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "624,625,626,627,628,629,630,631,632,633,634,635,636,637,638,639",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "4b94c9d1d72ba69a"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_b42eaa3a": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_b42eaa3a",
"nodes": {
"7b5ce9c9cd5566aa": {
"canRead": true,
"canWrite": true,
"priority": 0
}
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "21fc5e1c594a30c8"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_b68360cc": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_b68360cc",
"nodes": {
"7b5ce9c9cd5566aa": {
"canRead": true,
"canWrite": true,
"priority": 0
}
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "6eac296cfa4c272b"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_b91d528f": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_b91d528f",
"nodes": {
"7b5ce9c9cd5566aa": {
"canRead": true,
"canWrite": true,
"priority": 0
}
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "656,657,658,659,660,661,662,663,664,665,666,667,668,669,670,671",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "dadf4fc66cc2fa06"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_c4bf900": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_c4bf900",
"nodes": {
"7b5ce9c9cd5566aa": {
"canRead": true,
"canWrite": true,
"priority": 0
}
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "74ff741c897705b0"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_c54e4a4a": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_c54e4a4a",
"nodes": {
"7b5ce9c9cd5566aa": {
"canRead": true,
"canWrite": true,
"priority": 0
}
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "864,865,866,867,868,869,870,871,872,873,874,875,876,877,878,879",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "6e4161dbcd70a610"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_c72aa072": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_c72aa072",
"nodes": {
"7b5ce9c9cd5566aa": {
"canRead": true,
"canWrite": true,
"priority": 0
}
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "6468e8955949a995"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_ca63979d": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_ca63979d",
"nodes": {
"7b5ce9c9cd5566aa": {
"canRead": true,
"canWrite": true,
"priority": 0
}
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "776c44b400fdce06"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_cbc738c7": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_cbc738c7",
"nodes": {
"7b5ce9c9cd5566aa": {
"canRead": true,
"canWrite": true,
"priority": 0
}
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "736,737,738,739,740,741,742,743,744,745,746,747,748,749,750,751",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "5d380810c60fd566"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_cc813450": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_cc813450",
"nodes": {
"7b5ce9c9cd5566aa": {
"canRead": true,
"canWrite": true,
"priority": 0
}
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "816,817,818,819,820,821,822,823,824,825,826,827,828,829,830,831",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "1499815a5cba113a"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_d140fb59": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_d140fb59",
"nodes": {
"7b5ce9c9cd5566aa": {
"canRead": true,
"canWrite": true,
"priority": 0
}
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "6132d8ee99443149"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_d765735d": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_d765735d",
"nodes": {
"7b5ce9c9cd5566aa": {
"canRead": true,
"canWrite": true,
"priority": 0
}
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "1ccaa15824804444"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_d9eeaa75": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_d9eeaa75",
"nodes": {
"7b5ce9c9cd5566aa": {
"canRead": true,
"canWrite": true,
"priority": 0
}
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "3cf4515d9193e928"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_df86c3bb": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_df86c3bb",
"nodes": {
"7b5ce9c9cd5566aa": {
"canRead": true,
"canWrite": true,
"priority": 0
}
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "2db20d6167412aa2"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_dff9478d": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_dff9478d",
"nodes": {
"7b5ce9c9cd5566aa": {
"canRead": true,
"canWrite": true,
"priority": 0
}
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "896,897,898,899,900,901,902,903,904,905,906,907,908,909,910,911",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "44672cd7c1e76313"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_e145fdd1": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_e145fdd1",
"nodes": {
"7b5ce9c9cd5566aa": {
"canRead": true,
"canWrite": true,
"priority": 0
}
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "6b91ddf337bc1e8a"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_e29a93d4": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_e29a93d4",
"nodes": {
"7b5ce9c9cd5566aa": {
"canRead": true,
"canWrite": true,
"priority": 0
}
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "7b0d5330b46afb05"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_eb55edce": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_eb55edce",
"nodes": {
"7b5ce9c9cd5566aa": {
"canRead": true,
"canWrite": true,
"priority": 0
}
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "f981cf80dc9e8c55"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_ed04a197": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_ed04a197",
"nodes": {
"7b5ce9c9cd5566aa": {
"canRead": true,
"canWrite": true,
"priority": 0
}
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "592,593,594,595,596,597,598,599,600,601,602,603,604,605,606,607",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "3e60c97e447efed8"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_efa96b61": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_efa96b61",
"nodes": {
"7b5ce9c9cd5566aa": {
"canRead": true,
"canWrite": true,
"priority": 0
}
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,623",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "81f723a90b24f103"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_f76cc141": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_f76cc141",
"nodes": {
"7b5ce9c9cd5566aa": {
"canRead": true,
"canWrite": true,
"priority": 0
}
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "120cdd5f6bd9a25d"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_fbb41634": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_fbb41634",
"nodes": {
"7b5ce9c9cd5566aa": {
"canRead": true,
"canWrite": true,
"priority": 0
}
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "672,673,674,675,676,677,678,679,680,681,682,683,684,685,686,687",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "5a6c4977e13d04d5"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_fc583e0c": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_fc583e0c",
"nodes": {
"7b5ce9c9cd5566aa": {
"canRead": true,
"canWrite": true,
"priority": 0
}
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "3b98e63ebd915052"
}
},
"uuid": "2c861aa760b2679a",
"warnings": {
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072": []
}
},
"planPIndexesCAS": 1452540580726702080,
"planPIndexesErr": null,
"status": "ok"
},
"/api/index": {
"indexDefs": {
"implVersion": "4.1.0",
"indexDefs": {
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072": {
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"params": "{\"bucket_name\":\"data-bucket\"}",
"planParams": {
"hierarchyRules": null,
"maxPartitionsPerPIndex": 16,
"nodePlanParams": null,
"numReplicas": 0,
"pindexWeights": null,
"planFrozen": false
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"type": "sync_gateway",
"uuid": "75f87d5b7c0a9c13"
}
},
"uuid": "75f87d5b7c0a9c13"
},
"status": "ok"
},
"/api/log": {
"events": [],
"messages": []
},
"/api/manager": {
"mgr": {
"bindHttp": "744917266d2d37d2",
"container": "",
"dataDir": ".",
"extras": "",
"options": {},
"server": "http://ec2-54-145-134-37.compute-1.amazonaws.com:8091",
"startTime": "2016-01-11T19:29:40.618652895Z",
"tags": [
"feed",
"janitor",
"pindex",
"planner"
],
"uuid": "744917266d2d37d2",
"version": "4.1.0",
"weight": 1
},
"status": "ok"
},
"/api/managerMeta": {
"indexNameRE": "^[A-Za-z][0-9A-Za-z_\\-]*$",
"indexTypes": {
"blackhole": {
"canCount": false,
"canQuery": false,
"description": "advanced/blackhole - a blackhole index ignores all data and is not queryable; used for testing",
"queryHelp": "",
"querySamples": null,
"startSample": null,
"startSampleDocs": null,
"ui": null
},
"sync_gateway": {
"canCount": false,
"canQuery": false,
"description": "general/sync_gateway - Sync Gateway",
"queryHelp": "",
"querySamples": null,
"startSample": null,
"startSampleDocs": null,
"ui": null
}
},
"refREST": null,
"sourceTypes": {
"couchbase": {
"description": "general/couchbase - a Couchbase Server bucket will be the data source",
"startSample": {
"authPassword": "",
"authSaslPassword": "",
"authSaslUser": "",
"authUser": "",
"clusterManagerBackoffFactor": 0,
"clusterManagerSleepInitMS": 0,
"clusterManagerSleepMaxMS": 2000,
"dataManagerBackoffFactor": 0,
"dataManagerSleepInitMS": 0,
"dataManagerSleepMaxMS": 2000,
"feedBufferAckThreshold": 0,
"feedBufferSizeBytes": 0
},
"startSampleDocs": null
},
"files": {
"description": "general/files - files under a dataDir subdirectory tree will be the data source",
"startSample": {
"backoffFactor": 1.5,
"maxFileSize": 0,
"maxSleepMS": 300000,
"numPartitions": 0,
"regExps": [
".txt$",
".md$"
],
"sleepStartMS": 5000
},
"startSampleDocs": null
},
"nil": {
"description": "advanced/nil - a nil data source has no data; used for index aliases and testing",
"startSample": null,
"startSampleDocs": null
}
},
"startSamples": {
"planParams": {
"hierarchyRules": null,
"maxPartitionsPerPIndex": 20,
"nodePlanParams": null,
"numReplicas": 0,
"pindexWeights": null,
"planFrozen": false
}
},
"status": "ok"
},
"/api/pindex": {
"pindexes": {},
"status": "ok"
},
"/api/runtime": {
"arch": "amd64",
"go": {
"GOMAXPROCS": 1,
"GOROOT": "/usr/local/go",
"compiler": "gc",
"version": "go1.5.1"
},
"numCPU": 1,
"os": "linux",
"versionData": "4.1.0",
"versionMain": "0.0.0"
},
"/api/runtime/args": {
"args": [
"/opt/couchbase-sync-gateway/bin/sync_gateway",
"/home/sync_gateway/sync_gateway.json"
],
"env": [
"NAME=sync_gateway",
"LOGS=/home/sync_gateway/logs",
"USER=sync_gateway",
"RUNBASE=/home/sync_gateway",
"CONFIG=/home/sync_gateway/sync_gateway.json",
"PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin",
"PWD=/home/sync_gateway",
"LANG=en_US.UTF-8",
"GATEWAY=/opt/couchbase-sync-gateway/bin/sync_gateway",
"SHLVL=1",
"HOME=/home/sync_gateway",
"LOGNAME=sync_gateway",
"_=/opt/couchbase-sync-gateway/bin/sync_gateway"
],
"flags": {
"adminInterface": "127.0.0.1:4985",
"bucket": "sync_gateway",
"configServer": "",
"dbname": "",
"deploymentID": "",
"interface": ":4984",
"log": "",
"logFilePath": "",
"personaOrigin": "",
"pool": "default",
"pretty": false,
"profileInterface": "",
"url": "walrus:",
"verbose": false
},
"process": {
"euid": 1001,
"gid": 1001,
"groups": [
1001
],
"groupsErr": "",
"hostname": "ip-10-154-58-225",
"hostnameErr": "",
"pageSize": 4096,
"pid": 2532,
"ppid": 2529,
"user": {
"Gid": "1001",
"HomeDir": "/home/sync_gateway",
"Name": "",
"Uid": "1001",
"Username": "sync_gateway"
},
"userErr": "",
"wd": "/home/sync_gateway",
"wdErr": ""
}
},
"/api/runtime/stats": {
"currTime": "2016-01-11T19:30:44.388104298Z",
"go": {
"memProfileRate": 524288,
"numCgoCall": 5,
"numGoroutine": 60
},
"startTime": "2016-01-11T19:29:40.002682665Z"
},
"/api/runtime/statsMem": {
"Alloc": 4126256,
"BuckHashSys": 1457679,
"BySize": [
{
"Frees": 0,
"Mallocs": 0,
"Size": 0
},
{
"Frees": 1950,
"Mallocs": 2290,
"Size": 8
},
{
"Frees": 95718,
"Mallocs": 102801,
"Size": 16
},
{
"Frees": 3752353,
"Mallocs": 3771154,
"Size": 32
},
{
"Frees": 6014,
"Mallocs": 8071,
"Size": 48
},
{
"Frees": 3684808,
"Mallocs": 3690640,
"Size": 64
},
{
"Frees": 2402,
"Mallocs": 2818,
"Size": 80
},
{
"Frees": 3684795,
"Mallocs": 3690527,
"Size": 96
},
{
"Frees": 3187,
"Mallocs": 3644,
"Size": 112
},
{
"Frees": 652,
"Mallocs": 726,
"Size": 128
},
{
"Frees": 235,
"Mallocs": 273,
"Size": 144
},
{
"Frees": 414,
"Mallocs": 742,
"Size": 160
},
{
"Frees": 460,
"Mallocs": 487,
"Size": 176
},
{
"Frees": 931,
"Mallocs": 1077,
"Size": 192
},
{
"Frees": 1261,
"Mallocs": 1486,
"Size": 208
},
{
"Frees": 163,
"Mallocs": 172,
"Size": 224
},
{
"Frees": 192,
"Mallocs": 200,
"Size": 240
},
{
"Frees": 405,
"Mallocs": 415,
"Size": 256
},
{
"Frees": 77,
"Mallocs": 207,
"Size": 288
},
{
"Frees": 1130,
"Mallocs": 1418,
"Size": 320
},
{
"Frees": 113,
"Mallocs": 135,
"Size": 352
},
{
"Frees": 1072,
"Mallocs": 1162,
"Size": 384
},
{
"Frees": 448,
"Mallocs": 520,
"Size": 416
},
{
"Frees": 144,
"Mallocs": 150,
"Size": 448
},
{
"Frees": 44,
"Mallocs": 50,
"Size": 480
},
{
"Frees": 199,
"Mallocs": 352,
"Size": 512
},
{
"Frees": 55,
"Mallocs": 72,
"Size": 576
},
{
"Frees": 152,
"Mallocs": 189,
"Size": 640
},
{
"Frees": 68,
"Mallocs": 86,
"Size": 704
},
{
"Frees": 18,
"Mallocs": 22,
"Size": 768
},
{
"Frees": 136,
"Mallocs": 161,
"Size": 896
},
{
"Frees": 163,
"Mallocs": 181,
"Size": 1024
},
{
"Frees": 39,
"Mallocs": 52,
"Size": 1152
},
{
"Frees": 22,
"Mallocs": 128,
"Size": 1280
},
{
"Frees": 2,
"Mallocs": 4,
"Size": 1408
},
{
"Frees": 62,
"Mallocs": 63,
"Size": 1536
},
{
"Frees": 31,
"Mallocs": 42,
"Size": 1664
},
{
"Frees": 63,
"Mallocs": 165,
"Size": 2048
},
{
"Frees": 54,
"Mallocs": 57,
"Size": 2304
},
{
"Frees": 4,
"Mallocs": 15,
"Size": 2560
},
{
"Frees": 1,
"Mallocs": 2,
"Size": 2816
},
{
"Frees": 0,
"Mallocs": 1,
"Size": 3072
},
{
"Frees": 15,
"Mallocs": 26,
"Size": 3328
},
{
"Frees": 115,
"Mallocs": 138,
"Size": 4096
},
{
"Frees": 11,
"Mallocs": 11,
"Size": 4608
},
{
"Frees": 37,
"Mallocs": 46,
"Size": 5376
},
{
"Frees": 12,
"Mallocs": 21,
"Size": 6144
},
{
"Frees": 0,
"Mallocs": 3,
"Size": 6400
},
{
"Frees": 0,
"Mallocs": 1,
"Size": 6656
},
{
"Frees": 0,
"Mallocs": 0,
"Size": 6912
},
{
"Frees": 46,
"Mallocs": 48,
"Size": 8192
},
{
"Frees": 63,
"Mallocs": 63,
"Size": 8448
},
{
"Frees": 0,
"Mallocs": 0,
"Size": 8704
},
{
"Frees": 11,
"Mallocs": 11,
"Size": 9472
},
{
"Frees": 0,
"Mallocs": 1,
"Size": 10496
},
{
"Frees": 32,
"Mallocs": 32,
"Size": 12288
},
{
"Frees": 0,
"Mallocs": 0,
"Size": 13568
},
{
"Frees": 0,
"Mallocs": 0,
"Size": 14080
},
{
"Frees": 8,
"Mallocs": 12,
"Size": 16384
},
{
"Frees": 0,
"Mallocs": 0,
"Size": 16640
},
{
"Frees": 31,
"Mallocs": 31,
"Size": 17664
}
],
"DebugGC": false,
"EnableGC": true,
"Frees": 11240637,
"GCCPUFraction": 0.027774446526760678,
"GCSys": 272896,
"HeapAlloc": 4126256,
"HeapIdle": 2637824,
"HeapInuse": 5226496,
"HeapObjects": 42809,
"HeapReleased": 0,
"HeapSys": 7864320,
"LastGC": 1452540644282790967,
"Lookups": 107,
"MCacheInuse": 1208,
"MCacheSys": 16384,
"MSpanInuse": 58464,
"MSpanSys": 81920,
"Mallocs": 11283446,
"NextGC": 5969464,
"NumGC": 270,
"OtherSys": 471273,
"PauseEnd": [
1452540641163581244,
1452540641410523815,
1452540641658395917,
1452540641905684013,
1452540642138924599,
1452540642382996146,
1452540642630272288,
1452540642876814211,
1452540643126197332,
1452540643367291806,
1452540643606129875,
1452540643857355047,
1452540644101540664,
1452540644282790967,
1452540583844679773,
1452540584073299577,
1452540584356720178,
1452540584582811315,
1452540584809619223,
1452540585110442841,
1452540585449716906,
1452540585789464844,
1452540586087906902,
1452540586307053980,
1452540586529457447,
1452540586751300333,
1452540586964500030,
1452540587186727596,
1452540587405391344,
1452540587624160863,
1452540587851467744,
1452540588088503106,
1452540588349793181,
1452540588564475673,
1452540588739721075,
1452540588962814435,
1452540589206596387,
1452540589441496455,
1452540589683766173,
1452540589918652396,
1452540590144608976,
1452540590330754055,
1452540590573596452,
1452540590812614553,
1452540591047962399,
1452540591286736762,
1452540591521525989,
1452540591756288076,
1452540591995208083,
1452540592234222383,
1452540592468910300,
1452540592707160512,
1452540592942538429,
1452540593177403084,
1452540593412572391,
1452540593655403619,
1452540593890146458,
1452540594124524565,
1452540594308257940,
1452540594553783247,
1452540594792040498,
1452540595029622863,
1452540595264415345,
1452540595502806422,
1452540595733254567,
1452540595971983078,
1452540596215464050,
1452540596451006177,
1452540596689336210,
1452540596910996446,
1452540597153975962,
1452540597393010558,
1452540597628106874,
1452540597867098035,
1452540598105344992,
1452540598339261380,
1452540598571172517,
1452540598809468930,
1452540599044134700,
1452540599282869172,
1452540599517162813,
1452540599751654614,
1452540599990461911,
1452540600227082776,
1452540600397220718,
1452540600607939848,
1452540600848532665,
1452540601085345267,
1452540601328705314,
1452540601563943206,
1452540601893180013,
1452540602131586632,
1452540602367009003,
1452540602600474853,
1452540602839586276,
1452540603073604823,
1452540603312227950,
1452540603547227423,
1452540603777887184,
1452540604019375665,
1452540604258109773,
1452540604488925102,
1452540604731934684,
1452540604970873512,
1452540605201601555,
1452540605440504505,
1452540605679635035,
1452540605888752841,
1452540606111031777,
1452540606347032222,
1452540606581335375,
1452540606819894738,
1452540607054827216,
1452540607286456380,
1452540607525053406,
1452540607759854257,
1452540607994995673,
1452540608233194030,
1452540608471397998,
1452540608706801241,
1452540608941218012,
1452540609175796268,
1452540609419007919,
1452540609653151188,
1452540609888183378,
1452540610124232315,
1452540610320104867,
1452540610548948379,
1452540610784328950,
1452540611022516413,
1452540611257955171,
1452540611450107643,
1452540611695906700,
1452540611931443340,
1452540612170639117,
1452540612403962626,
1452540612643904283,
1452540612882395394,
1452540613114757397,
1452540613354195348,
1452540613593305804,
1452540613832435192,
1452540614061688525,
1452540614300890192,
1452540614544216155,
1452540614779226174,
1452540615018171545,
1452540615258484241,
1452540615493352461,
1452540615723768715,
1452540615967058592,
1452540616206516327,
1452540616441776008,
1452540616671397648,
1452540616881017667,
1452540617101860928,
1452540617346138829,
1452540617576185632,
1452540617819200689,
1452540618055210453,
1452540618286460106,
1452540618525870879,
1452540618770052812,
1452540619000899619,
1452540619244629703,
1452540619479855764,
1452540619714949781,
1452540619954137067,
1452540620190122306,
1452540620369796841,
1452540620603737688,
1452540620842938795,
1452540621085741897,
1452540621312879130,
1452540621551265159,
1452540621781261653,
1452540622015988140,
1452540622254761442,
1452540622437995690,
1452540622688127230,
1452540622930881415,
1452540623161219446,
1452540623400392777,
1452540623633302277,
1452540623867595571,
1452540624102875117,
1452540624342744800,
1452540624573555687,
1452540624811705464,
1452540625044189536,
1452540625283609201,
1452540625514149136,
1452540625757045249,
1452540625991519977,
1452540626224906027,
1452540626465874639,
1452540626700294428,
1452540626934220285,
1452540627172650262,
1452540627410668706,
1452540627657225207,
1452540627838715922,
1452540628093128308,
1452540628339463782,
1452540628587084260,
1452540628833478801,
1452540629076209289,
1452540629318956004,
1452540629569087467,
1452540629803146406,
1452540630054653865,
1452540630291386458,
1452540630497904827,
1452540630745864658,
1452540630988409741,
1452540631235687890,
1452540631479335409,
1452540631726140087,
1452540631969671832,
1452540632221303785,
1452540632460484110,
1452540632708540771,
1452540632951992172,
1452540633188184253,
1452540633398232546,
1452540633651470287,
1452540633890316497,
1452540634136670064,
1452540634382954950,
1452540634629880656,
1452540634872754875,
1452540635111687641,
1452540635360023293,
1452540635603962386,
1452540635855830700,
1452540636095592000,
1452540636348693754,
1452540636595663842,
1452540636843500099,
1452540637085319987,
1452540637331538238,
1452540637580201611,
1452540637829183323,
1452540638078465477,
1452540638321399063,
1452540638564974393,
1452540638750810678,
1452540639012001685,
1452540639256560346,
1452540639508156902,
1452540639755824652,
1452540639994936895,
1452540640242635996,
1452540640433076635,
1452540640674516852,
1452540640925209341
],
"PauseNs": [
136305,
134042,
144138,
137154,
145460,
135920,
137627,
136669,
150592,
136038,
148314,
139088,
139731,
145646,
136406,
135280,
134460,
134209,
142905,
139031,
133215,
135306,
138439,
134413,
134346,
134111,
136790,
133210,
134948,
142003,
12318738,
137842,
134807,
133874,
142272,
159158,
137448,
134081,
134773,
135486,
137382,
149633,
144225,
152203,
143740,
135317,
133280,
134577,
141450,
136359,
134797,
149258,
138751,
132883,
133126,
134065,
144771,
135060,
164727,
135205,
134350,
134659,
136205,
136058,
144872,
135248,
136584,
140840,
137603,
133273,
138215,
134217,
145195,
144703,
140232,
135642,
147469,
136047,
152534,
137711,
143298,
134171,
134558,
150370,
153464,
154553,
149482,
144833,
8284378,
138767,
155511,
143692,
144013,
139549,
136236,
136689,
137109,
140379,
135385,
139680,
148531,
136825,
133849,
133949,
138271,
137340,
137491,
149680,
154158,
136730,
136304,
135423,
135565,
136644,
137728,
135656,
136339,
145753,
145758,
141233,
137471,
135924,
136756,
145022,
148040,
133943,
155955,
140695,
141616,
133969,
135150,
175821,
179954,
134206,
135217,
143186,
136052,
133339,
136658,
143761,
134619,
137986,
134944,
141759,
135156,
132949,
144278,
138443,
134719,
132590,
132306,
144232,
134514,
132280,
141197,
157921,
150534,
145499,
138860,
134730,
137109,
135125,
135537,
136130,
136945,
139283,
134972,
144764,
145712,
147636,
135547,
145228,
139975,
135925,
8260761,
134951,
137000,
133090,
161502,
146116,
137852,
136001,
135560,
135382,
136869,
136016,
8270291,
136696,
138004,
145697,
138390,
147790,
138700,
135094,
137119,
135740,
136001,
135216,
138211,
137550,
138709,
164098,
146474,
135908,
148027,
136487,
137958,
137162,
148947,
144889,
135868,
141939,
152123,
144972,
136003,
137137,
135205,
148709,
136574,
137185,
136356,
137209,
137873,
150752,
154494,
135410,
136909,
133958,
135374,
133043,
137318,
137199,
135515,
133121,
135431,
138453,
134718,
138141,
136118,
136269,
134907,
148676,
145947,
137893,
134233,
135238,
161464,
136428,
136632,
144118,
136808,
136031,
136754,
163202,
139332,
159080
],
"PauseTotalNs": 82680368,
"StackInuse": 524288,
"StackSys": 524288,
"Sys": 10688760,
"TotalAlloc": 735693744
},
"/api/stats": {
"feeds": {},
"manager": {
"TotCreateIndex": 0,
"TotCreateIndexOk": 0,
"TotDeleteIndex": 0,
"TotDeleteIndexOk": 0,
"TotIndexControl": 0,
"TotIndexControlOk": 0,
"TotJanitorClosePIndex": 0,
"TotJanitorKick": 10,
"TotJanitorKickErr": 7,
"TotJanitorKickOk": 3,
"TotJanitorKickStart": 10,
"TotJanitorLoadDataDir": 0,
"TotJanitorNOOP": 0,
"TotJanitorNOOPOk": 0,
"TotJanitorOpDone": 10,
"TotJanitorOpErr": 7,
"TotJanitorOpRes": 10,
"TotJanitorOpStart": 10,
"TotJanitorRemovePIndex": 0,
"TotJanitorStop": 0,
"TotJanitorSubscriptionEvent": 8,
"TotJanitorUnknownErr": 0,
"TotKick": 1,
"TotPlannerKick": 10,
"TotPlannerKickChanged": 0,
"TotPlannerKickErr": 10,
"TotPlannerKickOk": 0,
"TotPlannerKickStart": 10,
"TotPlannerNOOP": 0,
"TotPlannerNOOPOk": 0,
"TotPlannerOpDone": 10,
"TotPlannerOpErr": 0,
"TotPlannerOpRes": 10,
"TotPlannerOpStart": 10,
"TotPlannerStop": 0,
"TotPlannerSubscriptionEvent": 8,
"TotPlannerUnknownErr": 0,
"TotSaveNodeDef": 2,
"TotSaveNodeDefGetErr": 0,
"TotSaveNodeDefNil": 0,
"TotSaveNodeDefOk": 2,
"TotSaveNodeDefRetry": 0,
"TotSaveNodeDefSame": 0,
"TotSaveNodeDefSetErr": 0
},
"pindexes": {}
},
"/debug/pprof/block?debug=1": "--- contention:\ncycles/second=2494015464\n",
"/debug/pprof/goroutine?debug=2": "goroutine 158 [running]:\nruntime/pprof.writeGoroutineStacks(0x7fc0d0c4c388, 0xc820521c70, 0x0, 0x0)\n\t/usr/local/go/src/runtime/pprof/pprof.go:516 +0x84\nruntime/pprof.writeGoroutine(0x7fc0d0c4c388, 0xc820521c70, 0x2, 0x0, 0x0)\n\t/usr/local/go/src/runtime/pprof/pprof.go:505 +0x46\nruntime/pprof.(*Profile).WriteTo(0x14723c0, 0x7fc0d0c4c388, 0xc820521c70, 0x2, 0x0, 0x0)\n\t/usr/local/go/src/runtime/pprof/pprof.go:236 +0xd4\ngithub.com/couchbase/cbgt/rest.DiagGetPProf(0x7fc0d0c55090, 0xc8200b62c0, 0xd856a0, 0x9, 0x2)\n\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/rest/rest_diag.go:160 +0xb1\ngithub.com/couchbase/cbgt/rest.(*DiagGetHandler).ServeHTTP.func2(0x7fc0d0c55090, 0xc8200b62c0, 0xc8200ce0e0)\n\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/rest/rest_diag.go:70 +0x49\nnet/http.HandlerFunc.ServeHTTP(0xfa7698, 0x7fc0d0c55090, 0xc8200b62c0, 0xc8200ce0e0)\n\t/usr/local/go/src/net/http/server.go:1422 +0x3a\ngithub.com/couchbase/cbgt/rest.(*DiagGetHandler).ServeHTTP(0xc8201a9d70, 0x7fc0d0c55090, 0xc8200b62c0, 0xc8200ce0e0)\n\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/rest/rest_diag.go:98 +0xd2e\ngithub.com/gorilla/mux.(*Router).ServeHTTP(0xc82015c910, 0x7fc0d0c55090, 0xc8200b62c0, 0xc8200ce0e0)\n\t/home/centos/sync_gateway/src/github.com/gorilla/mux/mux.go:86 +0x2a6\ngithub.com/couchbase/sync_gateway/rest.wrapRouter.func1(0x7fc0d0c55090, 0xc8200b62c0, 0xc8200ce0e0)\n\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/routing.go:295 +0x32d\nnet/http.HandlerFunc.ServeHTTP(0xc8202aac20, 0x7fc0d0c55090, 0xc8200b62c0, 0xc8200ce0e0)\n\t/usr/local/go/src/net/http/server.go:1422 +0x3a\nnet/http.serverHandler.ServeHTTP(0xc8201e7c20, 0x7fc0d0c55090, 0xc8200b62c0, 0xc8200ce0e0)\n\t/usr/local/go/src/net/http/server.go:1862 +0x19e\nnet/http.(*conn).serve(0xc8200b6000)\n\t/usr/local/go/src/net/http/server.go:1361 +0xbee\ncreated by net/http.(*Server).Serve\n\t/usr/local/go/src/net/http/server.go:1910 +0x3f6\n\ngoroutine 1 [IO wait, 1 minutes]:\nnet.runtime_pollWait(0x7fc0d0c3ec78, 0x72, 0xc820012140)\n\t/usr/local/go/src/runtime/netpoll.go:157 +0x60\nnet.(*pollDesc).Wait(0xc8201efb10, 0x72, 0x0, 0x0)\n\t/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a\nnet.(*pollDesc).WaitRead(0xc8201efb10, 0x0, 0x0)\n\t/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36\nnet.(*netFD).accept(0xc8201efab0, 0x0, 0x7fc0d0c4ce58, 0xc8204ebfa0)\n\t/usr/local/go/src/net/fd_unix.go:408 +0x27c\nnet.(*TCPListener).AcceptTCP(0xc820024a18, 0x452f90, 0x0, 0x0)\n\t/usr/local/go/src/net/tcpsock_posix.go:254 +0x4d\nnet.(*TCPListener).Accept(0xc820024a18, 0x0, 0x0, 0x0, 0x0)\n\t/usr/local/go/src/net/tcpsock_posix.go:264 +0x3d\nnet/http.(*Server).Serve(0xc8201e7bc0, 0x7fc0d0c4ce20, 0xc820024a18, 0x0, 0x0)\n\t/usr/local/go/src/net/http/server.go:1887 +0xb3\ngithub.com/couchbase/sync_gateway/base.ListenAndServeHTTP(0xc82017d490, 0x5, 0x0, 0x0, 0x0, 0x7fc0d0c3d708, 0xc8204ebf80, 0x0, 0x0, 0x0, ...)\n\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/base/http_listener.go:52 +0x549\ngithub.com/couchbase/sync_gateway/rest.(*ServerConfig).serve(0xc820125180, 0xc82017d490, 0x5, 0x7fc0d0c3d708, 0xc8204ebf80)\n\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/config.go:559 +0xa3\ngithub.com/couchbase/sync_gateway/rest.RunServer(0xc820125180)\n\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/config.go:606 +0x949\ngithub.com/couchbase/sync_gateway/rest.ServerMain()\n\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/config.go:621 +0x2d\nmain.main()\n\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/main.go:33 +0x12f\n\ngoroutine 17 [syscall, 1 minutes, locked to thread]:\nruntime.goexit()\n\t/usr/local/go/src/runtime/asm_amd64.s:1696 +0x1\n\ngoroutine 24 [select, 1 minutes]:\nnet/http.(*persistConn).readLoop(0xc8200b7b80)\n\t/usr/local/go/src/net/http/transport.go:976 +0xac7\ncreated by net/http.(*Transport).dialConn\n\t/usr/local/go/src/net/http/transport.go:685 +0xc78\n\ngoroutine 6 [syscall, 1 minutes]:\nos/signal.loop()\n\t/usr/local/go/src/os/signal/signal_unix.go:22 +0x18\ncreated by os/signal.init.1\n\t/usr/local/go/src/os/signal/signal_unix.go:28 +0x37\n\ngoroutine 9 [select, 1 minutes, locked to thread]:\nruntime.gopark(0xfa91e0, 0xc820023728, 0xd70070, 0x6, 0x18, 0x2)\n\t/usr/local/go/src/runtime/proc.go:185 +0x163\nruntime.selectgoImpl(0xc820023728, 0x0, 0x18)\n\t/usr/local/go/src/runtime/select.go:392 +0xa64\nruntime.selectgo(0xc820023728)\n\t/usr/local/go/src/runtime/select.go:212 +0x12\nruntime.ensureSigM.func1()\n\t/usr/local/go/src/runtime/signal1_unix.go:227 +0x353\nruntime.goexit()\n\t/usr/local/go/src/runtime/asm_amd64.s:1696 +0x1\n\ngoroutine 10 [chan receive, 1 minutes]:\nmain.main.func1(0xc820122ba0)\n\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/main.go:27 +0x51\ncreated by main.main\n\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/main.go:31 +0x12a\n\ngoroutine 16 [IO wait, 1 minutes]:\nnet.runtime_pollWait(0x7fc0d0c3f1b8, 0x72, 0xc820012140)\n\t/usr/local/go/src/runtime/netpoll.go:157 +0x60\nnet.(*pollDesc).Wait(0xc82027a4c0, 0x72, 0x0, 0x0)\n\t/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a\nnet.(*pollDesc).WaitRead(0xc82027a4c0, 0x0, 0x0)\n\t/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36\nnet.(*netFD).Read(0xc82027a460, 0xc820290000, 0x1000, 0x1000, 0x0, 0x7fc0d0c39050, 0xc820012140)\n\t/usr/local/go/src/net/fd_unix.go:232 +0x23a\nnet.(*conn).Read(0xc820024378, 0xc820290000, 0x1000, 0x1000, 0x0, 0x0, 0x0)\n\t/usr/local/go/src/net/net.go:172 +0xe4\nnet/http.noteEOFReader.Read(0x7fc0d0c3f510, 0xc820024378, 0xc8200b7bd8, 0xc820290000, 0x1000, 0x1000, 0x510511, 0x0, 0x0)\n\t/usr/local/go/src/net/http/transport.go:1370 +0x67\nnet/http.(*noteEOFReader).Read(0xc820278f60, 0xc820290000, 0x1000, 0x1000, 0x0, 0x0, 0x0)\n\t<autogenerated>:126 +0xd0\nbufio.(*Reader).fill(0xc8202806c0)\n\t/usr/local/go/src/bufio/bufio.go:97 +0x1e9\nbufio.(*Reader).ReadSlice(0xc8202806c0, 0xa, 0x0, 0x0, 0x0, 0x0, 0x0)\n\t/usr/local/go/src/bufio/bufio.go:328 +0x21a\nnet/http/internal.readLine(0xc8202806c0, 0x0, 0x0, 0x0, 0x0, 0x0)\n\t/usr/local/go/src/net/http/internal/chunked.go:110 +0x4b\nnet/http/internal.(*chunkedReader).beginChunk(0xc82027cc90)\n\t/usr/local/go/src/net/http/internal/chunked.go:47 +0x39\nnet/http/internal.(*chunkedReader).Read(0xc82027cc90, 0xc82029a004, 0x3dfc, 0x3dfc, 0x0, 0x0, 0x0)\n\t/usr/local/go/src/net/http/internal/chunked.go:77 +0xb7\nnet/http.(*body).readLocked(0xc82021a880, 0xc82029a004, 0x3dfc, 0x3dfc, 0xc800000000, 0x0, 0x0)\n\t/usr/local/go/src/net/http/transfer.go:632 +0x98\nnet/http.(*body).Read(0xc82021a880, 0xc82029a004, 0x3dfc, 0x3dfc, 0x0, 0x0, 0x0)\n\t/usr/local/go/src/net/http/transfer.go:624 +0x110\nnet/http.(*bodyEOFSignal).Read(0xc82021a8c0, 0xc82029a004, 0x3dfc, 0x3dfc, 0x0, 0x0, 0x0)\n\t/usr/local/go/src/net/http/transport.go:1296 +0x26a\nencoding/json.(*Decoder).refill(0xc82023fba0, 0x0, 0x0)\n\t/usr/local/go/src/encoding/json/stream.go:152 +0x287\nencoding/json.(*Decoder).readValue(0xc82023fba0, 0x1, 0x0, 0x0)\n\t/usr/local/go/src/encoding/json/stream.go:128 +0x41b\nencoding/json.(*Decoder).Decode(0xc82023fba0, 0xab2820, 0xc820024380, 0x0, 0x0)\n\t/usr/local/go/src/encoding/json/stream.go:57 +0x159\ngithub.com/couchbase/go-couchbase.(*Bucket).UpdateBucket(0xc82023e340, 0x0, 0x0)\n\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/streaming.go:140 +0xd36\ngithub.com/couchbase/go-couchbase.(*Bucket).RunBucketUpdater.func1(0xc82023e340, 0xc820276640)\n\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/streaming.go:62 +0x25\ncreated by github.com/couchbase/go-couchbase.(*Bucket).RunBucketUpdater\n\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/streaming.go:69 +0x3f\n\ngoroutine 14 [IO wait, 1 minutes]:\nnet.runtime_pollWait(0x7fc0d0c3f0f8, 0x72, 0xc820012140)\n\t/usr/local/go/src/runtime/netpoll.go:157 +0x60\nnet.(*pollDesc).Wait(0xc8201874f0, 0x72, 0x0, 0x0)\n\t/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a\nnet.(*pollDesc).WaitRead(0xc8201874f0, 0x0, 0x0)\n\t/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36\nnet.(*netFD).Read(0xc820187490, 0xc8201ab000, 0x1000, 0x1000, 0x0, 0x7fc0d0c39050, 0xc820012140)\n\t/usr/local/go/src/net/fd_unix.go:232 +0x23a\nnet.(*conn).Read(0xc820024288, 0xc8201ab000, 0x1000, 0x1000, 0x0, 0x0, 0x0)\n\t/usr/local/go/src/net/net.go:172 +0xe4\nnet/http.noteEOFReader.Read(0x7fc0d0c3f510, 0xc820024288, 0xc8200b74f8, 0xc8201ab000, 0x1000, 0x1000, 0x0, 0x0, 0x0)\n\t/usr/local/go/src/net/http/transport.go:1370 +0x67\nnet/http.(*noteEOFReader).Read(0xc820133a80, 0xc8201ab000, 0x1000, 0x1000, 0x0, 0x0, 0x0)\n\t<autogenerated>:126 +0xd0\nbufio.(*Reader).fill(0xc820123320)\n\t/usr/local/go/src/bufio/bufio.go:97 +0x1e9\nbufio.(*Reader).Peek(0xc820123320, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0)\n\t/usr/local/go/src/bufio/bufio.go:132 +0xcc\nnet/http.(*persistConn).readLoop(0xc8200b74a0)\n\t/usr/local/go/src/net/http/transport.go:876 +0xf7\ncreated by net/http.(*Transport).dialConn\n\t/usr/local/go/src/net/http/transport.go:685 +0xc78\n\ngoroutine 15 [select, 1 minutes]:\nnet/http.(*persistConn).writeLoop(0xc8200b74a0)\n\t/usr/local/go/src/net/http/transport.go:1009 +0x40c\ncreated by net/http.(*Transport).dialConn\n\t/usr/local/go/src/net/http/transport.go:686 +0xc9d\n\ngoroutine 36 [sleep]:\ntime.Sleep(0x2540be400)\n\t/usr/local/go/src/runtime/time.go:59 +0xf9\ngithub.com/couchbase/gocb/gocbcore.(*Agent).cccpLooper(0xc8202e6a80)\n\t/home/centos/sync_gateway/src/github.com/couchbase/gocb/gocbcore/agent.go:127 +0x7f\ncreated by github.com/couchbase/gocb/gocbcore.(*Agent).connect\n\t/home/centos/sync_gateway/src/github.com/couchbase/gocb/gocbcore/agent.go:225 +0x1462\n\ngoroutine 35 [IO wait]:\nnet.runtime_pollWait(0x7fc0d0c3f038, 0x72, 0xc820012140)\n\t/usr/local/go/src/runtime/netpoll.go:157 +0x60\nnet.(*pollDesc).Wait(0xc8202e6ca0, 0x72, 0x0, 0x0)\n\t/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a\nnet.(*pollDesc).WaitRead(0xc8202e6ca0, 0x0, 0x0)\n\t/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36\nnet.(*netFD).Read(0xc8202e6c40, 0xc82041a000, 0x1000, 0x1000, 0x0, 0x7fc0d0c39050, 0xc820012140)\n\t/usr/local/go/src/net/fd_unix.go:232 +0x23a\nnet.(*conn).Read(0xc820024408, 0xc82041a000, 0x1000, 0x1000, 0x0, 0x0, 0x0)\n\t/usr/local/go/src/net/net.go:172 +0xe4\ngithub.com/couchbase/gocb/gocbcore.(*memdConn).readBuffered(0xc8203141e0, 0x18, 0x0, 0x0, 0x0, 0x0, 0x0)\n\t/home/centos/sync_gateway/src/github.com/couchbase/gocb/gocbcore/memdconn.go:141 +0x2fa\ngithub.com/couchbase/gocb/gocbcore.(*memdConn).ReadPacket(0xc8203141e0, 0xc820671f20, 0x0, 0x0)\n\t/home/centos/sync_gateway/src/github.com/couchbase/gocb/gocbcore/memdconn.go:152 +0x4e\ngithub.com/couchbase/gocb/gocbcore.(*memdPipeline).ioLoop.func1(0xc820161c80, 0xc820281500)\n\t/home/centos/sync_gateway/src/github.com/couchbase/gocb/gocbcore/memdpipeline.go:174 +0xad\ncreated by github.com/couchbase/gocb/gocbcore.(*memdPipeline).ioLoop\n\t/home/centos/sync_gateway/src/github.com/couchbase/gocb/gocbcore/memdpipeline.go:184 +0x6c\n\ngoroutine 34 [select]:\ngithub.com/couchbase/gocb/gocbcore.(*memdPipeline).ioLoop(0xc820161c80)\n\t/home/centos/sync_gateway/src/github.com/couchbase/gocb/gocbcore/memdpipeline.go:189 +0x225\ngithub.com/couchbase/gocb/gocbcore.(*memdPipeline).Run(0xc820161c80)\n\t/home/centos/sync_gateway/src/github.com/couchbase/gocb/gocbcore/memdpipeline.go:213 +0x4f\ncreated by github.com/couchbase/gocb/gocbcore.(*Agent).connectPipeline\n\t/home/centos/sync_gateway/src/github.com/couchbase/gocb/gocbcore/agentrouting.go:111 +0x348\n\ngoroutine 25 [select, 1 minutes]:\nnet/http.(*persistConn).writeLoop(0xc8200b7b80)\n\t/usr/local/go/src/net/http/transport.go:1009 +0x40c\ncreated by net/http.(*Transport).dialConn\n\t/usr/local/go/src/net/http/transport.go:686 +0xc9d\n\ngoroutine 43 [IO wait]:\nnet.runtime_pollWait(0x7fc0d0c3edf8, 0x72, 0xc820012140)\n\t/usr/local/go/src/runtime/netpoll.go:157 +0x60\nnet.(*pollDesc).Wait(0xc820371720, 0x72, 0x0, 0x0)\n\t/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a\nnet.(*pollDesc).WaitRead(0xc820371720, 0x0, 0x0)\n\t/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36\nnet.(*netFD).Read(0xc8203716c0, 0xc820328000, 0x1000, 0x1000, 0x0, 0x7fc0d0c39050, 0xc820012140)\n\t/usr/local/go/src/net/fd_unix.go:232 +0x23a\nnet.(*conn).Read(0xc8200244c8, 0xc820328000, 0x1000, 0x1000, 0x0, 0x0, 0x0)\n\t/usr/local/go/src/net/net.go:172 +0xe4\ngithub.com/couchbase/gocb/gocbcore.(*memdConn).readBuffered(0xc820315b60, 0x18, 0x0, 0x0, 0x0, 0x0, 0x0)\n\t/home/centos/sync_gateway/src/github.com/couchbase/gocb/gocbcore/memdconn.go:141 +0x2fa\ngithub.com/couchbase/gocb/gocbcore.(*memdConn).ReadPacket(0xc820315b60, 0xc8202eede0, 0x0, 0x0)\n\t/home/centos/sync_gateway/src/github.com/couchbase/gocb/gocbcore/memdconn.go:152 +0x4e\ngithub.com/couchbase/gocb/gocbcore.(*memdPipeline).ioLoop.func1(0xc820316700, 0xc82036e360)\n\t/home/centos/sync_gateway/src/github.com/couchbase/gocb/gocbcore/memdpipeline.go:174 +0xad\ncreated by github.com/couchbase/gocb/gocbcore.(*memdPipeline).ioLoop\n\t/home/centos/sync_gateway/src/github.com/couchbase/gocb/gocbcore/memdpipeline.go:184 +0x6c\n\ngoroutine 42 [select]:\ngithub.com/couchbase/gocb/gocbcore.(*memdPipeline).ioLoop(0xc820316700)\n\t/home/centos/sync_gateway/src/github.com/couchbase/gocb/gocbcore/memdpipeline.go:189 +0x225\ngithub.com/couchbase/gocb/gocbcore.(*memdPipeline).Run(0xc820316700)\n\t/home/centos/sync_gateway/src/github.com/couchbase/gocb/gocbcore/memdpipeline.go:213 +0x4f\ncreated by github.com/couchbase/gocb/gocbcore.(*Agent).connectPipeline\n\t/home/centos/sync_gateway/src/github.com/couchbase/gocb/gocbcore/agentrouting.go:111 +0x348\n\ngoroutine 44 [sleep]:\ntime.Sleep(0x2540be400)\n\t/usr/local/go/src/runtime/time.go:59 +0xf9\ngithub.com/couchbase/gocb/gocbcore.(*Agent).cccpLooper(0xc820371500)\n\t/home/centos/sync_gateway/src/github.com/couchbase/gocb/gocbcore/agent.go:127 +0x7f\ncreated by github.com/couchbase/gocb/gocbcore.(*Agent).connect\n\t/home/centos/sync_gateway/src/github.com/couchbase/gocb/gocbcore/agent.go:225 +0x1462\n\ngoroutine 45 [select]:\ngithub.com/couchbase/sync_gateway/db.(*kvChangeIndexReader).Init.func1(0xc820281f20)\n\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/kv_change_index_reader.go:70 +0x222\ncreated by github.com/couchbase/sync_gateway/db.(*kvChangeIndexReader).Init\n\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/kv_change_index_reader.go:86 +0x533\n\ngoroutine 46 [chan receive, 1 minutes]:\ngithub.com/couchbase/sync_gateway/db.(*kvChangeIndexWriter).readFromPending(0xc820316c80, 0x0, 0x0, 0x0)\n\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/kv_change_index_writer.go:197 +0xb0\ngithub.com/couchbase/sync_gateway/db.(*kvChangeIndexWriter).indexPending(0xc820316c80)\n\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/kv_change_index_writer.go:166 +0x5c\ncreated by github.com/couchbase/sync_gateway/db.(*kvChangeIndexWriter).Init\n\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/kv_change_index_writer.go:46 +0xf1\n\ngoroutine 50 [select]:\ngithub.com/couchbase/gocb/gocbcore.(*memdPipeline).ioLoop(0xc820316e00)\n\t/home/centos/sync_gateway/src/github.com/couchbase/gocb/gocbcore/memdpipeline.go:189 +0x225\ngithub.com/couchbase/gocb/gocbcore.(*memdPipeline).Run(0xc820316e00)\n\t/home/centos/sync_gateway/src/github.com/couchbase/gocb/gocbcore/memdpipeline.go:213 +0x4f\ncreated by github.com/couchbase/gocb/gocbcore.(*Agent).connectPipeline\n\t/home/centos/sync_gateway/src/github.com/couchbase/gocb/gocbcore/agentrouting.go:111 +0x348\n\ngoroutine 52 [sleep]:\ntime.Sleep(0x2540be400)\n\t/usr/local/go/src/runtime/time.go:59 +0xf9\ngithub.com/couchbase/gocb/gocbcore.(*Agent).cccpLooper(0xc8203d9810)\n\t/home/centos/sync_gateway/src/github.com/couchbase/gocb/gocbcore/agent.go:127 +0x7f\ncreated by github.com/couchbase/gocb/gocbcore.(*Agent).connect\n\t/home/centos/sync_gateway/src/github.com/couchbase/gocb/gocbcore/agent.go:225 +0x1462\n\ngoroutine 51 [IO wait]:\nnet.runtime_pollWait(0x7fc0d0c3ef78, 0x72, 0xc820012140)\n\t/usr/local/go/src/runtime/netpoll.go:157 +0x60\nnet.(*pollDesc).Wait(0xc8203d9a30, 0x72, 0x0, 0x0)\n\t/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a\nnet.(*pollDesc).WaitRead(0xc8203d9a30, 0x0, 0x0)\n\t/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36\nnet.(*netFD).Read(0xc8203d99d0, 0xc8202f1000, 0x1000, 0x1000, 0x0, 0x7fc0d0c39050, 0xc820012140)\n\t/usr/local/go/src/net/fd_unix.go:232 +0x23a\nnet.(*conn).Read(0xc820024560, 0xc8202f1000, 0x1000, 0x1000, 0x0, 0x0, 0x0)\n\t/usr/local/go/src/net/net.go:172 +0xe4\ngithub.com/couchbase/gocb/gocbcore.(*memdConn).readBuffered(0xc8203dc7e0, 0x18, 0x0, 0x0, 0x0, 0x0, 0x0)\n\t/home/centos/sync_gateway/src/github.com/couchbase/gocb/gocbcore/memdconn.go:141 +0x2fa\ngithub.com/couchbase/gocb/gocbcore.(*memdConn).ReadPacket(0xc8203dc7e0, 0xc8202ef020, 0x0, 0x0)\n\t/home/centos/sync_gateway/src/github.com/couchbase/gocb/gocbcore/memdconn.go:152 +0x4e\ngithub.com/couchbase/gocb/gocbcore.(*memdPipeline).ioLoop.func1(0xc820316e00, 0xc82036ecc0)\n\t/home/centos/sync_gateway/src/github.com/couchbase/gocb/gocbcore/memdpipeline.go:174 +0xad\ncreated by github.com/couchbase/gocb/gocbcore.(*memdPipeline).ioLoop\n\t/home/centos/sync_gateway/src/github.com/couchbase/gocb/gocbcore/memdpipeline.go:184 +0x6c\n\ngoroutine 53 [select, 1 minutes]:\ngithub.com/couchbase/sync_gateway/db.(*kvChangeIndexWriter).Init.func1(0xc820316c80)\n\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/kv_change_index_writer.go:72 +0xf9\ncreated by github.com/couchbase/sync_gateway/db.(*kvChangeIndexWriter).Init\n\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/kv_change_index_writer.go:79 +0x57a\n\ngoroutine 54 [select, 1 minutes]:\ngithub.com/couchbase/sync_gateway/db.(*kvChangeIndexWriter).Init.func1(0xc820316c80)\n\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/kv_change_index_writer.go:72 +0xf9\ncreated by github.com/couchbase/sync_gateway/db.(*kvChangeIndexWriter).Init\n\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/kv_change_index_writer.go:79 +0x57a\n\ngoroutine 55 [select, 1 minutes]:\ngithub.com/couchbase/sync_gateway/db.(*kvChangeIndexWriter).Init.func1(0xc820316c80)\n\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/kv_change_index_writer.go:72 +0xf9\ncreated by github.com/couchbase/sync_gateway/db.(*kvChangeIndexWriter).Init\n\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/kv_change_index_writer.go:79 +0x57a\n\ngoroutine 56 [select, 1 minutes]:\ngithub.com/couchbase/sync_gateway/db.(*kvChangeIndexWriter).Init.func1(0xc820316c80)\n\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/kv_change_index_writer.go:72 +0xf9\ncreated by github.com/couchbase/sync_gateway/db.(*kvChangeIndexWriter).Init\n\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/kv_change_index_writer.go:79 +0x57a\n\ngoroutine 57 [select, 1 minutes]:\ngithub.com/couchbase/sync_gateway/db.(*kvChangeIndexWriter).Init.func1(0xc820316c80)\n\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/kv_change_index_writer.go:72 +0xf9\ncreated by github.com/couchbase/sync_gateway/db.(*kvChangeIndexWriter).Init\n\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/kv_change_index_writer.go:79 +0x57a\n\ngoroutine 58 [select, 1 minutes]:\ngithub.com/couchbase/sync_gateway/db.(*kvChangeIndexWriter).Init.func1(0xc820316c80)\n\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/kv_change_index_writer.go:72 +0xf9\ncreated by github.com/couchbase/sync_gateway/db.(*kvChangeIndexWriter).Init\n\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/kv_change_index_writer.go:79 +0x57a\n\ngoroutine 59 [select, 1 minutes]:\ngithub.com/couchbase/sync_gateway/db.(*kvChangeIndexWriter).Init.func1(0xc820316c80)\n\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/kv_change_index_writer.go:72 +0xf9\ncreated by github.com/couchbase/sync_gateway/db.(*kvChangeIndexWriter).Init\n\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/kv_change_index_writer.go:79 +0x57a\n\ngoroutine 60 [select, 1 minutes]:\ngithub.com/couchbase/sync_gateway/db.(*kvChangeIndexWriter).Init.func1(0xc820316c80)\n\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/kv_change_index_writer.go:72 +0xf9\ncreated by github.com/couchbase/sync_gateway/db.(*kvChangeIndexWriter).Init\n\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/kv_change_index_writer.go:79 +0x57a\n\ngoroutine 61 [select, 1 minutes]:\ngithub.com/couchbase/sync_gateway/db.(*kvChangeIndexWriter).Init.func1(0xc820316c80)\n\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/kv_change_index_writer.go:72 +0xf9\ncreated by github.com/couchbase/sync_gateway/db.(*kvChangeIndexWriter).Init\n\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/kv_change_index_writer.go:79 +0x57a\n\ngoroutine 62 [select, 1 minutes]:\ngithub.com/couchbase/sync_gateway/db.(*kvChangeIndexWriter).Init.func1(0xc820316c80)\n\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/kv_change_index_writer.go:72 +0xf9\ncreated by github.com/couchbase/sync_gateway/db.(*kvChangeIndexWriter).Init\n\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/kv_change_index_writer.go:79 +0x57a\n\ngoroutine 63 [select, 1 minutes]:\ngithub.com/couchbase/sync_gateway/db.(*kvChangeIndexWriter).Init.func1(0xc820316c80)\n\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/kv_change_index_writer.go:72 +0xf9\ncreated by github.com/couchbase/sync_gateway/db.(*kvChangeIndexWriter).Init\n\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/kv_change_index_writer.go:79 +0x57a\n\ngoroutine 64 [select, 1 minutes]:\ngithub.com/couchbase/sync_gateway/db.(*kvChangeIndexWriter).Init.func1(0xc820316c80)\n\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/kv_change_index_writer.go:72 +0xf9\ncreated by github.com/couchbase/sync_gateway/db.(*kvChangeIndexWriter).Init\n\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/kv_change_index_writer.go:79 +0x57a\n\ngoroutine 65 [select, 1 minutes]:\ngithub.com/couchbase/sync_gateway/db.(*kvChangeIndexWriter).Init.func1(0xc820316c80)\n\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/kv_change_index_writer.go:72 +0xf9\ncreated by github.com/couchbase/sync_gateway/db.(*kvChangeIndexWriter).Init\n\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/kv_change_index_writer.go:79 +0x57a\n\ngoroutine 66 [select, 1 minutes]:\ngithub.com/couchbase/sync_gateway/db.(*kvChangeIndexWriter).Init.func1(0xc820316c80)\n\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/kv_change_index_writer.go:72 +0xf9\ncreated by github.com/couchbase/sync_gateway/db.(*kvChangeIndexWriter).Init\n\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/kv_change_index_writer.go:79 +0x57a\n\ngoroutine 67 [select, 1 minutes]:\ngithub.com/couchbase/sync_gateway/db.(*kvChangeIndexWriter).Init.func1(0xc820316c80)\n\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/kv_change_index_writer.go:72 +0xf9\ncreated by github.com/couchbase/sync_gateway/db.(*kvChangeIndexWriter).Init\n\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/kv_change_index_writer.go:79 +0x57a\n\ngoroutine 68 [select, 1 minutes]:\ngithub.com/couchbase/sync_gateway/db.(*kvChangeIndexWriter).Init.func1(0xc820316c80)\n\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/kv_change_index_writer.go:72 +0xf9\ncreated by github.com/couchbase/sync_gateway/db.(*kvChangeIndexWriter).Init\n\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/kv_change_index_writer.go:79 +0x57a\n\ngoroutine 69 [chan receive, 1 minutes]:\ngithub.com/couchbase/sync_gateway/db.(*changeListener).Start.func1(0xc8202412b8, 0x7fc0d0c48500, 0xc8200245a8, 0xc820024501)\n\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/change_listener.go:53 +0xc0\ncreated by github.com/couchbase/sync_gateway/db.(*changeListener).Start\n\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/change_listener.go:70 +0x360\n\ngoroutine 70 [chan receive, 1 minutes]:\ngithub.com/couchbase/sync_gateway/db.(*DatabaseContext).watchDocChanges(0xc820241200)\n\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/assimilator.go:16 +0xca\ncreated by github.com/couchbase/sync_gateway/db.NewDatabaseContext\n\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/database.go:171 +0x8ca\n\ngoroutine 127 [select, 1 minutes]:\ngithub.com/couchbase/cb-heartbeat.(*couchbaseHeartBeater).StartCheckingHeartbeats.func1(0xc8204ed500, 0xc820135cc0, 0x186a0, 0x7fc0d0c4a3b0, 0xc82027cb10)\n\t/home/centos/sync_gateway/src/github.com/couchbase/cb-heartbeat/cb_heartbeat.go:137 +0x275\ncreated by github.com/couchbase/cb-heartbeat.(*couchbaseHeartBeater).StartCheckingHeartbeats\n\t/home/centos/sync_gateway/src/github.com/couchbase/cb-heartbeat/cb_heartbeat.go:147 +0xe5\n\ngoroutine 78 [chan receive, 1 minutes]:\ngithub.com/couchbase/go-couchbase/cbdatasource.(*bucketDataSource).refreshCluster(0xc8204ee000, 0x0)\n\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/cbdatasource/cbdatasource.go:529 +0xa65\ngithub.com/couchbase/go-couchbase/cbdatasource.(*bucketDataSource).Start.func1.1(0x0)\n\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/cbdatasource/cbdatasource.go:456 +0x20\ngithub.com/couchbase/go-couchbase/cbdatasource.ExponentialBackoffLoop(0xe162e0, 0x1b, 0xc820033f78, 0x64, 0x3fc00000, 0x4e20)\n\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/cbdatasource/cbdatasource.go:1536 +0x2b\ngithub.com/couchbase/go-couchbase/cbdatasource.(*bucketDataSource).Start.func1(0xc8204ee000, 0x64, 0x3fc00000, 0x4e20)\n\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/cbdatasource/cbdatasource.go:457 +0x70\ncreated by github.com/couchbase/go-couchbase/cbdatasource.(*bucketDataSource).Start\n\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/cbdatasource/cbdatasource.go:462 +0x279\n\ngoroutine 79 [chan receive, 1 minutes]:\ngithub.com/couchbase/go-couchbase/cbdatasource.(*bucketDataSource).refreshWorkers(0xc8204ee000)\n\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/cbdatasource/cbdatasource.go:565 +0x120\ncreated by github.com/couchbase/go-couchbase/cbdatasource.(*bucketDataSource).Start\n\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/cbdatasource/cbdatasource.go:464 +0x29b\n\ngoroutine 82 [select, 1 minutes]:\ngithub.com/couchbase/go-couchbase/cbdatasource.(*bucketDataSource).worker(0xc8204ee000, 0xc8204b5f50, 0x2f, 0xc8204ed380, 0x0)\n\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/cbdatasource/cbdatasource.go:953 +0x1589\ngithub.com/couchbase/go-couchbase/cbdatasource.(*bucketDataSource).workerStart.func1.1(0x2)\n\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/cbdatasource/cbdatasource.go:683 +0x48\ngithub.com/couchbase/go-couchbase/cbdatasource.ExponentialBackoffLoop(0xc82012cfa0, 0x43, 0xc820041f38, 0x64, 0x3fc00000, 0x4e20)\n\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/cbdatasource/cbdatasource.go:1536 +0x2b\ngithub.com/couchbase/go-couchbase/cbdatasource.(*bucketDataSource).workerStart.func1(0xc8204ee000, 0xc8204b5f50, 0x2f, 0xc8204ed380, 0x64, 0xc83fc00000, 0x4e20)\n\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/cbdatasource/cbdatasource.go:684 +0x112\ncreated by github.com/couchbase/go-couchbase/cbdatasource.(*bucketDataSource).workerStart\n\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/cbdatasource/cbdatasource.go:687 +0xb7\n\ngoroutine 93 [chan receive, 1 minutes]:\ngithub.com/couchbase/go-couchbase/cbdatasource.(*bucketDataSource).worker.func2(0xc8204edf20, 0xc8204ee000, 0xc8204edec0, 0xc8203dcab0)\n\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/cbdatasource/cbdatasource.go:799 +0xbc\ncreated by github.com/couchbase/go-couchbase/cbdatasource.(*bucketDataSource).worker\n\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/cbdatasource/cbdatasource.go:810 +0x10a9\n\ngoroutine 94 [IO wait, 1 minutes]:\nnet.runtime_pollWait(0x7fc0d0c3eaf8, 0x72, 0xc820012140)\n\t/usr/local/go/src/runtime/netpoll.go:157 +0x60\nnet.(*pollDesc).Wait(0xc82047eed0, 0x72, 0x0, 0x0)\n\t/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a\nnet.(*pollDesc).WaitRead(0xc82047eed0, 0x0, 0x0)\n\t/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36\nnet.(*netFD).Read(0xc82047ee70, 0xc82039cba0, 0x18, 0x18, 0x0, 0x7fc0d0c39050, 0xc820012140)\n\t/usr/local/go/src/net/fd_unix.go:232 +0x23a\nnet.(*conn).Read(0xc820024258, 0xc82039cba0, 0x18, 0x18, 0x0, 0x0, 0x0)\n\t/usr/local/go/src/net/net.go:172 +0xe4\nio.ReadAtLeast(0x7fc0d0c3f510, 0xc820024258, 0xc82039cba0, 0x18, 0x18, 0x18, 0x0, 0x0, 0x0)\n\t/usr/local/go/src/io/io.go:298 +0xe6\nio.ReadFull(0x7fc0d0c3f510, 0xc820024258, 0xc82039cba0, 0x18, 0x18, 0x4022e4, 0x0, 0x0)\n\t/usr/local/go/src/io/io.go:316 +0x62\ngithub.com/couchbase/gomemcached.(*MCRequest).Receive(0xc82036e0c0, 0x7fc0d0c3f510, 0xc820024258, 0xc82039cba0, 0x18, 0x18, 0xc82036e0c0, 0x0, 0x0)\n\t/home/centos/sync_gateway/src/github.com/couchbase/gomemcached/mc_req.go:131 +0xd8\ngithub.com/couchbase/go-couchbase/cbdatasource.(*bucketDataSource).worker.func3(0xc8204edf80, 0xc8204ee000, 0xc8203dcab0, 0xc82023bac0, 0xc8203dcd80, 0xc8204edec0, 0x0)\n\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/cbdatasource/cbdatasource.go:829 +0x1f3\ncreated by github.com/couchbase/go-couchbase/cbdatasource.(*bucketDataSource).worker\n\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/cbdatasource/cbdatasource.go:947 +0x110b\n\ngoroutine 85 [select, 1 minutes]:\ngithub.com/couchbase/cbgt.(*Manager).PlannerLoop(0xc820490b00)\n\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:67 +0x9bd\ncreated by github.com/couchbase/cbgt.(*Manager).Start\n\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager.go:211 +0x2b2\n\ngoroutine 87 [select, 1 minutes]:\ngithub.com/couchbase/cbgt.(*Manager).JanitorLoop(0xc820490b00)\n\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_janitor.go:67 +0xbca\ncreated by github.com/couchbase/cbgt.(*Manager).Start\n\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager.go:217 +0x229\n\ngoroutine 89 [select, 1 minutes]:\ngithub.com/couchbase/cbgt.(*Manager).StartCfg.func1(0xc820490b00)\n\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager.go:231 +0x154\ncreated by github.com/couchbase/cbgt.(*Manager).StartCfg\n\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager.go:238 +0x4b\n\ngoroutine 90 [select, 1 minutes]:\ngithub.com/couchbase/cbgt.(*Manager).StartCfg.func2(0xc820490b00)\n\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager.go:244 +0x154\ncreated by github.com/couchbase/cbgt.(*Manager).StartCfg\n\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager.go:251 +0x6d\n\ngoroutine 91 [select, 1 minutes]:\ngithub.com/couchbase/cbgt.(*Manager).PlannerLoop.func1(0xc820490b00)\n\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:55 +0x32c\ncreated by github.com/couchbase/cbgt.(*Manager).PlannerLoop\n\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:63 +0x70\n\ngoroutine 92 [select, 1 minutes]:\ngithub.com/couchbase/cbgt.(*Manager).JanitorLoop.func1(0xc820490b00)\n\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_janitor.go:55 +0x32c\ncreated by github.com/couchbase/cbgt.(*Manager).JanitorLoop\n\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_janitor.go:63 +0x6a\n\ngoroutine 128 [IO wait]:\nnet.runtime_pollWait(0x7fc0d0c3ea38, 0x72, 0xc820012140)\n\t/usr/local/go/src/runtime/netpoll.go:157 +0x60\nnet.(*pollDesc).Wait(0xc8201efb80, 0x72, 0x0, 0x0)\n\t/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a\nnet.(*pollDesc).WaitRead(0xc8201efb80, 0x0, 0x0)\n\t/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36\nnet.(*netFD).accept(0xc8201efb20, 0x0, 0x7fc0d0c4ce58, 0xc8204d0600)\n\t/usr/local/go/src/net/fd_unix.go:408 +0x27c\nnet.(*TCPListener).AcceptTCP(0xc820024a20, 0xc8202a2c28, 0x0, 0x0)\n\t/usr/local/go/src/net/tcpsock_posix.go:254 +0x4d\nnet.(*TCPListener).Accept(0xc820024a20, 0x0, 0x0, 0x0, 0x0)\n\t/usr/local/go/src/net/tcpsock_posix.go:264 +0x3d\nnet/http.(*Server).Serve(0xc8201e7c20, 0x7fc0d0c4ce20, 0xc820024a20, 0x0, 0x0)\n\t/usr/local/go/src/net/http/server.go:1887 +0xb3\ngithub.com/couchbase/sync_gateway/base.ListenAndServeHTTP(0xc82017d4b0, 0xc, 0x0, 0x0, 0x0, 0x7fc0d0c3d708, 0xc8202aac20, 0x0, 0x0, 0x0, ...)\n\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/base/http_listener.go:52 +0x549\ngithub.com/couchbase/sync_gateway/rest.(*ServerConfig).serve(0xc820125180, 0xc82017d4b0, 0xc, 0x7fc0d0c3d708, 0xc8202aac20)\n\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/config.go:559 +0xa3\ncreated by github.com/couchbase/sync_gateway/rest.RunServer\n\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/config.go:604 +0x80a\n\ngoroutine 112 [select]:\ngithub.com/couchbase/cb-heartbeat.(*couchbaseHeartBeater).StartSendingHeartbeats.func1(0xc8204ed500, 0xc82021b540, 0x2710)\n\t/home/centos/sync_gateway/src/github.com/couchbase/cb-heartbeat/cb_heartbeat.go:104 +0x24f\ncreated by github.com/couchbase/cb-heartbeat.(*couchbaseHeartBeater).StartSendingHeartbeats\n\t/home/centos/sync_gateway/src/github.com/couchbase/cb-heartbeat/cb_heartbeat.go:114 +0xde\n",
"/debug/pprof/heap?debug=1": "heap profile: 4: 29040 [1401: 1973264] @ heap/1048576\n1: 28416 [1: 28416] @ 0x410e4b 0x833057 0x4ef7af 0x4ee59d 0x4f0eb3 0x4ee57d 0x4f0eb3 0x4ee57d 0x4eda26 0x501bd4 0x551b6c 0x551d02 0x553411 0x554ef4 0x55558c 0x59496c 0x592f50 0x4c7605 0x4c6bb1 0x4aec4a 0x4af2ad 0x401f7f 0x42e480 0x45fa21\n#\t0x410e4b\treflect.unsafe_NewArray+0x2b\t\t\t\t\t\t\t/usr/local/go/src/runtime/malloc.go:782\n#\t0x833057\treflect.MakeSlice+0x237\t\t\t\t\t\t\t\t/usr/local/go/src/reflect/value.go:2037\n#\t0x4ef7af\tencoding/json.(*decodeState).array+0x88f\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:436\n#\t0x4ee59d\tencoding/json.(*decodeState).value+0x3dd\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:293\n#\t0x4f0eb3\tencoding/json.(*decodeState).object+0x1163\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:613\n#\t0x4ee57d\tencoding/json.(*decodeState).value+0x3bd\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:296\n#\t0x4f0eb3\tencoding/json.(*decodeState).object+0x1163\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:613\n#\t0x4ee57d\tencoding/json.(*decodeState).value+0x3bd\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:296\n#\t0x4eda26\tencoding/json.(*decodeState).unmarshal+0x196\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:157\n#\t0x501bd4\tencoding/json.(*Decoder).Decode+0x274\t\t\t\t\t\t/usr/local/go/src/encoding/json/stream.go:67\n#\t0x551b6c\tgithub.com/couchbase/go-couchbase.queryRestAPI+0x82c\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/pools.go:512\n#\t0x551d02\tgithub.com/couchbase/go-couchbase.(*Client).parseURLResponse+0x72\t\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/pools.go:519\n#\t0x553411\tgithub.com/couchbase/go-couchbase.(*Bucket).Refresh+0xf1\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/pools.go:694\n#\t0x554ef4\tgithub.com/couchbase/go-couchbase.(*Pool).GetBucket+0x244\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/pools.go:827\n#\t0x55558c\tgithub.com/couchbase/go-couchbase.GetBucket+0x16c\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/pools.go:873\n#\t0x59496c\tgithub.com/couchbase/cbgt.(*CfgCB).getBucket+0x7c\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/cfg_cb.go:246\n#\t0x592f50\tgithub.com/couchbase/cbgt.NewCfgCBEx+0x350\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/cfg_cb.go:91\n#\t0x4c7605\tgithub.com/couchbase/sync_gateway/rest.(*ServerContext).InitCBGTManager+0x3a5\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/server_context.go:422\n#\t0x4c6bb1\tgithub.com/couchbase/sync_gateway/rest.(*ServerContext).InitCBGT+0xa1\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/server_context.go:329\n#\t0x4aec4a\tgithub.com/couchbase/sync_gateway/rest.RunServer+0x49a\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/config.go:590\n#\t0x4af2ad\tgithub.com/couchbase/sync_gateway/rest.ServerMain+0x2d\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/config.go:621\n#\t0x401f7f\tmain.main+0x12f\t\t\t\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/main.go:33\n#\t0x42e480\truntime.main+0x2b0\t\t\t\t\t\t\t\t/usr/local/go/src/runtime/proc.go:111\n\n1: 384 [1: 384] @ 0x4352b7 0x429adf 0x42f9f0 0x42f599 0x45d1e2\n#\t0x4352b7\truntime.malg+0x27\t\t/usr/local/go/src/runtime/proc1.go:2188\n#\t0x429adf\truntime.mpreinit+0x1f\t\t/usr/local/go/src/runtime/os1_linux.go:197\n#\t0x42f9f0\truntime.mcommoninit+0x100\t/usr/local/go/src/runtime/proc1.go:114\n#\t0x42f599\truntime.schedinit+0x79\t\t/usr/local/go/src/runtime/proc1.go:57\n#\t0x45d1e2\truntime.rt0_go+0x132\t\t/usr/local/go/src/runtime/asm_amd64.s:109\n\n1: 208 [1: 208] @ 0x410d11 0x83363f 0x4eec37 0x4efdd1 0x4ee57d 0x4f0eb3 0x4ee57d 0x4f0eb3 0x4ee57d 0x4eda26 0x4ed56b 0x4ac509 0x4ac251 0x4ad497 0x4af298 0x401f7f 0x42e480 0x45fa21\n#\t0x410d11\treflect.unsafe_New+0x21\t\t\t\t\t\t\t/usr/local/go/src/runtime/malloc.go:765\n#\t0x83363f\treflect.New+0xaf\t\t\t\t\t\t\t/usr/local/go/src/reflect/value.go:2115\n#\t0x4eec37\tencoding/json.(*decodeState).indirect+0x4c7\t\t\t\t/usr/local/go/src/encoding/json/decode.go:359\n#\t0x4efdd1\tencoding/json.(*decodeState).object+0x81\t\t\t\t/usr/local/go/src/encoding/json/decode.go:486\n#\t0x4ee57d\tencoding/json.(*decodeState).value+0x3bd\t\t\t\t/usr/local/go/src/encoding/json/decode.go:296\n#\t0x4f0eb3\tencoding/json.(*decodeState).object+0x1163\t\t\t\t/usr/local/go/src/encoding/json/decode.go:613\n#\t0x4ee57d\tencoding/json.(*decodeState).value+0x3bd\t\t\t\t/usr/local/go/src/encoding/json/decode.go:296\n#\t0x4f0eb3\tencoding/json.(*decodeState).object+0x1163\t\t\t\t/usr/local/go/src/encoding/json/decode.go:613\n#\t0x4ee57d\tencoding/json.(*decodeState).value+0x3bd\t\t\t\t/usr/local/go/src/encoding/json/decode.go:296\n#\t0x4eda26\tencoding/json.(*decodeState).unmarshal+0x196\t\t\t\t/usr/local/go/src/encoding/json/decode.go:157\n#\t0x4ed56b\tencoding/json.Unmarshal+0x12b\t\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:85\n#\t0x4ac509\tgithub.com/couchbase/sync_gateway/rest.ReadServerConfigFromFile+0x219\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/config.go:345\n#\t0x4ac251\tgithub.com/couchbase/sync_gateway/rest.ReadServerConfig+0x141\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/config.go:326\n#\t0x4ad497\tgithub.com/couchbase/sync_gateway/rest.ParseCommandLine+0x527\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/config.go:438\n#\t0x4af298\tgithub.com/couchbase/sync_gateway/rest.ServerMain+0x18\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/config.go:619\n#\t0x401f7f\tmain.main+0x12f\t\t\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/main.go:33\n#\t0x42e480\truntime.main+0x2b0\t\t\t\t\t\t\t/usr/local/go/src/runtime/proc.go:111\n\n1: 32 [1: 32] @ 0x410e4b 0x833057 0x4ef7af 0x4ee59d 0x4ef98b 0x4ee59d 0x4f0eb3 0x4ee57d 0x4f0eb3 0x4ee57d 0x4eda26 0x501bd4 0x5566d6 0x561c45 0x45fa21\n#\t0x410e4b\treflect.unsafe_NewArray+0x2b\t\t\t\t\t\t/usr/local/go/src/runtime/malloc.go:782\n#\t0x833057\treflect.MakeSlice+0x237\t\t\t\t\t\t\t/usr/local/go/src/reflect/value.go:2037\n#\t0x4ef7af\tencoding/json.(*decodeState).array+0x88f\t\t\t\t/usr/local/go/src/encoding/json/decode.go:436\n#\t0x4ee59d\tencoding/json.(*decodeState).value+0x3dd\t\t\t\t/usr/local/go/src/encoding/json/decode.go:293\n#\t0x4ef98b\tencoding/json.(*decodeState).array+0xa6b\t\t\t\t/usr/local/go/src/encoding/json/decode.go:447\n#\t0x4ee59d\tencoding/json.(*decodeState).value+0x3dd\t\t\t\t/usr/local/go/src/encoding/json/decode.go:293\n#\t0x4f0eb3\tencoding/json.(*decodeState).object+0x1163\t\t\t\t/usr/local/go/src/encoding/json/decode.go:613\n#\t0x4ee57d\tencoding/json.(*decodeState).value+0x3bd\t\t\t\t/usr/local/go/src/encoding/json/decode.go:296\n#\t0x4f0eb3\tencoding/json.(*decodeState).object+0x1163\t\t\t\t/usr/local/go/src/encoding/json/decode.go:613\n#\t0x4ee57d\tencoding/json.(*decodeState).value+0x3bd\t\t\t\t/usr/local/go/src/encoding/json/decode.go:296\n#\t0x4eda26\tencoding/json.(*decodeState).unmarshal+0x196\t\t\t\t/usr/local/go/src/encoding/json/decode.go:157\n#\t0x501bd4\tencoding/json.(*Decoder).Decode+0x274\t\t\t\t\t/usr/local/go/src/encoding/json/stream.go:67\n#\t0x5566d6\tgithub.com/couchbase/go-couchbase.(*Bucket).UpdateBucket+0xd36\t\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/streaming.go:140\n#\t0x561c45\tgithub.com/couchbase/go-couchbase.(*Bucket).RunBucketUpdater.func1+0x25\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/streaming.go:62\n\n0: 0 [1: 896] @ 0x4418e5 0x4f2e15 0x4f16a9 0x4ee557 0x4f0eb3 0x4ee57d 0x4f0eb3 0x4ee57d 0x4f0eb3 0x4ee57d 0x4eda26 0x4ed56b 0x5938b0 0x597fc9 0x80de47 0x726af6 0x4d73fd 0x631d4a 0x63406e 0x63180e 0x45fa21\n#\t0x4f2e15\tencoding/json.(*decodeState).literalStore+0x1325\t\t/usr/local/go/src/encoding/json/decode.go:754\n#\t0x4f16a9\tencoding/json.(*decodeState).literal+0xe9\t\t\t/usr/local/go/src/encoding/json/decode.go:646\n#\t0x4ee557\tencoding/json.(*decodeState).value+0x397\t\t\t/usr/local/go/src/encoding/json/decode.go:299\n#\t0x4f0eb3\tencoding/json.(*decodeState).object+0x1163\t\t\t/usr/local/go/src/encoding/json/decode.go:613\n#\t0x4ee57d\tencoding/json.(*decodeState).value+0x3bd\t\t\t/usr/local/go/src/encoding/json/decode.go:296\n#\t0x4f0eb3\tencoding/json.(*decodeState).object+0x1163\t\t\t/usr/local/go/src/encoding/json/decode.go:613\n#\t0x4ee57d\tencoding/json.(*decodeState).value+0x3bd\t\t\t/usr/local/go/src/encoding/json/decode.go:296\n#\t0x4f0eb3\tencoding/json.(*decodeState).object+0x1163\t\t\t/usr/local/go/src/encoding/json/decode.go:613\n#\t0x4ee57d\tencoding/json.(*decodeState).value+0x3bd\t\t\t/usr/local/go/src/encoding/json/decode.go:296\n#\t0x4eda26\tencoding/json.(*decodeState).unmarshal+0x196\t\t\t/usr/local/go/src/encoding/json/decode.go:157\n#\t0x4ed56b\tencoding/json.Unmarshal+0x12b\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:85\n#\t0x5938b0\tgithub.com/couchbase/cbgt.(*CfgCB).Get+0x450\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/cfg_cb.go:137\n#\t0x597fc9\tgithub.com/couchbase/cbgt.CfgGetPlanPIndexes+0x69\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/defs.go:371\n#\t0x80de47\tgithub.com/couchbase/cbgt/rest.(*CfgGetHandler).ServeHTTP+0x177\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/rest/rest_manage.go:165\n#\t0x726af6\tgithub.com/gorilla/mux.(*Router).ServeHTTP+0x2a6\t\t/home/centos/sync_gateway/src/github.com/gorilla/mux/mux.go:86\n#\t0x4d73fd\tgithub.com/couchbase/sync_gateway/rest.wrapRouter.func1+0x32d\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/routing.go:295\n#\t0x631d4a\tnet/http.HandlerFunc.ServeHTTP+0x3a\t\t\t\t/usr/local/go/src/net/http/server.go:1422\n#\t0x63406e\tnet/http.serverHandler.ServeHTTP+0x19e\t\t\t\t/usr/local/go/src/net/http/server.go:1862\n#\t0x63180e\tnet/http.(*conn).serve+0xbee\t\t\t\t\t/usr/local/go/src/net/http/server.go:1361\n\n0: 0 [1: 32] @ 0x40d999 0x4f2f63 0x4f16a9 0x4ee557 0x4f0eb3 0x4ee57d 0x4f0eb3 0x4ee57d 0x4f0eb3 0x4ee57d 0x4eda26 0x4ed56b 0x5938b0 0x597219 0x80dd39 0x726af6 0x4d73fd 0x631d4a 0x63406e 0x63180e 0x45fa21\n#\t0x4f2f63\tencoding/json.(*decodeState).literalStore+0x1473\t\t/usr/local/go/src/encoding/json/decode.go:760\n#\t0x4f16a9\tencoding/json.(*decodeState).literal+0xe9\t\t\t/usr/local/go/src/encoding/json/decode.go:646\n#\t0x4ee557\tencoding/json.(*decodeState).value+0x397\t\t\t/usr/local/go/src/encoding/json/decode.go:299\n#\t0x4f0eb3\tencoding/json.(*decodeState).object+0x1163\t\t\t/usr/local/go/src/encoding/json/decode.go:613\n#\t0x4ee57d\tencoding/json.(*decodeState).value+0x3bd\t\t\t/usr/local/go/src/encoding/json/decode.go:296\n#\t0x4f0eb3\tencoding/json.(*decodeState).object+0x1163\t\t\t/usr/local/go/src/encoding/json/decode.go:613\n#\t0x4ee57d\tencoding/json.(*decodeState).value+0x3bd\t\t\t/usr/local/go/src/encoding/json/decode.go:296\n#\t0x4f0eb3\tencoding/json.(*decodeState).object+0x1163\t\t\t/usr/local/go/src/encoding/json/decode.go:613\n#\t0x4ee57d\tencoding/json.(*decodeState).value+0x3bd\t\t\t/usr/local/go/src/encoding/json/decode.go:296\n#\t0x4eda26\tencoding/json.(*decodeState).unmarshal+0x196\t\t\t/usr/local/go/src/encoding/json/decode.go:157\n#\t0x4ed56b\tencoding/json.Unmarshal+0x12b\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:85\n#\t0x5938b0\tgithub.com/couchbase/cbgt.(*CfgCB).Get+0x450\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/cfg_cb.go:137\n#\t0x597219\tgithub.com/couchbase/cbgt.CfgGetIndexDefs+0x69\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/defs.go:200\n#\t0x80dd39\tgithub.com/couchbase/cbgt/rest.(*CfgGetHandler).ServeHTTP+0x69\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/rest/rest_manage.go:159\n#\t0x726af6\tgithub.com/gorilla/mux.(*Router).ServeHTTP+0x2a6\t\t/home/centos/sync_gateway/src/github.com/gorilla/mux/mux.go:86\n#\t0x4d73fd\tgithub.com/couchbase/sync_gateway/rest.wrapRouter.func1+0x32d\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/routing.go:295\n#\t0x631d4a\tnet/http.HandlerFunc.ServeHTTP+0x3a\t\t\t\t/usr/local/go/src/net/http/server.go:1422\n#\t0x63406e\tnet/http.serverHandler.ServeHTTP+0x19e\t\t\t\t/usr/local/go/src/net/http/server.go:1862\n#\t0x63180e\tnet/http.(*conn).serve+0xbee\t\t\t\t\t/usr/local/go/src/net/http/server.go:1361\n\n0: 0 [1: 192] @ 0x410d11 0x83363f 0x4eec37 0x4efdd1 0x4ee57d 0x4f0eb3 0x4ee57d 0x4f0eb3 0x4ee57d 0x4eda26 0x4ed56b 0x5980f5 0x80de47 0x726af6 0x4d73fd 0x631d4a 0x63406e 0x63180e 0x45fa21\n#\t0x410d11\treflect.unsafe_New+0x21\t\t\t\t\t\t/usr/local/go/src/runtime/malloc.go:765\n#\t0x83363f\treflect.New+0xaf\t\t\t\t\t\t/usr/local/go/src/reflect/value.go:2115\n#\t0x4eec37\tencoding/json.(*decodeState).indirect+0x4c7\t\t\t/usr/local/go/src/encoding/json/decode.go:359\n#\t0x4efdd1\tencoding/json.(*decodeState).object+0x81\t\t\t/usr/local/go/src/encoding/json/decode.go:486\n#\t0x4ee57d\tencoding/json.(*decodeState).value+0x3bd\t\t\t/usr/local/go/src/encoding/json/decode.go:296\n#\t0x4f0eb3\tencoding/json.(*decodeState).object+0x1163\t\t\t/usr/local/go/src/encoding/json/decode.go:613\n#\t0x4ee57d\tencoding/json.(*decodeState).value+0x3bd\t\t\t/usr/local/go/src/encoding/json/decode.go:296\n#\t0x4f0eb3\tencoding/json.(*decodeState).object+0x1163\t\t\t/usr/local/go/src/encoding/json/decode.go:613\n#\t0x4ee57d\tencoding/json.(*decodeState).value+0x3bd\t\t\t/usr/local/go/src/encoding/json/decode.go:296\n#\t0x4eda26\tencoding/json.(*decodeState).unmarshal+0x196\t\t\t/usr/local/go/src/encoding/json/decode.go:157\n#\t0x4ed56b\tencoding/json.Unmarshal+0x12b\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:85\n#\t0x5980f5\tgithub.com/couchbase/cbgt.CfgGetPlanPIndexes+0x195\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/defs.go:379\n#\t0x80de47\tgithub.com/couchbase/cbgt/rest.(*CfgGetHandler).ServeHTTP+0x177\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/rest/rest_manage.go:165\n#\t0x726af6\tgithub.com/gorilla/mux.(*Router).ServeHTTP+0x2a6\t\t/home/centos/sync_gateway/src/github.com/gorilla/mux/mux.go:86\n#\t0x4d73fd\tgithub.com/couchbase/sync_gateway/rest.wrapRouter.func1+0x32d\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/routing.go:295\n#\t0x631d4a\tnet/http.HandlerFunc.ServeHTTP+0x3a\t\t\t\t/usr/local/go/src/net/http/server.go:1422\n#\t0x63406e\tnet/http.serverHandler.ServeHTTP+0x19e\t\t\t\t/usr/local/go/src/net/http/server.go:1862\n#\t0x63180e\tnet/http.(*conn).serve+0xbee\t\t\t\t\t/usr/local/go/src/net/http/server.go:1361\n\n0: 0 [2: 147456] @ 0x4418e5 0x6ecb74 0x6ec3e2 0x6ecdde 0x4fb3f1 0x4f8dc4 0x4f92a0 0x5043f1 0x4fa5ca 0x504571 0x4f99a4 0x504451 0x4f92a0 0x5043f1 0x4fa5ca 0x504571 0x4f92a0 0x5043f1 0x4f6dbb 0x4f6ac9 0x5026d4 0x7fc824 0x80dfed 0x726af6 0x4d73fd 0x631d4a 0x63406e 0x63180e 0x45fa21\n#\t0x6ecb74\tbytes.makeSlice+0x64\t\t\t\t\t\t/usr/local/go/src/bytes/buffer.go:195\n#\t0x6ec3e2\tbytes.(*Buffer).grow+0x282\t\t\t\t\t/usr/local/go/src/bytes/buffer.go:103\n#\t0x6ecdde\tbytes.(*Buffer).WriteByte+0x3e\t\t\t\t\t/usr/local/go/src/bytes/buffer.go:232\n#\t0x4fb3f1\tencoding/json.(*encodeState).string+0x441\t\t\t/usr/local/go/src/encoding/json/encode.go:798\n#\t0x4f8dc4\tencoding/json.stringEncoder+0x2c4\t\t\t\t/usr/local/go/src/encoding/json/encode.go:546\n#\t0x4f92a0\tencoding/json.(*structEncoder).encode+0x2c0\t\t\t/usr/local/go/src/encoding/json/encode.go:582\n#\t0x5043f1\tencoding/json.(*structEncoder).(encoding/json.encode)-fm+0x51\t/usr/local/go/src/encoding/json/encode.go:596\n#\t0x4fa5ca\tencoding/json.(*ptrEncoder).encode+0xea\t\t\t\t/usr/local/go/src/encoding/json/encode.go:704\n#\t0x504571\tencoding/json.(*ptrEncoder).(encoding/json.encode)-fm+0x51\t/usr/local/go/src/encoding/json/encode.go:709\n#\t0x4f99a4\tencoding/json.(*mapEncoder).encode+0x344\t\t\t/usr/local/go/src/encoding/json/encode.go:617\n#\t0x504451\tencoding/json.(*mapEncoder).(encoding/json.encode)-fm+0x51\t/usr/local/go/src/encoding/json/encode.go:627\n#\t0x4f92a0\tencoding/json.(*structEncoder).encode+0x2c0\t\t\t/usr/local/go/src/encoding/json/encode.go:582\n#\t0x5043f1\tencoding/json.(*structEncoder).(encoding/json.encode)-fm+0x51\t/usr/local/go/src/encoding/json/encode.go:596\n#\t0x4fa5ca\tencoding/json.(*ptrEncoder).encode+0xea\t\t\t\t/usr/local/go/src/encoding/json/encode.go:704\n#\t0x504571\tencoding/json.(*ptrEncoder).(encoding/json.encode)-fm+0x51\t/usr/local/go/src/encoding/json/encode.go:709\n#\t0x4f92a0\tencoding/json.(*structEncoder).encode+0x2c0\t\t\t/usr/local/go/src/encoding/json/encode.go:582\n#\t0x5043f1\tencoding/json.(*structEncoder).(encoding/json.encode)-fm+0x51\t/usr/local/go/src/encoding/json/encode.go:596\n#\t0x4f6dbb\tencoding/json.(*encodeState).reflectValue+0x6b\t\t\t/usr/local/go/src/encoding/json/encode.go:297\n#\t0x4f6ac9\tencoding/json.(*encodeState).marshal+0xa9\t\t\t/usr/local/go/src/encoding/json/encode.go:270\n#\t0x5026d4\tencoding/json.(*Encoder).Encode+0x94\t\t\t\t/usr/local/go/src/encoding/json/stream.go:188\n#\t0x7fc824\tgithub.com/couchbase/cbgt/rest.MustEncode+0x184\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/rest/rest.go:48\n#\t0x80dfed\tgithub.com/couchbase/cbgt/rest.(*CfgGetHandler).ServeHTTP+0x31d\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/rest/rest_manage.go:180\n#\t0x726af6\tgithub.com/gorilla/mux.(*Router).ServeHTTP+0x2a6\t\t/home/centos/sync_gateway/src/github.com/gorilla/mux/mux.go:86\n#\t0x4d73fd\tgithub.com/couchbase/sync_gateway/rest.wrapRouter.func1+0x32d\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/routing.go:295\n#\t0x631d4a\tnet/http.HandlerFunc.ServeHTTP+0x3a\t\t\t\t/usr/local/go/src/net/http/server.go:1422\n#\t0x63406e\tnet/http.serverHandler.ServeHTTP+0x19e\t\t\t\t/usr/local/go/src/net/http/server.go:1862\n#\t0x63180e\tnet/http.(*conn).serve+0xbee\t\t\t\t\t/usr/local/go/src/net/http/server.go:1361\n\n0: 0 [1: 90112] @ 0x4418e5 0x577999 0x580f9d 0x57a1cb 0x57a49b 0x560c8a 0x55f5c7 0x545a63 0x549599 0x5935b9 0x597784 0x80dd9a 0x726af6 0x4d73fd 0x631d4a 0x63406e 0x63180e 0x45fa21\n#\t0x577999\tgithub.com/couchbase/gomemcached.(*MCResponse).Receive+0x699\t/home/centos/sync_gateway/src/github.com/couchbase/gomemcached/mc_res.go:181\n#\t0x580f9d\tgithub.com/couchbase/gomemcached/client.getResponse+0xdd\t/home/centos/sync_gateway/src/github.com/couchbase/gomemcached/client/transport.go:35\n#\t0x57a1cb\tgithub.com/couchbase/gomemcached/client.(*Client).Send+0x10b\t/home/centos/sync_gateway/src/github.com/couchbase/gomemcached/client/mc.go:80\n#\t0x57a49b\tgithub.com/couchbase/gomemcached/client.(*Client).Get+0xdb\t/home/centos/sync_gateway/src/github.com/couchbase/gomemcached/client/mc.go:109\n#\t0x560c8a\tgithub.com/couchbase/go-couchbase.(*Bucket).GetsRaw.func2+0x8a\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/client.go:619\n#\t0x55f5c7\tgithub.com/couchbase/go-couchbase.(*Bucket).Do.func1+0x127\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/client.go:105\n#\t0x545a63\tgithub.com/couchbase/go-couchbase.(*Bucket).Do+0x293\t\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/client.go:111\n#\t0x549599\tgithub.com/couchbase/go-couchbase.(*Bucket).GetsRaw+0x1a9\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/client.go:629\n#\t0x5935b9\tgithub.com/couchbase/cbgt.(*CfgCB).Get+0x159\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/cfg_cb.go:126\n#\t0x597784\tgithub.com/couchbase/cbgt.CfgGetNodeDefs+0xd4\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/defs.go:272\n#\t0x80dd9a\tgithub.com/couchbase/cbgt/rest.(*CfgGetHandler).ServeHTTP+0xca\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/rest/rest_manage.go:161\n#\t0x726af6\tgithub.com/gorilla/mux.(*Router).ServeHTTP+0x2a6\t\t/home/centos/sync_gateway/src/github.com/gorilla/mux/mux.go:86\n#\t0x4d73fd\tgithub.com/couchbase/sync_gateway/rest.wrapRouter.func1+0x32d\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/routing.go:295\n#\t0x631d4a\tnet/http.HandlerFunc.ServeHTTP+0x3a\t\t\t\t/usr/local/go/src/net/http/server.go:1422\n#\t0x63406e\tnet/http.serverHandler.ServeHTTP+0x19e\t\t\t\t/usr/local/go/src/net/http/server.go:1862\n#\t0x63180e\tnet/http.(*conn).serve+0xbee\t\t\t\t\t/usr/local/go/src/net/http/server.go:1361\n\n0: 0 [1: 176] @ 0x4418e5 0x61493e 0x6147d3 0x6143c1 0x62c249 0x62bace 0x63460d 0x46f7d9 0x4ae5f3 0x45fa21\n#\t0x61493e\tsync.(*Pool).pinSlow+0x13e\t\t\t\t\t\t/usr/local/go/src/sync/pool.go:180\n#\t0x6147d3\tsync.(*Pool).pin+0x93\t\t\t\t\t\t\t/usr/local/go/src/sync/pool.go:159\n#\t0x6143c1\tsync.(*Pool).Get+0x31\t\t\t\t\t\t\t/usr/local/go/src/sync/pool.go:100\n#\t0x62c249\tnet/http.newBufioWriterSize+0x49\t\t\t\t\t/usr/local/go/src/net/http/server.go:519\n#\t0x62bace\tnet/http.(*Server).newConn+0x3ce\t\t\t\t\t/usr/local/go/src/net/http/server.go:479\n#\t0x63460d\tnet/http.(*Server).Serve+0x37d\t\t\t\t\t\t/usr/local/go/src/net/http/server.go:1905\n#\t0x46f7d9\tgithub.com/couchbase/sync_gateway/base.ListenAndServeHTTP+0x549\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/base/http_listener.go:52\n#\t0x4ae5f3\tgithub.com/couchbase/sync_gateway/rest.(*ServerConfig).serve+0xa3\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/config.go:559\n\n0: 0 [1: 8192] @ 0x410e4b 0x833057 0x4ef7af 0x4ee59d 0x4f0eb3 0x4ee57d 0x4f0eb3 0x4ee57d 0x4eda26 0x4ed56b 0x6047d1 0x5f76a5 0x45fa21\n#\t0x410e4b\treflect.unsafe_NewArray+0x2b\t\t\t\t\t/usr/local/go/src/runtime/malloc.go:782\n#\t0x833057\treflect.MakeSlice+0x237\t\t\t\t\t\t/usr/local/go/src/reflect/value.go:2037\n#\t0x4ef7af\tencoding/json.(*decodeState).array+0x88f\t\t\t/usr/local/go/src/encoding/json/decode.go:436\n#\t0x4ee59d\tencoding/json.(*decodeState).value+0x3dd\t\t\t/usr/local/go/src/encoding/json/decode.go:293\n#\t0x4f0eb3\tencoding/json.(*decodeState).object+0x1163\t\t\t/usr/local/go/src/encoding/json/decode.go:613\n#\t0x4ee57d\tencoding/json.(*decodeState).value+0x3bd\t\t\t/usr/local/go/src/encoding/json/decode.go:296\n#\t0x4f0eb3\tencoding/json.(*decodeState).object+0x1163\t\t\t/usr/local/go/src/encoding/json/decode.go:613\n#\t0x4ee57d\tencoding/json.(*decodeState).value+0x3bd\t\t\t/usr/local/go/src/encoding/json/decode.go:296\n#\t0x4eda26\tencoding/json.(*decodeState).unmarshal+0x196\t\t\t/usr/local/go/src/encoding/json/decode.go:157\n#\t0x4ed56b\tencoding/json.Unmarshal+0x12b\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:85\n#\t0x6047d1\tgithub.com/couchbase/gocb/gocbcore.parseConfig+0x151\t\t/home/centos/sync_gateway/src/github.com/couchbase/gocb/gocbcore/config.go:119\n#\t0x5f76a5\tgithub.com/couchbase/gocb/gocbcore.(*Agent).cccpLooper+0x3b5\t/home/centos/sync_gateway/src/github.com/couchbase/gocb/gocbcore/agent.go:151\n\n0: 0 [1: 16] @ 0x410d11 0x83363f 0x83485f 0x8353ce 0x833ce6 0x4f0aeb 0x4ee57d 0x4f0eb3 0x4ee57d 0x4f0eb3 0x4ee57d 0x4f0eb3 0x4ee57d 0x4eda26 0x4ed56b 0x5980f5 0x80de47 0x726af6 0x4d73fd 0x631d4a 0x63406e 0x63180e 0x45fa21\n#\t0x410d11\treflect.unsafe_New+0x21\t\t\t\t\t\t/usr/local/go/src/runtime/malloc.go:765\n#\t0x83363f\treflect.New+0xaf\t\t\t\t\t\t/usr/local/go/src/reflect/value.go:2115\n#\t0x83485f\treflect.makeString+0x4f\t\t\t\t\t\t/usr/local/go/src/reflect/value.go:2305\n#\t0x8353ce\treflect.cvtBytesString+0xce\t\t\t\t\t/usr/local/go/src/reflect/value.go:2382\n#\t0x833ce6\treflect.Value.Convert+0x236\t\t\t\t\t/usr/local/go/src/reflect/value.go:2172\n#\t0x4f0aeb\tencoding/json.(*decodeState).object+0xd9b\t\t\t/usr/local/go/src/encoding/json/decode.go:619\n#\t0x4ee57d\tencoding/json.(*decodeState).value+0x3bd\t\t\t/usr/local/go/src/encoding/json/decode.go:296\n#\t0x4f0eb3\tencoding/json.(*decodeState).object+0x1163\t\t\t/usr/local/go/src/encoding/json/decode.go:613\n#\t0x4ee57d\tencoding/json.(*decodeState).value+0x3bd\t\t\t/usr/local/go/src/encoding/json/decode.go:296\n#\t0x4f0eb3\tencoding/json.(*decodeState).object+0x1163\t\t\t/usr/local/go/src/encoding/json/decode.go:613\n#\t0x4ee57d\tencoding/json.(*decodeState).value+0x3bd\t\t\t/usr/local/go/src/encoding/json/decode.go:296\n#\t0x4f0eb3\tencoding/json.(*decodeState).object+0x1163\t\t\t/usr/local/go/src/encoding/json/decode.go:613\n#\t0x4ee57d\tencoding/json.(*decodeState).value+0x3bd\t\t\t/usr/local/go/src/encoding/json/decode.go:296\n#\t0x4eda26\tencoding/json.(*decodeState).unmarshal+0x196\t\t\t/usr/local/go/src/encoding/json/decode.go:157\n#\t0x4ed56b\tencoding/json.Unmarshal+0x12b\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:85\n#\t0x5980f5\tgithub.com/couchbase/cbgt.CfgGetPlanPIndexes+0x195\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/defs.go:379\n#\t0x80de47\tgithub.com/couchbase/cbgt/rest.(*CfgGetHandler).ServeHTTP+0x177\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/rest/rest_manage.go:165\n#\t0x726af6\tgithub.com/gorilla/mux.(*Router).ServeHTTP+0x2a6\t\t/home/centos/sync_gateway/src/github.com/gorilla/mux/mux.go:86\n#\t0x4d73fd\tgithub.com/couchbase/sync_gateway/rest.wrapRouter.func1+0x32d\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/routing.go:295\n#\t0x631d4a\tnet/http.HandlerFunc.ServeHTTP+0x3a\t\t\t\t/usr/local/go/src/net/http/server.go:1422\n#\t0x63406e\tnet/http.serverHandler.ServeHTTP+0x19e\t\t\t\t/usr/local/go/src/net/http/server.go:1862\n#\t0x63180e\tnet/http.(*conn).serve+0xbee\t\t\t\t\t/usr/local/go/src/net/http/server.go:1361\n\n0: 0 [1: 40960] @ 0x403bb5 0x6023ca 0x603773 0x5f77f6 0x45fa21\n#\t0x6023ca\tgithub.com/couchbase/gocb/gocbcore.(*Agent).applyConfig+0x2ba\t/home/centos/sync_gateway/src/github.com/couchbase/gocb/gocbcore/agentrouting.go:269\n#\t0x603773\tgithub.com/couchbase/gocb/gocbcore.(*Agent).updateConfig+0x133\t/home/centos/sync_gateway/src/github.com/couchbase/gocb/gocbcore/agentrouting.go:406\n#\t0x5f77f6\tgithub.com/couchbase/gocb/gocbcore.(*Agent).cccpLooper+0x506\t/home/centos/sync_gateway/src/github.com/couchbase/gocb/gocbcore/agent.go:158\n\n0: 0 [1: 65536] @ 0x4418e5 0x4f2e15 0x4f16a9 0x4ee557 0x4f0eb3 0x4ee57d 0x4f0eb3 0x4ee57d 0x4f0eb3 0x4ee57d 0x4eda26 0x4ed56b 0x5938b0 0x597784 0x80ddfb 0x726af6 0x4d73fd 0x631d4a 0x63406e 0x63180e 0x45fa21\n#\t0x4f2e15\tencoding/json.(*decodeState).literalStore+0x1325\t\t/usr/local/go/src/encoding/json/decode.go:754\n#\t0x4f16a9\tencoding/json.(*decodeState).literal+0xe9\t\t\t/usr/local/go/src/encoding/json/decode.go:646\n#\t0x4ee557\tencoding/json.(*decodeState).value+0x397\t\t\t/usr/local/go/src/encoding/json/decode.go:299\n#\t0x4f0eb3\tencoding/json.(*decodeState).object+0x1163\t\t\t/usr/local/go/src/encoding/json/decode.go:613\n#\t0x4ee57d\tencoding/json.(*decodeState).value+0x3bd\t\t\t/usr/local/go/src/encoding/json/decode.go:296\n#\t0x4f0eb3\tencoding/json.(*decodeState).object+0x1163\t\t\t/usr/local/go/src/encoding/json/decode.go:613\n#\t0x4ee57d\tencoding/json.(*decodeState).value+0x3bd\t\t\t/usr/local/go/src/encoding/json/decode.go:296\n#\t0x4f0eb3\tencoding/json.(*decodeState).object+0x1163\t\t\t/usr/local/go/src/encoding/json/decode.go:613\n#\t0x4ee57d\tencoding/json.(*decodeState).value+0x3bd\t\t\t/usr/local/go/src/encoding/json/decode.go:296\n#\t0x4eda26\tencoding/json.(*decodeState).unmarshal+0x196\t\t\t/usr/local/go/src/encoding/json/decode.go:157\n#\t0x4ed56b\tencoding/json.Unmarshal+0x12b\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:85\n#\t0x5938b0\tgithub.com/couchbase/cbgt.(*CfgCB).Get+0x450\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/cfg_cb.go:137\n#\t0x597784\tgithub.com/couchbase/cbgt.CfgGetNodeDefs+0xd4\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/defs.go:272\n#\t0x80ddfb\tgithub.com/couchbase/cbgt/rest.(*CfgGetHandler).ServeHTTP+0x12b\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/rest/rest_manage.go:163\n#\t0x726af6\tgithub.com/gorilla/mux.(*Router).ServeHTTP+0x2a6\t\t/home/centos/sync_gateway/src/github.com/gorilla/mux/mux.go:86\n#\t0x4d73fd\tgithub.com/couchbase/sync_gateway/rest.wrapRouter.func1+0x32d\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/routing.go:295\n#\t0x631d4a\tnet/http.HandlerFunc.ServeHTTP+0x3a\t\t\t\t/usr/local/go/src/net/http/server.go:1422\n#\t0x63406e\tnet/http.serverHandler.ServeHTTP+0x19e\t\t\t\t/usr/local/go/src/net/http/server.go:1862\n#\t0x63180e\tnet/http.(*conn).serve+0xbee\t\t\t\t\t/usr/local/go/src/net/http/server.go:1361\n\n0: 0 [1: 256] @ 0x4418e5 0x4f2e15 0x4f16a9 0x4ee557 0x4f0eb3 0x4ee57d 0x4f0eb3 0x4ee57d 0x4f0eb3 0x4ee57d 0x4eda26 0x4ed56b 0x5938b0 0x597784 0x80ddfb 0x726af6 0x4d73fd 0x631d4a 0x63406e 0x63180e 0x45fa21\n#\t0x4f2e15\tencoding/json.(*decodeState).literalStore+0x1325\t\t/usr/local/go/src/encoding/json/decode.go:754\n#\t0x4f16a9\tencoding/json.(*decodeState).literal+0xe9\t\t\t/usr/local/go/src/encoding/json/decode.go:646\n#\t0x4ee557\tencoding/json.(*decodeState).value+0x397\t\t\t/usr/local/go/src/encoding/json/decode.go:299\n#\t0x4f0eb3\tencoding/json.(*decodeState).object+0x1163\t\t\t/usr/local/go/src/encoding/json/decode.go:613\n#\t0x4ee57d\tencoding/json.(*decodeState).value+0x3bd\t\t\t/usr/local/go/src/encoding/json/decode.go:296\n#\t0x4f0eb3\tencoding/json.(*decodeState).object+0x1163\t\t\t/usr/local/go/src/encoding/json/decode.go:613\n#\t0x4ee57d\tencoding/json.(*decodeState).value+0x3bd\t\t\t/usr/local/go/src/encoding/json/decode.go:296\n#\t0x4f0eb3\tencoding/json.(*decodeState).object+0x1163\t\t\t/usr/local/go/src/encoding/json/decode.go:613\n#\t0x4ee57d\tencoding/json.(*decodeState).value+0x3bd\t\t\t/usr/local/go/src/encoding/json/decode.go:296\n#\t0x4eda26\tencoding/json.(*decodeState).unmarshal+0x196\t\t\t/usr/local/go/src/encoding/json/decode.go:157\n#\t0x4ed56b\tencoding/json.Unmarshal+0x12b\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:85\n#\t0x5938b0\tgithub.com/couchbase/cbgt.(*CfgCB).Get+0x450\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/cfg_cb.go:137\n#\t0x597784\tgithub.com/couchbase/cbgt.CfgGetNodeDefs+0xd4\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/defs.go:272\n#\t0x80ddfb\tgithub.com/couchbase/cbgt/rest.(*CfgGetHandler).ServeHTTP+0x12b\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/rest/rest_manage.go:163\n#\t0x726af6\tgithub.com/gorilla/mux.(*Router).ServeHTTP+0x2a6\t\t/home/centos/sync_gateway/src/github.com/gorilla/mux/mux.go:86\n#\t0x4d73fd\tgithub.com/couchbase/sync_gateway/rest.wrapRouter.func1+0x32d\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/routing.go:295\n#\t0x631d4a\tnet/http.HandlerFunc.ServeHTTP+0x3a\t\t\t\t/usr/local/go/src/net/http/server.go:1422\n#\t0x63406e\tnet/http.serverHandler.ServeHTTP+0x19e\t\t\t\t/usr/local/go/src/net/http/server.go:1862\n#\t0x63180e\tnet/http.(*conn).serve+0xbee\t\t\t\t\t/usr/local/go/src/net/http/server.go:1361\n\n0: 0 [3: 196608] @ 0x4418e5 0x4f2e15 0x4f16a9 0x4ee557 0x4f0eb3 0x4ee57d 0x4f0eb3 0x4ee57d 0x4f0eb3 0x4ee57d 0x4eda26 0x4ed56b 0x5938b0 0x597219 0x80dd39 0x726af6 0x4d73fd 0x631d4a 0x63406e 0x63180e 0x45fa21\n#\t0x4f2e15\tencoding/json.(*decodeState).literalStore+0x1325\t\t/usr/local/go/src/encoding/json/decode.go:754\n#\t0x4f16a9\tencoding/json.(*decodeState).literal+0xe9\t\t\t/usr/local/go/src/encoding/json/decode.go:646\n#\t0x4ee557\tencoding/json.(*decodeState).value+0x397\t\t\t/usr/local/go/src/encoding/json/decode.go:299\n#\t0x4f0eb3\tencoding/json.(*decodeState).object+0x1163\t\t\t/usr/local/go/src/encoding/json/decode.go:613\n#\t0x4ee57d\tencoding/json.(*decodeState).value+0x3bd\t\t\t/usr/local/go/src/encoding/json/decode.go:296\n#\t0x4f0eb3\tencoding/json.(*decodeState).object+0x1163\t\t\t/usr/local/go/src/encoding/json/decode.go:613\n#\t0x4ee57d\tencoding/json.(*decodeState).value+0x3bd\t\t\t/usr/local/go/src/encoding/json/decode.go:296\n#\t0x4f0eb3\tencoding/json.(*decodeState).object+0x1163\t\t\t/usr/local/go/src/encoding/json/decode.go:613\n#\t0x4ee57d\tencoding/json.(*decodeState).value+0x3bd\t\t\t/usr/local/go/src/encoding/json/decode.go:296\n#\t0x4eda26\tencoding/json.(*decodeState).unmarshal+0x196\t\t\t/usr/local/go/src/encoding/json/decode.go:157\n#\t0x4ed56b\tencoding/json.Unmarshal+0x12b\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:85\n#\t0x5938b0\tgithub.com/couchbase/cbgt.(*CfgCB).Get+0x450\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/cfg_cb.go:137\n#\t0x597219\tgithub.com/couchbase/cbgt.CfgGetIndexDefs+0x69\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/defs.go:200\n#\t0x80dd39\tgithub.com/couchbase/cbgt/rest.(*CfgGetHandler).ServeHTTP+0x69\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/rest/rest_manage.go:159\n#\t0x726af6\tgithub.com/gorilla/mux.(*Router).ServeHTTP+0x2a6\t\t/home/centos/sync_gateway/src/github.com/gorilla/mux/mux.go:86\n#\t0x4d73fd\tgithub.com/couchbase/sync_gateway/rest.wrapRouter.func1+0x32d\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/routing.go:295\n#\t0x631d4a\tnet/http.HandlerFunc.ServeHTTP+0x3a\t\t\t\t/usr/local/go/src/net/http/server.go:1422\n#\t0x63406e\tnet/http.serverHandler.ServeHTTP+0x19e\t\t\t\t/usr/local/go/src/net/http/server.go:1862\n#\t0x63180e\tnet/http.(*conn).serve+0xbee\t\t\t\t\t/usr/local/go/src/net/http/server.go:1361\n\n0: 0 [2: 64] @ 0x410e4b 0x833057 0x4ef7af 0x4ee59d 0x4ef98b 0x4ee59d 0x4f0eb3 0x4ee57d 0x4f0eb3 0x4ee57d 0x4eda26 0x4ed56b 0x6047d1 0x5f76a5 0x45fa21\n#\t0x410e4b\treflect.unsafe_NewArray+0x2b\t\t\t\t\t/usr/local/go/src/runtime/malloc.go:782\n#\t0x833057\treflect.MakeSlice+0x237\t\t\t\t\t\t/usr/local/go/src/reflect/value.go:2037\n#\t0x4ef7af\tencoding/json.(*decodeState).array+0x88f\t\t\t/usr/local/go/src/encoding/json/decode.go:436\n#\t0x4ee59d\tencoding/json.(*decodeState).value+0x3dd\t\t\t/usr/local/go/src/encoding/json/decode.go:293\n#\t0x4ef98b\tencoding/json.(*decodeState).array+0xa6b\t\t\t/usr/local/go/src/encoding/json/decode.go:447\n#\t0x4ee59d\tencoding/json.(*decodeState).value+0x3dd\t\t\t/usr/local/go/src/encoding/json/decode.go:293\n#\t0x4f0eb3\tencoding/json.(*decodeState).object+0x1163\t\t\t/usr/local/go/src/encoding/json/decode.go:613\n#\t0x4ee57d\tencoding/json.(*decodeState).value+0x3bd\t\t\t/usr/local/go/src/encoding/json/decode.go:296\n#\t0x4f0eb3\tencoding/json.(*decodeState).object+0x1163\t\t\t/usr/local/go/src/encoding/json/decode.go:613\n#\t0x4ee57d\tencoding/json.(*decodeState).value+0x3bd\t\t\t/usr/local/go/src/encoding/json/decode.go:296\n#\t0x4eda26\tencoding/json.(*decodeState).unmarshal+0x196\t\t\t/usr/local/go/src/encoding/json/decode.go:157\n#\t0x4ed56b\tencoding/json.Unmarshal+0x12b\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:85\n#\t0x6047d1\tgithub.com/couchbase/gocb/gocbcore.parseConfig+0x151\t\t/home/centos/sync_gateway/src/github.com/couchbase/gocb/gocbcore/config.go:119\n#\t0x5f76a5\tgithub.com/couchbase/gocb/gocbcore.(*Agent).cccpLooper+0x3b5\t/home/centos/sync_gateway/src/github.com/couchbase/gocb/gocbcore/agent.go:151\n\n0: 0 [1: 40960] @ 0x4418e5 0x6ecb74 0x6ec3e2 0x6ec6db 0x4fb0fe 0x4f8dc4 0x4f92a0 0x5043f1 0x4fa5ca 0x504571 0x4f99a4 0x504451 0x4f92a0 0x5043f1 0x4fa5ca 0x504571 0x4f92a0 0x5043f1 0x4f6dbb 0x4f6ac9 0x5026d4 0x7fc824 0x80dfed 0x726af6 0x4d73fd 0x631d4a 0x63406e 0x63180e 0x45fa21\n#\t0x6ecb74\tbytes.makeSlice+0x64\t\t\t\t\t\t/usr/local/go/src/bytes/buffer.go:195\n#\t0x6ec3e2\tbytes.(*Buffer).grow+0x282\t\t\t\t\t/usr/local/go/src/bytes/buffer.go:103\n#\t0x6ec6db\tbytes.(*Buffer).WriteString+0x4b\t\t\t\t/usr/local/go/src/bytes/buffer.go:140\n#\t0x4fb0fe\tencoding/json.(*encodeState).string+0x14e\t\t\t/usr/local/go/src/encoding/json/encode.go:852\n#\t0x4f8dc4\tencoding/json.stringEncoder+0x2c4\t\t\t\t/usr/local/go/src/encoding/json/encode.go:546\n#\t0x4f92a0\tencoding/json.(*structEncoder).encode+0x2c0\t\t\t/usr/local/go/src/encoding/json/encode.go:582\n#\t0x5043f1\tencoding/json.(*structEncoder).(encoding/json.encode)-fm+0x51\t/usr/local/go/src/encoding/json/encode.go:596\n#\t0x4fa5ca\tencoding/json.(*ptrEncoder).encode+0xea\t\t\t\t/usr/local/go/src/encoding/json/encode.go:704\n#\t0x504571\tencoding/json.(*ptrEncoder).(encoding/json.encode)-fm+0x51\t/usr/local/go/src/encoding/json/encode.go:709\n#\t0x4f99a4\tencoding/json.(*mapEncoder).encode+0x344\t\t\t/usr/local/go/src/encoding/json/encode.go:617\n#\t0x504451\tencoding/json.(*mapEncoder).(encoding/json.encode)-fm+0x51\t/usr/local/go/src/encoding/json/encode.go:627\n#\t0x4f92a0\tencoding/json.(*structEncoder).encode+0x2c0\t\t\t/usr/local/go/src/encoding/json/encode.go:582\n#\t0x5043f1\tencoding/json.(*structEncoder).(encoding/json.encode)-fm+0x51\t/usr/local/go/src/encoding/json/encode.go:596\n#\t0x4fa5ca\tencoding/json.(*ptrEncoder).encode+0xea\t\t\t\t/usr/local/go/src/encoding/json/encode.go:704\n#\t0x504571\tencoding/json.(*ptrEncoder).(encoding/json.encode)-fm+0x51\t/usr/local/go/src/encoding/json/encode.go:709\n#\t0x4f92a0\tencoding/json.(*structEncoder).encode+0x2c0\t\t\t/usr/local/go/src/encoding/json/encode.go:582\n#\t0x5043f1\tencoding/json.(*structEncoder).(encoding/json.encode)-fm+0x51\t/usr/local/go/src/encoding/json/encode.go:596\n#\t0x4f6dbb\tencoding/json.(*encodeState).reflectValue+0x6b\t\t\t/usr/local/go/src/encoding/json/encode.go:297\n#\t0x4f6ac9\tencoding/json.(*encodeState).marshal+0xa9\t\t\t/usr/local/go/src/encoding/json/encode.go:270\n#\t0x5026d4\tencoding/json.(*Encoder).Encode+0x94\t\t\t\t/usr/local/go/src/encoding/json/stream.go:188\n#\t0x7fc824\tgithub.com/couchbase/cbgt/rest.MustEncode+0x184\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/rest/rest.go:48\n#\t0x80dfed\tgithub.com/couchbase/cbgt/rest.(*CfgGetHandler).ServeHTTP+0x31d\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/rest/rest_manage.go:180\n#\t0x726af6\tgithub.com/gorilla/mux.(*Router).ServeHTTP+0x2a6\t\t/home/centos/sync_gateway/src/github.com/gorilla/mux/mux.go:86\n#\t0x4d73fd\tgithub.com/couchbase/sync_gateway/rest.wrapRouter.func1+0x32d\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/routing.go:295\n#\t0x631d4a\tnet/http.HandlerFunc.ServeHTTP+0x3a\t\t\t\t/usr/local/go/src/net/http/server.go:1422\n#\t0x63406e\tnet/http.serverHandler.ServeHTTP+0x19e\t\t\t\t/usr/local/go/src/net/http/server.go:1862\n#\t0x63180e\tnet/http.(*conn).serve+0xbee\t\t\t\t\t/usr/local/go/src/net/http/server.go:1361\n\n0: 0 [1: 65536] @ 0x4418e5 0x4f2e15 0x4f16a9 0x4ee557 0x4f0eb3 0x4ee57d 0x4f0eb3 0x4ee57d 0x4f0eb3 0x4ee57d 0x4eda26 0x4ed56b 0x5938b0 0x597784 0x80dd9a 0x726af6 0x4d73fd 0x631d4a 0x63406e 0x63180e 0x45fa21\n#\t0x4f2e15\tencoding/json.(*decodeState).literalStore+0x1325\t\t/usr/local/go/src/encoding/json/decode.go:754\n#\t0x4f16a9\tencoding/json.(*decodeState).literal+0xe9\t\t\t/usr/local/go/src/encoding/json/decode.go:646\n#\t0x4ee557\tencoding/json.(*decodeState).value+0x397\t\t\t/usr/local/go/src/encoding/json/decode.go:299\n#\t0x4f0eb3\tencoding/json.(*decodeState).object+0x1163\t\t\t/usr/local/go/src/encoding/json/decode.go:613\n#\t0x4ee57d\tencoding/json.(*decodeState).value+0x3bd\t\t\t/usr/local/go/src/encoding/json/decode.go:296\n#\t0x4f0eb3\tencoding/json.(*decodeState).object+0x1163\t\t\t/usr/local/go/src/encoding/json/decode.go:613\n#\t0x4ee57d\tencoding/json.(*decodeState).value+0x3bd\t\t\t/usr/local/go/src/encoding/json/decode.go:296\n#\t0x4f0eb3\tencoding/json.(*decodeState).object+0x1163\t\t\t/usr/local/go/src/encoding/json/decode.go:613\n#\t0x4ee57d\tencoding/json.(*decodeState).value+0x3bd\t\t\t/usr/local/go/src/encoding/json/decode.go:296\n#\t0x4eda26\tencoding/json.(*decodeState).unmarshal+0x196\t\t\t/usr/local/go/src/encoding/json/decode.go:157\n#\t0x4ed56b\tencoding/json.Unmarshal+0x12b\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:85\n#\t0x5938b0\tgithub.com/couchbase/cbgt.(*CfgCB).Get+0x450\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/cfg_cb.go:137\n#\t0x597784\tgithub.com/couchbase/cbgt.CfgGetNodeDefs+0xd4\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/defs.go:272\n#\t0x80dd9a\tgithub.com/couchbase/cbgt/rest.(*CfgGetHandler).ServeHTTP+0xca\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/rest/rest_manage.go:161\n#\t0x726af6\tgithub.com/gorilla/mux.(*Router).ServeHTTP+0x2a6\t\t/home/centos/sync_gateway/src/github.com/gorilla/mux/mux.go:86\n#\t0x4d73fd\tgithub.com/couchbase/sync_gateway/rest.wrapRouter.func1+0x32d\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/routing.go:295\n#\t0x631d4a\tnet/http.HandlerFunc.ServeHTTP+0x3a\t\t\t\t/usr/local/go/src/net/http/server.go:1422\n#\t0x63406e\tnet/http.serverHandler.ServeHTTP+0x19e\t\t\t\t/usr/local/go/src/net/http/server.go:1862\n#\t0x63180e\tnet/http.(*conn).serve+0xbee\t\t\t\t\t/usr/local/go/src/net/http/server.go:1361\n\n0: 0 [3: 52992] @ 0x410e4b 0x833057 0x4ef7af 0x4ee59d 0x4f0eb3 0x4ee57d 0x4f0eb3 0x4ee57d 0x4eda26 0x4ed56b 0x6047d1 0x5f76a5 0x45fa21\n#\t0x410e4b\treflect.unsafe_NewArray+0x2b\t\t\t\t\t/usr/local/go/src/runtime/malloc.go:782\n#\t0x833057\treflect.MakeSlice+0x237\t\t\t\t\t\t/usr/local/go/src/reflect/value.go:2037\n#\t0x4ef7af\tencoding/json.(*decodeState).array+0x88f\t\t\t/usr/local/go/src/encoding/json/decode.go:436\n#\t0x4ee59d\tencoding/json.(*decodeState).value+0x3dd\t\t\t/usr/local/go/src/encoding/json/decode.go:293\n#\t0x4f0eb3\tencoding/json.(*decodeState).object+0x1163\t\t\t/usr/local/go/src/encoding/json/decode.go:613\n#\t0x4ee57d\tencoding/json.(*decodeState).value+0x3bd\t\t\t/usr/local/go/src/encoding/json/decode.go:296\n#\t0x4f0eb3\tencoding/json.(*decodeState).object+0x1163\t\t\t/usr/local/go/src/encoding/json/decode.go:613\n#\t0x4ee57d\tencoding/json.(*decodeState).value+0x3bd\t\t\t/usr/local/go/src/encoding/json/decode.go:296\n#\t0x4eda26\tencoding/json.(*decodeState).unmarshal+0x196\t\t\t/usr/local/go/src/encoding/json/decode.go:157\n#\t0x4ed56b\tencoding/json.Unmarshal+0x12b\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:85\n#\t0x6047d1\tgithub.com/couchbase/gocb/gocbcore.parseConfig+0x151\t\t/home/centos/sync_gateway/src/github.com/couchbase/gocb/gocbcore/config.go:119\n#\t0x5f76a5\tgithub.com/couchbase/gocb/gocbcore.(*Agent).cccpLooper+0x3b5\t/home/centos/sync_gateway/src/github.com/couchbase/gocb/gocbcore/agent.go:151\n\n0: 0 [1: 16] @ 0x4461a7 0x44602f 0x4f39ab 0x4f16a9 0x4ee557 0x4ef98b 0x4ee59d 0x4ef98b 0x4ee59d 0x4f0eb3 0x4ee57d 0x4f0eb3 0x4ee57d 0x4eda26 0x4ed56b 0x6047d1 0x5f76a5 0x45fa21\n#\t0x4f39ab\tencoding/json.(*decodeState).literalStore+0x1ebb\t\t/usr/local/go/src/encoding/json/decode.go:779\n#\t0x4f16a9\tencoding/json.(*decodeState).literal+0xe9\t\t\t/usr/local/go/src/encoding/json/decode.go:646\n#\t0x4ee557\tencoding/json.(*decodeState).value+0x397\t\t\t/usr/local/go/src/encoding/json/decode.go:299\n#\t0x4ef98b\tencoding/json.(*decodeState).array+0xa6b\t\t\t/usr/local/go/src/encoding/json/decode.go:447\n#\t0x4ee59d\tencoding/json.(*decodeState).value+0x3dd\t\t\t/usr/local/go/src/encoding/json/decode.go:293\n#\t0x4ef98b\tencoding/json.(*decodeState).array+0xa6b\t\t\t/usr/local/go/src/encoding/json/decode.go:447\n#\t0x4ee59d\tencoding/json.(*decodeState).value+0x3dd\t\t\t/usr/local/go/src/encoding/json/decode.go:293\n#\t0x4f0eb3\tencoding/json.(*decodeState).object+0x1163\t\t\t/usr/local/go/src/encoding/json/decode.go:613\n#\t0x4ee57d\tencoding/json.(*decodeState).value+0x3bd\t\t\t/usr/local/go/src/encoding/json/decode.go:296\n#\t0x4f0eb3\tencoding/json.(*decodeState).object+0x1163\t\t\t/usr/local/go/src/encoding/json/decode.go:613\n#\t0x4ee57d\tencoding/json.(*decodeState).value+0x3bd\t\t\t/usr/local/go/src/encoding/json/decode.go:296\n#\t0x4eda26\tencoding/json.(*decodeState).unmarshal+0x196\t\t\t/usr/local/go/src/encoding/json/decode.go:157\n#\t0x4ed56b\tencoding/json.Unmarshal+0x12b\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:85\n#\t0x6047d1\tgithub.com/couchbase/gocb/gocbcore.parseConfig+0x151\t\t/home/centos/sync_gateway/src/github.com/couchbase/gocb/gocbcore/config.go:119\n#\t0x5f76a5\tgithub.com/couchbase/gocb/gocbcore.(*Agent).cccpLooper+0x3b5\t/home/centos/sync_gateway/src/github.com/couchbase/gocb/gocbcore/agent.go:151\n\n0: 0 [1: 16] @ 0x4461a7 0x44602f 0x4f3042 0x4f16a9 0x4ee557 0x4f0eb3 0x4ee57d 0x4f0eb3 0x4ee57d 0x4f0eb3 0x4ee57d 0x4eda26 0x4ed56b 0x5980f5 0x80de47 0x726af6 0x4d73fd 0x631d4a 0x63406e 0x63180e 0x45fa21\n#\t0x4f3042\tencoding/json.(*decodeState).literalStore+0x1552\t\t/usr/local/go/src/encoding/json/decode.go:762\n#\t0x4f16a9\tencoding/json.(*decodeState).literal+0xe9\t\t\t/usr/local/go/src/encoding/json/decode.go:646\n#\t0x4ee557\tencoding/json.(*decodeState).value+0x397\t\t\t/usr/local/go/src/encoding/json/decode.go:299\n#\t0x4f0eb3\tencoding/json.(*decodeState).object+0x1163\t\t\t/usr/local/go/src/encoding/json/decode.go:613\n#\t0x4ee57d\tencoding/json.(*decodeState).value+0x3bd\t\t\t/usr/local/go/src/encoding/json/decode.go:296\n#\t0x4f0eb3\tencoding/json.(*decodeState).object+0x1163\t\t\t/usr/local/go/src/encoding/json/decode.go:613\n#\t0x4ee57d\tencoding/json.(*decodeState).value+0x3bd\t\t\t/usr/local/go/src/encoding/json/decode.go:296\n#\t0x4f0eb3\tencoding/json.(*decodeState).object+0x1163\t\t\t/usr/local/go/src/encoding/json/decode.go:613\n#\t0x4ee57d\tencoding/json.(*decodeState).value+0x3bd\t\t\t/usr/local/go/src/encoding/json/decode.go:296\n#\t0x4eda26\tencoding/json.(*decodeState).unmarshal+0x196\t\t\t/usr/local/go/src/encoding/json/decode.go:157\n#\t0x4ed56b\tencoding/json.Unmarshal+0x12b\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:85\n#\t0x5980f5\tgithub.com/couchbase/cbgt.CfgGetPlanPIndexes+0x195\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/defs.go:379\n#\t0x80de47\tgithub.com/couchbase/cbgt/rest.(*CfgGetHandler).ServeHTTP+0x177\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/rest/rest_manage.go:165\n#\t0x726af6\tgithub.com/gorilla/mux.(*Router).ServeHTTP+0x2a6\t\t/home/centos/sync_gateway/src/github.com/gorilla/mux/mux.go:86\n#\t0x4d73fd\tgithub.com/couchbase/sync_gateway/rest.wrapRouter.func1+0x32d\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/routing.go:295\n#\t0x631d4a\tnet/http.HandlerFunc.ServeHTTP+0x3a\t\t\t\t/usr/local/go/src/net/http/server.go:1422\n#\t0x63406e\tnet/http.serverHandler.ServeHTTP+0x19e\t\t\t\t/usr/local/go/src/net/http/server.go:1862\n#\t0x63180e\tnet/http.(*conn).serve+0xbee\t\t\t\t\t/usr/local/go/src/net/http/server.go:1361\n\n0: 0 [1: 320] @ 0x4461a7 0x44602f 0x4f3042 0x4f16a9 0x4ee557 0x4f0eb3 0x4ee57d 0x4f0eb3 0x4ee57d 0x4f0eb3 0x4ee57d 0x4eda26 0x4ed56b 0x5980f5 0x80de47 0x726af6 0x4d73fd 0x631d4a 0x63406e 0x63180e 0x45fa21\n#\t0x4f3042\tencoding/json.(*decodeState).literalStore+0x1552\t\t/usr/local/go/src/encoding/json/decode.go:762\n#\t0x4f16a9\tencoding/json.(*decodeState).literal+0xe9\t\t\t/usr/local/go/src/encoding/json/decode.go:646\n#\t0x4ee557\tencoding/json.(*decodeState).value+0x397\t\t\t/usr/local/go/src/encoding/json/decode.go:299\n#\t0x4f0eb3\tencoding/json.(*decodeState).object+0x1163\t\t\t/usr/local/go/src/encoding/json/decode.go:613\n#\t0x4ee57d\tencoding/json.(*decodeState).value+0x3bd\t\t\t/usr/local/go/src/encoding/json/decode.go:296\n#\t0x4f0eb3\tencoding/json.(*decodeState).object+0x1163\t\t\t/usr/local/go/src/encoding/json/decode.go:613\n#\t0x4ee57d\tencoding/json.(*decodeState).value+0x3bd\t\t\t/usr/local/go/src/encoding/json/decode.go:296\n#\t0x4f0eb3\tencoding/json.(*decodeState).object+0x1163\t\t\t/usr/local/go/src/encoding/json/decode.go:613\n#\t0x4ee57d\tencoding/json.(*decodeState).value+0x3bd\t\t\t/usr/local/go/src/encoding/json/decode.go:296\n#\t0x4eda26\tencoding/json.(*decodeState).unmarshal+0x196\t\t\t/usr/local/go/src/encoding/json/decode.go:157\n#\t0x4ed56b\tencoding/json.Unmarshal+0x12b\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:85\n#\t0x5980f5\tgithub.com/couchbase/cbgt.CfgGetPlanPIndexes+0x195\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/defs.go:379\n#\t0x80de47\tgithub.com/couchbase/cbgt/rest.(*CfgGetHandler).ServeHTTP+0x177\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/rest/rest_manage.go:165\n#\t0x726af6\tgithub.com/gorilla/mux.(*Router).ServeHTTP+0x2a6\t\t/home/centos/sync_gateway/src/github.com/gorilla/mux/mux.go:86\n#\t0x4d73fd\tgithub.com/couchbase/sync_gateway/rest.wrapRouter.func1+0x32d\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/routing.go:295\n#\t0x631d4a\tnet/http.HandlerFunc.ServeHTTP+0x3a\t\t\t\t/usr/local/go/src/net/http/server.go:1422\n#\t0x63406e\tnet/http.serverHandler.ServeHTTP+0x19e\t\t\t\t/usr/local/go/src/net/http/server.go:1862\n#\t0x63180e\tnet/http.(*conn).serve+0xbee\t\t\t\t\t/usr/local/go/src/net/http/server.go:1361\n\n0: 0 [3: 270336] @ 0x4418e5 0x577999 0x580f9d 0x57a1cb 0x57a49b 0x560c8a 0x55f5c7 0x545a63 0x549599 0x5935b9 0x597fc9 0x80de47 0x726af6 0x4d73fd 0x631d4a 0x63406e 0x63180e 0x45fa21\n#\t0x577999\tgithub.com/couchbase/gomemcached.(*MCResponse).Receive+0x699\t/home/centos/sync_gateway/src/github.com/couchbase/gomemcached/mc_res.go:181\n#\t0x580f9d\tgithub.com/couchbase/gomemcached/client.getResponse+0xdd\t/home/centos/sync_gateway/src/github.com/couchbase/gomemcached/client/transport.go:35\n#\t0x57a1cb\tgithub.com/couchbase/gomemcached/client.(*Client).Send+0x10b\t/home/centos/sync_gateway/src/github.com/couchbase/gomemcached/client/mc.go:80\n#\t0x57a49b\tgithub.com/couchbase/gomemcached/client.(*Client).Get+0xdb\t/home/centos/sync_gateway/src/github.com/couchbase/gomemcached/client/mc.go:109\n#\t0x560c8a\tgithub.com/couchbase/go-couchbase.(*Bucket).GetsRaw.func2+0x8a\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/client.go:619\n#\t0x55f5c7\tgithub.com/couchbase/go-couchbase.(*Bucket).Do.func1+0x127\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/client.go:105\n#\t0x545a63\tgithub.com/couchbase/go-couchbase.(*Bucket).Do+0x293\t\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/client.go:111\n#\t0x549599\tgithub.com/couchbase/go-couchbase.(*Bucket).GetsRaw+0x1a9\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/client.go:629\n#\t0x5935b9\tgithub.com/couchbase/cbgt.(*CfgCB).Get+0x159\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/cfg_cb.go:126\n#\t0x597fc9\tgithub.com/couchbase/cbgt.CfgGetPlanPIndexes+0x69\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/defs.go:371\n#\t0x80de47\tgithub.com/couchbase/cbgt/rest.(*CfgGetHandler).ServeHTTP+0x177\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/rest/rest_manage.go:165\n#\t0x726af6\tgithub.com/gorilla/mux.(*Router).ServeHTTP+0x2a6\t\t/home/centos/sync_gateway/src/github.com/gorilla/mux/mux.go:86\n#\t0x4d73fd\tgithub.com/couchbase/sync_gateway/rest.wrapRouter.func1+0x32d\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/routing.go:295\n#\t0x631d4a\tnet/http.HandlerFunc.ServeHTTP+0x3a\t\t\t\t/usr/local/go/src/net/http/server.go:1422\n#\t0x63406e\tnet/http.serverHandler.ServeHTTP+0x19e\t\t\t\t/usr/local/go/src/net/http/server.go:1862\n#\t0x63180e\tnet/http.(*conn).serve+0xbee\t\t\t\t\t/usr/local/go/src/net/http/server.go:1361\n\n0: 0 [2: 180224] @ 0x4418e5 0x577999 0x580f9d 0x57a1cb 0x57a49b 0x560c8a 0x55f5c7 0x545a63 0x549599 0x5935b9 0x597219 0x80dd39 0x726af6 0x4d73fd 0x631d4a 0x63406e 0x63180e 0x45fa21\n#\t0x577999\tgithub.com/couchbase/gomemcached.(*MCResponse).Receive+0x699\t/home/centos/sync_gateway/src/github.com/couchbase/gomemcached/mc_res.go:181\n#\t0x580f9d\tgithub.com/couchbase/gomemcached/client.getResponse+0xdd\t/home/centos/sync_gateway/src/github.com/couchbase/gomemcached/client/transport.go:35\n#\t0x57a1cb\tgithub.com/couchbase/gomemcached/client.(*Client).Send+0x10b\t/home/centos/sync_gateway/src/github.com/couchbase/gomemcached/client/mc.go:80\n#\t0x57a49b\tgithub.com/couchbase/gomemcached/client.(*Client).Get+0xdb\t/home/centos/sync_gateway/src/github.com/couchbase/gomemcached/client/mc.go:109\n#\t0x560c8a\tgithub.com/couchbase/go-couchbase.(*Bucket).GetsRaw.func2+0x8a\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/client.go:619\n#\t0x55f5c7\tgithub.com/couchbase/go-couchbase.(*Bucket).Do.func1+0x127\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/client.go:105\n#\t0x545a63\tgithub.com/couchbase/go-couchbase.(*Bucket).Do+0x293\t\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/client.go:111\n#\t0x549599\tgithub.com/couchbase/go-couchbase.(*Bucket).GetsRaw+0x1a9\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/client.go:629\n#\t0x5935b9\tgithub.com/couchbase/cbgt.(*CfgCB).Get+0x159\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/cfg_cb.go:126\n#\t0x597219\tgithub.com/couchbase/cbgt.CfgGetIndexDefs+0x69\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/defs.go:200\n#\t0x80dd39\tgithub.com/couchbase/cbgt/rest.(*CfgGetHandler).ServeHTTP+0x69\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/rest/rest_manage.go:159\n#\t0x726af6\tgithub.com/gorilla/mux.(*Router).ServeHTTP+0x2a6\t\t/home/centos/sync_gateway/src/github.com/gorilla/mux/mux.go:86\n#\t0x4d73fd\tgithub.com/couchbase/sync_gateway/rest.wrapRouter.func1+0x32d\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/routing.go:295\n#\t0x631d4a\tnet/http.HandlerFunc.ServeHTTP+0x3a\t\t\t\t/usr/local/go/src/net/http/server.go:1422\n#\t0x63406e\tnet/http.serverHandler.ServeHTTP+0x19e\t\t\t\t/usr/local/go/src/net/http/server.go:1862\n#\t0x63180e\tnet/http.(*conn).serve+0xbee\t\t\t\t\t/usr/local/go/src/net/http/server.go:1361\n\n0: 0 [439: 28096] @ 0x6dc35c 0x6dc651 0x79eac5 0x45fa21\n#\t0x6dc35c\ttime.NewTimer+0x6c\t\t\t\t\t\t\t\t/usr/local/go/src/time/sleep.go:74\n#\t0x6dc651\ttime.After+0x21\t\t\t\t\t\t\t\t\t/usr/local/go/src/time/sleep.go:110\n#\t0x79eac5\tgithub.com/couchbase/sync_gateway/db.(*kvChangeIndexReader).Init.func1+0xc5\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/kv_change_index_reader.go:73\n\n0: 0 [229: 7328] @ 0x403bb5 0x6dc320 0x6dc651 0x79eac5 0x45fa21\n#\t0x6dc320\ttime.NewTimer+0x30\t\t\t\t\t\t\t\t/usr/local/go/src/time/sleep.go:67\n#\t0x6dc651\ttime.After+0x21\t\t\t\t\t\t\t\t\t/usr/local/go/src/time/sleep.go:110\n#\t0x79eac5\tgithub.com/couchbase/sync_gateway/db.(*kvChangeIndexReader).Init.func1+0xc5\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/kv_change_index_reader.go:73\n\n0: 0 [1: 768] @ 0x4418e5 0x5244c4 0x524fc7 0x5252ea 0x525143 0x72a4ad 0x72cd54 0x72dbe3 0x7271fa 0x80fb95 0x7ff093 0x4c2b6c 0x4c2686 0x4aef5a 0x4af2ad 0x401f7f 0x42e480 0x45fa21\n#\t0x5244c4\tregexp.makeOnePass+0x2d4\t\t\t\t\t\t/usr/local/go/src/regexp/onepass.go:313\n#\t0x524fc7\tregexp.compileOnePass+0x1c7\t\t\t\t\t\t/usr/local/go/src/regexp/onepass.go:575\n#\t0x5252ea\tregexp.compile+0x15a\t\t\t\t\t\t\t/usr/local/go/src/regexp/regexp.go:168\n#\t0x525143\tregexp.Compile+0x43\t\t\t\t\t\t\t/usr/local/go/src/regexp/regexp.go:118\n#\t0x72a4ad\tgithub.com/gorilla/mux.newRouteRegexp+0xd5d\t\t\t\t/home/centos/sync_gateway/src/github.com/gorilla/mux/regexp.go:95\n#\t0x72cd54\tgithub.com/gorilla/mux.(*Route).addRegexpMatcher+0x1b4\t\t\t/home/centos/sync_gateway/src/github.com/gorilla/mux/route.go:151\n#\t0x72dbe3\tgithub.com/gorilla/mux.(*Route).Path+0x43\t\t\t\t/home/centos/sync_gateway/src/github.com/gorilla/mux/route.go:280\n#\t0x7271fa\tgithub.com/gorilla/mux.(*Router).Handle+0x12a\t\t\t\t/home/centos/sync_gateway/src/github.com/gorilla/mux/mux.go:151\n#\t0x80fb95\tgithub.com/couchbase/cbgt/rest.InitRESTRouter.func1+0x345\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/rest/rest.go:144\n#\t0x7ff093\tgithub.com/couchbase/cbgt/rest.InitRESTRouter+0x2693\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/rest/rest.go:399\n#\t0x4c2b6c\tgithub.com/couchbase/sync_gateway/rest.addCbgtRoutes+0x31c\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/routing.go:270\n#\t0x4c2686\tgithub.com/couchbase/sync_gateway/rest.CreateAdminHandler+0x2c76\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/routing.go:232\n#\t0x4aef5a\tgithub.com/couchbase/sync_gateway/rest.RunServer+0x7aa\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/config.go:604\n#\t0x4af2ad\tgithub.com/couchbase/sync_gateway/rest.ServerMain+0x2d\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/config.go:621\n#\t0x401f7f\tmain.main+0x12f\t\t\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/main.go:33\n#\t0x42e480\truntime.main+0x2b0\t\t\t\t\t\t\t/usr/local/go/src/runtime/proc.go:111\n\n0: 0 [1: 640] @ 0x441ce1 0x84828e 0x8456ab 0x846c13 0x844c89 0x525299 0x525143 0x72a4ad 0x72cd54 0x72dbe3 0x7271fa 0x80fb95 0x7fdd76 0x4c2b6c 0x4c2686 0x4aef5a 0x4af2ad 0x401f7f 0x42e480 0x45fa21\n#\t0x84828e\tregexp/syntax.(*compiler).rune+0x3fe\t\t\t\t\t/usr/local/go/src/regexp/syntax/compile.go:267\n#\t0x8456ab\tregexp/syntax.(*compiler).compile+0x54b\t\t\t\t\t/usr/local/go/src/regexp/syntax/compile.go:110\n#\t0x846c13\tregexp/syntax.(*compiler).compile+0x1ab3\t\t\t\t/usr/local/go/src/regexp/syntax/compile.go:156\n#\t0x844c89\tregexp/syntax.Compile+0x189\t\t\t\t\t\t/usr/local/go/src/regexp/syntax/compile.go:83\n#\t0x525299\tregexp.compile+0x109\t\t\t\t\t\t\t/usr/local/go/src/regexp/regexp.go:161\n#\t0x525143\tregexp.Compile+0x43\t\t\t\t\t\t\t/usr/local/go/src/regexp/regexp.go:118\n#\t0x72a4ad\tgithub.com/gorilla/mux.newRouteRegexp+0xd5d\t\t\t\t/home/centos/sync_gateway/src/github.com/gorilla/mux/regexp.go:95\n#\t0x72cd54\tgithub.com/gorilla/mux.(*Route).addRegexpMatcher+0x1b4\t\t\t/home/centos/sync_gateway/src/github.com/gorilla/mux/route.go:151\n#\t0x72dbe3\tgithub.com/gorilla/mux.(*Route).Path+0x43\t\t\t\t/home/centos/sync_gateway/src/github.com/gorilla/mux/route.go:280\n#\t0x7271fa\tgithub.com/gorilla/mux.(*Router).Handle+0x12a\t\t\t\t/home/centos/sync_gateway/src/github.com/gorilla/mux/mux.go:151\n#\t0x80fb95\tgithub.com/couchbase/cbgt/rest.InitRESTRouter.func1+0x345\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/rest/rest.go:144\n#\t0x7fdd76\tgithub.com/couchbase/cbgt/rest.InitRESTRouter+0x1376\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/rest/rest.go:274\n#\t0x4c2b6c\tgithub.com/couchbase/sync_gateway/rest.addCbgtRoutes+0x31c\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/routing.go:270\n#\t0x4c2686\tgithub.com/couchbase/sync_gateway/rest.CreateAdminHandler+0x2c76\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/routing.go:232\n#\t0x4aef5a\tgithub.com/couchbase/sync_gateway/rest.RunServer+0x7aa\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/config.go:604\n#\t0x4af2ad\tgithub.com/couchbase/sync_gateway/rest.ServerMain+0x2d\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/config.go:621\n#\t0x401f7f\tmain.main+0x12f\t\t\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/main.go:33\n#\t0x42e480\truntime.main+0x2b0\t\t\t\t\t\t\t/usr/local/go/src/runtime/proc.go:111\n\n0: 0 [1: 1024] @ 0x441ce1 0x523fe7 0x524fb9 0x5252ea 0x525143 0x72a4ad 0x72cd54 0x72dbe3 0x7271fa 0x80fb95 0x7fdbf6 0x4c2b6c 0x4c2686 0x4aef5a 0x4af2ad 0x401f7f 0x42e480 0x45fa21\n#\t0x523fe7\tregexp.onePassCopy+0x4b7\t\t\t\t\t\t/usr/local/go/src/regexp/onepass.go:226\n#\t0x524fb9\tregexp.compileOnePass+0x1b9\t\t\t\t\t\t/usr/local/go/src/regexp/onepass.go:572\n#\t0x5252ea\tregexp.compile+0x15a\t\t\t\t\t\t\t/usr/local/go/src/regexp/regexp.go:168\n#\t0x525143\tregexp.Compile+0x43\t\t\t\t\t\t\t/usr/local/go/src/regexp/regexp.go:118\n#\t0x72a4ad\tgithub.com/gorilla/mux.newRouteRegexp+0xd5d\t\t\t\t/home/centos/sync_gateway/src/github.com/gorilla/mux/regexp.go:95\n#\t0x72cd54\tgithub.com/gorilla/mux.(*Route).addRegexpMatcher+0x1b4\t\t\t/home/centos/sync_gateway/src/github.com/gorilla/mux/route.go:151\n#\t0x72dbe3\tgithub.com/gorilla/mux.(*Route).Path+0x43\t\t\t\t/home/centos/sync_gateway/src/github.com/gorilla/mux/route.go:280\n#\t0x7271fa\tgithub.com/gorilla/mux.(*Router).Handle+0x12a\t\t\t\t/home/centos/sync_gateway/src/github.com/gorilla/mux/mux.go:151\n#\t0x80fb95\tgithub.com/couchbase/cbgt/rest.InitRESTRouter.func1+0x345\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/rest/rest.go:144\n#\t0x7fdbf6\tgithub.com/couchbase/cbgt/rest.InitRESTRouter+0x11f6\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/rest/rest.go:266\n#\t0x4c2b6c\tgithub.com/couchbase/sync_gateway/rest.addCbgtRoutes+0x31c\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/routing.go:270\n#\t0x4c2686\tgithub.com/couchbase/sync_gateway/rest.CreateAdminHandler+0x2c76\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/routing.go:232\n#\t0x4aef5a\tgithub.com/couchbase/sync_gateway/rest.RunServer+0x7aa\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/config.go:604\n#\t0x4af2ad\tgithub.com/couchbase/sync_gateway/rest.ServerMain+0x2d\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/config.go:621\n#\t0x401f7f\tmain.main+0x12f\t\t\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/main.go:33\n#\t0x42e480\truntime.main+0x2b0\t\t\t\t\t\t\t/usr/local/go/src/runtime/proc.go:111\n\n0: 0 [1: 224] @ 0x408e64 0x52462a 0x524fc7 0x5252ea 0x525143 0x72a4ad 0x72cd54 0x72dbe3 0x7271fa 0x4bfbb2 0x4aef5a 0x4af2ad 0x401f7f 0x42e480 0x45fa21\n#\t0x52462a\tregexp.makeOnePass+0x43a\t\t\t\t\t/usr/local/go/src/regexp/onepass.go:464\n#\t0x524fc7\tregexp.compileOnePass+0x1c7\t\t\t\t\t/usr/local/go/src/regexp/onepass.go:575\n#\t0x5252ea\tregexp.compile+0x15a\t\t\t\t\t\t/usr/local/go/src/regexp/regexp.go:168\n#\t0x525143\tregexp.Compile+0x43\t\t\t\t\t\t/usr/local/go/src/regexp/regexp.go:118\n#\t0x72a4ad\tgithub.com/gorilla/mux.newRouteRegexp+0xd5d\t\t\t/home/centos/sync_gateway/src/github.com/gorilla/mux/regexp.go:95\n#\t0x72cd54\tgithub.com/gorilla/mux.(*Route).addRegexpMatcher+0x1b4\t\t/home/centos/sync_gateway/src/github.com/gorilla/mux/route.go:151\n#\t0x72dbe3\tgithub.com/gorilla/mux.(*Route).Path+0x43\t\t\t/home/centos/sync_gateway/src/github.com/gorilla/mux/route.go:280\n#\t0x7271fa\tgithub.com/gorilla/mux.(*Router).Handle+0x12a\t\t\t/home/centos/sync_gateway/src/github.com/gorilla/mux/mux.go:151\n#\t0x4bfbb2\tgithub.com/couchbase/sync_gateway/rest.CreateAdminHandler+0x1a2\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/routing.go:122\n#\t0x4aef5a\tgithub.com/couchbase/sync_gateway/rest.RunServer+0x7aa\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/config.go:604\n#\t0x4af2ad\tgithub.com/couchbase/sync_gateway/rest.ServerMain+0x2d\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/config.go:621\n#\t0x401f7f\tmain.main+0x12f\t\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/main.go:33\n#\t0x42e480\truntime.main+0x2b0\t\t\t\t\t\t/usr/local/go/src/runtime/proc.go:111\n\n0: 0 [1: 65536] @ 0x4418e5 0x595cab 0x593945 0x597fc9 0x5aa901 0x4c6fb3 0x4c6d69 0x4aec4a 0x4af2ad 0x401f7f 0x42e480 0x45fa21\n#\t0x595cab\tgithub.com/couchbase/cbgt.(*CfgMem).Get+0x22b\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/cfg_mem.go:62\n#\t0x593945\tgithub.com/couchbase/cbgt.(*CfgCB).Get+0x4e5\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/cfg_cb.go:143\n#\t0x597fc9\tgithub.com/couchbase/cbgt.CfgGetPlanPIndexes+0x69\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/defs.go:371\n#\t0x5aa901\tgithub.com/couchbase/cbgt.(*Manager).GetPlanPIndexes+0x131\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager.go:581\n#\t0x4c6fb3\tgithub.com/couchbase/sync_gateway/rest.(*ServerContext).validateCBGTPartitionMap+0x1d3\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/server_context.go:371\n#\t0x4c6d69\tgithub.com/couchbase/sync_gateway/rest.(*ServerContext).InitCBGT+0x259\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/server_context.go:349\n#\t0x4aec4a\tgithub.com/couchbase/sync_gateway/rest.RunServer+0x49a\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/config.go:590\n#\t0x4af2ad\tgithub.com/couchbase/sync_gateway/rest.ServerMain+0x2d\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/config.go:621\n#\t0x401f7f\tmain.main+0x12f\t\t\t\t\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/main.go:33\n#\t0x42e480\truntime.main+0x2b0\t\t\t\t\t\t\t\t\t/usr/local/go/src/runtime/proc.go:111\n\n0: 0 [1: 65536] @ 0x4418e5 0x595cab 0x593945 0x597fc9 0x5b0017 0x5af730 0x45fa21\n#\t0x595cab\tgithub.com/couchbase/cbgt.(*CfgMem).Get+0x22b\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/cfg_mem.go:62\n#\t0x593945\tgithub.com/couchbase/cbgt.(*CfgCB).Get+0x4e5\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/cfg_cb.go:143\n#\t0x597fc9\tgithub.com/couchbase/cbgt.CfgGetPlanPIndexes+0x69\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/defs.go:371\n#\t0x5b0017\tgithub.com/couchbase/cbgt.(*Manager).JanitorOnce+0xf7\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_janitor.go:131\n#\t0x5af730\tgithub.com/couchbase/cbgt.(*Manager).JanitorLoop+0x3f0\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_janitor.go:81\n\n0: 0 [678: 65088] @ 0x403b93 0x6dc320 0x6dc651 0x79eac5 0x45fa21\n#\t0x6dc320\ttime.NewTimer+0x30\t\t\t\t\t\t\t\t/usr/local/go/src/time/sleep.go:67\n#\t0x6dc651\ttime.After+0x21\t\t\t\t\t\t\t\t\t/usr/local/go/src/time/sleep.go:110\n#\t0x79eac5\tgithub.com/couchbase/sync_gateway/db.(*kvChangeIndexReader).Init.func1+0xc5\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/kv_change_index_reader.go:73\n\n0: 0 [1: 90112] @ 0x4418e5 0x577999 0x580f9d 0x57a1cb 0x57a49b 0x560c8a 0x55f5c7 0x545a63 0x549599 0x5935b9 0x597219 0x5b863f 0x5b8168 0x5b7c23 0x5b7b42 0x5b7373 0x45fa21\n#\t0x577999\tgithub.com/couchbase/gomemcached.(*MCResponse).Receive+0x699\t/home/centos/sync_gateway/src/github.com/couchbase/gomemcached/mc_res.go:181\n#\t0x580f9d\tgithub.com/couchbase/gomemcached/client.getResponse+0xdd\t/home/centos/sync_gateway/src/github.com/couchbase/gomemcached/client/transport.go:35\n#\t0x57a1cb\tgithub.com/couchbase/gomemcached/client.(*Client).Send+0x10b\t/home/centos/sync_gateway/src/github.com/couchbase/gomemcached/client/mc.go:80\n#\t0x57a49b\tgithub.com/couchbase/gomemcached/client.(*Client).Get+0xdb\t/home/centos/sync_gateway/src/github.com/couchbase/gomemcached/client/mc.go:109\n#\t0x560c8a\tgithub.com/couchbase/go-couchbase.(*Bucket).GetsRaw.func2+0x8a\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/client.go:619\n#\t0x55f5c7\tgithub.com/couchbase/go-couchbase.(*Bucket).Do.func1+0x127\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/client.go:105\n#\t0x545a63\tgithub.com/couchbase/go-couchbase.(*Bucket).Do+0x293\t\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/client.go:111\n#\t0x549599\tgithub.com/couchbase/go-couchbase.(*Bucket).GetsRaw+0x1a9\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/client.go:629\n#\t0x5935b9\tgithub.com/couchbase/cbgt.(*CfgCB).Get+0x159\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/cfg_cb.go:126\n#\t0x597219\tgithub.com/couchbase/cbgt.CfgGetIndexDefs+0x69\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/defs.go:200\n#\t0x5b863f\tgithub.com/couchbase/cbgt.PlannerGetIndexDefs+0x4f\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:205\n#\t0x5b8168\tgithub.com/couchbase/cbgt.PlannerGetPlan+0xd8\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:173\n#\t0x5b7c23\tgithub.com/couchbase/cbgt.Plan+0x83\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:136\n#\t0x5b7b42\tgithub.com/couchbase/cbgt.(*Manager).PlannerOnce+0x1f2\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:123\n#\t0x5b7373\tgithub.com/couchbase/cbgt.(*Manager).PlannerLoop+0x3f3\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:81\n\n0: 0 [1: 32] @ 0x40d999 0x4f2f63 0x4f16a9 0x4ee557 0x4f0eb3 0x4ee57d 0x4f0eb3 0x4ee57d 0x4f0eb3 0x4ee57d 0x4eda26 0x4ed56b 0x5938b0 0x597219 0x5aa591 0x75b47c 0x75afca 0x4c6ce5 0x4aec4a 0x4af2ad 0x401f7f 0x42e480 0x45fa21\n#\t0x4f2f63\tencoding/json.(*decodeState).literalStore+0x1473\t\t\t\t/usr/local/go/src/encoding/json/decode.go:760\n#\t0x4f16a9\tencoding/json.(*decodeState).literal+0xe9\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:646\n#\t0x4ee557\tencoding/json.(*decodeState).value+0x397\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:299\n#\t0x4f0eb3\tencoding/json.(*decodeState).object+0x1163\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:613\n#\t0x4ee57d\tencoding/json.(*decodeState).value+0x3bd\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:296\n#\t0x4f0eb3\tencoding/json.(*decodeState).object+0x1163\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:613\n#\t0x4ee57d\tencoding/json.(*decodeState).value+0x3bd\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:296\n#\t0x4f0eb3\tencoding/json.(*decodeState).object+0x1163\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:613\n#\t0x4ee57d\tencoding/json.(*decodeState).value+0x3bd\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:296\n#\t0x4eda26\tencoding/json.(*decodeState).unmarshal+0x196\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:157\n#\t0x4ed56b\tencoding/json.Unmarshal+0x12b\t\t\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:85\n#\t0x5938b0\tgithub.com/couchbase/cbgt.(*CfgCB).Get+0x450\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/cfg_cb.go:137\n#\t0x597219\tgithub.com/couchbase/cbgt.CfgGetIndexDefs+0x69\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/defs.go:200\n#\t0x5aa591\tgithub.com/couchbase/cbgt.(*Manager).GetIndexDefs+0x131\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager.go:556\n#\t0x75b47c\tgithub.com/couchbase/sync_gateway/db.checkCBGTIndexExists+0x3c\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/database.go:226\n#\t0x75afca\tgithub.com/couchbase/sync_gateway/db.(*DatabaseContext).CreateCBGTIndex+0x14a\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/database.go:194\n#\t0x4c6ce5\tgithub.com/couchbase/sync_gateway/rest.(*ServerContext).InitCBGT+0x1d5\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/server_context.go:338\n#\t0x4aec4a\tgithub.com/couchbase/sync_gateway/rest.RunServer+0x49a\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/config.go:590\n#\t0x4af2ad\tgithub.com/couchbase/sync_gateway/rest.ServerMain+0x2d\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/config.go:621\n#\t0x401f7f\tmain.main+0x12f\t\t\t\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/main.go:33\n#\t0x42e480\truntime.main+0x2b0\t\t\t\t\t\t\t\t/usr/local/go/src/runtime/proc.go:111\n\n0: 0 [1: 65536] @ 0x4418e5 0x4f2e15 0x4f16a9 0x4ee557 0x4f0eb3 0x4ee57d 0x4f0eb3 0x4ee57d 0x4f0eb3 0x4ee57d 0x4eda26 0x4ed56b 0x5938b0 0x597219 0x5aa591 0x75b47c 0x75afca 0x4c6ce5 0x4aec4a 0x4af2ad 0x401f7f 0x42e480 0x45fa21\n#\t0x4f2e15\tencoding/json.(*decodeState).literalStore+0x1325\t\t\t\t/usr/local/go/src/encoding/json/decode.go:754\n#\t0x4f16a9\tencoding/json.(*decodeState).literal+0xe9\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:646\n#\t0x4ee557\tencoding/json.(*decodeState).value+0x397\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:299\n#\t0x4f0eb3\tencoding/json.(*decodeState).object+0x1163\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:613\n#\t0x4ee57d\tencoding/json.(*decodeState).value+0x3bd\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:296\n#\t0x4f0eb3\tencoding/json.(*decodeState).object+0x1163\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:613\n#\t0x4ee57d\tencoding/json.(*decodeState).value+0x3bd\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:296\n#\t0x4f0eb3\tencoding/json.(*decodeState).object+0x1163\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:613\n#\t0x4ee57d\tencoding/json.(*decodeState).value+0x3bd\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:296\n#\t0x4eda26\tencoding/json.(*decodeState).unmarshal+0x196\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:157\n#\t0x4ed56b\tencoding/json.Unmarshal+0x12b\t\t\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:85\n#\t0x5938b0\tgithub.com/couchbase/cbgt.(*CfgCB).Get+0x450\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/cfg_cb.go:137\n#\t0x597219\tgithub.com/couchbase/cbgt.CfgGetIndexDefs+0x69\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/defs.go:200\n#\t0x5aa591\tgithub.com/couchbase/cbgt.(*Manager).GetIndexDefs+0x131\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager.go:556\n#\t0x75b47c\tgithub.com/couchbase/sync_gateway/db.checkCBGTIndexExists+0x3c\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/database.go:226\n#\t0x75afca\tgithub.com/couchbase/sync_gateway/db.(*DatabaseContext).CreateCBGTIndex+0x14a\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/database.go:194\n#\t0x4c6ce5\tgithub.com/couchbase/sync_gateway/rest.(*ServerContext).InitCBGT+0x1d5\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/server_context.go:338\n#\t0x4aec4a\tgithub.com/couchbase/sync_gateway/rest.RunServer+0x49a\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/config.go:590\n#\t0x4af2ad\tgithub.com/couchbase/sync_gateway/rest.ServerMain+0x2d\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/config.go:621\n#\t0x401f7f\tmain.main+0x12f\t\t\t\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/main.go:33\n#\t0x42e480\truntime.main+0x2b0\t\t\t\t\t\t\t\t/usr/local/go/src/runtime/proc.go:111\n\n0: 0 [1: 90112] @ 0x4418e5 0x577999 0x580f9d 0x57a1cb 0x57a49b 0x560c8a 0x55f5c7 0x545a63 0x549599 0x5935b9 0x597784 0x5b8a87 0x5b820a 0x5b7c23 0x5b7b42 0x5b7373 0x45fa21\n#\t0x577999\tgithub.com/couchbase/gomemcached.(*MCResponse).Receive+0x699\t/home/centos/sync_gateway/src/github.com/couchbase/gomemcached/mc_res.go:181\n#\t0x580f9d\tgithub.com/couchbase/gomemcached/client.getResponse+0xdd\t/home/centos/sync_gateway/src/github.com/couchbase/gomemcached/client/transport.go:35\n#\t0x57a1cb\tgithub.com/couchbase/gomemcached/client.(*Client).Send+0x10b\t/home/centos/sync_gateway/src/github.com/couchbase/gomemcached/client/mc.go:80\n#\t0x57a49b\tgithub.com/couchbase/gomemcached/client.(*Client).Get+0xdb\t/home/centos/sync_gateway/src/github.com/couchbase/gomemcached/client/mc.go:109\n#\t0x560c8a\tgithub.com/couchbase/go-couchbase.(*Bucket).GetsRaw.func2+0x8a\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/client.go:619\n#\t0x55f5c7\tgithub.com/couchbase/go-couchbase.(*Bucket).Do.func1+0x127\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/client.go:105\n#\t0x545a63\tgithub.com/couchbase/go-couchbase.(*Bucket).Do+0x293\t\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/client.go:111\n#\t0x549599\tgithub.com/couchbase/go-couchbase.(*Bucket).GetsRaw+0x1a9\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/client.go:629\n#\t0x5935b9\tgithub.com/couchbase/cbgt.(*CfgCB).Get+0x159\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/cfg_cb.go:126\n#\t0x597784\tgithub.com/couchbase/cbgt.CfgGetNodeDefs+0xd4\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/defs.go:272\n#\t0x5b8a87\tgithub.com/couchbase/cbgt.PlannerGetNodeDefs+0x67\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:222\n#\t0x5b820a\tgithub.com/couchbase/cbgt.PlannerGetPlan+0x17a\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:178\n#\t0x5b7c23\tgithub.com/couchbase/cbgt.Plan+0x83\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:136\n#\t0x5b7b42\tgithub.com/couchbase/cbgt.(*Manager).PlannerOnce+0x1f2\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:123\n#\t0x5b7373\tgithub.com/couchbase/cbgt.(*Manager).PlannerLoop+0x3f3\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:81\n\n0: 0 [2: 180224] @ 0x4418e5 0x577999 0x580f9d 0x57a1cb 0x57a49b 0x560c8a 0x55f5c7 0x545a63 0x549599 0x5935b9 0x5c4b0b 0x5b8399 0x5b80e7 0x5b7c23 0x5b7b42 0x5b7373 0x45fa21\n#\t0x577999\tgithub.com/couchbase/gomemcached.(*MCResponse).Receive+0x699\t/home/centos/sync_gateway/src/github.com/couchbase/gomemcached/mc_res.go:181\n#\t0x580f9d\tgithub.com/couchbase/gomemcached/client.getResponse+0xdd\t/home/centos/sync_gateway/src/github.com/couchbase/gomemcached/client/transport.go:35\n#\t0x57a1cb\tgithub.com/couchbase/gomemcached/client.(*Client).Send+0x10b\t/home/centos/sync_gateway/src/github.com/couchbase/gomemcached/client/mc.go:80\n#\t0x57a49b\tgithub.com/couchbase/gomemcached/client.(*Client).Get+0xdb\t/home/centos/sync_gateway/src/github.com/couchbase/gomemcached/client/mc.go:109\n#\t0x560c8a\tgithub.com/couchbase/go-couchbase.(*Bucket).GetsRaw.func2+0x8a\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/client.go:619\n#\t0x55f5c7\tgithub.com/couchbase/go-couchbase.(*Bucket).Do.func1+0x127\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/client.go:105\n#\t0x545a63\tgithub.com/couchbase/go-couchbase.(*Bucket).Do+0x293\t\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/client.go:111\n#\t0x549599\tgithub.com/couchbase/go-couchbase.(*Bucket).GetsRaw+0x1a9\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/client.go:629\n#\t0x5935b9\tgithub.com/couchbase/cbgt.(*CfgCB).Get+0x159\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/cfg_cb.go:126\n#\t0x5c4b0b\tgithub.com/couchbase/cbgt.CheckVersion+0xeb\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/version.go:43\n#\t0x5b8399\tgithub.com/couchbase/cbgt.PlannerCheckVersion+0x69\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:193\n#\t0x5b80e7\tgithub.com/couchbase/cbgt.PlannerGetPlan+0x57\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:168\n#\t0x5b7c23\tgithub.com/couchbase/cbgt.Plan+0x83\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:136\n#\t0x5b7b42\tgithub.com/couchbase/cbgt.(*Manager).PlannerOnce+0x1f2\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:123\n#\t0x5b7373\tgithub.com/couchbase/cbgt.(*Manager).PlannerLoop+0x3f3\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:81\n\n0: 0 [1: 320] @ 0x4461a7 0x44602f 0x4f3042 0x4f16a9 0x4ee557 0x4f0eb3 0x4ee57d 0x4f0eb3 0x4ee57d 0x4f0eb3 0x4ee57d 0x4eda26 0x4ed56b 0x5980f5 0x5b0017 0x5af730 0x45fa21\n#\t0x4f3042\tencoding/json.(*decodeState).literalStore+0x1552\t/usr/local/go/src/encoding/json/decode.go:762\n#\t0x4f16a9\tencoding/json.(*decodeState).literal+0xe9\t\t/usr/local/go/src/encoding/json/decode.go:646\n#\t0x4ee557\tencoding/json.(*decodeState).value+0x397\t\t/usr/local/go/src/encoding/json/decode.go:299\n#\t0x4f0eb3\tencoding/json.(*decodeState).object+0x1163\t\t/usr/local/go/src/encoding/json/decode.go:613\n#\t0x4ee57d\tencoding/json.(*decodeState).value+0x3bd\t\t/usr/local/go/src/encoding/json/decode.go:296\n#\t0x4f0eb3\tencoding/json.(*decodeState).object+0x1163\t\t/usr/local/go/src/encoding/json/decode.go:613\n#\t0x4ee57d\tencoding/json.(*decodeState).value+0x3bd\t\t/usr/local/go/src/encoding/json/decode.go:296\n#\t0x4f0eb3\tencoding/json.(*decodeState).object+0x1163\t\t/usr/local/go/src/encoding/json/decode.go:613\n#\t0x4ee57d\tencoding/json.(*decodeState).value+0x3bd\t\t/usr/local/go/src/encoding/json/decode.go:296\n#\t0x4eda26\tencoding/json.(*decodeState).unmarshal+0x196\t\t/usr/local/go/src/encoding/json/decode.go:157\n#\t0x4ed56b\tencoding/json.Unmarshal+0x12b\t\t\t\t/usr/local/go/src/encoding/json/decode.go:85\n#\t0x5980f5\tgithub.com/couchbase/cbgt.CfgGetPlanPIndexes+0x195\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/defs.go:379\n#\t0x5b0017\tgithub.com/couchbase/cbgt.(*Manager).JanitorOnce+0xf7\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_janitor.go:131\n#\t0x5af730\tgithub.com/couchbase/cbgt.(*Manager).JanitorLoop+0x3f0\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_janitor.go:81\n\n0: 0 [1: 65536] @ 0x4418e5 0x4f2e15 0x4f16a9 0x4ee557 0x4f0eb3 0x4ee57d 0x4f0eb3 0x4ee57d 0x4f0eb3 0x4ee57d 0x4eda26 0x4ed56b 0x5938b0 0x597219 0x5aa591 0x5c9911 0x45fa21\n#\t0x4f2e15\tencoding/json.(*decodeState).literalStore+0x1325\t\t/usr/local/go/src/encoding/json/decode.go:754\n#\t0x4f16a9\tencoding/json.(*decodeState).literal+0xe9\t\t\t/usr/local/go/src/encoding/json/decode.go:646\n#\t0x4ee557\tencoding/json.(*decodeState).value+0x397\t\t\t/usr/local/go/src/encoding/json/decode.go:299\n#\t0x4f0eb3\tencoding/json.(*decodeState).object+0x1163\t\t\t/usr/local/go/src/encoding/json/decode.go:613\n#\t0x4ee57d\tencoding/json.(*decodeState).value+0x3bd\t\t\t/usr/local/go/src/encoding/json/decode.go:296\n#\t0x4f0eb3\tencoding/json.(*decodeState).object+0x1163\t\t\t/usr/local/go/src/encoding/json/decode.go:613\n#\t0x4ee57d\tencoding/json.(*decodeState).value+0x3bd\t\t\t/usr/local/go/src/encoding/json/decode.go:296\n#\t0x4f0eb3\tencoding/json.(*decodeState).object+0x1163\t\t\t/usr/local/go/src/encoding/json/decode.go:613\n#\t0x4ee57d\tencoding/json.(*decodeState).value+0x3bd\t\t\t/usr/local/go/src/encoding/json/decode.go:296\n#\t0x4eda26\tencoding/json.(*decodeState).unmarshal+0x196\t\t\t/usr/local/go/src/encoding/json/decode.go:157\n#\t0x4ed56b\tencoding/json.Unmarshal+0x12b\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:85\n#\t0x5938b0\tgithub.com/couchbase/cbgt.(*CfgCB).Get+0x450\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/cfg_cb.go:137\n#\t0x597219\tgithub.com/couchbase/cbgt.CfgGetIndexDefs+0x69\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/defs.go:200\n#\t0x5aa591\tgithub.com/couchbase/cbgt.(*Manager).GetIndexDefs+0x131\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager.go:556\n#\t0x5c9911\tgithub.com/couchbase/cbgt.(*Manager).StartCfg.func1+0x141\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager.go:235\n\n0: 0 [1: 4096] @ 0x410e4b 0x833057 0x4ef7af 0x4ee59d 0x4f0eb3 0x4ee57d 0x4f0eb3 0x4ee57d 0x4ef98b 0x4ee59d 0x4eda26 0x501bd4 0x551b6c 0x551d02 0x55406e 0x5546b6 0x555505 0x81e68b 0x81cd96 0x4c7cfb 0x4c7a79 0x4c6bb1 0x4aec4a 0x4af2ad 0x401f7f 0x42e480 0x45fa21\n#\t0x410e4b\treflect.unsafe_NewArray+0x2b\t\t\t\t\t\t\t\t/usr/local/go/src/runtime/malloc.go:782\n#\t0x833057\treflect.MakeSlice+0x237\t\t\t\t\t\t\t\t\t/usr/local/go/src/reflect/value.go:2037\n#\t0x4ef7af\tencoding/json.(*decodeState).array+0x88f\t\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:436\n#\t0x4ee59d\tencoding/json.(*decodeState).value+0x3dd\t\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:293\n#\t0x4f0eb3\tencoding/json.(*decodeState).object+0x1163\t\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:613\n#\t0x4ee57d\tencoding/json.(*decodeState).value+0x3bd\t\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:296\n#\t0x4f0eb3\tencoding/json.(*decodeState).object+0x1163\t\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:613\n#\t0x4ee57d\tencoding/json.(*decodeState).value+0x3bd\t\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:296\n#\t0x4ef98b\tencoding/json.(*decodeState).array+0xa6b\t\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:447\n#\t0x4ee59d\tencoding/json.(*decodeState).value+0x3dd\t\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:293\n#\t0x4eda26\tencoding/json.(*decodeState).unmarshal+0x196\t\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:157\n#\t0x501bd4\tencoding/json.(*Decoder).Decode+0x274\t\t\t\t\t\t\t/usr/local/go/src/encoding/json/stream.go:67\n#\t0x551b6c\tgithub.com/couchbase/go-couchbase.queryRestAPI+0x82c\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/pools.go:512\n#\t0x551d02\tgithub.com/couchbase/go-couchbase.(*Client).parseURLResponse+0x72\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/pools.go:519\n#\t0x55406e\tgithub.com/couchbase/go-couchbase.(*Pool).refresh+0x1ae\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/pools.go:747\n#\t0x5546b6\tgithub.com/couchbase/go-couchbase.(*Client).GetPool+0x3b6\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/pools.go:778\n#\t0x555505\tgithub.com/couchbase/go-couchbase.GetBucket+0xe5\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/pools.go:868\n#\t0x81e68b\tgithub.com/couchbase/cb-heartbeat.(*couchbaseHeartBeater).getBucket+0x7b\t\t/home/centos/sync_gateway/src/github.com/couchbase/cb-heartbeat/cb_heartbeat.go:289\n#\t0x81cd96\tgithub.com/couchbase/cb-heartbeat.NewCouchbaseHeartbeater+0x186\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cb-heartbeat/cb_heartbeat.go:81\n#\t0x4c7cfb\tgithub.com/couchbase/sync_gateway/rest.(*ServerContext).enableCBGTAutofailover+0xeb\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/server_context.go:486\n#\t0x4c7a79\tgithub.com/couchbase/sync_gateway/rest.(*ServerContext).InitCBGTManager+0x819\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/server_context.go:458\n#\t0x4c6bb1\tgithub.com/couchbase/sync_gateway/rest.(*ServerContext).InitCBGT+0xa1\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/server_context.go:329\n#\t0x4aec4a\tgithub.com/couchbase/sync_gateway/rest.RunServer+0x49a\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/config.go:590\n#\t0x4af2ad\tgithub.com/couchbase/sync_gateway/rest.ServerMain+0x2d\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/config.go:621\n#\t0x401f7f\tmain.main+0x12f\t\t\t\t\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/main.go:33\n#\t0x42e480\truntime.main+0x2b0\t\t\t\t\t\t\t\t\t/usr/local/go/src/runtime/proc.go:111\n\n0: 0 [1: 320] @ 0x4418e5 0x51fbf0 0x525757 0x5223ad 0x5264c7 0x526623 0x464e0d 0x76f4b6 0x76a737 0x75a75d 0x4c9641 0x4c8364 0x4cb14c 0x4aeadb 0x4af2ad 0x401f7f 0x42e480 0x45fa21\n#\t0x51fbf0\tregexp.progMachine+0x230\t\t\t\t\t\t\t\t\t/usr/local/go/src/regexp/exec.go:76\n#\t0x525757\tregexp.(*Regexp).get+0x107\t\t\t\t\t\t\t\t\t/usr/local/go/src/regexp/regexp.go:200\n#\t0x5223ad\tregexp.(*Regexp).doExecute+0x4d\t\t\t\t\t\t\t\t\t/usr/local/go/src/regexp/exec.go:428\n#\t0x5264c7\tregexp.(*Regexp).MatchString+0x67\t\t\t\t\t\t\t\t/usr/local/go/src/regexp/regexp.go:400\n#\t0x526623\tregexp.MatchString+0x83\t\t\t\t\t\t\t\t\t\t/usr/local/go/src/regexp/regexp.go:427\n#\t0x464e0d\tgithub.com/couchbase/sync_gateway/base.GetBucket+0x9d\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/base/bucket.go:471\n#\t0x76f4b6\tgithub.com/couchbase/sync_gateway/db.(*kvChangeIndexWriter).Init+0x176\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/kv_change_index_writer.go:49\n#\t0x76a737\tgithub.com/couchbase/sync_gateway/db.(*kvChangeIndex).Init+0x207\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/kv_change_index.go:69\n#\t0x75a75d\tgithub.com/couchbase/sync_gateway/db.NewDatabaseContext+0x72d\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/database.go:162\n#\t0x4c9641\tgithub.com/couchbase/sync_gateway/rest.(*ServerContext)._getOrAddDatabaseFromConfig+0x1271\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/server_context.go:718\n#\t0x4c8364\tgithub.com/couchbase/sync_gateway/rest.(*ServerContext).getOrAddDatabaseFromConfig+0xa4\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/server_context.go:539\n#\t0x4cb14c\tgithub.com/couchbase/sync_gateway/rest.(*ServerContext).AddDatabaseFromConfig+0x3c\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/server_context.go:854\n#\t0x4aeadb\tgithub.com/couchbase/sync_gateway/rest.RunServer+0x32b\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/config.go:583\n#\t0x4af2ad\tgithub.com/couchbase/sync_gateway/rest.ServerMain+0x2d\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/config.go:621\n#\t0x401f7f\tmain.main+0x12f\t\t\t\t\t\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/main.go:33\n#\t0x42e480\truntime.main+0x2b0\t\t\t\t\t\t\t\t\t\t/usr/local/go/src/runtime/proc.go:111\n\n0: 0 [1: 17664] @ 0x410e4b 0x833057 0x4ef7af 0x4ee59d 0x4f0eb3 0x4ee57d 0x4f0eb3 0x4ee57d 0x4eda26 0x4ed56b 0x6047d1 0x5f8963 0x5f7099 0x5f6b5c 0x5dba3a 0x5e8803 0x46601a 0x46565f 0x76c821 0x76a640 0x75a75d 0x4c9641 0x4c8364 0x4cb14c 0x4aeadb 0x4af2ad 0x401f7f 0x42e480 0x45fa21\n#\t0x410e4b\treflect.unsafe_NewArray+0x2b\t\t\t\t\t\t\t\t\t/usr/local/go/src/runtime/malloc.go:782\n#\t0x833057\treflect.MakeSlice+0x237\t\t\t\t\t\t\t\t\t\t/usr/local/go/src/reflect/value.go:2037\n#\t0x4ef7af\tencoding/json.(*decodeState).array+0x88f\t\t\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:436\n#\t0x4ee59d\tencoding/json.(*decodeState).value+0x3dd\t\t\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:293\n#\t0x4f0eb3\tencoding/json.(*decodeState).object+0x1163\t\t\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:613\n#\t0x4ee57d\tencoding/json.(*decodeState).value+0x3bd\t\t\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:296\n#\t0x4f0eb3\tencoding/json.(*decodeState).object+0x1163\t\t\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:613\n#\t0x4ee57d\tencoding/json.(*decodeState).value+0x3bd\t\t\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:296\n#\t0x4eda26\tencoding/json.(*decodeState).unmarshal+0x196\t\t\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:157\n#\t0x4ed56b\tencoding/json.Unmarshal+0x12b\t\t\t\t\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:85\n#\t0x6047d1\tgithub.com/couchbase/gocb/gocbcore.parseConfig+0x151\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/gocb/gocbcore/config.go:119\n#\t0x5f8963\tgithub.com/couchbase/gocb/gocbcore.(*Agent).connect+0x1123\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/gocb/gocbcore/agent.go:193\n#\t0x5f7099\tgithub.com/couchbase/gocb/gocbcore.createAgent+0x3f9\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/gocb/gocbcore/agent.go:102\n#\t0x5f6b5c\tgithub.com/couchbase/gocb/gocbcore.CreateAgent+0x6c\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/gocb/gocbcore/agent.go:69\n#\t0x5dba3a\tgithub.com/couchbase/gocb.createBucket+0x3a\t\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/gocb/bucket.go:28\n#\t0x5e8803\tgithub.com/couchbase/gocb.(*Cluster).OpenBucket+0x63\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/gocb/cluster.go:118\n#\t0x46601a\tgithub.com/couchbase/sync_gateway/base.GetCouchbaseBucketGoCB+0x20a\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/base/bucket_gocb.go:74\n#\t0x46565f\tgithub.com/couchbase/sync_gateway/base.GetBucket+0x8ef\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/base/bucket.go:489\n#\t0x76c821\tgithub.com/couchbase/sync_gateway/db.(*kvChangeIndexReader).Init+0x111\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/kv_change_index_reader.go:41\n#\t0x76a640\tgithub.com/couchbase/sync_gateway/db.(*kvChangeIndex).Init+0x110\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/kv_change_index.go:62\n#\t0x75a75d\tgithub.com/couchbase/sync_gateway/db.NewDatabaseContext+0x72d\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/database.go:162\n#\t0x4c9641\tgithub.com/couchbase/sync_gateway/rest.(*ServerContext)._getOrAddDatabaseFromConfig+0x1271\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/server_context.go:718\n#\t0x4c8364\tgithub.com/couchbase/sync_gateway/rest.(*ServerContext).getOrAddDatabaseFromConfig+0xa4\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/server_context.go:539\n#\t0x4cb14c\tgithub.com/couchbase/sync_gateway/rest.(*ServerContext).AddDatabaseFromConfig+0x3c\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/server_context.go:854\n#\t0x4aeadb\tgithub.com/couchbase/sync_gateway/rest.RunServer+0x32b\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/config.go:583\n#\t0x4af2ad\tgithub.com/couchbase/sync_gateway/rest.ServerMain+0x2d\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/config.go:621\n#\t0x401f7f\tmain.main+0x12f\t\t\t\t\t\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/main.go:33\n#\t0x42e480\truntime.main+0x2b0\t\t\t\t\t\t\t\t\t\t/usr/local/go/src/runtime/proc.go:111\n\n0: 0 [1: 32] @ 0x410e4b 0x833057 0x4ef7af 0x4ee59d 0x4ef98b 0x4ee59d 0x4f0eb3 0x4ee57d 0x4f0eb3 0x4ee57d 0x4eda26 0x501bd4 0x551b6c 0x551d02 0x553411 0x554ef4 0x464c25 0x4656c9 0x759e4c 0x4c8f21 0x4c8364 0x4cb14c 0x4aeadb 0x4af2ad 0x401f7f 0x42e480 0x45fa21\n#\t0x410e4b\treflect.unsafe_NewArray+0x2b\t\t\t\t\t\t\t\t\t/usr/local/go/src/runtime/malloc.go:782\n#\t0x833057\treflect.MakeSlice+0x237\t\t\t\t\t\t\t\t\t\t/usr/local/go/src/reflect/value.go:2037\n#\t0x4ef7af\tencoding/json.(*decodeState).array+0x88f\t\t\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:436\n#\t0x4ee59d\tencoding/json.(*decodeState).value+0x3dd\t\t\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:293\n#\t0x4ef98b\tencoding/json.(*decodeState).array+0xa6b\t\t\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:447\n#\t0x4ee59d\tencoding/json.(*decodeState).value+0x3dd\t\t\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:293\n#\t0x4f0eb3\tencoding/json.(*decodeState).object+0x1163\t\t\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:613\n#\t0x4ee57d\tencoding/json.(*decodeState).value+0x3bd\t\t\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:296\n#\t0x4f0eb3\tencoding/json.(*decodeState).object+0x1163\t\t\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:613\n#\t0x4ee57d\tencoding/json.(*decodeState).value+0x3bd\t\t\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:296\n#\t0x4eda26\tencoding/json.(*decodeState).unmarshal+0x196\t\t\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:157\n#\t0x501bd4\tencoding/json.(*Decoder).Decode+0x274\t\t\t\t\t\t\t\t/usr/local/go/src/encoding/json/stream.go:67\n#\t0x551b6c\tgithub.com/couchbase/go-couchbase.queryRestAPI+0x82c\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/pools.go:512\n#\t0x551d02\tgithub.com/couchbase/go-couchbase.(*Client).parseURLResponse+0x72\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/pools.go:519\n#\t0x553411\tgithub.com/couchbase/go-couchbase.(*Bucket).Refresh+0xf1\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/pools.go:694\n#\t0x554ef4\tgithub.com/couchbase/go-couchbase.(*Pool).GetBucket+0x244\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/pools.go:827\n#\t0x464c25\tgithub.com/couchbase/sync_gateway/base.GetCouchbaseBucket+0x1a5\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/base/bucket.go:454\n#\t0x4656c9\tgithub.com/couchbase/sync_gateway/base.GetBucket+0x959\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/base/bucket.go:491\n#\t0x759e4c\tgithub.com/couchbase/sync_gateway/db.ConnectToBucket+0x6c\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/database.go:108\n#\t0x4c8f21\tgithub.com/couchbase/sync_gateway/rest.(*ServerContext)._getOrAddDatabaseFromConfig+0xb51\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/server_context.go:647\n#\t0x4c8364\tgithub.com/couchbase/sync_gateway/rest.(*ServerContext).getOrAddDatabaseFromConfig+0xa4\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/server_context.go:539\n#\t0x4cb14c\tgithub.com/couchbase/sync_gateway/rest.(*ServerContext).AddDatabaseFromConfig+0x3c\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/server_context.go:854\n#\t0x4aeadb\tgithub.com/couchbase/sync_gateway/rest.RunServer+0x32b\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/config.go:583\n#\t0x4af2ad\tgithub.com/couchbase/sync_gateway/rest.ServerMain+0x2d\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/config.go:621\n#\t0x401f7f\tmain.main+0x12f\t\t\t\t\t\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/main.go:33\n#\t0x42e480\truntime.main+0x2b0\t\t\t\t\t\t\t\t\t\t/usr/local/go/src/runtime/proc.go:111\n\n0: 0 [1: 32768] @ 0x4418e5 0x51e221 0x51f426 0x522783 0x529b67 0x5eb8bf 0x5e78ef 0x465f4b 0x46565f 0x76f4b6 0x76a737 0x75a75d 0x4c9641 0x4c8364 0x4cb14c 0x4aeadb 0x4af2ad 0x401f7f 0x42e480 0x45fa21\n#\t0x51e221\tregexp.(*bitState).reset+0x101\t\t\t\t\t\t\t\t\t/usr/local/go/src/regexp/backtrack.go:87\n#\t0x51f426\tregexp.(*machine).backtrack+0x106\t\t\t\t\t\t\t\t/usr/local/go/src/regexp/backtrack.go:324\n#\t0x522783\tregexp.(*Regexp).doExecute+0x423\t\t\t\t\t\t\t\t/usr/local/go/src/regexp/exec.go:449\n#\t0x529b67\tregexp.(*Regexp).FindStringSubmatch+0x97\t\t\t\t\t\t\t/usr/local/go/src/regexp/regexp.go:883\n#\t0x5eb8bf\tgithub.com/couchbase/gocb.parseConnSpec+0x16f\t\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/gocb/connspec.go:32\n#\t0x5e78ef\tgithub.com/couchbase/gocb.Connect+0x4f\t\t\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/gocb/cluster.go:18\n#\t0x465f4b\tgithub.com/couchbase/sync_gateway/base.GetCouchbaseBucketGoCB+0x13b\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/base/bucket_gocb.go:64\n#\t0x46565f\tgithub.com/couchbase/sync_gateway/base.GetBucket+0x8ef\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/base/bucket.go:489\n#\t0x76f4b6\tgithub.com/couchbase/sync_gateway/db.(*kvChangeIndexWriter).Init+0x176\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/kv_change_index_writer.go:49\n#\t0x76a737\tgithub.com/couchbase/sync_gateway/db.(*kvChangeIndex).Init+0x207\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/kv_change_index.go:69\n#\t0x75a75d\tgithub.com/couchbase/sync_gateway/db.NewDatabaseContext+0x72d\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/database.go:162\n#\t0x4c9641\tgithub.com/couchbase/sync_gateway/rest.(*ServerContext)._getOrAddDatabaseFromConfig+0x1271\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/server_context.go:718\n#\t0x4c8364\tgithub.com/couchbase/sync_gateway/rest.(*ServerContext).getOrAddDatabaseFromConfig+0xa4\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/server_context.go:539\n#\t0x4cb14c\tgithub.com/couchbase/sync_gateway/rest.(*ServerContext).AddDatabaseFromConfig+0x3c\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/server_context.go:854\n#\t0x4aeadb\tgithub.com/couchbase/sync_gateway/rest.RunServer+0x32b\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/config.go:583\n#\t0x4af2ad\tgithub.com/couchbase/sync_gateway/rest.ServerMain+0x2d\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/config.go:621\n#\t0x401f7f\tmain.main+0x12f\t\t\t\t\t\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/main.go:33\n#\t0x42e480\truntime.main+0x2b0\t\t\t\t\t\t\t\t\t\t/usr/local/go/src/runtime/proc.go:111\n\n0: 0 [0: 0] @ 0x4418e5 0x7b2015 0x7b1f56 0x7ad884 0x807071 0x810289 0x631d4a 0x8063fe 0x726af6 0x4d73fd 0x631d4a 0x63406e 0x63180e 0x45fa21\n#\t0x7b2015\truntime/pprof.writeGoroutineStacks+0x45\t\t\t\t\t/usr/local/go/src/runtime/pprof/pprof.go:514\n#\t0x7b1f56\truntime/pprof.writeGoroutine+0x46\t\t\t\t\t/usr/local/go/src/runtime/pprof/pprof.go:505\n#\t0x7ad884\truntime/pprof.(*Profile).WriteTo+0xd4\t\t\t\t\t/usr/local/go/src/runtime/pprof/pprof.go:236\n#\t0x807071\tgithub.com/couchbase/cbgt/rest.DiagGetPProf+0xb1\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/rest/rest_diag.go:160\n#\t0x810289\tgithub.com/couchbase/cbgt/rest.(*DiagGetHandler).ServeHTTP.func2+0x49\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/rest/rest_diag.go:70\n#\t0x631d4a\tnet/http.HandlerFunc.ServeHTTP+0x3a\t\t\t\t\t/usr/local/go/src/net/http/server.go:1422\n#\t0x8063fe\tgithub.com/couchbase/cbgt/rest.(*DiagGetHandler).ServeHTTP+0xd2e\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/rest/rest_diag.go:98\n#\t0x726af6\tgithub.com/gorilla/mux.(*Router).ServeHTTP+0x2a6\t\t\t/home/centos/sync_gateway/src/github.com/gorilla/mux/mux.go:86\n#\t0x4d73fd\tgithub.com/couchbase/sync_gateway/rest.wrapRouter.func1+0x32d\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/routing.go:295\n#\t0x631d4a\tnet/http.HandlerFunc.ServeHTTP+0x3a\t\t\t\t\t/usr/local/go/src/net/http/server.go:1422\n#\t0x63406e\tnet/http.serverHandler.ServeHTTP+0x19e\t\t\t\t\t/usr/local/go/src/net/http/server.go:1862\n#\t0x63180e\tnet/http.(*conn).serve+0xbee\t\t\t\t\t\t/usr/local/go/src/net/http/server.go:1361\n\n0: 0 [0: 0] @ 0x4418e5 0x4f2e15 0x4f16a9 0x4ee557 0x4f0eb3 0x4ee57d 0x4f0eb3 0x4ee57d 0x4f0eb3 0x4ee57d 0x4eda26 0x4ed56b 0x5938b0 0x597784 0x80dd9a 0x8063b7 0x726af6 0x4d73fd 0x631d4a 0x63406e 0x63180e 0x45fa21\n#\t0x4f2e15\tencoding/json.(*decodeState).literalStore+0x1325\t\t\t/usr/local/go/src/encoding/json/decode.go:754\n#\t0x4f16a9\tencoding/json.(*decodeState).literal+0xe9\t\t\t\t/usr/local/go/src/encoding/json/decode.go:646\n#\t0x4ee557\tencoding/json.(*decodeState).value+0x397\t\t\t\t/usr/local/go/src/encoding/json/decode.go:299\n#\t0x4f0eb3\tencoding/json.(*decodeState).object+0x1163\t\t\t\t/usr/local/go/src/encoding/json/decode.go:613\n#\t0x4ee57d\tencoding/json.(*decodeState).value+0x3bd\t\t\t\t/usr/local/go/src/encoding/json/decode.go:296\n#\t0x4f0eb3\tencoding/json.(*decodeState).object+0x1163\t\t\t\t/usr/local/go/src/encoding/json/decode.go:613\n#\t0x4ee57d\tencoding/json.(*decodeState).value+0x3bd\t\t\t\t/usr/local/go/src/encoding/json/decode.go:296\n#\t0x4f0eb3\tencoding/json.(*decodeState).object+0x1163\t\t\t\t/usr/local/go/src/encoding/json/decode.go:613\n#\t0x4ee57d\tencoding/json.(*decodeState).value+0x3bd\t\t\t\t/usr/local/go/src/encoding/json/decode.go:296\n#\t0x4eda26\tencoding/json.(*decodeState).unmarshal+0x196\t\t\t\t/usr/local/go/src/encoding/json/decode.go:157\n#\t0x4ed56b\tencoding/json.Unmarshal+0x12b\t\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:85\n#\t0x5938b0\tgithub.com/couchbase/cbgt.(*CfgCB).Get+0x450\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/cfg_cb.go:137\n#\t0x597784\tgithub.com/couchbase/cbgt.CfgGetNodeDefs+0xd4\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/defs.go:272\n#\t0x80dd9a\tgithub.com/couchbase/cbgt/rest.(*CfgGetHandler).ServeHTTP+0xca\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/rest/rest_manage.go:161\n#\t0x8063b7\tgithub.com/couchbase/cbgt/rest.(*DiagGetHandler).ServeHTTP+0xce7\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/rest/rest_diag.go:95\n#\t0x726af6\tgithub.com/gorilla/mux.(*Router).ServeHTTP+0x2a6\t\t\t/home/centos/sync_gateway/src/github.com/gorilla/mux/mux.go:86\n#\t0x4d73fd\tgithub.com/couchbase/sync_gateway/rest.wrapRouter.func1+0x32d\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/routing.go:295\n#\t0x631d4a\tnet/http.HandlerFunc.ServeHTTP+0x3a\t\t\t\t\t/usr/local/go/src/net/http/server.go:1422\n#\t0x63406e\tnet/http.serverHandler.ServeHTTP+0x19e\t\t\t\t\t/usr/local/go/src/net/http/server.go:1862\n#\t0x63180e\tnet/http.(*conn).serve+0xbee\t\t\t\t\t\t/usr/local/go/src/net/http/server.go:1361\n\n0: 0 [1: 32] @ 0x832ff4 0x4ef7af 0x4ee59d 0x4ef98b 0x4ee59d 0x4f0eb3 0x4ee57d 0x4f0eb3 0x4ee57d 0x4eda26 0x4ed56b 0x6047d1 0x5f76a5 0x45fa21\n#\t0x832ff4\treflect.MakeSlice+0x1d4\t\t\t\t\t\t/usr/local/go/src/reflect/value.go:2037\n#\t0x4ef7af\tencoding/json.(*decodeState).array+0x88f\t\t\t/usr/local/go/src/encoding/json/decode.go:436\n#\t0x4ee59d\tencoding/json.(*decodeState).value+0x3dd\t\t\t/usr/local/go/src/encoding/json/decode.go:293\n#\t0x4ef98b\tencoding/json.(*decodeState).array+0xa6b\t\t\t/usr/local/go/src/encoding/json/decode.go:447\n#\t0x4ee59d\tencoding/json.(*decodeState).value+0x3dd\t\t\t/usr/local/go/src/encoding/json/decode.go:293\n#\t0x4f0eb3\tencoding/json.(*decodeState).object+0x1163\t\t\t/usr/local/go/src/encoding/json/decode.go:613\n#\t0x4ee57d\tencoding/json.(*decodeState).value+0x3bd\t\t\t/usr/local/go/src/encoding/json/decode.go:296\n#\t0x4f0eb3\tencoding/json.(*decodeState).object+0x1163\t\t\t/usr/local/go/src/encoding/json/decode.go:613\n#\t0x4ee57d\tencoding/json.(*decodeState).value+0x3bd\t\t\t/usr/local/go/src/encoding/json/decode.go:296\n#\t0x4eda26\tencoding/json.(*decodeState).unmarshal+0x196\t\t\t/usr/local/go/src/encoding/json/decode.go:157\n#\t0x4ed56b\tencoding/json.Unmarshal+0x12b\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:85\n#\t0x6047d1\tgithub.com/couchbase/gocb/gocbcore.parseConfig+0x151\t\t/home/centos/sync_gateway/src/github.com/couchbase/gocb/gocbcore/config.go:119\n#\t0x5f76a5\tgithub.com/couchbase/gocb/gocbcore.(*Agent).cccpLooper+0x3b5\t/home/centos/sync_gateway/src/github.com/couchbase/gocb/gocbcore/agent.go:151\n\n0: 0 [1: 2304] @ 0x4418e5 0x6ecb74 0x6ec3e2 0x6ecdde 0x4fb118 0x4f8dc4 0x4fa36b 0x504511 0x4fa0f0 0x5044b1 0x4f92a0 0x5043f1 0x4fa5ca 0x504571 0x4f99a4 0x504451 0x4f92a0 0x5043f1 0x4fa5ca 0x504571 0x4f92a0 0x5043f1 0x4f6dbb 0x4f6ac9 0x5026d4 0x7fc824 0x80dfed 0x726af6 0x4d73fd 0x631d4a 0x63406e 0x63180e\n#\t0x6ecb74\tbytes.makeSlice+0x64\t\t\t\t\t\t/usr/local/go/src/bytes/buffer.go:195\n#\t0x6ec3e2\tbytes.(*Buffer).grow+0x282\t\t\t\t\t/usr/local/go/src/bytes/buffer.go:103\n#\t0x6ecdde\tbytes.(*Buffer).WriteByte+0x3e\t\t\t\t\t/usr/local/go/src/bytes/buffer.go:232\n#\t0x4fb118\tencoding/json.(*encodeState).string+0x168\t\t\t/usr/local/go/src/encoding/json/encode.go:854\n#\t0x4f8dc4\tencoding/json.stringEncoder+0x2c4\t\t\t\t/usr/local/go/src/encoding/json/encode.go:546\n#\t0x4fa36b\tencoding/json.(*arrayEncoder).encode+0x11b\t\t\t/usr/local/go/src/encoding/json/encode.go:685\n#\t0x504511\tencoding/json.(*arrayEncoder).(encoding/json.encode)-fm+0x51\t/usr/local/go/src/encoding/json/encode.go:692\n#\t0x4fa0f0\tencoding/json.(*sliceEncoder).encode+0xb0\t\t\t/usr/local/go/src/encoding/json/encode.go:662\n#\t0x5044b1\tencoding/json.(*sliceEncoder).(encoding/json.encode)-fm+0x51\t/usr/local/go/src/encoding/json/encode.go:671\n#\t0x4f92a0\tencoding/json.(*structEncoder).encode+0x2c0\t\t\t/usr/local/go/src/encoding/json/encode.go:582\n#\t0x5043f1\tencoding/json.(*structEncoder).(encoding/json.encode)-fm+0x51\t/usr/local/go/src/encoding/json/encode.go:596\n#\t0x4fa5ca\tencoding/json.(*ptrEncoder).encode+0xea\t\t\t\t/usr/local/go/src/encoding/json/encode.go:704\n#\t0x504571\tencoding/json.(*ptrEncoder).(encoding/json.encode)-fm+0x51\t/usr/local/go/src/encoding/json/encode.go:709\n#\t0x4f99a4\tencoding/json.(*mapEncoder).encode+0x344\t\t\t/usr/local/go/src/encoding/json/encode.go:617\n#\t0x504451\tencoding/json.(*mapEncoder).(encoding/json.encode)-fm+0x51\t/usr/local/go/src/encoding/json/encode.go:627\n#\t0x4f92a0\tencoding/json.(*structEncoder).encode+0x2c0\t\t\t/usr/local/go/src/encoding/json/encode.go:582\n#\t0x5043f1\tencoding/json.(*structEncoder).(encoding/json.encode)-fm+0x51\t/usr/local/go/src/encoding/json/encode.go:596\n#\t0x4fa5ca\tencoding/json.(*ptrEncoder).encode+0xea\t\t\t\t/usr/local/go/src/encoding/json/encode.go:704\n#\t0x504571\tencoding/json.(*ptrEncoder).(encoding/json.encode)-fm+0x51\t/usr/local/go/src/encoding/json/encode.go:709\n#\t0x4f92a0\tencoding/json.(*structEncoder).encode+0x2c0\t\t\t/usr/local/go/src/encoding/json/encode.go:582\n#\t0x5043f1\tencoding/json.(*structEncoder).(encoding/json.encode)-fm+0x51\t/usr/local/go/src/encoding/json/encode.go:596\n#\t0x4f6dbb\tencoding/json.(*encodeState).reflectValue+0x6b\t\t\t/usr/local/go/src/encoding/json/encode.go:297\n#\t0x4f6ac9\tencoding/json.(*encodeState).marshal+0xa9\t\t\t/usr/local/go/src/encoding/json/encode.go:270\n#\t0x5026d4\tencoding/json.(*Encoder).Encode+0x94\t\t\t\t/usr/local/go/src/encoding/json/stream.go:188\n#\t0x7fc824\tgithub.com/couchbase/cbgt/rest.MustEncode+0x184\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/rest/rest.go:48\n#\t0x80dfed\tgithub.com/couchbase/cbgt/rest.(*CfgGetHandler).ServeHTTP+0x31d\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/rest/rest_manage.go:180\n#\t0x726af6\tgithub.com/gorilla/mux.(*Router).ServeHTTP+0x2a6\t\t/home/centos/sync_gateway/src/github.com/gorilla/mux/mux.go:86\n#\t0x4d73fd\tgithub.com/couchbase/sync_gateway/rest.wrapRouter.func1+0x32d\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/routing.go:295\n#\t0x631d4a\tnet/http.HandlerFunc.ServeHTTP+0x3a\t\t\t\t/usr/local/go/src/net/http/server.go:1422\n#\t0x63406e\tnet/http.serverHandler.ServeHTTP+0x19e\t\t\t\t/usr/local/go/src/net/http/server.go:1862\n#\t0x63180e\tnet/http.(*conn).serve+0xbee\t\t\t\t\t/usr/local/go/src/net/http/server.go:1361\n\n\n# runtime.MemStats\n# Alloc = 5834496\n# TotalAlloc = 737401984\n# Sys = 10688760\n# Lookups = 107\n# Mallocs = 11291672\n# Frees = 11240637\n# HeapAlloc = 5834496\n# HeapSys = 7864320\n# HeapIdle = 1056768\n# HeapInuse = 6807552\n# HeapReleased = 0\n# HeapObjects = 51035\n# Stack = 524288 / 524288\n# MSpan = 60144 / 81920\n# MCache = 1208 / 16384\n# BuckHashSys = 1458303\n# NextGC = 5969464\n# PauseNs = [136305 134042 144138 137154 145460 135920 137627 136669 150592 136038 148314 139088 139731 145646 136406 135280 134460 134209 142905 139031 133215 135306 138439 134413 134346 134111 136790 133210 134948 142003 12318738 137842 134807 133874 142272 159158 137448 134081 134773 135486 137382 149633 144225 152203 143740 135317 133280 134577 141450 136359 134797 149258 138751 132883 133126 134065 144771 135060 164727 135205 134350 134659 136205 136058 144872 135248 136584 140840 137603 133273 138215 134217 145195 144703 140232 135642 147469 136047 152534 137711 143298 134171 134558 150370 153464 154553 149482 144833 8284378 138767 155511 143692 144013 139549 136236 136689 137109 140379 135385 139680 148531 136825 133849 133949 138271 137340 137491 149680 154158 136730 136304 135423 135565 136644 137728 135656 136339 145753 145758 141233 137471 135924 136756 145022 148040 133943 155955 140695 141616 133969 135150 175821 179954 134206 135217 143186 136052 133339 136658 143761 134619 137986 134944 141759 135156 132949 144278 138443 134719 132590 132306 144232 134514 132280 141197 157921 150534 145499 138860 134730 137109 135125 135537 136130 136945 139283 134972 144764 145712 147636 135547 145228 139975 135925 8260761 134951 137000 133090 161502 146116 137852 136001 135560 135382 136869 136016 8270291 136696 138004 145697 138390 147790 138700 135094 137119 135740 136001 135216 138211 137550 138709 164098 146474 135908 148027 136487 137958 137162 148947 144889 135868 141939 152123 144972 136003 137137 135205 148709 136574 137185 136356 137209 137873 150752 154494 135410 136909 133958 135374 133043 137318 137199 135515 133121 135431 138453 134718 138141 136118 136269 134907 148676 145947 137893 134233 135238 161464 136428 136632 144118 136808 136031 136754 163202 139332 159080]\n# NumGC = 270\n# EnableGC = true\n# DebugGC = false\n",
"/debug/pprof/threadcreate?debug=1": "threadcreate profile: total 8\n8 @\n\n",
"dataDir": [
{
"IsDir": true,
"ModTime": "2016-01-11T19:29:40.599304382Z",
"Mode": 2147484096,
"Name": ".",
"Path": ".",
"Size": 4096
},
{
"IsDir": false,
"ModTime": "2014-09-26T01:53:12Z",
"Mode": 420,
"Name": ".bash_logout",
"Path": ".bash_logout",
"Size": 18
},
{
"IsDir": false,
"ModTime": "2014-09-26T01:53:12Z",
"Mode": 420,
"Name": ".bash_profile",
"Path": ".bash_profile",
"Size": 193
},
{
"IsDir": false,
"ModTime": "2014-09-26T01:53:12Z",
"Mode": 420,
"Name": ".bashrc",
"Path": ".bashrc",
"Size": 231
},
{
"IsDir": false,
"ModTime": "2015-10-07T20:58:44Z",
"Mode": 420,
"Name": ".emacs",
"Path": ".emacs",
"Size": 334
},
{
"IsDir": true,
"ModTime": "2016-01-11T18:25:40.333269195Z",
"Mode": 2147484141,
"Name": "data",
"Path": "data",
"Size": 6
},
{
"IsDir": false,
"ModTime": "2016-01-11T18:28:47.8821308Z",
"Mode": 493,
"Name": "log_machine_stats.py",
"Path": "log_machine_stats.py",
"Size": 1641
},
{
"IsDir": true,
"ModTime": "2016-01-11T19:29:39.995298099Z",
"Mode": 2147484141,
"Name": "logs",
"Path": "logs",
"Size": 65
},
{
"IsDir": false,
"ModTime": "2016-01-11T19:29:39.995298099Z",
"Mode": 420,
"Name": "sync_gateway_access.log",
"Path": "logs/sync_gateway_access.log",
"Size": 0
},
{
"IsDir": false,
"ModTime": "2016-01-11T19:29:41.006308097Z",
"Mode": 420,
"Name": "sync_gateway_error.log",
"Path": "logs/sync_gateway_error.log",
"Size": 6447
},
{
"Contents": "{\n \"interface\":\":4984\",\n \"adminInterface\": \"0.0.0.0:4985\",\n \"maxIncomingConnections\": 0,\n \"maxCouchbaseConnections\": 16,\n \"maxFileDescriptors\": 90000,\n \"slowServerCallWarningThreshold\": 500,\n \"compressResponses\": true,\n \"log\":[\"HTTP\"],\n \"cluster_config\": {\n \"server\":\"http://ec2-54-145-134-37.compute-1.amazonaws.com:8091\",\n \"data_dir\":\".\",\n \"bucket\":\"data-bucket\"\n },\n \"databases\":{\n \"db\":{\n \"feed_type\":\"DCPSHARD\",\n \"server\":\"http://ec2-54-145-134-37.compute-1.amazonaws.com:8091\",\n \"bucket\":\"data-bucket\",\n \"channel_index\":{\n \"server\":\"http://ec2-54-145-134-37.compute-1.amazonaws.com:8091\",\n \"bucket\":\"index-bucket\",\n \"writer\":true\n }\n }\n }\n}\n\n",
"IsDir": false,
"ModTime": "2016-01-11T19:29:26.38616271Z",
"Mode": 420,
"Name": "sync_gateway.json",
"Path": "sync_gateway.json",
"Size": 819
},
{
"IsDir": false,
"ModTime": "2016-01-11T19:29:40.599304382Z",
"Mode": 384,
"Name": "sync_gateway.uuid",
"Path": "sync_gateway.uuid",
"Size": 16
}
]
}
SG SyncGateway: sg2:ec2-54-158-99-77.compute-1.amazonaws.com
CBGT diagnostic output: {
"/api/cfg": {
"indexDefs": {
"implVersion": "4.1.0",
"indexDefs": {
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072": {
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"params": "{\"bucket_name\":\"data-bucket\"}",
"planParams": {
"hierarchyRules": null,
"maxPartitionsPerPIndex": 16,
"nodePlanParams": null,
"numReplicas": 0,
"pindexWeights": null,
"planFrozen": false
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"type": "sync_gateway",
"uuid": "75f87d5b7c0a9c13"
}
},
"uuid": "75f87d5b7c0a9c13"
},
"indexDefsCAS": 1452540580726702080,
"indexDefsErr": null,
"nodeDefsKnown": {
"implVersion": "4.1.0",
"nodeDefs": {
"744917266d2d37d2": {
"container": "",
"extras": "",
"hostPort": "744917266d2d37d2",
"implVersion": "4.1.0",
"tags": [
"feed",
"janitor",
"pindex",
"planner"
],
"uuid": "744917266d2d37d2",
"weight": 1
},
"7b5ce9c9cd5566aa": {
"container": "",
"extras": "",
"hostPort": "7b5ce9c9cd5566aa",
"implVersion": "4.1.0",
"tags": [
"feed",
"janitor",
"pindex",
"planner"
],
"uuid": "7b5ce9c9cd5566aa",
"weight": 1
}
},
"uuid": "577f057e4dec65e7"
},
"nodeDefsKnownCAS": 1452540580726702080,
"nodeDefsKnownErr": null,
"nodeDefsWanted": {
"implVersion": "4.1.0",
"nodeDefs": {
"7b5ce9c9cd5566aa": {
"container": "",
"extras": "",
"hostPort": "7b5ce9c9cd5566aa",
"implVersion": "4.1.0",
"tags": [
"feed",
"janitor",
"pindex",
"planner"
],
"uuid": "7b5ce9c9cd5566aa",
"weight": 1
}
},
"uuid": "4601cc0ddc31f2be"
},
"nodeDefsWantedCAS": 1452540580726702080,
"nodeDefsWantedErr": null,
"planPIndexes": {
"implVersion": "4.1.0",
"planPIndexes": {
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_11f2c193": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_11f2c193",
"nodes": {
"7b5ce9c9cd5566aa": {
"canRead": true,
"canWrite": true,
"priority": 0
}
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "768,769,770,771,772,773,774,775,776,777,778,779,780,781,782,783",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "5c28b9f8856cf4fa"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_13d31f30": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_13d31f30",
"nodes": {
"7b5ce9c9cd5566aa": {
"canRead": true,
"canWrite": true,
"priority": 0
}
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "752,753,754,755,756,757,758,759,760,761,762,763,764,765,766,767",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "6055e2decfc2ebca"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_15017229": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_15017229",
"nodes": {
"7b5ce9c9cd5566aa": {
"canRead": true,
"canWrite": true,
"priority": 0
}
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "83f5c023f8234c44"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_1cd6020a": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_1cd6020a",
"nodes": {
"7b5ce9c9cd5566aa": {
"canRead": true,
"canWrite": true,
"priority": 0
}
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "688,689,690,691,692,693,694,695,696,697,698,699,700,701,702,703",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "641e095953bf3602"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_1d1527d2": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_1d1527d2",
"nodes": {
"7b5ce9c9cd5566aa": {
"canRead": true,
"canWrite": true,
"priority": 0
}
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "17715b6dedf4729f"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_200977bd": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_200977bd",
"nodes": {
"7b5ce9c9cd5566aa": {
"canRead": true,
"canWrite": true,
"priority": 0
}
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "66ee1f006252d01a"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_26ebd470": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_26ebd470",
"nodes": {
"7b5ce9c9cd5566aa": {
"canRead": true,
"canWrite": true,
"priority": 0
}
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "960,961,962,963,964,965,966,967,968,969,970,971,972,973,974,975",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "33f36d5f139937e4"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_29c609a7": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_29c609a7",
"nodes": {
"7b5ce9c9cd5566aa": {
"canRead": true,
"canWrite": true,
"priority": 0
}
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "4399b565b413f653"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_2be21ca2": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_2be21ca2",
"nodes": {
"7b5ce9c9cd5566aa": {
"canRead": true,
"canWrite": true,
"priority": 0
}
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "413a66f2515c77af"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_330e8056": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_330e8056",
"nodes": {
"7b5ce9c9cd5566aa": {
"canRead": true,
"canWrite": true,
"priority": 0
}
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "800,801,802,803,804,805,806,807,808,809,810,811,812,813,814,815",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "7f664379aef44034"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_33710460": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_33710460",
"nodes": {
"7b5ce9c9cd5566aa": {
"canRead": true,
"canWrite": true,
"priority": 0
}
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "496,497,498,499,500,501,502,503,504,505,506,507,508,509,510,511",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "602ccbbf2a87a82a"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_3ecbda65": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_3ecbda65",
"nodes": {
"7b5ce9c9cd5566aa": {
"canRead": true,
"canWrite": true,
"priority": 0
}
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "1ee273bb4dcb64dc"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_3edfaf22": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_3edfaf22",
"nodes": {
"7b5ce9c9cd5566aa": {
"canRead": true,
"canWrite": true,
"priority": 0
}
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "d671434fc19fcd53"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_4692e689": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_4692e689",
"nodes": {
"7b5ce9c9cd5566aa": {
"canRead": true,
"canWrite": true,
"priority": 0
}
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "5386c8ec103eaeb1"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_4751c351": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_4751c351",
"nodes": {
"7b5ce9c9cd5566aa": {
"canRead": true,
"canWrite": true,
"priority": 0
}
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "51319b76cc01dc40"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_48028b63": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_48028b63",
"nodes": {
"7b5ce9c9cd5566aa": {
"canRead": true,
"canWrite": true,
"priority": 0
}
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1006,1007",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "151afe7f1e4d8221"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_4854de6b": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_4854de6b",
"nodes": {
"7b5ce9c9cd5566aa": {
"canRead": true,
"canWrite": true,
"priority": 0
}
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "c985b63867040b43"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_49619dfd": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_49619dfd",
"nodes": {
"7b5ce9c9cd5566aa": {
"canRead": true,
"canWrite": true,
"priority": 0
}
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "832,833,834,835,836,837,838,839,840,841,842,843,844,845,846,847",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "39f03c4891ad2279"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_4a7500c8": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_4a7500c8",
"nodes": {
"7b5ce9c9cd5566aa": {
"canRead": true,
"canWrite": true,
"priority": 0
}
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "665e0ce6a7c8b471"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_4e86b372": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_4e86b372",
"nodes": {
"7b5ce9c9cd5566aa": {
"canRead": true,
"canWrite": true,
"priority": 0
}
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "784,785,786,787,788,789,790,791,792,793,794,795,796,797,798,799",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "598197b8decc5ca3"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_5377b2af": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_5377b2af",
"nodes": {
"7b5ce9c9cd5566aa": {
"canRead": true,
"canWrite": true,
"priority": 0
}
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "6bd8cbcec0ff3c57"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_5f8c4d13": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_5f8c4d13",
"nodes": {
"7b5ce9c9cd5566aa": {
"canRead": true,
"canWrite": true,
"priority": 0
}
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "f5e93d7b922db2f4"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_606af1eb": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_606af1eb",
"nodes": {
"7b5ce9c9cd5566aa": {
"canRead": true,
"canWrite": true,
"priority": 0
}
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "928,929,930,931,932,933,934,935,936,937,938,939,940,941,942,943",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "205f019faf2158ae"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_654c1b3e": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_654c1b3e",
"nodes": {
"7b5ce9c9cd5566aa": {
"canRead": true,
"canWrite": true,
"priority": 0
}
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,559",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "3e16a357f3021b3d"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_664f79ef": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_664f79ef",
"nodes": {
"7b5ce9c9cd5566aa": {
"canRead": true,
"canWrite": true,
"priority": 0
}
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "912,913,914,915,916,917,918,919,920,921,922,923,924,925,926,927",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "44fb10fd683aed8d"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_6d584ec5": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_6d584ec5",
"nodes": {
"7b5ce9c9cd5566aa": {
"canRead": true,
"canWrite": true,
"priority": 0
}
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "17e06cfefcc24a68"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_702522c4": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_702522c4",
"nodes": {
"7b5ce9c9cd5566aa": {
"canRead": true,
"canWrite": true,
"priority": 0
}
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "976,977,978,979,980,981,982,983,984,985,986,987,988,989,990,991",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "3635a5d33a767344"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_76bd4e53": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_76bd4e53",
"nodes": {
"7b5ce9c9cd5566aa": {
"canRead": true,
"canWrite": true,
"priority": 0
}
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "1e374c13ac38bb4d"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_81d00d28": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_81d00d28",
"nodes": {
"7b5ce9c9cd5566aa": {
"canRead": true,
"canWrite": true,
"priority": 0
}
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "880,881,882,883,884,885,886,887,888,889,890,891,892,893,894,895",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "687b26fd2100eb00"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_845321a8": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_845321a8",
"nodes": {
"7b5ce9c9cd5566aa": {
"canRead": true,
"canWrite": true,
"priority": 0
}
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "1008,1009,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,1021,1022,1023",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "68276c6e23bc5332"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_89c458d3": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_89c458d3",
"nodes": {
"7b5ce9c9cd5566aa": {
"canRead": true,
"canWrite": true,
"priority": 0
}
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "944,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "4f5d437d7b15a0ff"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_8ac73a02": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_8ac73a02",
"nodes": {
"7b5ce9c9cd5566aa": {
"canRead": true,
"canWrite": true,
"priority": 0
}
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "1eaf5600d0fd4179"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_8ce2b206": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_8ce2b206",
"nodes": {
"7b5ce9c9cd5566aa": {
"canRead": true,
"canWrite": true,
"priority": 0
}
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "4bf996fad4064611"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_8f073f4": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_8f073f4",
"nodes": {
"7b5ce9c9cd5566aa": {
"canRead": true,
"canWrite": true,
"priority": 0
}
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "8326a369a0bf92c2"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_9040f99c": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_9040f99c",
"nodes": {
"7b5ce9c9cd5566aa": {
"canRead": true,
"canWrite": true,
"priority": 0
}
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "7300a00d87a912c8"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_91e456c6": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_91e456c6",
"nodes": {
"7b5ce9c9cd5566aa": {
"canRead": true,
"canWrite": true,
"priority": 0
}
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "e83d6c7f43b4f704"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_9a350dbe": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_9a350dbe",
"nodes": {
"7b5ce9c9cd5566aa": {
"canRead": true,
"canWrite": true,
"priority": 0
}
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "848,849,850,851,852,853,854,855,856,857,858,859,860,861,862,863",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "75ac341efc5a8d3c"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_9cad6129": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_9cad6129",
"nodes": {
"7b5ce9c9cd5566aa": {
"canRead": true,
"canWrite": true,
"priority": 0
}
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "6c8b5fa86abd46d5"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_a033d76f": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_a033d76f",
"nodes": {
"7b5ce9c9cd5566aa": {
"canRead": true,
"canWrite": true,
"priority": 0
}
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "6633a610a34e1f59"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_a5e9de10": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_a5e9de10",
"nodes": {
"7b5ce9c9cd5566aa": {
"canRead": true,
"canWrite": true,
"priority": 0
}
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "2f28df0683bdeefd"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_a7dfff57": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_a7dfff57",
"nodes": {
"7b5ce9c9cd5566aa": {
"canRead": true,
"canWrite": true,
"priority": 0
}
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "610ddd865c142935"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_b0d22c95": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_b0d22c95",
"nodes": {
"7b5ce9c9cd5566aa": {
"canRead": true,
"canWrite": true,
"priority": 0
}
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "624,625,626,627,628,629,630,631,632,633,634,635,636,637,638,639",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "4b94c9d1d72ba69a"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_b42eaa3a": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_b42eaa3a",
"nodes": {
"7b5ce9c9cd5566aa": {
"canRead": true,
"canWrite": true,
"priority": 0
}
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "21fc5e1c594a30c8"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_b68360cc": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_b68360cc",
"nodes": {
"7b5ce9c9cd5566aa": {
"canRead": true,
"canWrite": true,
"priority": 0
}
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "6eac296cfa4c272b"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_b91d528f": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_b91d528f",
"nodes": {
"7b5ce9c9cd5566aa": {
"canRead": true,
"canWrite": true,
"priority": 0
}
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "656,657,658,659,660,661,662,663,664,665,666,667,668,669,670,671",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "dadf4fc66cc2fa06"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_c4bf900": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_c4bf900",
"nodes": {
"7b5ce9c9cd5566aa": {
"canRead": true,
"canWrite": true,
"priority": 0
}
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "74ff741c897705b0"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_c54e4a4a": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_c54e4a4a",
"nodes": {
"7b5ce9c9cd5566aa": {
"canRead": true,
"canWrite": true,
"priority": 0
}
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "864,865,866,867,868,869,870,871,872,873,874,875,876,877,878,879",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "6e4161dbcd70a610"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_c72aa072": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_c72aa072",
"nodes": {
"7b5ce9c9cd5566aa": {
"canRead": true,
"canWrite": true,
"priority": 0
}
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "6468e8955949a995"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_ca63979d": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_ca63979d",
"nodes": {
"7b5ce9c9cd5566aa": {
"canRead": true,
"canWrite": true,
"priority": 0
}
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "776c44b400fdce06"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_cbc738c7": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_cbc738c7",
"nodes": {
"7b5ce9c9cd5566aa": {
"canRead": true,
"canWrite": true,
"priority": 0
}
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "736,737,738,739,740,741,742,743,744,745,746,747,748,749,750,751",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "5d380810c60fd566"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_cc813450": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_cc813450",
"nodes": {
"7b5ce9c9cd5566aa": {
"canRead": true,
"canWrite": true,
"priority": 0
}
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "816,817,818,819,820,821,822,823,824,825,826,827,828,829,830,831",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "1499815a5cba113a"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_d140fb59": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_d140fb59",
"nodes": {
"7b5ce9c9cd5566aa": {
"canRead": true,
"canWrite": true,
"priority": 0
}
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "6132d8ee99443149"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_d765735d": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_d765735d",
"nodes": {
"7b5ce9c9cd5566aa": {
"canRead": true,
"canWrite": true,
"priority": 0
}
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "1ccaa15824804444"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_d9eeaa75": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_d9eeaa75",
"nodes": {
"7b5ce9c9cd5566aa": {
"canRead": true,
"canWrite": true,
"priority": 0
}
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "3cf4515d9193e928"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_df86c3bb": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_df86c3bb",
"nodes": {
"7b5ce9c9cd5566aa": {
"canRead": true,
"canWrite": true,
"priority": 0
}
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "2db20d6167412aa2"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_dff9478d": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_dff9478d",
"nodes": {
"7b5ce9c9cd5566aa": {
"canRead": true,
"canWrite": true,
"priority": 0
}
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "896,897,898,899,900,901,902,903,904,905,906,907,908,909,910,911",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "44672cd7c1e76313"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_e145fdd1": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_e145fdd1",
"nodes": {
"7b5ce9c9cd5566aa": {
"canRead": true,
"canWrite": true,
"priority": 0
}
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "6b91ddf337bc1e8a"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_e29a93d4": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_e29a93d4",
"nodes": {
"7b5ce9c9cd5566aa": {
"canRead": true,
"canWrite": true,
"priority": 0
}
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "7b0d5330b46afb05"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_eb55edce": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_eb55edce",
"nodes": {
"7b5ce9c9cd5566aa": {
"canRead": true,
"canWrite": true,
"priority": 0
}
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "f981cf80dc9e8c55"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_ed04a197": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_ed04a197",
"nodes": {
"7b5ce9c9cd5566aa": {
"canRead": true,
"canWrite": true,
"priority": 0
}
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "592,593,594,595,596,597,598,599,600,601,602,603,604,605,606,607",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "3e60c97e447efed8"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_efa96b61": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_efa96b61",
"nodes": {
"7b5ce9c9cd5566aa": {
"canRead": true,
"canWrite": true,
"priority": 0
}
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,623",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "81f723a90b24f103"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_f76cc141": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_f76cc141",
"nodes": {
"7b5ce9c9cd5566aa": {
"canRead": true,
"canWrite": true,
"priority": 0
}
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "120cdd5f6bd9a25d"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_fbb41634": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_fbb41634",
"nodes": {
"7b5ce9c9cd5566aa": {
"canRead": true,
"canWrite": true,
"priority": 0
}
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "672,673,674,675,676,677,678,679,680,681,682,683,684,685,686,687",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "5a6c4977e13d04d5"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_fc583e0c": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_fc583e0c",
"nodes": {
"7b5ce9c9cd5566aa": {
"canRead": true,
"canWrite": true,
"priority": 0
}
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "3b98e63ebd915052"
}
},
"uuid": "2c861aa760b2679a",
"warnings": {
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072": []
}
},
"planPIndexesCAS": 1452540580726702080,
"planPIndexesErr": null,
"status": "ok"
},
"/api/index": {
"indexDefs": {
"implVersion": "4.1.0",
"indexDefs": {
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072": {
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"params": "{\"bucket_name\":\"data-bucket\"}",
"planParams": {
"hierarchyRules": null,
"maxPartitionsPerPIndex": 16,
"nodePlanParams": null,
"numReplicas": 0,
"pindexWeights": null,
"planFrozen": false
},
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"type": "sync_gateway",
"uuid": "75f87d5b7c0a9c13"
}
},
"uuid": "75f87d5b7c0a9c13"
},
"status": "ok"
},
"/api/log": {
"events": [],
"messages": []
},
"/api/manager": {
"mgr": {
"bindHttp": "7b5ce9c9cd5566aa",
"container": "",
"dataDir": ".",
"extras": "",
"options": {},
"server": "http://ec2-54-145-134-37.compute-1.amazonaws.com:8091",
"startTime": "2016-01-11T19:29:40.595414437Z",
"tags": [
"feed",
"janitor",
"pindex",
"planner"
],
"uuid": "7b5ce9c9cd5566aa",
"version": "4.1.0",
"weight": 1
},
"status": "ok"
},
"/api/managerMeta": {
"indexNameRE": "^[A-Za-z][0-9A-Za-z_\\-]*$",
"indexTypes": {
"blackhole": {
"canCount": false,
"canQuery": false,
"description": "advanced/blackhole - a blackhole index ignores all data and is not queryable; used for testing",
"queryHelp": "",
"querySamples": null,
"startSample": null,
"startSampleDocs": null,
"ui": null
},
"sync_gateway": {
"canCount": false,
"canQuery": false,
"description": "general/sync_gateway - Sync Gateway",
"queryHelp": "",
"querySamples": null,
"startSample": null,
"startSampleDocs": null,
"ui": null
}
},
"refREST": null,
"sourceTypes": {
"couchbase": {
"description": "general/couchbase - a Couchbase Server bucket will be the data source",
"startSample": {
"authPassword": "",
"authSaslPassword": "",
"authSaslUser": "",
"authUser": "",
"clusterManagerBackoffFactor": 0,
"clusterManagerSleepInitMS": 0,
"clusterManagerSleepMaxMS": 2000,
"dataManagerBackoffFactor": 0,
"dataManagerSleepInitMS": 0,
"dataManagerSleepMaxMS": 2000,
"feedBufferAckThreshold": 0,
"feedBufferSizeBytes": 0
},
"startSampleDocs": null
},
"files": {
"description": "general/files - files under a dataDir subdirectory tree will be the data source",
"startSample": {
"backoffFactor": 1.5,
"maxFileSize": 0,
"maxSleepMS": 300000,
"numPartitions": 0,
"regExps": [
".txt$",
".md$"
],
"sleepStartMS": 5000
},
"startSampleDocs": null
},
"nil": {
"description": "advanced/nil - a nil data source has no data; used for index aliases and testing",
"startSample": null,
"startSampleDocs": null
}
},
"startSamples": {
"planParams": {
"hierarchyRules": null,
"maxPartitionsPerPIndex": 20,
"nodePlanParams": null,
"numReplicas": 0,
"pindexWeights": null,
"planFrozen": false
}
},
"status": "ok"
},
"/api/pindex": {
"pindexes": {
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_11f2c193": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_11f2c193",
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "768,769,770,771,772,773,774,775,776,777,778,779,780,781,782,783",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "6d27b18e99c113e3"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_13d31f30": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_13d31f30",
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "752,753,754,755,756,757,758,759,760,761,762,763,764,765,766,767",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "708586ddb274d898"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_15017229": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_15017229",
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "56f7bca946687b44"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_1cd6020a": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_1cd6020a",
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "688,689,690,691,692,693,694,695,696,697,698,699,700,701,702,703",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "5601f204d348e70b"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_1d1527d2": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_1d1527d2",
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "22fa636a6b0a76f2"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_200977bd": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_200977bd",
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "282e6193ec15f871"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_26ebd470": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_26ebd470",
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "960,961,962,963,964,965,966,967,968,969,970,971,972,973,974,975",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "13881df04823e3f6"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_29c609a7": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_29c609a7",
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "92cee206c54ac715"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_2be21ca2": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_2be21ca2",
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "3f2236dbbe1b14ab"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_330e8056": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_330e8056",
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "800,801,802,803,804,805,806,807,808,809,810,811,812,813,814,815",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "6efb01deae28078a"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_33710460": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_33710460",
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "496,497,498,499,500,501,502,503,504,505,506,507,508,509,510,511",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "725f526156e04158"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_3ecbda65": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_3ecbda65",
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "7434ce9386ca094a"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_3edfaf22": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_3edfaf22",
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "5de480bbd8b194d1"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_4692e689": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_4692e689",
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "46ea261b93d29720"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_4751c351": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_4751c351",
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "46b883c4afaa5524"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_48028b63": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_48028b63",
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1006,1007",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "17aca3fb375c42a4"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_4854de6b": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_4854de6b",
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "1d2f0d6bfd48578d"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_49619dfd": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_49619dfd",
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "832,833,834,835,836,837,838,839,840,841,842,843,844,845,846,847",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "1423689cc28e76ea"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_4a7500c8": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_4a7500c8",
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "66dc6fd26d0e07b4"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_4e86b372": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_4e86b372",
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "784,785,786,787,788,789,790,791,792,793,794,795,796,797,798,799",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "6cd08a62240118a1"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_5377b2af": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_5377b2af",
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "113d5c643e66e8b9"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_5f8c4d13": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_5f8c4d13",
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "28575b30457254c3"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_606af1eb": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_606af1eb",
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "928,929,930,931,932,933,934,935,936,937,938,939,940,941,942,943",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "6c3b33f5dfc4505e"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_654c1b3e": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_654c1b3e",
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,559",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "2c56e7234440e4fd"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_664f79ef": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_664f79ef",
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "912,913,914,915,916,917,918,919,920,921,922,923,924,925,926,927",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "6ceb5265a92bfcb5"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_6d584ec5": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_6d584ec5",
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "7d5434005d218215"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_702522c4": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_702522c4",
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "976,977,978,979,980,981,982,983,984,985,986,987,988,989,990,991",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "6c955bafab153259"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_76bd4e53": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_76bd4e53",
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "6a7849358c7328c4"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_81d00d28": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_81d00d28",
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "880,881,882,883,884,885,886,887,888,889,890,891,892,893,894,895",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "4a4d98b2783e3be7"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_845321a8": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_845321a8",
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "1008,1009,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,1021,1022,1023",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "67a406fdda61b1ed"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_89c458d3": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_89c458d3",
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "944,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "2f9828cf2c04b35a"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_8ac73a02": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_8ac73a02",
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "409e969373c53dd6"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_8ce2b206": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_8ce2b206",
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "1007ca112dbd67ef"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_8f073f4": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_8f073f4",
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "3034c2a5b406d7d6"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_9040f99c": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_9040f99c",
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "1f67aa2d40c2c2a5"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_91e456c6": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_91e456c6",
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "3af5d15c2911f7e2"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_9a350dbe": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_9a350dbe",
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "848,849,850,851,852,853,854,855,856,857,858,859,860,861,862,863",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "4cd8c04adc469a7e"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_9cad6129": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_9cad6129",
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "2fed818f7ff5629e"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_a033d76f": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_a033d76f",
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "76d9c18d7f56e612"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_a5e9de10": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_a5e9de10",
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "4fc2788a57a8fd93"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_a7dfff57": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_a7dfff57",
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "7e19fb1323f0ebf6"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_b0d22c95": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_b0d22c95",
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "624,625,626,627,628,629,630,631,632,633,634,635,636,637,638,639",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "136a696587cdf67c"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_b42eaa3a": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_b42eaa3a",
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "23a1cd406bb332f4"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_b68360cc": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_b68360cc",
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "5fbc6008ff3dd4d7"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_b91d528f": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_b91d528f",
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "656,657,658,659,660,661,662,663,664,665,666,667,668,669,670,671",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "656d4576536a485b"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_c4bf900": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_c4bf900",
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "595071b06c2507e2"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_c54e4a4a": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_c54e4a4a",
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "864,865,866,867,868,869,870,871,872,873,874,875,876,877,878,879",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "ad00ee71c293eb4a"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_c72aa072": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_c72aa072",
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "69ff538a05b36523"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_ca63979d": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_ca63979d",
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "37ab329313dc652b"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_cbc738c7": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_cbc738c7",
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "736,737,738,739,740,741,742,743,744,745,746,747,748,749,750,751",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "59b35b20c8da0cab"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_cc813450": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_cc813450",
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "816,817,818,819,820,821,822,823,824,825,826,827,828,829,830,831",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "5cc26e86204e027e"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_d140fb59": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_d140fb59",
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "2d038f1ebef9c028"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_d765735d": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_d765735d",
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "3f0b383100d0e469"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_d9eeaa75": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_d9eeaa75",
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "167fc37a4e65840f"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_df86c3bb": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_df86c3bb",
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "133c8708f8048139"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_dff9478d": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_dff9478d",
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "896,897,898,899,900,901,902,903,904,905,906,907,908,909,910,911",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "1e90e8cf8825b280"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_e145fdd1": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_e145fdd1",
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "2a0ff109ba2433c4"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_e29a93d4": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_e29a93d4",
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "414b4738e85e4309"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_eb55edce": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_eb55edce",
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "24dca6cfbfbb6ff7"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_ed04a197": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_ed04a197",
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "592,593,594,595,596,597,598,599,600,601,602,603,604,605,606,607",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "244d1352109b4fa3"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_efa96b61": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_efa96b61",
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,623",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "103b903b2d13def9"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_f76cc141": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_f76cc141",
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "32628fdc9784711f"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_fbb41634": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_fbb41634",
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "672,673,674,675,676,677,678,679,680,681,682,683,684,685,686,687",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "437c4b5ec29be3e1"
},
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_fc583e0c": {
"indexName": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072",
"indexParams": "{\"bucket_name\":\"data-bucket\"}",
"indexType": "sync_gateway",
"indexUUID": "75f87d5b7c0a9c13",
"name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_fc583e0c",
"sourceName": "data-bucket",
"sourceParams": "{\"authUser\":\"data-bucket\",\"authPassword\":\"\",\"authSaslUser\":\"\",\"authSaslPassword\":\"\",\"clusterManagerBackoffFactor\":0,\"clusterManagerSleepInitMS\":0,\"clusterManagerSleepMaxMS\":2000,\"dataManagerBackoffFactor\":0,\"dataManagerSleepInitMS\":0,\"dataManagerSleepMaxMS\":2000,\"feedBufferSizeBytes\":0,\"feedBufferAckThreshold\":0}",
"sourcePartitions": "704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719",
"sourceType": "couchbase",
"sourceUUID": "f1a48f7619f78a7fa3c49fe007fbe072",
"uuid": "3d048b5dffbd5101"
}
},
"status": "ok"
},
"/api/runtime": {
"arch": "amd64",
"go": {
"GOMAXPROCS": 1,
"GOROOT": "/usr/local/go",
"compiler": "gc",
"version": "go1.5.1"
},
"numCPU": 1,
"os": "linux",
"versionData": "4.1.0",
"versionMain": "0.0.0"
},
"/api/runtime/args": {
"args": [
"/opt/couchbase-sync-gateway/bin/sync_gateway",
"/home/sync_gateway/sync_gateway.json"
],
"env": [
"NAME=sync_gateway",
"LOGS=/home/sync_gateway/logs",
"USER=sync_gateway",
"RUNBASE=/home/sync_gateway",
"CONFIG=/home/sync_gateway/sync_gateway.json",
"PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin",
"PWD=/home/sync_gateway",
"LANG=en_US.UTF-8",
"GATEWAY=/opt/couchbase-sync-gateway/bin/sync_gateway",
"SHLVL=1",
"HOME=/home/sync_gateway",
"LOGNAME=sync_gateway",
"_=/opt/couchbase-sync-gateway/bin/sync_gateway"
],
"flags": {
"adminInterface": "127.0.0.1:4985",
"bucket": "sync_gateway",
"configServer": "",
"dbname": "",
"deploymentID": "",
"interface": ":4984",
"log": "",
"logFilePath": "",
"personaOrigin": "",
"pool": "default",
"pretty": false,
"profileInterface": "",
"url": "walrus:",
"verbose": false
},
"process": {
"euid": 1001,
"gid": 1001,
"groups": [
1001
],
"groupsErr": "",
"hostname": "ip-10-156-19-31",
"hostnameErr": "",
"pageSize": 4096,
"pid": 3918,
"ppid": 3915,
"user": {
"Gid": "1001",
"HomeDir": "/home/sync_gateway",
"Name": "",
"Uid": "1001",
"Username": "sync_gateway"
},
"userErr": "",
"wd": "/home/sync_gateway",
"wdErr": ""
}
},
"/api/runtime/stats": {
"currTime": "2016-01-11T19:30:46.395737067Z",
"go": {
"memProfileRate": 524288,
"numCgoCall": 5,
"numGoroutine": 66
},
"startTime": "2016-01-11T19:29:39.950674895Z"
},
"/api/runtime/statsMem": {
"Alloc": 5618568,
"BuckHashSys": 1467919,
"BySize": [
{
"Frees": 0,
"Mallocs": 0,
"Size": 0
},
{
"Frees": 4471,
"Mallocs": 4758,
"Size": 8
},
{
"Frees": 757958,
"Mallocs": 764817,
"Size": 16
},
{
"Frees": 4193689,
"Mallocs": 4214996,
"Size": 32
},
{
"Frees": 69779,
"Mallocs": 73120,
"Size": 48
},
{
"Frees": 3565955,
"Mallocs": 3573180,
"Size": 64
},
{
"Frees": 4339,
"Mallocs": 4754,
"Size": 80
},
{
"Frees": 3821618,
"Mallocs": 3828749,
"Size": 96
},
{
"Frees": 4047,
"Mallocs": 4504,
"Size": 112
},
{
"Frees": 1212,
"Mallocs": 1287,
"Size": 128
},
{
"Frees": 638,
"Mallocs": 2204,
"Size": 144
},
{
"Frees": 3445,
"Mallocs": 3770,
"Size": 160
},
{
"Frees": 2086,
"Mallocs": 2119,
"Size": 176
},
{
"Frees": 5680,
"Mallocs": 5762,
"Size": 192
},
{
"Frees": 2821,
"Mallocs": 3043,
"Size": 208
},
{
"Frees": 276,
"Mallocs": 308,
"Size": 224
},
{
"Frees": 270,
"Mallocs": 278,
"Size": 240
},
{
"Frees": 1297,
"Mallocs": 1371,
"Size": 256
},
{
"Frees": 15306,
"Mallocs": 15438,
"Size": 288
},
{
"Frees": 1285,
"Mallocs": 1572,
"Size": 320
},
{
"Frees": 2448,
"Mallocs": 2469,
"Size": 352
},
{
"Frees": 1069,
"Mallocs": 1221,
"Size": 384
},
{
"Frees": 715,
"Mallocs": 785,
"Size": 416
},
{
"Frees": 179,
"Mallocs": 185,
"Size": 448
},
{
"Frees": 65,
"Mallocs": 70,
"Size": 480
},
{
"Frees": 270,
"Mallocs": 423,
"Size": 512
},
{
"Frees": 129,
"Mallocs": 145,
"Size": 576
},
{
"Frees": 218,
"Mallocs": 319,
"Size": 640
},
{
"Frees": 111,
"Mallocs": 130,
"Size": 704
},
{
"Frees": 25,
"Mallocs": 29,
"Size": 768
},
{
"Frees": 306,
"Mallocs": 396,
"Size": 896
},
{
"Frees": 260,
"Mallocs": 278,
"Size": 1024
},
{
"Frees": 110,
"Mallocs": 124,
"Size": 1152
},
{
"Frees": 91,
"Mallocs": 197,
"Size": 1280
},
{
"Frees": 2,
"Mallocs": 4,
"Size": 1408
},
{
"Frees": 184,
"Mallocs": 186,
"Size": 1536
},
{
"Frees": 86,
"Mallocs": 98,
"Size": 1664
},
{
"Frees": 115,
"Mallocs": 218,
"Size": 2048
},
{
"Frees": 135,
"Mallocs": 138,
"Size": 2304
},
{
"Frees": 6,
"Mallocs": 17,
"Size": 2560
},
{
"Frees": 1,
"Mallocs": 2,
"Size": 2816
},
{
"Frees": 3,
"Mallocs": 5,
"Size": 3072
},
{
"Frees": 62,
"Mallocs": 74,
"Size": 3328
},
{
"Frees": 270,
"Mallocs": 294,
"Size": 4096
},
{
"Frees": 74,
"Mallocs": 74,
"Size": 4608
},
{
"Frees": 57,
"Mallocs": 66,
"Size": 5376
},
{
"Frees": 14,
"Mallocs": 23,
"Size": 6144
},
{
"Frees": 0,
"Mallocs": 3,
"Size": 6400
},
{
"Frees": 1,
"Mallocs": 2,
"Size": 6656
},
{
"Frees": 0,
"Mallocs": 0,
"Size": 6912
},
{
"Frees": 221,
"Mallocs": 287,
"Size": 8192
},
{
"Frees": 63,
"Mallocs": 63,
"Size": 8448
},
{
"Frees": 65,
"Mallocs": 65,
"Size": 8704
},
{
"Frees": 9,
"Mallocs": 9,
"Size": 9472
},
{
"Frees": 2,
"Mallocs": 3,
"Size": 10496
},
{
"Frees": 51,
"Mallocs": 52,
"Size": 12288
},
{
"Frees": 1,
"Mallocs": 1,
"Size": 13568
},
{
"Frees": 0,
"Mallocs": 0,
"Size": 14080
},
{
"Frees": 99,
"Mallocs": 103,
"Size": 16384
},
{
"Frees": 0,
"Mallocs": 6,
"Size": 16640
},
{
"Frees": 114,
"Mallocs": 114,
"Size": 17664
}
],
"DebugGC": false,
"EnableGC": true,
"Frees": 12464934,
"GCCPUFraction": 0.027353831080940354,
"GCSys": 381952,
"HeapAlloc": 5618568,
"HeapIdle": 3350528,
"HeapInuse": 7593984,
"HeapObjects": 50934,
"HeapReleased": 0,
"HeapSys": 10944512,
"LastGC": 1452540646274926972,
"Lookups": 357,
"MCacheInuse": 1208,
"MCacheSys": 16384,
"MSpanInuse": 87136,
"MSpanSys": 131072,
"Mallocs": 12515868,
"NextGC": 8406746,
"NumGC": 246,
"OtherSys": 405225,
"PauseEnd": [
1452540580597617582,
1452540580697677404,
1452540580741755431,
1452540580828837599,
1452540580863155054,
1452540580909399405,
1452540580972612911,
1452540581004370732,
1452540581081940094,
1452540581154460092,
1452540581234731618,
1452540581295494020,
1452540581409073240,
1452540581523257168,
1452540581570085268,
1452540581617883668,
1452540581668566630,
1452540581725209855,
1452540581770887016,
1452540581833931371,
1452540581900018024,
1452540581986821163,
1452540582049479206,
1452540582112482730,
1452540582168033849,
1452540582215900261,
1452540582267999903,
1452540582319260385,
1452540582361585002,
1452540582410196942,
1452540582457983756,
1452540582496254298,
1452540582547642722,
1452540582588738065,
1452540582637133060,
1452540582673771397,
1452540582723972466,
1452540582767187261,
1452540582898051984,
1452540582982310086,
1452540583078450414,
1452540583111953322,
1452540583220143396,
1452540583306429134,
1452540583348932374,
1452540583418421361,
1452540583474405093,
1452540583528840205,
1452540583581303372,
1452540583632361164,
1452540583683094596,
1452540583757423076,
1452540583806394177,
1452540583862748137,
1452540583945216565,
1452540584008078117,
1452540584059534135,
1452540584119403368,
1452540584170775550,
1452540584220770781,
1452540584295534904,
1452540584347840663,
1452540584414870914,
1452540584596940776,
1452540584724682420,
1452540584858029625,
1452540584907212074,
1452540585100638395,
1452540585241279949,
1452540585808172890,
1452540586301537740,
1452540586715831642,
1452540587055911132,
1452540587402075736,
1452540587760377233,
1452540588098717915,
1452540588471703200,
1452540588856313093,
1452540589205802655,
1452540589551540548,
1452540589900833142,
1452540590212060235,
1452540590535208989,
1452540590878782224,
1452540591232956329,
1452540591580112255,
1452540591915408355,
1452540592252813847,
1452540592587732197,
1452540592923656961,
1452540593255020623,
1452540593599756900,
1452540593932062534,
1452540594267872581,
1452540594599056855,
1452540594930817224,
1452540595278858567,
1452540595608749273,
1452540595944298525,
1452540596284001152,
1452540596613912933,
1452540596943999266,
1452540597282625393,
1452540597621982902,
1452540597949305134,
1452540598297154245,
1452540598633617719,
1452540598981564708,
1452540599308457720,
1452540599650422455,
1452540599985045273,
1452540600262425378,
1452540600609020880,
1452540600952330364,
1452540601350337116,
1452540601752987776,
1452540602094092146,
1452540602436102596,
1452540602786165384,
1452540603128759791,
1452540603485741358,
1452540603831161083,
1452540604168248476,
1452540604521844837,
1452540604862051175,
1452540605203780209,
1452540605554049550,
1452540605898637869,
1452540606244011397,
1452540606583615186,
1452540606939084608,
1452540607277595082,
1452540607623636498,
1452540607972924770,
1452540608315142292,
1452540608664748582,
1452540609011073100,
1452540609353828040,
1452540609704170194,
1452540610046943311,
1452540610344973486,
1452540610682464044,
1452540611024615854,
1452540611374761417,
1452540611713329171,
1452540612067404043,
1452540612416049816,
1452540612772864517,
1452540613106758753,
1452540613447004893,
1452540613777789454,
1452540614119315818,
1452540614452553597,
1452540614785226588,
1452540615125921770,
1452540615473945413,
1452540615810120508,
1452540616138545259,
1452540616491345470,
1452540616835760034,
1452540617178341780,
1452540617528913737,
1452540617860414950,
1452540618209624395,
1452540618553854352,
1452540618899692850,
1452540619252227139,
1452540619594290125,
1452540619948461041,
1452540620246408379,
1452540620566163613,
1452540620917222297,
1452540621257421818,
1452540621603767527,
1452540621950708609,
1452540622297703104,
1452540622644171418,
1452540622990341782,
1452540623335458233,
1452540623682082905,
1452540624032182657,
1452540624369538476,
1452540624719602481,
1452540625068336868,
1452540625405161003,
1452540625743031739,
1452540626101225151,
1452540626443677550,
1452540626787570406,
1452540627142343761,
1452540627483819743,
1452540627823341535,
1452540628165137262,
1452540628518989582,
1452540628860878987,
1452540629202752249,
1452540629557159731,
1452540629901867479,
1452540630243314641,
1452540630535284540,
1452540630886084373,
1452540631223837353,
1452540631573952195,
1452540631921424946,
1452540632263087951,
1452540632618920931,
1452540632960433402,
1452540633297738163,
1452540633647149806,
1452540633988173782,
1452540634334151643,
1452540634674784162,
1452540635022662010,
1452540635367989523,
1452540635721774112,
1452540636056065445,
1452540636407171667,
1452540636754795121,
1452540637100618721,
1452540637438623082,
1452540637787772230,
1452540638134257166,
1452540638475378203,
1452540638825849724,
1452540639167233989,
1452540639512866950,
1452540639854103067,
1452540640204405690,
1452540640486914311,
1452540640835758855,
1452540641177161453,
1452540641513903857,
1452540641857681441,
1452540642202545929,
1452540642555292560,
1452540642908994236,
1452540643244478054,
1452540643584500986,
1452540643924523536,
1452540644281543737,
1452540644621086768,
1452540644966782853,
1452540645312091190,
1452540645652764053,
1452540645996291489,
1452540646274926972,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
"PauseNs": [
127976,
480016,
164391,
156216,
135520,
133721,
135650,
132389,
177925,
140481,
183135,
131517,
134882,
258181,
136646,
152279,
138767,
136667,
135644,
134338,
183681,
149375,
136850,
131251,
137908,
217088,
135170,
140672,
136349,
138297,
140348,
137799,
151531,
150389,
173225,
228182,
141312,
136888,
209231,
138687,
356115,
137565,
140355,
137649,
133116,
165667,
133725,
141721,
130713,
135825,
139143,
137495,
136988,
144759,
135572,
134411,
137817,
136133,
144301,
144302,
158569,
149673,
170517,
250781,
277150,
269025,
343153,
316414,
388853,
162147,
155790,
176336,
151659,
150746,
165359,
149148,
154826,
146294,
166618,
146373,
172669,
154792,
160622,
166678,
150019,
147530,
154178,
168662,
172650,
151108,
147981,
172362,
146252,
162942,
158451,
157443,
150855,
157768,
146749,
153788,
147603,
146599,
147017,
148516,
148560,
149129,
146029,
147596,
148880,
148932,
146284,
160573,
147496,
158252,
146965,
177487,
169485,
147631,
154847,
159612,
159544,
151679,
146204,
164573,
155030,
157410,
151931,
148042,
146686,
148463,
155330,
148587,
151327,
148728,
148842,
168918,
8315350,
156891,
147858,
151385,
164428,
154398,
154329,
160873,
148361,
159577,
159865,
150273,
161479,
147312,
158654,
159735,
159116,
149316,
145959,
147851,
155780,
146784,
150041,
163000,
149711,
12331335,
155084,
157017,
163966,
146064,
146760,
146325,
147509,
166892,
165643,
159406,
147211,
159348,
157131,
147392,
147011,
145287,
149228,
147583,
155665,
147211,
149252,
146324,
145926,
145477,
149979,
148230,
152392,
153770,
167556,
146077,
146126,
146955,
147914,
158172,
145100,
145641,
146038,
162150,
159667,
159711,
147595,
148873,
145930,
159425,
151110,
157599,
146559,
146798,
146306,
156027,
145176,
146287,
157510,
148153,
155278,
156720,
146032,
146463,
159091,
147283,
147240,
168171,
146508,
146687,
147379,
147721,
164736,
165817,
146352,
145657,
148080,
149759,
147450,
148656,
145304,
146934,
148042,
145331,
146102,
159117,
147239,
159160,
148889,
152018,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
"PauseTotalNs": 59208078,
"StackInuse": 589824,
"StackSys": 589824,
"Sys": 13936888,
"TotalAlloc": 860074656
},
"/api/stats": {
"feeds": {
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13": {
"bucketDataSourceStats": {
"TotGetVBucketMetaData": 2080,
"TotGetVBucketMetaDataErr": 0,
"TotGetVBucketMetaDataOk": 2080,
"TotGetVBucketMetaDataUnmarshalErr": 0,
"TotKick": 1,
"TotKickOk": 1,
"TotRefreshCluster": 1,
"TotRefreshClusterAllServerURLsConnectBucketErr": 0,
"TotRefreshClusterAwoken": 1,
"TotRefreshClusterAwokenClosed": 0,
"TotRefreshClusterAwokenRestart": 0,
"TotRefreshClusterAwokenStopped": 0,
"TotRefreshClusterBucketUUIDErr": 0,
"TotRefreshClusterConnectBucket": 1,
"TotRefreshClusterConnectBucketErr": 0,
"TotRefreshClusterConnectBucketOk": 1,
"TotRefreshClusterDone": 0,
"TotRefreshClusterKickWorkers": 2,
"TotRefreshClusterKickWorkersOk": 2,
"TotRefreshClusterVBMNilErr": 0,
"TotRefreshWorker": 2,
"TotRefreshWorkerDone": 0,
"TotRefreshWorkerOk": 2,
"TotRefreshWorkers": 2,
"TotRefreshWorkersAddWorker": 1,
"TotRefreshWorkersCloseWorker": 0,
"TotRefreshWorkersDone": 0,
"TotRefreshWorkersKickWorker": 2,
"TotRefreshWorkersMasterIdxErr": 0,
"TotRefreshWorkersMasterServerErr": 0,
"TotRefreshWorkersRemoveWorker": 0,
"TotRefreshWorkersServerIdxsErr": 0,
"TotRefreshWorkersVBMNilErr": 0,
"TotRefreshWorkersVBucketIDErr": 0,
"TotSetVBucketMetaData": 1056,
"TotSetVBucketMetaDataErr": 0,
"TotSetVBucketMetaDataMarshalErr": 0,
"TotSetVBucketMetaDataOk": 1056,
"TotStart": 1,
"TotUPRBufferAck": 0,
"TotUPRCloseStream": 0,
"TotUPRCloseStreamRes": 0,
"TotUPRCloseStreamResErr": 0,
"TotUPRCloseStreamResOk": 0,
"TotUPRCloseStreamResStateErr": 0,
"TotUPRControl": 0,
"TotUPRControlErr": 0,
"TotUPRDataChange": 32,
"TotUPRDataChangeDeletion": 0,
"TotUPRDataChangeErr": 0,
"TotUPRDataChangeExpiration": 0,
"TotUPRDataChangeMutation": 32,
"TotUPRDataChangeOk": 32,
"TotUPRDataChangeStateErr": 0,
"TotUPRNoop": 0,
"TotUPRSnapshot": 32,
"TotUPRSnapshotOk": 32,
"TotUPRSnapshotStart": 32,
"TotUPRSnapshotStartErr": 0,
"TotUPRSnapshotStateErr": 0,
"TotUPRStreamEnd": 0,
"TotUPRStreamEndKick": 0,
"TotUPRStreamEndStateErr": 0,
"TotUPRStreamReq": 1024,
"TotUPRStreamReqRes": 1024,
"TotUPRStreamReqResFLogErr": 0,
"TotUPRStreamReqResFail": 0,
"TotUPRStreamReqResFailENoMem": 0,
"TotUPRStreamReqResFailERange": 0,
"TotUPRStreamReqResFailNotMyVBucket": 0,
"TotUPRStreamReqResKick": 0,
"TotUPRStreamReqResRollback": 0,
"TotUPRStreamReqResRollbackErr": 0,
"TotUPRStreamReqResRollbackStart": 0,
"TotUPRStreamReqResStateErr": 0,
"TotUPRStreamReqResSuccess": 1024,
"TotUPRStreamReqResSuccessOk": 1024,
"TotUPRStreamReqResWantAfterRollbackErr": 0,
"TotUPRStreamReqWant": 1024,
"TotWantCloseRequestedVBucketErr": 0,
"TotWantClosingVBucketErr": 0,
"TotWorkerAuth": 1,
"TotWorkerAuthErr": 0,
"TotWorkerAuthFail": 0,
"TotWorkerAuthOk": 0,
"TotWorkerBody": 1,
"TotWorkerBodyKick": 1,
"TotWorkerConnect": 1,
"TotWorkerConnectErr": 0,
"TotWorkerConnectOk": 1,
"TotWorkerDone": 0,
"TotWorkerHandleRecv": 1056,
"TotWorkerHandleRecvErr": 0,
"TotWorkerHandleRecvOk": 1056,
"TotWorkerReceive": 1089,
"TotWorkerReceiveErr": 0,
"TotWorkerReceiveOk": 1088,
"TotWorkerReceiveStart": 1,
"TotWorkerRecvEndCh": 0,
"TotWorkerSelBktFail": 0,
"TotWorkerSelBktOk": 0,
"TotWorkerSendEndCh": 0,
"TotWorkerStart": 1,
"TotWorkerTransmit": 1024,
"TotWorkerTransmitDone": 0,
"TotWorkerTransmitErr": 0,
"TotWorkerTransmitOk": 1024,
"TotWorkerTransmitStart": 1,
"TotWorkerUPROpenErr": 0,
"TotWorkerUPROpenOk": 1
},
"destStats": {
"TimerDataDelete": {
"count": 0,
"max": 0,
"mean": 0.0,
"min": 0,
"percentiles": {
"75%": 0.0,
"95%": 0.0,
"99%": 0.0,
"99.9%": 0.0,
"median": 0.0
},
"rates": {
"1-min": 0.0,
"15-min": 0.0,
"5-min": 0.0,
"mean": 0.0
},
"stddev": 0.0
},
"TimerDataUpdate": {
"count": 32,
"max": 5209,
"mean": 2788.97,
"min": 1581,
"percentiles": {
"75%": 3121.75,
"95%": 5183.0,
"99%": 5209.0,
"99.9%": 5209.0,
"median": 2503.5
},
"rates": {
"1-min": 0.85,
"15-min": 1.52,
"5-min": 1.38,
"mean": 0.53
},
"stddev": 1101.96
},
"TimerOpaqueGet": {
"count": 2080,
"max": 64574,
"mean": 1237.79,
"min": 718,
"percentiles": {
"75%": 1065.0,
"95%": 1549.65,
"99%": 9983.33,
"99.9%": 63493.61,
"median": 904.0
},
"rates": {
"1-min": 151.54,
"15-min": 384.71,
"5-min": 336.74,
"mean": 34.33
},
"stddev": 2526.82
},
"TimerOpaqueSet": {
"count": 1056,
"max": 45037,
"mean": 1083.49,
"min": 731,
"percentiles": {
"75%": 885.0,
"95%": 2111.55,
"99%": 4240.21,
"99.9%": 44188.34,
"median": 800.0
},
"rates": {
"1-min": 76.19,
"15-min": 193.11,
"5-min": 169.06,
"mean": 17.43
},
"stddev": 1630.51
},
"TimerRollback": {
"count": 0,
"max": 0,
"mean": 0.0,
"min": 0,
"percentiles": {
"75%": 0.0,
"95%": 0.0,
"99%": 0.0,
"99.9%": 0.0,
"median": 0.0
},
"rates": {
"1-min": 0.0,
"15-min": 0.0,
"5-min": 0.0,
"mean": 0.0
},
"stddev": 0.0
},
"TimerSnapshotStart": {
"count": 32,
"max": 12583,
"mean": 2042.75,
"min": 416,
"percentiles": {
"75%": 1758.75,
"95%": 11563.8,
"99%": 12583.0,
"99.9%": 12583.0,
"median": 1473.5
},
"rates": {
"1-min": 0.85,
"15-min": 1.52,
"5-min": 1.38,
"mean": 0.53
},
"stddev": 2689.7
},
"TotError": 0
}
}
},
"manager": {
"TotCreateIndex": 1,
"TotCreateIndexOk": 1,
"TotDeleteIndex": 0,
"TotDeleteIndexOk": 0,
"TotIndexControl": 0,
"TotIndexControlOk": 0,
"TotJanitorClosePIndex": 0,
"TotJanitorKick": 10,
"TotJanitorKickErr": 5,
"TotJanitorKickOk": 5,
"TotJanitorKickStart": 10,
"TotJanitorLoadDataDir": 0,
"TotJanitorNOOP": 0,
"TotJanitorNOOPOk": 0,
"TotJanitorOpDone": 10,
"TotJanitorOpErr": 5,
"TotJanitorOpRes": 10,
"TotJanitorOpStart": 10,
"TotJanitorRemovePIndex": 0,
"TotJanitorStop": 0,
"TotJanitorSubscriptionEvent": 7,
"TotJanitorUnknownErr": 0,
"TotKick": 1,
"TotPlannerKick": 14,
"TotPlannerKickChanged": 1,
"TotPlannerKickErr": 7,
"TotPlannerKickOk": 7,
"TotPlannerKickStart": 14,
"TotPlannerNOOP": 0,
"TotPlannerNOOPOk": 0,
"TotPlannerOpDone": 14,
"TotPlannerOpErr": 0,
"TotPlannerOpRes": 14,
"TotPlannerOpStart": 14,
"TotPlannerStop": 0,
"TotPlannerSubscriptionEvent": 11,
"TotPlannerUnknownErr": 0,
"TotSaveNodeDef": 2,
"TotSaveNodeDefGetErr": 0,
"TotSaveNodeDefNil": 0,
"TotSaveNodeDefOk": 2,
"TotSaveNodeDefRetry": 1,
"TotSaveNodeDefSame": 0,
"TotSaveNodeDefSetErr": 0
},
"pindexes": {
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_11f2c193": null,
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_13d31f30": null,
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_15017229": null,
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_1cd6020a": null,
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_1d1527d2": null,
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_200977bd": null,
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_26ebd470": null,
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_29c609a7": null,
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_2be21ca2": null,
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_330e8056": null,
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_33710460": null,
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_3ecbda65": null,
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_3edfaf22": null,
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_4692e689": null,
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_4751c351": null,
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_48028b63": null,
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_4854de6b": null,
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_49619dfd": null,
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_4a7500c8": null,
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_4e86b372": null,
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_5377b2af": null,
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_5f8c4d13": null,
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_606af1eb": null,
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_654c1b3e": null,
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_664f79ef": null,
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_6d584ec5": null,
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_702522c4": null,
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_76bd4e53": null,
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_81d00d28": null,
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_845321a8": null,
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_89c458d3": null,
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_8ac73a02": null,
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_8ce2b206": null,
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_8f073f4": null,
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_9040f99c": null,
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_91e456c6": null,
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_9a350dbe": null,
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_9cad6129": null,
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_a033d76f": null,
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_a5e9de10": null,
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_a7dfff57": null,
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_b0d22c95": null,
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_b42eaa3a": null,
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_b68360cc": null,
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_b91d528f": null,
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_c4bf900": null,
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_c54e4a4a": null,
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_c72aa072": null,
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_ca63979d": null,
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_cbc738c7": null,
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_cc813450": null,
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_d140fb59": null,
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_d765735d": null,
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_d9eeaa75": null,
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_df86c3bb": null,
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_dff9478d": null,
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_e145fdd1": null,
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_e29a93d4": null,
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_eb55edce": null,
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_ed04a197": null,
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_efa96b61": null,
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_f76cc141": null,
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_fbb41634": null,
"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_fc583e0c": null
}
},
"/debug/pprof/block?debug=1": "--- contention:\ncycles/second=2500123154\n",
"/debug/pprof/goroutine?debug=2": "goroutine 225 [running]:\nruntime/pprof.writeGoroutineStacks(0x7fe362dda880, 0xc82063b340, 0x0, 0x0)\n\t/usr/local/go/src/runtime/pprof/pprof.go:516 +0x84\nruntime/pprof.writeGoroutine(0x7fe362dda880, 0xc82063b340, 0x2, 0x0, 0x0)\n\t/usr/local/go/src/runtime/pprof/pprof.go:505 +0x46\nruntime/pprof.(*Profile).WriteTo(0x14723c0, 0x7fe362dda880, 0xc82063b340, 0x2, 0x0, 0x0)\n\t/usr/local/go/src/runtime/pprof/pprof.go:236 +0xd4\ngithub.com/couchbase/cbgt/rest.DiagGetPProf(0x7fe362de83f0, 0xc820280420, 0xd856a0, 0x9, 0x2)\n\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/rest/rest_diag.go:160 +0xb1\ngithub.com/couchbase/cbgt/rest.(*DiagGetHandler).ServeHTTP.func2(0x7fe362de83f0, 0xc820280420, 0xc82068c380)\n\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/rest/rest_diag.go:70 +0x49\nnet/http.HandlerFunc.ServeHTTP(0xfa7698, 0x7fe362de83f0, 0xc820280420, 0xc82068c380)\n\t/usr/local/go/src/net/http/server.go:1422 +0x3a\ngithub.com/couchbase/cbgt/rest.(*DiagGetHandler).ServeHTTP(0xc820748f30, 0x7fe362de83f0, 0xc820280420, 0xc82068c380)\n\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/rest/rest_diag.go:98 +0xd2e\ngithub.com/gorilla/mux.(*Router).ServeHTTP(0xc8201f8c80, 0x7fe362de83f0, 0xc820280420, 0xc82068c380)\n\t/home/centos/sync_gateway/src/github.com/gorilla/mux/mux.go:86 +0x2a6\ngithub.com/couchbase/sync_gateway/rest.wrapRouter.func1(0x7fe362de83f0, 0xc820280420, 0xc82068c380)\n\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/routing.go:295 +0x32d\nnet/http.HandlerFunc.ServeHTTP(0xc820389bc0, 0x7fe362de83f0, 0xc820280420, 0xc82068c380)\n\t/usr/local/go/src/net/http/server.go:1422 +0x3a\nnet/http.serverHandler.ServeHTTP(0xc820396d80, 0x7fe362de83f0, 0xc820280420, 0xc82068c380)\n\t/usr/local/go/src/net/http/server.go:1862 +0x19e\nnet/http.(*conn).serve(0xc820280000)\n\t/usr/local/go/src/net/http/server.go:1361 +0xbee\ncreated by net/http.(*Server).Serve\n\t/usr/local/go/src/net/http/server.go:1910 +0x3f6\n\ngoroutine 1 [IO wait, 1 minutes]:\nnet.runtime_pollWait(0x7fe362dbeb58, 0x72, 0xc820012140)\n\t/usr/local/go/src/runtime/netpoll.go:157 +0x60\nnet.(*pollDesc).Wait(0xc82063b950, 0x72, 0x0, 0x0)\n\t/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a\nnet.(*pollDesc).WaitRead(0xc82063b950, 0x0, 0x0)\n\t/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36\nnet.(*netFD).accept(0xc82063b8f0, 0x0, 0x7fe362ddb1f8, 0xc8204d7a60)\n\t/usr/local/go/src/net/fd_unix.go:408 +0x27c\nnet.(*TCPListener).AcceptTCP(0xc82067cd88, 0x452f90, 0x0, 0x0)\n\t/usr/local/go/src/net/tcpsock_posix.go:254 +0x4d\nnet.(*TCPListener).Accept(0xc82067cd88, 0x0, 0x0, 0x0, 0x0)\n\t/usr/local/go/src/net/tcpsock_posix.go:264 +0x3d\nnet/http.(*Server).Serve(0xc820396d20, 0x7fe362ddb1c0, 0xc82067cd88, 0x0, 0x0)\n\t/usr/local/go/src/net/http/server.go:1887 +0xb3\ngithub.com/couchbase/sync_gateway/base.ListenAndServeHTTP(0xc82017d480, 0x5, 0x0, 0x0, 0x0, 0x7fe362dbd708, 0xc8204d7a20, 0x0, 0x0, 0x0, ...)\n\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/base/http_listener.go:52 +0x549\ngithub.com/couchbase/sync_gateway/rest.(*ServerConfig).serve(0xc820125180, 0xc82017d480, 0x5, 0x7fe362dbd708, 0xc8204d7a20)\n\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/config.go:559 +0xa3\ngithub.com/couchbase/sync_gateway/rest.RunServer(0xc820125180)\n\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/config.go:606 +0x949\ngithub.com/couchbase/sync_gateway/rest.ServerMain()\n\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/config.go:621 +0x2d\nmain.main()\n\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/main.go:33 +0x12f\n\ngoroutine 17 [syscall, 1 minutes, locked to thread]:\nruntime.goexit()\n\t/usr/local/go/src/runtime/asm_amd64.s:1696 +0x1\n\ngoroutine 34 [select]:\ngithub.com/couchbase/gocb/gocbcore.(*memdPipeline).ioLoop(0xc820161c80)\n\t/home/centos/sync_gateway/src/github.com/couchbase/gocb/gocbcore/memdpipeline.go:189 +0x225\ngithub.com/couchbase/gocb/gocbcore.(*memdPipeline).Run(0xc820161c80)\n\t/home/centos/sync_gateway/src/github.com/couchbase/gocb/gocbcore/memdpipeline.go:213 +0x4f\ncreated by github.com/couchbase/gocb/gocbcore.(*Agent).connectPipeline\n\t/home/centos/sync_gateway/src/github.com/couchbase/gocb/gocbcore/agentrouting.go:111 +0x348\n\ngoroutine 6 [syscall, 1 minutes]:\nos/signal.loop()\n\t/usr/local/go/src/os/signal/signal_unix.go:22 +0x18\ncreated by os/signal.init.1\n\t/usr/local/go/src/os/signal/signal_unix.go:28 +0x37\n\ngoroutine 9 [select, 1 minutes, locked to thread]:\nruntime.gopark(0xfa91e0, 0xc820023728, 0xd70070, 0x6, 0x18, 0x2)\n\t/usr/local/go/src/runtime/proc.go:185 +0x163\nruntime.selectgoImpl(0xc820023728, 0x0, 0x18)\n\t/usr/local/go/src/runtime/select.go:392 +0xa64\nruntime.selectgo(0xc820023728)\n\t/usr/local/go/src/runtime/select.go:212 +0x12\nruntime.ensureSigM.func1()\n\t/usr/local/go/src/runtime/signal1_unix.go:227 +0x353\nruntime.goexit()\n\t/usr/local/go/src/runtime/asm_amd64.s:1696 +0x1\n\ngoroutine 10 [chan receive, 1 minutes]:\nmain.main.func1(0xc82011cc60)\n\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/main.go:27 +0x51\ncreated by main.main\n\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/main.go:31 +0x12a\n\ngoroutine 16 [IO wait, 1 minutes]:\nnet.runtime_pollWait(0x7fe362dbf158, 0x72, 0xc820012140)\n\t/usr/local/go/src/runtime/netpoll.go:157 +0x60\nnet.(*pollDesc).Wait(0xc82027c4c0, 0x72, 0x0, 0x0)\n\t/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a\nnet.(*pollDesc).WaitRead(0xc82027c4c0, 0x0, 0x0)\n\t/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36\nnet.(*netFD).Read(0xc82027c460, 0xc820251000, 0x1000, 0x1000, 0x0, 0x7fe362db9050, 0xc820012140)\n\t/usr/local/go/src/net/fd_unix.go:232 +0x23a\nnet.(*conn).Read(0xc820024368, 0xc820251000, 0x1000, 0x1000, 0x0, 0x0, 0x0)\n\t/usr/local/go/src/net/net.go:172 +0xe4\nnet/http.noteEOFReader.Read(0x7fe362dbf4b0, 0xc820024368, 0xc820280268, 0xc820251000, 0x1000, 0x1000, 0x510511, 0x0, 0x0)\n\t/usr/local/go/src/net/http/transport.go:1370 +0x67\nnet/http.(*noteEOFReader).Read(0xc820278e20, 0xc820251000, 0x1000, 0x1000, 0x0, 0x0, 0x0)\n\t<autogenerated>:126 +0xd0\nbufio.(*Reader).fill(0xc820282600)\n\t/usr/local/go/src/bufio/bufio.go:97 +0x1e9\nbufio.(*Reader).ReadSlice(0xc820282600, 0xa, 0x0, 0x0, 0x0, 0x0, 0x0)\n\t/usr/local/go/src/bufio/bufio.go:328 +0x21a\nnet/http/internal.readLine(0xc820282600, 0x0, 0x0, 0x0, 0x0, 0x0)\n\t/usr/local/go/src/net/http/internal/chunked.go:110 +0x4b\nnet/http/internal.(*chunkedReader).beginChunk(0xc82027ec90)\n\t/usr/local/go/src/net/http/internal/chunked.go:47 +0x39\nnet/http/internal.(*chunkedReader).Read(0xc82027ec90, 0xc82029a004, 0x3dfc, 0x3dfc, 0x0, 0x0, 0x0)\n\t/usr/local/go/src/net/http/internal/chunked.go:77 +0xb7\nnet/http.(*body).readLocked(0xc82021a840, 0xc82029a004, 0x3dfc, 0x3dfc, 0xc800000000, 0x0, 0x0)\n\t/usr/local/go/src/net/http/transfer.go:632 +0x98\nnet/http.(*body).Read(0xc82021a840, 0xc82029a004, 0x3dfc, 0x3dfc, 0x0, 0x0, 0x0)\n\t/usr/local/go/src/net/http/transfer.go:624 +0x110\nnet/http.(*bodyEOFSignal).Read(0xc82021a880, 0xc82029a004, 0x3dfc, 0x3dfc, 0x0, 0x0, 0x0)\n\t/usr/local/go/src/net/http/transport.go:1296 +0x26a\nencoding/json.(*Decoder).refill(0xc82023fba0, 0x0, 0x0)\n\t/usr/local/go/src/encoding/json/stream.go:152 +0x287\nencoding/json.(*Decoder).readValue(0xc82023fba0, 0x1, 0x0, 0x0)\n\t/usr/local/go/src/encoding/json/stream.go:128 +0x41b\nencoding/json.(*Decoder).Decode(0xc82023fba0, 0xab2820, 0xc820024378, 0x0, 0x0)\n\t/usr/local/go/src/encoding/json/stream.go:57 +0x159\ngithub.com/couchbase/go-couchbase.(*Bucket).UpdateBucket(0xc82023e340, 0x0, 0x0)\n\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/streaming.go:140 +0xd36\ngithub.com/couchbase/go-couchbase.(*Bucket).RunBucketUpdater.func1(0xc82023e340, 0xc820276630)\n\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/streaming.go:62 +0x25\ncreated by github.com/couchbase/go-couchbase.(*Bucket).RunBucketUpdater\n\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/streaming.go:69 +0x3f\n\ngoroutine 14 [IO wait, 1 minutes]:\nnet.runtime_pollWait(0x7fe362dbf098, 0x72, 0xc820012140)\n\t/usr/local/go/src/runtime/netpoll.go:157 +0x60\nnet.(*pollDesc).Wait(0xc8201894f0, 0x72, 0x0, 0x0)\n\t/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a\nnet.(*pollDesc).WaitRead(0xc8201894f0, 0x0, 0x0)\n\t/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36\nnet.(*netFD).Read(0xc820189490, 0xc8201ab000, 0x1000, 0x1000, 0x0, 0x7fe362db9050, 0xc820012140)\n\t/usr/local/go/src/net/fd_unix.go:232 +0x23a\nnet.(*conn).Read(0xc820024280, 0xc8201ab000, 0x1000, 0x1000, 0x0, 0x0, 0x0)\n\t/usr/local/go/src/net/net.go:172 +0xe4\nnet/http.noteEOFReader.Read(0x7fe362dbf4b0, 0xc820024280, 0xc8200b7b28, 0xc8201ab000, 0x1000, 0x1000, 0x0, 0x0, 0x0)\n\t/usr/local/go/src/net/http/transport.go:1370 +0x67\nnet/http.(*noteEOFReader).Read(0xc820133a20, 0xc8201ab000, 0x1000, 0x1000, 0x0, 0x0, 0x0)\n\t<autogenerated>:126 +0xd0\nbufio.(*Reader).fill(0xc82011d3e0)\n\t/usr/local/go/src/bufio/bufio.go:97 +0x1e9\nbufio.(*Reader).Peek(0xc82011d3e0, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0)\n\t/usr/local/go/src/bufio/bufio.go:132 +0xcc\nnet/http.(*persistConn).readLoop(0xc8200b7ad0)\n\t/usr/local/go/src/net/http/transport.go:876 +0xf7\ncreated by net/http.(*Transport).dialConn\n\t/usr/local/go/src/net/http/transport.go:685 +0xc78\n\ngoroutine 15 [select, 1 minutes]:\nnet/http.(*persistConn).writeLoop(0xc8200b7ad0)\n\t/usr/local/go/src/net/http/transport.go:1009 +0x40c\ncreated by net/http.(*Transport).dialConn\n\t/usr/local/go/src/net/http/transport.go:686 +0xc9d\n\ngoroutine 22 [select, 1 minutes]:\nnet/http.(*persistConn).readLoop(0xc820280210)\n\t/usr/local/go/src/net/http/transport.go:976 +0xac7\ncreated by net/http.(*Transport).dialConn\n\t/usr/local/go/src/net/http/transport.go:685 +0xc78\n\ngoroutine 23 [select, 1 minutes]:\nnet/http.(*persistConn).writeLoop(0xc820280210)\n\t/usr/local/go/src/net/http/transport.go:1009 +0x40c\ncreated by net/http.(*Transport).dialConn\n\t/usr/local/go/src/net/http/transport.go:686 +0xc9d\n\ngoroutine 35 [IO wait]:\nnet.runtime_pollWait(0x7fe362dbef18, 0x72, 0xc820012140)\n\t/usr/local/go/src/runtime/netpoll.go:157 +0x60\nnet.(*pollDesc).Wait(0xc8202e6ca0, 0x72, 0x0, 0x0)\n\t/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a\nnet.(*pollDesc).WaitRead(0xc8202e6ca0, 0x0, 0x0)\n\t/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36\nnet.(*netFD).Read(0xc8202e6c40, 0xc8208c3000, 0x1000, 0x1000, 0x0, 0x7fe362db9050, 0xc820012140)\n\t/usr/local/go/src/net/fd_unix.go:232 +0x23a\nnet.(*conn).Read(0xc820024400, 0xc8208c3000, 0x1000, 0x1000, 0x0, 0x0, 0x0)\n\t/usr/local/go/src/net/net.go:172 +0xe4\ngithub.com/couchbase/gocb/gocbcore.(*memdConn).readBuffered(0xc8203121e0, 0x18, 0x0, 0x0, 0x0, 0x0, 0x0)\n\t/home/centos/sync_gateway/src/github.com/couchbase/gocb/gocbcore/memdconn.go:141 +0x2fa\ngithub.com/couchbase/gocb/gocbcore.(*memdConn).ReadPacket(0xc8203121e0, 0xc820672600, 0x0, 0x0)\n\t/home/centos/sync_gateway/src/github.com/couchbase/gocb/gocbcore/memdconn.go:152 +0x4e\ngithub.com/couchbase/gocb/gocbcore.(*memdPipeline).ioLoop.func1(0xc820161c80, 0xc8202835c0)\n\t/home/centos/sync_gateway/src/github.com/couchbase/gocb/gocbcore/memdpipeline.go:174 +0xad\ncreated by github.com/couchbase/gocb/gocbcore.(*memdPipeline).ioLoop\n\t/home/centos/sync_gateway/src/github.com/couchbase/gocb/gocbcore/memdpipeline.go:184 +0x6c\n\ngoroutine 36 [sleep]:\ntime.Sleep(0x2540be400)\n\t/usr/local/go/src/runtime/time.go:59 +0xf9\ngithub.com/couchbase/gocb/gocbcore.(*Agent).cccpLooper(0xc8202e6a80)\n\t/home/centos/sync_gateway/src/github.com/couchbase/gocb/gocbcore/agent.go:127 +0x7f\ncreated by github.com/couchbase/gocb/gocbcore.(*Agent).connect\n\t/home/centos/sync_gateway/src/github.com/couchbase/gocb/gocbcore/agent.go:225 +0x1462\n\ngoroutine 42 [select]:\ngithub.com/couchbase/gocb/gocbcore.(*memdPipeline).ioLoop(0xc820316700)\n\t/home/centos/sync_gateway/src/github.com/couchbase/gocb/gocbcore/memdpipeline.go:189 +0x225\ngithub.com/couchbase/gocb/gocbcore.(*memdPipeline).Run(0xc820316700)\n\t/home/centos/sync_gateway/src/github.com/couchbase/gocb/gocbcore/memdpipeline.go:213 +0x4f\ncreated by github.com/couchbase/gocb/gocbcore.(*Agent).connectPipeline\n\t/home/centos/sync_gateway/src/github.com/couchbase/gocb/gocbcore/agentrouting.go:111 +0x348\n\ngoroutine 43 [IO wait]:\nnet.runtime_pollWait(0x7fe362dbed98, 0x72, 0xc820012140)\n\t/usr/local/go/src/runtime/netpoll.go:157 +0x60\nnet.(*pollDesc).Wait(0xc820373720, 0x72, 0x0, 0x0)\n\t/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a\nnet.(*pollDesc).WaitRead(0xc820373720, 0x0, 0x0)\n\t/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36\nnet.(*netFD).Read(0xc8203736c0, 0xc820418000, 0x1000, 0x1000, 0x0, 0x7fe362db9050, 0xc820012140)\n\t/usr/local/go/src/net/fd_unix.go:232 +0x23a\nnet.(*conn).Read(0xc8200244c0, 0xc820418000, 0x1000, 0x1000, 0x0, 0x0, 0x0)\n\t/usr/local/go/src/net/net.go:172 +0xe4\ngithub.com/couchbase/gocb/gocbcore.(*memdConn).readBuffered(0xc820313b60, 0x18, 0x0, 0x0, 0x0, 0x0, 0x0)\n\t/home/centos/sync_gateway/src/github.com/couchbase/gocb/gocbcore/memdconn.go:141 +0x2fa\ngithub.com/couchbase/gocb/gocbcore.(*memdConn).ReadPacket(0xc820313b60, 0xc82022aba0, 0x0, 0x0)\n\t/home/centos/sync_gateway/src/github.com/couchbase/gocb/gocbcore/memdconn.go:152 +0x4e\ngithub.com/couchbase/gocb/gocbcore.(*memdPipeline).ioLoop.func1(0xc820316700, 0xc820364420)\n\t/home/centos/sync_gateway/src/github.com/couchbase/gocb/gocbcore/memdpipeline.go:174 +0xad\ncreated by github.com/couchbase/gocb/gocbcore.(*memdPipeline).ioLoop\n\t/home/centos/sync_gateway/src/github.com/couchbase/gocb/gocbcore/memdpipeline.go:184 +0x6c\n\ngoroutine 44 [sleep]:\ntime.Sleep(0x2540be400)\n\t/usr/local/go/src/runtime/time.go:59 +0xf9\ngithub.com/couchbase/gocb/gocbcore.(*Agent).cccpLooper(0xc820373500)\n\t/home/centos/sync_gateway/src/github.com/couchbase/gocb/gocbcore/agent.go:127 +0x7f\ncreated by github.com/couchbase/gocb/gocbcore.(*Agent).connect\n\t/home/centos/sync_gateway/src/github.com/couchbase/gocb/gocbcore/agent.go:225 +0x1462\n\ngoroutine 45 [select]:\ngithub.com/couchbase/sync_gateway/db.(*kvChangeIndexReader).Init.func1(0xc820364000)\n\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/kv_change_index_reader.go:70 +0x222\ncreated by github.com/couchbase/sync_gateway/db.(*kvChangeIndexReader).Init\n\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/kv_change_index_reader.go:86 +0x533\n\ngoroutine 46 [chan receive, 1 minutes]:\ngithub.com/couchbase/sync_gateway/db.(*kvChangeIndexWriter).readFromPending(0xc820316c80, 0x0, 0x0, 0x0)\n\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/kv_change_index_writer.go:197 +0xb0\ngithub.com/couchbase/sync_gateway/db.(*kvChangeIndexWriter).indexPending(0xc820316c80)\n\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/kv_change_index_writer.go:166 +0x5c\ncreated by github.com/couchbase/sync_gateway/db.(*kvChangeIndexWriter).Init\n\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/kv_change_index_writer.go:46 +0xf1\n\ngoroutine 50 [select]:\ngithub.com/couchbase/gocb/gocbcore.(*memdPipeline).ioLoop(0xc820316e00)\n\t/home/centos/sync_gateway/src/github.com/couchbase/gocb/gocbcore/memdpipeline.go:189 +0x225\ngithub.com/couchbase/gocb/gocbcore.(*memdPipeline).Run(0xc820316e00)\n\t/home/centos/sync_gateway/src/github.com/couchbase/gocb/gocbcore/memdpipeline.go:213 +0x4f\ncreated by github.com/couchbase/gocb/gocbcore.(*Agent).connectPipeline\n\t/home/centos/sync_gateway/src/github.com/couchbase/gocb/gocbcore/agentrouting.go:111 +0x348\n\ngoroutine 51 [IO wait]:\nnet.runtime_pollWait(0x7fe362dbecd8, 0x72, 0xc820012140)\n\t/usr/local/go/src/runtime/netpoll.go:157 +0x60\nnet.(*pollDesc).Wait(0xc8203d7a30, 0x72, 0x0, 0x0)\n\t/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a\nnet.(*pollDesc).WaitRead(0xc8203d7a30, 0x0, 0x0)\n\t/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36\nnet.(*netFD).Read(0xc8203d79d0, 0xc820626000, 0x1000, 0x1000, 0x0, 0x7fe362db9050, 0xc820012140)\n\t/usr/local/go/src/net/fd_unix.go:232 +0x23a\nnet.(*conn).Read(0xc820024558, 0xc820626000, 0x1000, 0x1000, 0x0, 0x0, 0x0)\n\t/usr/local/go/src/net/net.go:172 +0xe4\ngithub.com/couchbase/gocb/gocbcore.(*memdConn).readBuffered(0xc8203da7e0, 0x18, 0x0, 0x0, 0x0, 0x0, 0x0)\n\t/home/centos/sync_gateway/src/github.com/couchbase/gocb/gocbcore/memdconn.go:141 +0x2fa\ngithub.com/couchbase/gocb/gocbcore.(*memdConn).ReadPacket(0xc8203da7e0, 0xc82022ade0, 0x0, 0x0)\n\t/home/centos/sync_gateway/src/github.com/couchbase/gocb/gocbcore/memdconn.go:152 +0x4e\ngithub.com/couchbase/gocb/gocbcore.(*memdPipeline).ioLoop.func1(0xc820316e00, 0xc820364d80)\n\t/home/centos/sync_gateway/src/github.com/couchbase/gocb/gocbcore/memdpipeline.go:174 +0xad\ncreated by github.com/couchbase/gocb/gocbcore.(*memdPipeline).ioLoop\n\t/home/centos/sync_gateway/src/github.com/couchbase/gocb/gocbcore/memdpipeline.go:184 +0x6c\n\ngoroutine 52 [sleep]:\ntime.Sleep(0x2540be400)\n\t/usr/local/go/src/runtime/time.go:59 +0xf9\ngithub.com/couchbase/gocb/gocbcore.(*Agent).cccpLooper(0xc8203d7810)\n\t/home/centos/sync_gateway/src/github.com/couchbase/gocb/gocbcore/agent.go:127 +0x7f\ncreated by github.com/couchbase/gocb/gocbcore.(*Agent).connect\n\t/home/centos/sync_gateway/src/github.com/couchbase/gocb/gocbcore/agent.go:225 +0x1462\n\ngoroutine 53 [select, 1 minutes]:\ngithub.com/couchbase/sync_gateway/db.(*kvChangeIndexWriter).Init.func1(0xc820316c80)\n\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/kv_change_index_writer.go:72 +0xf9\ncreated by github.com/couchbase/sync_gateway/db.(*kvChangeIndexWriter).Init\n\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/kv_change_index_writer.go:79 +0x57a\n\ngoroutine 54 [select, 1 minutes]:\ngithub.com/couchbase/sync_gateway/db.(*kvChangeIndexWriter).Init.func1(0xc820316c80)\n\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/kv_change_index_writer.go:72 +0xf9\ncreated by github.com/couchbase/sync_gateway/db.(*kvChangeIndexWriter).Init\n\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/kv_change_index_writer.go:79 +0x57a\n\ngoroutine 55 [select, 1 minutes]:\ngithub.com/couchbase/sync_gateway/db.(*kvChangeIndexWriter).Init.func1(0xc820316c80)\n\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/kv_change_index_writer.go:72 +0xf9\ncreated by github.com/couchbase/sync_gateway/db.(*kvChangeIndexWriter).Init\n\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/kv_change_index_writer.go:79 +0x57a\n\ngoroutine 56 [select, 1 minutes]:\ngithub.com/couchbase/sync_gateway/db.(*kvChangeIndexWriter).Init.func1(0xc820316c80)\n\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/kv_change_index_writer.go:72 +0xf9\ncreated by github.com/couchbase/sync_gateway/db.(*kvChangeIndexWriter).Init\n\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/kv_change_index_writer.go:79 +0x57a\n\ngoroutine 57 [select, 1 minutes]:\ngithub.com/couchbase/sync_gateway/db.(*kvChangeIndexWriter).Init.func1(0xc820316c80)\n\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/kv_change_index_writer.go:72 +0xf9\ncreated by github.com/couchbase/sync_gateway/db.(*kvChangeIndexWriter).Init\n\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/kv_change_index_writer.go:79 +0x57a\n\ngoroutine 58 [select, 1 minutes]:\ngithub.com/couchbase/sync_gateway/db.(*kvChangeIndexWriter).Init.func1(0xc820316c80)\n\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/kv_change_index_writer.go:72 +0xf9\ncreated by github.com/couchbase/sync_gateway/db.(*kvChangeIndexWriter).Init\n\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/kv_change_index_writer.go:79 +0x57a\n\ngoroutine 59 [select, 1 minutes]:\ngithub.com/couchbase/sync_gateway/db.(*kvChangeIndexWriter).Init.func1(0xc820316c80)\n\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/kv_change_index_writer.go:72 +0xf9\ncreated by github.com/couchbase/sync_gateway/db.(*kvChangeIndexWriter).Init\n\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/kv_change_index_writer.go:79 +0x57a\n\ngoroutine 60 [select, 1 minutes]:\ngithub.com/couchbase/sync_gateway/db.(*kvChangeIndexWriter).Init.func1(0xc820316c80)\n\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/kv_change_index_writer.go:72 +0xf9\ncreated by github.com/couchbase/sync_gateway/db.(*kvChangeIndexWriter).Init\n\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/kv_change_index_writer.go:79 +0x57a\n\ngoroutine 61 [select, 1 minutes]:\ngithub.com/couchbase/sync_gateway/db.(*kvChangeIndexWriter).Init.func1(0xc820316c80)\n\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/kv_change_index_writer.go:72 +0xf9\ncreated by github.com/couchbase/sync_gateway/db.(*kvChangeIndexWriter).Init\n\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/kv_change_index_writer.go:79 +0x57a\n\ngoroutine 62 [select, 1 minutes]:\ngithub.com/couchbase/sync_gateway/db.(*kvChangeIndexWriter).Init.func1(0xc820316c80)\n\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/kv_change_index_writer.go:72 +0xf9\ncreated by github.com/couchbase/sync_gateway/db.(*kvChangeIndexWriter).Init\n\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/kv_change_index_writer.go:79 +0x57a\n\ngoroutine 63 [select, 1 minutes]:\ngithub.com/couchbase/sync_gateway/db.(*kvChangeIndexWriter).Init.func1(0xc820316c80)\n\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/kv_change_index_writer.go:72 +0xf9\ncreated by github.com/couchbase/sync_gateway/db.(*kvChangeIndexWriter).Init\n\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/kv_change_index_writer.go:79 +0x57a\n\ngoroutine 64 [select, 1 minutes]:\ngithub.com/couchbase/sync_gateway/db.(*kvChangeIndexWriter).Init.func1(0xc820316c80)\n\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/kv_change_index_writer.go:72 +0xf9\ncreated by github.com/couchbase/sync_gateway/db.(*kvChangeIndexWriter).Init\n\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/kv_change_index_writer.go:79 +0x57a\n\ngoroutine 65 [select, 1 minutes]:\ngithub.com/couchbase/sync_gateway/db.(*kvChangeIndexWriter).Init.func1(0xc820316c80)\n\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/kv_change_index_writer.go:72 +0xf9\ncreated by github.com/couchbase/sync_gateway/db.(*kvChangeIndexWriter).Init\n\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/kv_change_index_writer.go:79 +0x57a\n\ngoroutine 66 [select, 1 minutes]:\ngithub.com/couchbase/sync_gateway/db.(*kvChangeIndexWriter).Init.func1(0xc820316c80)\n\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/kv_change_index_writer.go:72 +0xf9\ncreated by github.com/couchbase/sync_gateway/db.(*kvChangeIndexWriter).Init\n\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/kv_change_index_writer.go:79 +0x57a\n\ngoroutine 67 [select, 1 minutes]:\ngithub.com/couchbase/sync_gateway/db.(*kvChangeIndexWriter).Init.func1(0xc820316c80)\n\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/kv_change_index_writer.go:72 +0xf9\ncreated by github.com/couchbase/sync_gateway/db.(*kvChangeIndexWriter).Init\n\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/kv_change_index_writer.go:79 +0x57a\n\ngoroutine 68 [select, 1 minutes]:\ngithub.com/couchbase/sync_gateway/db.(*kvChangeIndexWriter).Init.func1(0xc820316c80)\n\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/kv_change_index_writer.go:72 +0xf9\ncreated by github.com/couchbase/sync_gateway/db.(*kvChangeIndexWriter).Init\n\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/kv_change_index_writer.go:79 +0x57a\n\ngoroutine 69 [chan receive]:\ngithub.com/couchbase/sync_gateway/db.(*changeListener).Start.func1(0xc8202432b8, 0x7fe362dc8530, 0xc8200245a0, 0xc820024501)\n\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/change_listener.go:53 +0xc0\ncreated by github.com/couchbase/sync_gateway/db.(*changeListener).Start\n\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/change_listener.go:70 +0x360\n\ngoroutine 70 [chan receive, 1 minutes]:\ngithub.com/couchbase/sync_gateway/db.(*DatabaseContext).watchDocChanges(0xc820243200)\n\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/assimilator.go:16 +0xca\ncreated by github.com/couchbase/sync_gateway/db.NewDatabaseContext\n\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/database.go:171 +0x8ca\n\ngoroutine 205 [IO wait]:\nnet.runtime_pollWait(0x7fe362dbe918, 0x72, 0xc820012140)\n\t/usr/local/go/src/runtime/netpoll.go:157 +0x60\nnet.(*pollDesc).Wait(0xc82063b9c0, 0x72, 0x0, 0x0)\n\t/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a\nnet.(*pollDesc).WaitRead(0xc82063b9c0, 0x0, 0x0)\n\t/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36\nnet.(*netFD).accept(0xc82063b960, 0x0, 0x7fe362ddb1f8, 0xc82087ac40)\n\t/usr/local/go/src/net/fd_unix.go:408 +0x27c\nnet.(*TCPListener).AcceptTCP(0xc82067cd90, 0xc820488c28, 0x0, 0x0)\n\t/usr/local/go/src/net/tcpsock_posix.go:254 +0x4d\nnet.(*TCPListener).Accept(0xc82067cd90, 0x0, 0x0, 0x0, 0x0)\n\t/usr/local/go/src/net/tcpsock_posix.go:264 +0x3d\nnet/http.(*Server).Serve(0xc820396d80, 0x7fe362ddb1c0, 0xc82067cd90, 0x0, 0x0)\n\t/usr/local/go/src/net/http/server.go:1887 +0xb3\ngithub.com/couchbase/sync_gateway/base.ListenAndServeHTTP(0xc82017d4a0, 0xc, 0x0, 0x0, 0x0, 0x7fe362dbd708, 0xc820389bc0, 0x0, 0x0, 0x0, ...)\n\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/base/http_listener.go:52 +0x549\ngithub.com/couchbase/sync_gateway/rest.(*ServerConfig).serve(0xc820125180, 0xc82017d4a0, 0xc, 0x7fe362dbd708, 0xc820389bc0)\n\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/config.go:559 +0xa3\ncreated by github.com/couchbase/sync_gateway/rest.RunServer\n\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/config.go:604 +0x80a\n\ngoroutine 113 [select, 1 minutes]:\ngithub.com/couchbase/cb-heartbeat.(*couchbaseHeartBeater).StartCheckingHeartbeats.func1(0xc8204b9b00, 0xc82021b700, 0x186a0, 0x7fe362dca498, 0xc82027e2d0)\n\t/home/centos/sync_gateway/src/github.com/couchbase/cb-heartbeat/cb_heartbeat.go:137 +0x275\ncreated by github.com/couchbase/cb-heartbeat.(*couchbaseHeartBeater).StartCheckingHeartbeats\n\t/home/centos/sync_gateway/src/github.com/couchbase/cb-heartbeat/cb_heartbeat.go:147 +0xe5\n\ngoroutine 78 [chan receive, 1 minutes]:\ngithub.com/couchbase/go-couchbase/cbdatasource.(*bucketDataSource).refreshCluster(0xc8204ee000, 0x0)\n\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/cbdatasource/cbdatasource.go:529 +0xa65\ngithub.com/couchbase/go-couchbase/cbdatasource.(*bucketDataSource).Start.func1.1(0x0)\n\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/cbdatasource/cbdatasource.go:456 +0x20\ngithub.com/couchbase/go-couchbase/cbdatasource.ExponentialBackoffLoop(0xe162e0, 0x1b, 0xc820031f78, 0x64, 0x3fc00000, 0x4e20)\n\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/cbdatasource/cbdatasource.go:1536 +0x2b\ngithub.com/couchbase/go-couchbase/cbdatasource.(*bucketDataSource).Start.func1(0xc8204ee000, 0x64, 0x3fc00000, 0x4e20)\n\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/cbdatasource/cbdatasource.go:457 +0x70\ncreated by github.com/couchbase/go-couchbase/cbdatasource.(*bucketDataSource).Start\n\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/cbdatasource/cbdatasource.go:462 +0x279\n\ngoroutine 79 [chan receive, 1 minutes]:\ngithub.com/couchbase/go-couchbase/cbdatasource.(*bucketDataSource).refreshWorkers(0xc8204ee000)\n\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/cbdatasource/cbdatasource.go:565 +0x120\ncreated by github.com/couchbase/go-couchbase/cbdatasource.(*bucketDataSource).Start\n\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/cbdatasource/cbdatasource.go:464 +0x29b\n\ngoroutine 85 [select, 1 minutes]:\ngithub.com/couchbase/cbgt.(*Manager).PlannerLoop(0xc820490b00)\n\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:67 +0x9bd\ncreated by github.com/couchbase/cbgt.(*Manager).Start\n\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager.go:211 +0x2b2\n\ngoroutine 82 [select, 1 minutes]:\ngithub.com/couchbase/go-couchbase/cbdatasource.(*bucketDataSource).worker(0xc8204ee000, 0xc8204b5da0, 0x2f, 0xc8204b92c0, 0x0)\n\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/cbdatasource/cbdatasource.go:953 +0x1589\ngithub.com/couchbase/go-couchbase/cbdatasource.(*bucketDataSource).workerStart.func1.1(0x2)\n\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/cbdatasource/cbdatasource.go:683 +0x48\ngithub.com/couchbase/go-couchbase/cbdatasource.ExponentialBackoffLoop(0xc820130f00, 0x43, 0xc820045f38, 0x64, 0x3fc00000, 0x4e20)\n\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/cbdatasource/cbdatasource.go:1536 +0x2b\ngithub.com/couchbase/go-couchbase/cbdatasource.(*bucketDataSource).workerStart.func1(0xc8204ee000, 0xc8204b5da0, 0x2f, 0xc8204b92c0, 0x64, 0xc83fc00000, 0x4e20)\n\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/cbdatasource/cbdatasource.go:684 +0x112\ncreated by github.com/couchbase/go-couchbase/cbdatasource.(*bucketDataSource).workerStart\n\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/cbdatasource/cbdatasource.go:687 +0xb7\n\ngoroutine 197 [chan receive, 1 minutes]:\ngithub.com/couchbase/go-couchbase/cbdatasource.(*bucketDataSource).refreshCluster(0xc82012f200, 0x0)\n\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/cbdatasource/cbdatasource.go:529 +0xa65\ngithub.com/couchbase/go-couchbase/cbdatasource.(*bucketDataSource).Start.func1.1(0x0)\n\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/cbdatasource/cbdatasource.go:456 +0x20\ngithub.com/couchbase/go-couchbase/cbdatasource.ExponentialBackoffLoop(0xe162e0, 0x1b, 0xc82048bf78, 0x64, 0x3fc00000, 0x7d0)\n\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/cbdatasource/cbdatasource.go:1536 +0x2b\ngithub.com/couchbase/go-couchbase/cbdatasource.(*bucketDataSource).Start.func1(0xc82012f200, 0x64, 0x3fc00000, 0x7d0)\n\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/cbdatasource/cbdatasource.go:457 +0x70\ncreated by github.com/couchbase/go-couchbase/cbdatasource.(*bucketDataSource).Start\n\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/cbdatasource/cbdatasource.go:462 +0x279\n\ngoroutine 87 [select, 1 minutes]:\ngithub.com/couchbase/cbgt.(*Manager).JanitorLoop(0xc820490b00)\n\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_janitor.go:67 +0xbca\ncreated by github.com/couchbase/cbgt.(*Manager).Start\n\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager.go:217 +0x229\n\ngoroutine 89 [select, 1 minutes]:\ngithub.com/couchbase/cbgt.(*Manager).StartCfg.func1(0xc820490b00)\n\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager.go:231 +0x154\ncreated by github.com/couchbase/cbgt.(*Manager).StartCfg\n\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager.go:238 +0x4b\n\ngoroutine 90 [select, 1 minutes]:\ngithub.com/couchbase/cbgt.(*Manager).StartCfg.func2(0xc820490b00)\n\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager.go:244 +0x154\ncreated by github.com/couchbase/cbgt.(*Manager).StartCfg\n\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager.go:251 +0x6d\n\ngoroutine 91 [select, 1 minutes]:\ngithub.com/couchbase/cbgt.(*Manager).PlannerLoop.func1(0xc820490b00)\n\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:55 +0x32c\ncreated by github.com/couchbase/cbgt.(*Manager).PlannerLoop\n\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:63 +0x70\n\ngoroutine 92 [select, 1 minutes]:\ngithub.com/couchbase/cbgt.(*Manager).JanitorLoop.func1(0xc820490b00)\n\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_janitor.go:55 +0x32c\ncreated by github.com/couchbase/cbgt.(*Manager).JanitorLoop\n\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_janitor.go:63 +0x6a\n\ngoroutine 93 [chan receive, 1 minutes]:\ngithub.com/couchbase/go-couchbase/cbdatasource.(*bucketDataSource).worker.func2(0xc820364060, 0xc8204ee000, 0xc8204b9f80, 0xc8203da750)\n\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/cbdatasource/cbdatasource.go:799 +0xbc\ncreated by github.com/couchbase/go-couchbase/cbdatasource.(*bucketDataSource).worker\n\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/cbdatasource/cbdatasource.go:810 +0x10a9\n\ngoroutine 94 [IO wait, 1 minutes]:\nnet.runtime_pollWait(0x7fe362dbea98, 0x72, 0xc820012140)\n\t/usr/local/go/src/runtime/netpoll.go:157 +0x60\nnet.(*pollDesc).Wait(0xc82047ed80, 0x72, 0x0, 0x0)\n\t/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a\nnet.(*pollDesc).WaitRead(0xc82047ed80, 0x0, 0x0)\n\t/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36\nnet.(*netFD).Read(0xc82047ed20, 0xc82039c860, 0x18, 0x18, 0x0, 0x7fe362db9050, 0xc820012140)\n\t/usr/local/go/src/net/fd_unix.go:232 +0x23a\nnet.(*conn).Read(0xc820024220, 0xc82039c860, 0x18, 0x18, 0x0, 0x0, 0x0)\n\t/usr/local/go/src/net/net.go:172 +0xe4\nio.ReadAtLeast(0x7fe362dbf4b0, 0xc820024220, 0xc82039c860, 0x18, 0x18, 0x18, 0x0, 0x0, 0x0)\n\t/usr/local/go/src/io/io.go:298 +0xe6\nio.ReadFull(0x7fe362dbf4b0, 0xc820024220, 0xc82039c860, 0x18, 0x18, 0x4022e4, 0x0, 0x0)\n\t/usr/local/go/src/io/io.go:316 +0x62\ngithub.com/couchbase/gomemcached.(*MCRequest).Receive(0xc820364240, 0x7fe362dbf4b0, 0xc820024220, 0xc82039c860, 0x18, 0x18, 0xc820364240, 0x0, 0x0)\n\t/home/centos/sync_gateway/src/github.com/couchbase/gomemcached/mc_req.go:131 +0xd8\ngithub.com/couchbase/go-couchbase/cbdatasource.(*bucketDataSource).worker.func3(0xc8203640c0, 0xc8204ee000, 0xc8203da750, 0xc82023b950, 0xc8203dad80, 0xc8204b9f80, 0x0)\n\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/cbdatasource/cbdatasource.go:829 +0x1f3\ncreated by github.com/couchbase/go-couchbase/cbdatasource.(*bucketDataSource).worker\n\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/cbdatasource/cbdatasource.go:947 +0x110b\n\ngoroutine 112 [select]:\ngithub.com/couchbase/cb-heartbeat.(*couchbaseHeartBeater).StartSendingHeartbeats.func1(0xc8204b9b00, 0xc82021b080, 0x2710)\n\t/home/centos/sync_gateway/src/github.com/couchbase/cb-heartbeat/cb_heartbeat.go:104 +0x24f\ncreated by github.com/couchbase/cb-heartbeat.(*couchbaseHeartBeater).StartSendingHeartbeats\n\t/home/centos/sync_gateway/src/github.com/couchbase/cb-heartbeat/cb_heartbeat.go:114 +0xde\n\ngoroutine 202 [chan receive, 1 minutes]:\ngithub.com/couchbase/go-couchbase/cbdatasource.(*bucketDataSource).worker.func2(0xc820145140, 0xc82012f200, 0xc8201450e0, 0xc8202b9500)\n\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/cbdatasource/cbdatasource.go:799 +0xbc\ncreated by github.com/couchbase/go-couchbase/cbdatasource.(*bucketDataSource).worker\n\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/cbdatasource/cbdatasource.go:810 +0x10a9\n\ngoroutine 198 [chan receive, 1 minutes]:\ngithub.com/couchbase/go-couchbase/cbdatasource.(*bucketDataSource).refreshWorkers(0xc82012f200)\n\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/cbdatasource/cbdatasource.go:565 +0x120\ncreated by github.com/couchbase/go-couchbase/cbdatasource.(*bucketDataSource).Start\n\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/cbdatasource/cbdatasource.go:464 +0x29b\n\ngoroutine 203 [IO wait]:\nnet.runtime_pollWait(0x7fe362dbec18, 0x72, 0xc820012140)\n\t/usr/local/go/src/runtime/netpoll.go:157 +0x60\nnet.(*pollDesc).Wait(0xc8203d6990, 0x72, 0x0, 0x0)\n\t/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a\nnet.(*pollDesc).WaitRead(0xc8203d6990, 0x0, 0x0)\n\t/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36\nnet.(*netFD).Read(0xc8203d6930, 0xc8204e63c0, 0x18, 0x18, 0x0, 0x7fe362db9050, 0xc820012140)\n\t/usr/local/go/src/net/fd_unix.go:232 +0x23a\nnet.(*conn).Read(0xc8200240a8, 0xc8204e63c0, 0x18, 0x18, 0x0, 0x0, 0x0)\n\t/usr/local/go/src/net/net.go:172 +0xe4\nio.ReadAtLeast(0x7fe362dbf4b0, 0xc8200240a8, 0xc8204e63c0, 0x18, 0x18, 0x18, 0x0, 0x0, 0x0)\n\t/usr/local/go/src/io/io.go:298 +0xe6\nio.ReadFull(0x7fe362dbf4b0, 0xc8200240a8, 0xc8204e63c0, 0x18, 0x18, 0x42b865, 0x0, 0x0)\n\t/usr/local/go/src/io/io.go:316 +0x62\ngithub.com/couchbase/gomemcached.(*MCRequest).Receive(0xc820145f80, 0x7fe362dbf4b0, 0xc8200240a8, 0xc8204e63c0, 0x18, 0x18, 0xc820145f80, 0x0, 0x0)\n\t/home/centos/sync_gateway/src/github.com/couchbase/gomemcached/mc_req.go:131 +0xd8\ngithub.com/couchbase/go-couchbase/cbdatasource.(*bucketDataSource).worker.func3(0xc8201451a0, 0xc82012f200, 0xc8202b9500, 0xc820315950, 0xc8202b9560, 0xc8201450e0, 0x0)\n\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/cbdatasource/cbdatasource.go:829 +0x1f3\ncreated by github.com/couchbase/go-couchbase/cbdatasource.(*bucketDataSource).worker\n\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/cbdatasource/cbdatasource.go:947 +0x110b\n\ngoroutine 196 [chan receive]:\ngithub.com/rcrowley/go-metrics.(*meterArbiter).tick(0x1708140)\n\t/home/centos/sync_gateway/src/github.com/rcrowley/go-metrics/meter.go:221 +0x4b\ncreated by github.com/rcrowley/go-metrics.NewMeter\n\t/home/centos/sync_gateway/src/github.com/rcrowley/go-metrics/meter.go:40 +0x154\n\ngoroutine 199 [select, 1 minutes]:\ngithub.com/couchbase/go-couchbase/cbdatasource.(*bucketDataSource).worker(0xc82012f200, 0xc8202b8b10, 0x2f, 0xc8201f0a20, 0x0)\n\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/cbdatasource/cbdatasource.go:953 +0x1589\ngithub.com/couchbase/go-couchbase/cbdatasource.(*bucketDataSource).workerStart.func1.1(0x2)\n\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/cbdatasource/cbdatasource.go:683 +0x48\ngithub.com/couchbase/go-couchbase/cbdatasource.ExponentialBackoffLoop(0xc8203681e0, 0x43, 0xc820043f38, 0x64, 0x3fc00000, 0x7d0)\n\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/cbdatasource/cbdatasource.go:1536 +0x2b\ngithub.com/couchbase/go-couchbase/cbdatasource.(*bucketDataSource).workerStart.func1(0xc82012f200, 0xc8202b8b10, 0x2f, 0xc8201f0a20, 0x64, 0x3fc00000, 0x7d0)\n\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/cbdatasource/cbdatasource.go:684 +0x112\ncreated by github.com/couchbase/go-couchbase/cbdatasource.(*bucketDataSource).workerStart\n\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/cbdatasource/cbdatasource.go:687 +0xb7\n",
"/debug/pprof/heap?debug=1": "heap profile: 6: 43904 [1632: 18565064] @ heap/1048576\n1: 40960 [3: 122880] @ 0x403bb5 0x6023ca 0x603773 0x5f77f6 0x45fa21\n#\t0x6023ca\tgithub.com/couchbase/gocb/gocbcore.(*Agent).applyConfig+0x2ba\t/home/centos/sync_gateway/src/github.com/couchbase/gocb/gocbcore/agentrouting.go:269\n#\t0x603773\tgithub.com/couchbase/gocb/gocbcore.(*Agent).updateConfig+0x133\t/home/centos/sync_gateway/src/github.com/couchbase/gocb/gocbcore/agentrouting.go:406\n#\t0x5f77f6\tgithub.com/couchbase/gocb/gocbcore.(*Agent).cccpLooper+0x506\t/home/centos/sync_gateway/src/github.com/couchbase/gocb/gocbcore/agent.go:158\n\n1: 2048 [1: 2048] @ 0x441ce1 0x523fe7 0x524fb9 0x5252ea 0x525143 0x72a4ad 0x72cd54 0x72dbe3 0x7271fa 0x4be466 0x4bfa6d 0x4aef5a 0x4af2ad 0x401f7f 0x42e480 0x45fa21\n#\t0x523fe7\tregexp.onePassCopy+0x4b7\t\t\t\t\t/usr/local/go/src/regexp/onepass.go:226\n#\t0x524fb9\tregexp.compileOnePass+0x1b9\t\t\t\t\t/usr/local/go/src/regexp/onepass.go:572\n#\t0x5252ea\tregexp.compile+0x15a\t\t\t\t\t\t/usr/local/go/src/regexp/regexp.go:168\n#\t0x525143\tregexp.Compile+0x43\t\t\t\t\t\t/usr/local/go/src/regexp/regexp.go:118\n#\t0x72a4ad\tgithub.com/gorilla/mux.newRouteRegexp+0xd5d\t\t\t/home/centos/sync_gateway/src/github.com/gorilla/mux/regexp.go:95\n#\t0x72cd54\tgithub.com/gorilla/mux.(*Route).addRegexpMatcher+0x1b4\t\t/home/centos/sync_gateway/src/github.com/gorilla/mux/route.go:151\n#\t0x72dbe3\tgithub.com/gorilla/mux.(*Route).Path+0x43\t\t\t/home/centos/sync_gateway/src/github.com/gorilla/mux/route.go:280\n#\t0x7271fa\tgithub.com/gorilla/mux.(*Router).Handle+0x12a\t\t\t/home/centos/sync_gateway/src/github.com/gorilla/mux/mux.go:151\n#\t0x4be466\tgithub.com/couchbase/sync_gateway/rest.createHandler+0x8a6\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/routing.go:57\n#\t0x4bfa6d\tgithub.com/couchbase/sync_gateway/rest.CreateAdminHandler+0x5d\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/routing.go:111\n#\t0x4aef5a\tgithub.com/couchbase/sync_gateway/rest.RunServer+0x7aa\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/config.go:604\n#\t0x4af2ad\tgithub.com/couchbase/sync_gateway/rest.ServerMain+0x2d\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/config.go:621\n#\t0x401f7f\tmain.main+0x12f\t\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/main.go:33\n#\t0x42e480\truntime.main+0x2b0\t\t\t\t\t\t/usr/local/go/src/runtime/proc.go:111\n\n1: 416 [1: 416] @ 0x40add2 0x409d1b 0x40ba6f 0x83185a 0x4f0b73 0x4ee57d 0x4f0eb3 0x4ee57d 0x4ef98b 0x4ee59d 0x4f0eb3 0x4ee57d 0x4ef98b 0x4ee59d 0x4eda26 0x501bd4 0x551b6c 0x551d02 0x55406e 0x5546b6 0x464bb9 0x4656c9 0x759e4c 0x4c8f21 0x4c8364 0x4cb14c 0x4aeadb 0x4af2ad 0x401f7f 0x42e480 0x45fa21\n#\t0x40ba6f\treflect.mapassign+0x3f\t\t\t\t\t\t\t\t\t\t/usr/local/go/src/runtime/hashmap.go:955\n#\t0x83185a\treflect.Value.SetMapIndex+0x31a\t\t\t\t\t\t\t\t\t/usr/local/go/src/reflect/value.go:1469\n#\t0x4f0b73\tencoding/json.(*decodeState).object+0xe23\t\t\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:620\n#\t0x4ee57d\tencoding/json.(*decodeState).value+0x3bd\t\t\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:296\n#\t0x4f0eb3\tencoding/json.(*decodeState).object+0x1163\t\t\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:613\n#\t0x4ee57d\tencoding/json.(*decodeState).value+0x3bd\t\t\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:296\n#\t0x4ef98b\tencoding/json.(*decodeState).array+0xa6b\t\t\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:447\n#\t0x4ee59d\tencoding/json.(*decodeState).value+0x3dd\t\t\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:293\n#\t0x4f0eb3\tencoding/json.(*decodeState).object+0x1163\t\t\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:613\n#\t0x4ee57d\tencoding/json.(*decodeState).value+0x3bd\t\t\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:296\n#\t0x4ef98b\tencoding/json.(*decodeState).array+0xa6b\t\t\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:447\n#\t0x4ee59d\tencoding/json.(*decodeState).value+0x3dd\t\t\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:293\n#\t0x4eda26\tencoding/json.(*decodeState).unmarshal+0x196\t\t\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:157\n#\t0x501bd4\tencoding/json.(*Decoder).Decode+0x274\t\t\t\t\t\t\t\t/usr/local/go/src/encoding/json/stream.go:67\n#\t0x551b6c\tgithub.com/couchbase/go-couchbase.queryRestAPI+0x82c\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/pools.go:512\n#\t0x551d02\tgithub.com/couchbase/go-couchbase.(*Client).parseURLResponse+0x72\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/pools.go:519\n#\t0x55406e\tgithub.com/couchbase/go-couchbase.(*Pool).refresh+0x1ae\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/pools.go:747\n#\t0x5546b6\tgithub.com/couchbase/go-couchbase.(*Client).GetPool+0x3b6\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/pools.go:778\n#\t0x464bb9\tgithub.com/couchbase/sync_gateway/base.GetCouchbaseBucket+0x139\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/base/bucket.go:450\n#\t0x4656c9\tgithub.com/couchbase/sync_gateway/base.GetBucket+0x959\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/base/bucket.go:491\n#\t0x759e4c\tgithub.com/couchbase/sync_gateway/db.ConnectToBucket+0x6c\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/database.go:108\n#\t0x4c8f21\tgithub.com/couchbase/sync_gateway/rest.(*ServerContext)._getOrAddDatabaseFromConfig+0xb51\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/server_context.go:647\n#\t0x4c8364\tgithub.com/couchbase/sync_gateway/rest.(*ServerContext).getOrAddDatabaseFromConfig+0xa4\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/server_context.go:539\n#\t0x4cb14c\tgithub.com/couchbase/sync_gateway/rest.(*ServerContext).AddDatabaseFromConfig+0x3c\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/server_context.go:854\n#\t0x4aeadb\tgithub.com/couchbase/sync_gateway/rest.RunServer+0x32b\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/config.go:583\n#\t0x4af2ad\tgithub.com/couchbase/sync_gateway/rest.ServerMain+0x2d\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/config.go:621\n#\t0x401f7f\tmain.main+0x12f\t\t\t\t\t\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/main.go:33\n#\t0x42e480\truntime.main+0x2b0\t\t\t\t\t\t\t\t\t\t/usr/local/go/src/runtime/proc.go:111\n\n1: 384 [1: 384] @ 0x4352b7 0x429adf 0x42f9f0 0x42f599 0x45d1e2\n#\t0x4352b7\truntime.malg+0x27\t\t/usr/local/go/src/runtime/proc1.go:2188\n#\t0x429adf\truntime.mpreinit+0x1f\t\t/usr/local/go/src/runtime/os1_linux.go:197\n#\t0x42f9f0\truntime.mcommoninit+0x100\t/usr/local/go/src/runtime/proc1.go:114\n#\t0x42f599\truntime.schedinit+0x79\t\t/usr/local/go/src/runtime/proc1.go:57\n#\t0x45d1e2\truntime.rt0_go+0x132\t\t/usr/local/go/src/runtime/asm_amd64.s:109\n\n1: 48 [1: 48] @ 0x408e91 0x477daa 0x47c152 0x47bdd3 0x4c5a9c 0x4c42ce 0x4d7a78 0x5c372e 0x5c0beb 0x5b42cf 0x5b0b3e 0x5af730 0x45fa21\n#\t0x477daa\tgithub.com/couchbase/sync_gateway/base.(*SequenceClockImpl).ValueAsMap+0x4a\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/base/sequence_clock.go:119\n#\t0x47c152\tgithub.com/couchbase/sync_gateway/base.(*SyncGatewayPIndex).SeedSeqnos+0x222\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/base/sgw_pindex.go:87\n#\t0x47bdd3\tgithub.com/couchbase/sync_gateway/base.NewSyncGatewayPIndex+0x143\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/base/sgw_pindex.go:68\n#\t0x4c5a9c\tgithub.com/couchbase/sync_gateway/rest.(*ServerContext).SyncGatewayPIndexFactoryCommon+0xb1c\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/server_context.go:221\n#\t0x4c42ce\tgithub.com/couchbase/sync_gateway/rest.(*ServerContext).NewSyncGatewayPIndexFactory+0x7ae\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/server_context.go:136\n#\t0x4d7a78\tgithub.com/couchbase/sync_gateway/rest.(*ServerContext).NewSyncGatewayPIndexFactory-fm+0xb8\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/server_context.go:107\n#\t0x5c372e\tgithub.com/couchbase/cbgt.NewPIndexImpl+0x12e\t\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/pindex_impl.go:117\n#\t0x5c0beb\tgithub.com/couchbase/cbgt.NewPIndex+0x10b\t\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/pindex.go:100\n#\t0x5b42cf\tgithub.com/couchbase/cbgt.(*Manager).startPIndex+0x4ff\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_janitor.go:394\n#\t0x5b0b3e\tgithub.com/couchbase/cbgt.(*Manager).JanitorOnce+0xc1e\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_janitor.go:169\n#\t0x5af730\tgithub.com/couchbase/cbgt.(*Manager).JanitorLoop+0x3f0\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_janitor.go:81\n\n1: 48 [1: 48] @ 0x408e91 0x5caf5e 0x48ba41 0x40208b 0x42e44f 0x45fa21\n#\t0x5caf5e\tgithub.com/couchbase/cbgt.init+0x22e\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/feed.go:46\n#\t0x48ba41\tgithub.com/couchbase/sync_gateway/base.init+0x71\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/base/util.go:340\n#\t0x40208b\tmain.init+0x3b\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/main.go:34\n#\t0x42e44f\truntime.main+0x27f\t\t\t\t\t/usr/local/go/src/runtime/proc.go:100\n\n0: 0 [1: 48] @ 0x6023e7 0x603773 0x5f77f6 0x45fa21\n#\t0x6023e7\tgithub.com/couchbase/gocb/gocbcore.(*Agent).applyConfig+0x2d7\t/home/centos/sync_gateway/src/github.com/couchbase/gocb/gocbcore/agentrouting.go:269\n#\t0x603773\tgithub.com/couchbase/gocb/gocbcore.(*Agent).updateConfig+0x133\t/home/centos/sync_gateway/src/github.com/couchbase/gocb/gocbcore/agentrouting.go:406\n#\t0x5f77f6\tgithub.com/couchbase/gocb/gocbcore.(*Agent).cccpLooper+0x506\t/home/centos/sync_gateway/src/github.com/couchbase/gocb/gocbcore/agent.go:158\n\n0: 0 [1: 16] @ 0x4461a7 0x44602f 0x4f39ab 0x4f16a9 0x4ee557 0x4ef98b 0x4ee59d 0x4ef98b 0x4ee59d 0x4f0eb3 0x4ee57d 0x4f0eb3 0x4ee57d 0x4eda26 0x4ed56b 0x6047d1 0x5f76a5 0x45fa21\n#\t0x4f39ab\tencoding/json.(*decodeState).literalStore+0x1ebb\t\t/usr/local/go/src/encoding/json/decode.go:779\n#\t0x4f16a9\tencoding/json.(*decodeState).literal+0xe9\t\t\t/usr/local/go/src/encoding/json/decode.go:646\n#\t0x4ee557\tencoding/json.(*decodeState).value+0x397\t\t\t/usr/local/go/src/encoding/json/decode.go:299\n#\t0x4ef98b\tencoding/json.(*decodeState).array+0xa6b\t\t\t/usr/local/go/src/encoding/json/decode.go:447\n#\t0x4ee59d\tencoding/json.(*decodeState).value+0x3dd\t\t\t/usr/local/go/src/encoding/json/decode.go:293\n#\t0x4ef98b\tencoding/json.(*decodeState).array+0xa6b\t\t\t/usr/local/go/src/encoding/json/decode.go:447\n#\t0x4ee59d\tencoding/json.(*decodeState).value+0x3dd\t\t\t/usr/local/go/src/encoding/json/decode.go:293\n#\t0x4f0eb3\tencoding/json.(*decodeState).object+0x1163\t\t\t/usr/local/go/src/encoding/json/decode.go:613\n#\t0x4ee57d\tencoding/json.(*decodeState).value+0x3bd\t\t\t/usr/local/go/src/encoding/json/decode.go:296\n#\t0x4f0eb3\tencoding/json.(*decodeState).object+0x1163\t\t\t/usr/local/go/src/encoding/json/decode.go:613\n#\t0x4ee57d\tencoding/json.(*decodeState).value+0x3bd\t\t\t/usr/local/go/src/encoding/json/decode.go:296\n#\t0x4eda26\tencoding/json.(*decodeState).unmarshal+0x196\t\t\t/usr/local/go/src/encoding/json/decode.go:157\n#\t0x4ed56b\tencoding/json.Unmarshal+0x12b\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:85\n#\t0x6047d1\tgithub.com/couchbase/gocb/gocbcore.parseConfig+0x151\t\t/home/centos/sync_gateway/src/github.com/couchbase/gocb/gocbcore/config.go:119\n#\t0x5f76a5\tgithub.com/couchbase/gocb/gocbcore.(*Agent).cccpLooper+0x3b5\t/home/centos/sync_gateway/src/github.com/couchbase/gocb/gocbcore/agent.go:151\n\n0: 0 [1: 12288] @ 0x410e4b 0x833057 0x4ef7af 0x4ee59d 0x4f0eb3 0x4ee57d 0x4f0eb3 0x4ee57d 0x4eda26 0x4ed56b 0x6047d1 0x5f76a5 0x45fa21\n#\t0x410e4b\treflect.unsafe_NewArray+0x2b\t\t\t\t\t/usr/local/go/src/runtime/malloc.go:782\n#\t0x833057\treflect.MakeSlice+0x237\t\t\t\t\t\t/usr/local/go/src/reflect/value.go:2037\n#\t0x4ef7af\tencoding/json.(*decodeState).array+0x88f\t\t\t/usr/local/go/src/encoding/json/decode.go:436\n#\t0x4ee59d\tencoding/json.(*decodeState).value+0x3dd\t\t\t/usr/local/go/src/encoding/json/decode.go:293\n#\t0x4f0eb3\tencoding/json.(*decodeState).object+0x1163\t\t\t/usr/local/go/src/encoding/json/decode.go:613\n#\t0x4ee57d\tencoding/json.(*decodeState).value+0x3bd\t\t\t/usr/local/go/src/encoding/json/decode.go:296\n#\t0x4f0eb3\tencoding/json.(*decodeState).object+0x1163\t\t\t/usr/local/go/src/encoding/json/decode.go:613\n#\t0x4ee57d\tencoding/json.(*decodeState).value+0x3bd\t\t\t/usr/local/go/src/encoding/json/decode.go:296\n#\t0x4eda26\tencoding/json.(*decodeState).unmarshal+0x196\t\t\t/usr/local/go/src/encoding/json/decode.go:157\n#\t0x4ed56b\tencoding/json.Unmarshal+0x12b\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:85\n#\t0x6047d1\tgithub.com/couchbase/gocb/gocbcore.parseConfig+0x151\t\t/home/centos/sync_gateway/src/github.com/couchbase/gocb/gocbcore/config.go:119\n#\t0x5f76a5\tgithub.com/couchbase/gocb/gocbcore.(*Agent).cccpLooper+0x3b5\t/home/centos/sync_gateway/src/github.com/couchbase/gocb/gocbcore/agent.go:151\n\n0: 0 [1: 8448] @ 0x4461a7 0x44602f 0x6046e5 0x5f76a5 0x45fa21\n#\t0x6046e5\tgithub.com/couchbase/gocb/gocbcore.parseConfig+0x65\t\t/home/centos/sync_gateway/src/github.com/couchbase/gocb/gocbcore/config.go:116\n#\t0x5f76a5\tgithub.com/couchbase/gocb/gocbcore.(*Agent).cccpLooper+0x3b5\t/home/centos/sync_gateway/src/github.com/couchbase/gocb/gocbcore/agent.go:151\n\n0: 0 [1: 5376] @ 0x410e4b 0x833057 0x4ef7af 0x4ee59d 0x4f0eb3 0x4ee57d 0x4f0eb3 0x4ee57d 0x4eda26 0x4ed56b 0x6047d1 0x5f76a5 0x45fa21\n#\t0x410e4b\treflect.unsafe_NewArray+0x2b\t\t\t\t\t/usr/local/go/src/runtime/malloc.go:782\n#\t0x833057\treflect.MakeSlice+0x237\t\t\t\t\t\t/usr/local/go/src/reflect/value.go:2037\n#\t0x4ef7af\tencoding/json.(*decodeState).array+0x88f\t\t\t/usr/local/go/src/encoding/json/decode.go:436\n#\t0x4ee59d\tencoding/json.(*decodeState).value+0x3dd\t\t\t/usr/local/go/src/encoding/json/decode.go:293\n#\t0x4f0eb3\tencoding/json.(*decodeState).object+0x1163\t\t\t/usr/local/go/src/encoding/json/decode.go:613\n#\t0x4ee57d\tencoding/json.(*decodeState).value+0x3bd\t\t\t/usr/local/go/src/encoding/json/decode.go:296\n#\t0x4f0eb3\tencoding/json.(*decodeState).object+0x1163\t\t\t/usr/local/go/src/encoding/json/decode.go:613\n#\t0x4ee57d\tencoding/json.(*decodeState).value+0x3bd\t\t\t/usr/local/go/src/encoding/json/decode.go:296\n#\t0x4eda26\tencoding/json.(*decodeState).unmarshal+0x196\t\t\t/usr/local/go/src/encoding/json/decode.go:157\n#\t0x4ed56b\tencoding/json.Unmarshal+0x12b\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:85\n#\t0x6047d1\tgithub.com/couchbase/gocb/gocbcore.parseConfig+0x151\t\t/home/centos/sync_gateway/src/github.com/couchbase/gocb/gocbcore/config.go:119\n#\t0x5f76a5\tgithub.com/couchbase/gocb/gocbcore.(*Agent).cccpLooper+0x3b5\t/home/centos/sync_gateway/src/github.com/couchbase/gocb/gocbcore/agent.go:151\n\n0: 0 [1: 1152] @ 0x40add2 0x409d1b 0x822fab 0x823de4 0x823987 0x823841 0x8240be 0x98a8fb 0x989f3f 0x5bc261 0x5ba3ed 0x5b7ce1 0x5b7b42 0x5b7373 0x45fa21\n#\t0x822fab\treflect.deepValueEqual+0x41b\t\t\t\t/usr/local/go/src/reflect/deepequal.go:60\n#\t0x823de4\treflect.deepValueEqual+0x1254\t\t\t\t/usr/local/go/src/reflect/deepequal.go:96\n#\t0x823987\treflect.deepValueEqual+0xdf7\t\t\t\t/usr/local/go/src/reflect/deepequal.go:93\n#\t0x823841\treflect.deepValueEqual+0xcb1\t\t\t\t/usr/local/go/src/reflect/deepequal.go:112\n#\t0x8240be\treflect.DeepEqual+0x24e\t\t\t\t\t/usr/local/go/src/reflect/deepequal.go:144\n#\t0x98a8fb\tgithub.com/couchbase/blance.planNextMap+0x1db\t\t/home/centos/sync_gateway/src/github.com/couchbase/blance/plan.go:45\n#\t0x989f3f\tgithub.com/couchbase/blance.PlanNextMap+0x11f\t\t/home/centos/sync_gateway/src/github.com/couchbase/blance/api.go:158\n#\t0x5bc261\tgithub.com/couchbase/cbgt.BlancePlanPIndexes+0x771\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:536\n#\t0x5ba3ed\tgithub.com/couchbase/cbgt.CalcPlan+0x64d\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:337\n#\t0x5b7ce1\tgithub.com/couchbase/cbgt.Plan+0x141\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:142\n#\t0x5b7b42\tgithub.com/couchbase/cbgt.(*Manager).PlannerOnce+0x1f2\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:123\n#\t0x5b7373\tgithub.com/couchbase/cbgt.(*Manager).PlannerLoop+0x3f3\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:81\n\n0: 0 [1: 48] @ 0x408e91 0x98eca0 0x990b6e 0x98afce 0x98a87d 0x989f3f 0x5bc261 0x5ba3ed 0x5b7ce1 0x5b7b42 0x5b7373 0x45fa21\n#\t0x98eca0\tgithub.com/couchbase/blance.planNextMapInner.func1+0x160\t/home/centos/sync_gateway/src/github.com/couchbase/blance/plan.go:112\n#\t0x990b6e\tgithub.com/couchbase/blance.planNextMapInner.func2+0x4ee\t/home/centos/sync_gateway/src/github.com/couchbase/blance/plan.go:266\n#\t0x98afce\tgithub.com/couchbase/blance.planNextMapInner+0x5ae\t\t/home/centos/sync_gateway/src/github.com/couchbase/blance/plan.go:297\n#\t0x98a87d\tgithub.com/couchbase/blance.planNextMap+0x15d\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/blance/plan.go:44\n#\t0x989f3f\tgithub.com/couchbase/blance.PlanNextMap+0x11f\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/blance/api.go:158\n#\t0x5bc261\tgithub.com/couchbase/cbgt.BlancePlanPIndexes+0x771\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:536\n#\t0x5ba3ed\tgithub.com/couchbase/cbgt.CalcPlan+0x64d\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:337\n#\t0x5b7ce1\tgithub.com/couchbase/cbgt.Plan+0x141\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:142\n#\t0x5b7b42\tgithub.com/couchbase/cbgt.(*Manager).PlannerOnce+0x1f2\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:123\n#\t0x5b7373\tgithub.com/couchbase/cbgt.(*Manager).PlannerLoop+0x3f3\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:81\n\n0: 0 [1: 416] @ 0x551af5 0x551d02 0x553411 0x554ef4 0x59c59c 0x59ae86 0x59971c 0x5bb4b0 0x5ba0c0 0x5b7ce1 0x5b7b42 0x5b7373 0x45fa21\n#\t0x551af5\tgithub.com/couchbase/go-couchbase.queryRestAPI+0x7b5\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/pools.go:511\n#\t0x551d02\tgithub.com/couchbase/go-couchbase.(*Client).parseURLResponse+0x72\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/pools.go:519\n#\t0x553411\tgithub.com/couchbase/go-couchbase.(*Bucket).Refresh+0xf1\t\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/pools.go:694\n#\t0x554ef4\tgithub.com/couchbase/go-couchbase.(*Pool).GetBucket+0x244\t\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/pools.go:827\n#\t0x59c59c\tgithub.com/couchbase/cbgt.CouchbaseBucket+0x12ac\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/feed_cb.go:175\n#\t0x59ae86\tgithub.com/couchbase/cbgt.CouchbasePartitions+0xe6\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/feed_cb.go:94\n#\t0x59971c\tgithub.com/couchbase/cbgt.DataSourcePartitions+0x13c\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/feed.go:114\n#\t0x5bb4b0\tgithub.com/couchbase/cbgt.SplitIndexDefIntoPlanPIndexes+0xc0\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:431\n#\t0x5ba0c0\tgithub.com/couchbase/cbgt.CalcPlan+0x320\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:327\n#\t0x5b7ce1\tgithub.com/couchbase/cbgt.Plan+0x141\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:142\n#\t0x5b7b42\tgithub.com/couchbase/cbgt.(*Manager).PlannerOnce+0x1f2\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:123\n#\t0x5b7373\tgithub.com/couchbase/cbgt.(*Manager).PlannerLoop+0x3f3\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:81\n\n0: 0 [1: 416] @ 0x54ef47 0x54f1e9 0x54f835 0x55f523 0x545a63 0x549599 0x5935b9 0x597784 0x5b8a87 0x5b820a 0x5b7c23 0x5b7b42 0x5b7373 0x45fa21\n#\t0x54ef47\tgithub.com/couchbase/go-couchbase.Bucket.getConnPools+0x27\t\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/pools.go:257\n#\t0x54f1e9\tgithub.com/couchbase/go-couchbase.Bucket.getConnPool+0x59\t\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/pools.go:287\n#\t0x54f835\tgithub.com/couchbase/go-couchbase.Bucket.getConnectionToVBucket+0x455\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/pools.go:320\n#\t0x55f523\tgithub.com/couchbase/go-couchbase.(*Bucket).Do.func1+0x83\t\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/client.go:99\n#\t0x545a63\tgithub.com/couchbase/go-couchbase.(*Bucket).Do+0x293\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/client.go:111\n#\t0x549599\tgithub.com/couchbase/go-couchbase.(*Bucket).GetsRaw+0x1a9\t\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/client.go:629\n#\t0x5935b9\tgithub.com/couchbase/cbgt.(*CfgCB).Get+0x159\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/cfg_cb.go:126\n#\t0x597784\tgithub.com/couchbase/cbgt.CfgGetNodeDefs+0xd4\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/defs.go:272\n#\t0x5b8a87\tgithub.com/couchbase/cbgt.PlannerGetNodeDefs+0x67\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:222\n#\t0x5b820a\tgithub.com/couchbase/cbgt.PlannerGetPlan+0x17a\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:178\n#\t0x5b7c23\tgithub.com/couchbase/cbgt.Plan+0x83\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:136\n#\t0x5b7b42\tgithub.com/couchbase/cbgt.(*Manager).PlannerOnce+0x1f2\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:123\n#\t0x5b7373\tgithub.com/couchbase/cbgt.(*Manager).PlannerLoop+0x3f3\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:81\n\n0: 0 [1: 16] @ 0x4461a7 0x44602f 0x50a866 0x98d0e9 0x98cb1f 0x718d11 0x719086 0x7191e4 0x9909ab 0x98afce 0x98a87d 0x989f3f 0x5bc261 0x5ba3ed 0x5b7ce1 0x5b7b42 0x5b7373 0x45fa21\n#\t0x50a866\tfmt.Sprintf+0xa6\t\t\t\t\t\t/usr/local/go/src/fmt/print.go:204\n#\t0x98d0e9\tgithub.com/couchbase/blance.(*partitionSorter).Score+0x369\t/home/centos/sync_gateway/src/github.com/couchbase/blance/plan.go:502\n#\t0x98cb1f\tgithub.com/couchbase/blance.(*partitionSorter).Less+0x2f\t/home/centos/sync_gateway/src/github.com/couchbase/blance/plan.go:468\n#\t0x718d11\tsort.doPivot+0x1d1\t\t\t\t\t\t/usr/local/go/src/sort/sort.go:126\n#\t0x719086\tsort.quickSort+0xa6\t\t\t\t\t\t/usr/local/go/src/sort/sort.go:172\n#\t0x7191e4\tsort.Sort+0x74\t\t\t\t\t\t\t/usr/local/go/src/sort/sort.go:199\n#\t0x9909ab\tgithub.com/couchbase/blance.planNextMapInner.func2+0x32b\t/home/centos/sync_gateway/src/github.com/couchbase/blance/plan.go:243\n#\t0x98afce\tgithub.com/couchbase/blance.planNextMapInner+0x5ae\t\t/home/centos/sync_gateway/src/github.com/couchbase/blance/plan.go:297\n#\t0x98a87d\tgithub.com/couchbase/blance.planNextMap+0x15d\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/blance/plan.go:44\n#\t0x989f3f\tgithub.com/couchbase/blance.PlanNextMap+0x11f\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/blance/api.go:158\n#\t0x5bc261\tgithub.com/couchbase/cbgt.BlancePlanPIndexes+0x771\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:536\n#\t0x5ba3ed\tgithub.com/couchbase/cbgt.CalcPlan+0x64d\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:337\n#\t0x5b7ce1\tgithub.com/couchbase/cbgt.Plan+0x141\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:142\n#\t0x5b7b42\tgithub.com/couchbase/cbgt.(*Manager).PlannerOnce+0x1f2\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:123\n#\t0x5b7373\tgithub.com/couchbase/cbgt.(*Manager).PlannerLoop+0x3f3\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:81\n\n0: 0 [1: 352] @ 0x4098ba 0x98c07a 0x990ca8 0x98afce 0x98a87d 0x989f3f 0x5bc261 0x5ba3ed 0x5b7ce1 0x5b7b42 0x5b7373 0x45fa21\n#\t0x98c07a\tgithub.com/couchbase/blance.removeNodesFromNodesByState+0x27a\t/home/centos/sync_gateway/src/github.com/couchbase/blance/plan.go:390\n#\t0x990ca8\tgithub.com/couchbase/blance.planNextMapInner.func2+0x628\t/home/centos/sync_gateway/src/github.com/couchbase/blance/plan.go:277\n#\t0x98afce\tgithub.com/couchbase/blance.planNextMapInner+0x5ae\t\t/home/centos/sync_gateway/src/github.com/couchbase/blance/plan.go:297\n#\t0x98a87d\tgithub.com/couchbase/blance.planNextMap+0x15d\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/blance/plan.go:44\n#\t0x989f3f\tgithub.com/couchbase/blance.PlanNextMap+0x11f\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/blance/api.go:158\n#\t0x5bc261\tgithub.com/couchbase/cbgt.BlancePlanPIndexes+0x771\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:536\n#\t0x5ba3ed\tgithub.com/couchbase/cbgt.CalcPlan+0x64d\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:337\n#\t0x5b7ce1\tgithub.com/couchbase/cbgt.Plan+0x141\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:142\n#\t0x5b7b42\tgithub.com/couchbase/cbgt.(*Manager).PlannerOnce+0x1f2\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:123\n#\t0x5b7373\tgithub.com/couchbase/cbgt.(*Manager).PlannerLoop+0x3f3\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:81\n\n0: 0 [1: 48] @ 0x532cfd 0x533453 0x533a1b 0x98ce53 0x98cb55 0x718d6e 0x719086 0x7191e4 0x9909ab 0x98afce 0x98a87d 0x989f3f 0x5bc261 0x5ba3ed 0x5b7ce1 0x5b7b42 0x5b7373 0x45fa21\n#\t0x532cfd\tstrconv.ParseUint+0xad\t\t\t\t\t\t/usr/local/go/src/strconv/atoi.go:135\n#\t0x533453\tstrconv.ParseInt+0x243\t\t\t\t\t\t/usr/local/go/src/strconv/atoi.go:178\n#\t0x533a1b\tstrconv.Atoi+0x4b\t\t\t\t\t\t/usr/local/go/src/strconv/atoi.go:200\n#\t0x98ce53\tgithub.com/couchbase/blance.(*partitionSorter).Score+0xd3\t/home/centos/sync_gateway/src/github.com/couchbase/blance/plan.go:488\n#\t0x98cb55\tgithub.com/couchbase/blance.(*partitionSorter).Less+0x65\t/home/centos/sync_gateway/src/github.com/couchbase/blance/plan.go:469\n#\t0x718d6e\tsort.doPivot+0x22e\t\t\t\t\t\t/usr/local/go/src/sort/sort.go:137\n#\t0x719086\tsort.quickSort+0xa6\t\t\t\t\t\t/usr/local/go/src/sort/sort.go:172\n#\t0x7191e4\tsort.Sort+0x74\t\t\t\t\t\t\t/usr/local/go/src/sort/sort.go:199\n#\t0x9909ab\tgithub.com/couchbase/blance.planNextMapInner.func2+0x32b\t/home/centos/sync_gateway/src/github.com/couchbase/blance/plan.go:243\n#\t0x98afce\tgithub.com/couchbase/blance.planNextMapInner+0x5ae\t\t/home/centos/sync_gateway/src/github.com/couchbase/blance/plan.go:297\n#\t0x98a87d\tgithub.com/couchbase/blance.planNextMap+0x15d\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/blance/plan.go:44\n#\t0x989f3f\tgithub.com/couchbase/blance.PlanNextMap+0x11f\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/blance/api.go:158\n#\t0x5bc261\tgithub.com/couchbase/cbgt.BlancePlanPIndexes+0x771\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:536\n#\t0x5ba3ed\tgithub.com/couchbase/cbgt.CalcPlan+0x64d\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:337\n#\t0x5b7ce1\tgithub.com/couchbase/cbgt.Plan+0x141\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:142\n#\t0x5b7b42\tgithub.com/couchbase/cbgt.(*Manager).PlannerOnce+0x1f2\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:123\n#\t0x5b7373\tgithub.com/couchbase/cbgt.(*Manager).PlannerLoop+0x3f3\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:81\n\n0: 0 [1: 17664] @ 0x410e4b 0x833057 0x4ef7af 0x4ee59d 0x4f0eb3 0x4ee57d 0x4f0eb3 0x4ee57d 0x4ef98b 0x4ee59d 0x4eda26 0x501bd4 0x551b6c 0x551d02 0x55406e 0x5546b6 0x59c1c8 0x59ae86 0x59971c 0x5bb4b0 0x5ba0c0 0x5b7ce1 0x5b7b42 0x5b7373 0x45fa21\n#\t0x410e4b\treflect.unsafe_NewArray+0x2b\t\t\t\t\t\t/usr/local/go/src/runtime/malloc.go:782\n#\t0x833057\treflect.MakeSlice+0x237\t\t\t\t\t\t\t/usr/local/go/src/reflect/value.go:2037\n#\t0x4ef7af\tencoding/json.(*decodeState).array+0x88f\t\t\t\t/usr/local/go/src/encoding/json/decode.go:436\n#\t0x4ee59d\tencoding/json.(*decodeState).value+0x3dd\t\t\t\t/usr/local/go/src/encoding/json/decode.go:293\n#\t0x4f0eb3\tencoding/json.(*decodeState).object+0x1163\t\t\t\t/usr/local/go/src/encoding/json/decode.go:613\n#\t0x4ee57d\tencoding/json.(*decodeState).value+0x3bd\t\t\t\t/usr/local/go/src/encoding/json/decode.go:296\n#\t0x4f0eb3\tencoding/json.(*decodeState).object+0x1163\t\t\t\t/usr/local/go/src/encoding/json/decode.go:613\n#\t0x4ee57d\tencoding/json.(*decodeState).value+0x3bd\t\t\t\t/usr/local/go/src/encoding/json/decode.go:296\n#\t0x4ef98b\tencoding/json.(*decodeState).array+0xa6b\t\t\t\t/usr/local/go/src/encoding/json/decode.go:447\n#\t0x4ee59d\tencoding/json.(*decodeState).value+0x3dd\t\t\t\t/usr/local/go/src/encoding/json/decode.go:293\n#\t0x4eda26\tencoding/json.(*decodeState).unmarshal+0x196\t\t\t\t/usr/local/go/src/encoding/json/decode.go:157\n#\t0x501bd4\tencoding/json.(*Decoder).Decode+0x274\t\t\t\t\t/usr/local/go/src/encoding/json/stream.go:67\n#\t0x551b6c\tgithub.com/couchbase/go-couchbase.queryRestAPI+0x82c\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/pools.go:512\n#\t0x551d02\tgithub.com/couchbase/go-couchbase.(*Client).parseURLResponse+0x72\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/pools.go:519\n#\t0x55406e\tgithub.com/couchbase/go-couchbase.(*Pool).refresh+0x1ae\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/pools.go:747\n#\t0x5546b6\tgithub.com/couchbase/go-couchbase.(*Client).GetPool+0x3b6\t\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/pools.go:778\n#\t0x59c1c8\tgithub.com/couchbase/cbgt.CouchbaseBucket+0xed8\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/feed_cb.go:167\n#\t0x59ae86\tgithub.com/couchbase/cbgt.CouchbasePartitions+0xe6\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/feed_cb.go:94\n#\t0x59971c\tgithub.com/couchbase/cbgt.DataSourcePartitions+0x13c\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/feed.go:114\n#\t0x5bb4b0\tgithub.com/couchbase/cbgt.SplitIndexDefIntoPlanPIndexes+0xc0\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:431\n#\t0x5ba0c0\tgithub.com/couchbase/cbgt.CalcPlan+0x320\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:327\n#\t0x5b7ce1\tgithub.com/couchbase/cbgt.Plan+0x141\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:142\n#\t0x5b7b42\tgithub.com/couchbase/cbgt.(*Manager).PlannerOnce+0x1f2\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:123\n#\t0x5b7373\tgithub.com/couchbase/cbgt.(*Manager).PlannerLoop+0x3f3\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:81\n\n0: 0 [1: 48] @ 0x532cfd 0x533453 0x533a1b 0x98ce53 0x98cb1f 0x71868f 0x719133 0x719155 0x7191e4 0x98acd6 0x98a87d 0x989f3f 0x5bc261 0x5ba3ed 0x5b7ce1 0x5b7b42 0x5b7373 0x45fa21\n#\t0x532cfd\tstrconv.ParseUint+0xad\t\t\t\t\t\t/usr/local/go/src/strconv/atoi.go:135\n#\t0x533453\tstrconv.ParseInt+0x243\t\t\t\t\t\t/usr/local/go/src/strconv/atoi.go:178\n#\t0x533a1b\tstrconv.Atoi+0x4b\t\t\t\t\t\t/usr/local/go/src/strconv/atoi.go:200\n#\t0x98ce53\tgithub.com/couchbase/blance.(*partitionSorter).Score+0xd3\t/home/centos/sync_gateway/src/github.com/couchbase/blance/plan.go:488\n#\t0x98cb1f\tgithub.com/couchbase/blance.(*partitionSorter).Less+0x2f\t/home/centos/sync_gateway/src/github.com/couchbase/blance/plan.go:468\n#\t0x71868f\tsort.insertionSort+0x6f\t\t\t\t\t\t/usr/local/go/src/sort/sort.go:32\n#\t0x719133\tsort.quickSort+0x153\t\t\t\t\t\t/usr/local/go/src/sort/sort.go:184\n#\t0x719155\tsort.quickSort+0x175\t\t\t\t\t\t/usr/local/go/src/sort/sort.go:179\n#\t0x7191e4\tsort.Sort+0x74\t\t\t\t\t\t\t/usr/local/go/src/sort/sort.go:199\n#\t0x98acd6\tgithub.com/couchbase/blance.planNextMapInner+0x2b6\t\t/home/centos/sync_gateway/src/github.com/couchbase/blance/plan.go:83\n#\t0x98a87d\tgithub.com/couchbase/blance.planNextMap+0x15d\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/blance/plan.go:44\n#\t0x989f3f\tgithub.com/couchbase/blance.PlanNextMap+0x11f\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/blance/api.go:158\n#\t0x5bc261\tgithub.com/couchbase/cbgt.BlancePlanPIndexes+0x771\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:536\n#\t0x5ba3ed\tgithub.com/couchbase/cbgt.CalcPlan+0x64d\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:337\n#\t0x5b7ce1\tgithub.com/couchbase/cbgt.Plan+0x141\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:142\n#\t0x5b7b42\tgithub.com/couchbase/cbgt.(*Manager).PlannerOnce+0x1f2\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:123\n#\t0x5b7373\tgithub.com/couchbase/cbgt.(*Manager).PlannerLoop+0x3f3\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:81\n\n0: 0 [1: 1664] @ 0x40add2 0x409d1b 0x5ca900 0x5bb959 0x5ba0c0 0x5b7ce1 0x5b7b42 0x5b7373 0x45fa21\n#\t0x5ca900\tgithub.com/couchbase/cbgt.SplitIndexDefIntoPlanPIndexes.func1+0x450\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:462\n#\t0x5bb959\tgithub.com/couchbase/cbgt.SplitIndexDefIntoPlanPIndexes+0x569\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:470\n#\t0x5ba0c0\tgithub.com/couchbase/cbgt.CalcPlan+0x320\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:327\n#\t0x5b7ce1\tgithub.com/couchbase/cbgt.Plan+0x141\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:142\n#\t0x5b7b42\tgithub.com/couchbase/cbgt.(*Manager).PlannerOnce+0x1f2\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:123\n#\t0x5b7373\tgithub.com/couchbase/cbgt.(*Manager).PlannerLoop+0x3f3\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:81\n\n0: 0 [1: 16384] @ 0x4418e5 0x59b1cb 0x59971c 0x5bb4b0 0x5ba0c0 0x5b7ce1 0x5b7b42 0x5b7373 0x45fa21\n#\t0x59b1cb\tgithub.com/couchbase/cbgt.CouchbasePartitions+0x42b\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/feed_cb.go:111\n#\t0x59971c\tgithub.com/couchbase/cbgt.DataSourcePartitions+0x13c\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/feed.go:114\n#\t0x5bb4b0\tgithub.com/couchbase/cbgt.SplitIndexDefIntoPlanPIndexes+0xc0\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:431\n#\t0x5ba0c0\tgithub.com/couchbase/cbgt.CalcPlan+0x320\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:327\n#\t0x5b7ce1\tgithub.com/couchbase/cbgt.Plan+0x141\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:142\n#\t0x5b7b42\tgithub.com/couchbase/cbgt.(*Manager).PlannerOnce+0x1f2\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:123\n#\t0x5b7373\tgithub.com/couchbase/cbgt.(*Manager).PlannerLoop+0x3f3\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:81\n\n0: 0 [1: 112] @ 0x84932e 0x84d898 0x5251ed 0x525143 0x72a4ad 0x72cd54 0x72dbe3 0x7271fa 0x4bdeed 0x4bf730 0x4af0ae 0x4af2ad 0x401f7f 0x42e480 0x45fa21\n#\t0x84932e\tregexp/syntax.(*parser).op+0xbe\t\t\t\t\t/usr/local/go/src/regexp/syntax/parse.go:216\n#\t0x84d898\tregexp/syntax.Parse+0x508\t\t\t\t\t/usr/local/go/src/regexp/syntax/parse.go:733\n#\t0x5251ed\tregexp.compile+0x5d\t\t\t\t\t\t/usr/local/go/src/regexp/regexp.go:153\n#\t0x525143\tregexp.Compile+0x43\t\t\t\t\t\t/usr/local/go/src/regexp/regexp.go:118\n#\t0x72a4ad\tgithub.com/gorilla/mux.newRouteRegexp+0xd5d\t\t\t/home/centos/sync_gateway/src/github.com/gorilla/mux/regexp.go:95\n#\t0x72cd54\tgithub.com/gorilla/mux.(*Route).addRegexpMatcher+0x1b4\t\t/home/centos/sync_gateway/src/github.com/gorilla/mux/route.go:151\n#\t0x72dbe3\tgithub.com/gorilla/mux.(*Route).Path+0x43\t\t\t/home/centos/sync_gateway/src/github.com/gorilla/mux/route.go:280\n#\t0x7271fa\tgithub.com/gorilla/mux.(*Router).Handle+0x12a\t\t\t/home/centos/sync_gateway/src/github.com/gorilla/mux/mux.go:151\n#\t0x4bdeed\tgithub.com/couchbase/sync_gateway/rest.createHandler+0x32d\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/routing.go:49\n#\t0x4bf730\tgithub.com/couchbase/sync_gateway/rest.CreatePublicHandler+0x40\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/routing.go:94\n#\t0x4af0ae\tgithub.com/couchbase/sync_gateway/rest.RunServer+0x8fe\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/config.go:606\n#\t0x4af2ad\tgithub.com/couchbase/sync_gateway/rest.ServerMain+0x2d\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/config.go:621\n#\t0x401f7f\tmain.main+0x12f\t\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/main.go:33\n#\t0x42e480\truntime.main+0x2b0\t\t\t\t\t\t/usr/local/go/src/runtime/proc.go:111\n\n0: 0 [1: 48] @ 0x408e91 0x52462a 0x524fc7 0x5252ea 0x525143 0x72a2a7 0x72cd54 0x72dbe3 0x7271fa 0x4c0136 0x4aef5a 0x4af2ad 0x401f7f 0x42e480 0x45fa21\n#\t0x52462a\tregexp.makeOnePass+0x43a\t\t\t\t\t/usr/local/go/src/regexp/onepass.go:464\n#\t0x524fc7\tregexp.compileOnePass+0x1c7\t\t\t\t\t/usr/local/go/src/regexp/onepass.go:575\n#\t0x5252ea\tregexp.compile+0x15a\t\t\t\t\t\t/usr/local/go/src/regexp/regexp.go:168\n#\t0x525143\tregexp.Compile+0x43\t\t\t\t\t\t/usr/local/go/src/regexp/regexp.go:118\n#\t0x72a2a7\tgithub.com/gorilla/mux.newRouteRegexp+0xb57\t\t\t/home/centos/sync_gateway/src/github.com/gorilla/mux/regexp.go:76\n#\t0x72cd54\tgithub.com/gorilla/mux.(*Route).addRegexpMatcher+0x1b4\t\t/home/centos/sync_gateway/src/github.com/gorilla/mux/route.go:151\n#\t0x72dbe3\tgithub.com/gorilla/mux.(*Route).Path+0x43\t\t\t/home/centos/sync_gateway/src/github.com/gorilla/mux/route.go:280\n#\t0x7271fa\tgithub.com/gorilla/mux.(*Router).Handle+0x12a\t\t\t/home/centos/sync_gateway/src/github.com/gorilla/mux/mux.go:151\n#\t0x4c0136\tgithub.com/couchbase/sync_gateway/rest.CreateAdminHandler+0x726\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/routing.go:138\n#\t0x4aef5a\tgithub.com/couchbase/sync_gateway/rest.RunServer+0x7aa\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/config.go:604\n#\t0x4af2ad\tgithub.com/couchbase/sync_gateway/rest.ServerMain+0x2d\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/config.go:621\n#\t0x401f7f\tmain.main+0x12f\t\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/main.go:33\n#\t0x42e480\truntime.main+0x2b0\t\t\t\t\t\t/usr/local/go/src/runtime/proc.go:111\n\n0: 0 [1: 90112] @ 0x4418e5 0x577999 0x580f9d 0x57a1cb 0x57a49b 0x560c8a 0x55f5c7 0x545a63 0x549599 0x5935b9 0x597fc9 0x5aa901 0x4c6fb3 0x4c6d69 0x4aec4a 0x4af2ad 0x401f7f 0x42e480 0x45fa21\n#\t0x577999\tgithub.com/couchbase/gomemcached.(*MCResponse).Receive+0x699\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/gomemcached/mc_res.go:181\n#\t0x580f9d\tgithub.com/couchbase/gomemcached/client.getResponse+0xdd\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/gomemcached/client/transport.go:35\n#\t0x57a1cb\tgithub.com/couchbase/gomemcached/client.(*Client).Send+0x10b\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/gomemcached/client/mc.go:80\n#\t0x57a49b\tgithub.com/couchbase/gomemcached/client.(*Client).Get+0xdb\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/gomemcached/client/mc.go:109\n#\t0x560c8a\tgithub.com/couchbase/go-couchbase.(*Bucket).GetsRaw.func2+0x8a\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/client.go:619\n#\t0x55f5c7\tgithub.com/couchbase/go-couchbase.(*Bucket).Do.func1+0x127\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/client.go:105\n#\t0x545a63\tgithub.com/couchbase/go-couchbase.(*Bucket).Do+0x293\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/client.go:111\n#\t0x549599\tgithub.com/couchbase/go-couchbase.(*Bucket).GetsRaw+0x1a9\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/client.go:629\n#\t0x5935b9\tgithub.com/couchbase/cbgt.(*CfgCB).Get+0x159\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/cfg_cb.go:126\n#\t0x597fc9\tgithub.com/couchbase/cbgt.CfgGetPlanPIndexes+0x69\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/defs.go:371\n#\t0x5aa901\tgithub.com/couchbase/cbgt.(*Manager).GetPlanPIndexes+0x131\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager.go:581\n#\t0x4c6fb3\tgithub.com/couchbase/sync_gateway/rest.(*ServerContext).validateCBGTPartitionMap+0x1d3\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/server_context.go:371\n#\t0x4c6d69\tgithub.com/couchbase/sync_gateway/rest.(*ServerContext).InitCBGT+0x259\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/server_context.go:349\n#\t0x4aec4a\tgithub.com/couchbase/sync_gateway/rest.RunServer+0x49a\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/config.go:590\n#\t0x4af2ad\tgithub.com/couchbase/sync_gateway/rest.ServerMain+0x2d\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/config.go:621\n#\t0x401f7f\tmain.main+0x12f\t\t\t\t\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/main.go:33\n#\t0x42e480\truntime.main+0x2b0\t\t\t\t\t\t\t\t\t/usr/local/go/src/runtime/proc.go:111\n\n0: 0 [1: 65536] @ 0x4418e5 0x4f2e15 0x4f16a9 0x4ee557 0x4f0eb3 0x4ee57d 0x4f0eb3 0x4ee57d 0x4f0eb3 0x4ee57d 0x4eda26 0x4ed56b 0x5938b0 0x597fc9 0x5b99bf 0x5b8298 0x5b7c23 0x5b7b42 0x5b7373 0x45fa21\n#\t0x4f2e15\tencoding/json.(*decodeState).literalStore+0x1325\t/usr/local/go/src/encoding/json/decode.go:754\n#\t0x4f16a9\tencoding/json.(*decodeState).literal+0xe9\t\t/usr/local/go/src/encoding/json/decode.go:646\n#\t0x4ee557\tencoding/json.(*decodeState).value+0x397\t\t/usr/local/go/src/encoding/json/decode.go:299\n#\t0x4f0eb3\tencoding/json.(*decodeState).object+0x1163\t\t/usr/local/go/src/encoding/json/decode.go:613\n#\t0x4ee57d\tencoding/json.(*decodeState).value+0x3bd\t\t/usr/local/go/src/encoding/json/decode.go:296\n#\t0x4f0eb3\tencoding/json.(*decodeState).object+0x1163\t\t/usr/local/go/src/encoding/json/decode.go:613\n#\t0x4ee57d\tencoding/json.(*decodeState).value+0x3bd\t\t/usr/local/go/src/encoding/json/decode.go:296\n#\t0x4f0eb3\tencoding/json.(*decodeState).object+0x1163\t\t/usr/local/go/src/encoding/json/decode.go:613\n#\t0x4ee57d\tencoding/json.(*decodeState).value+0x3bd\t\t/usr/local/go/src/encoding/json/decode.go:296\n#\t0x4eda26\tencoding/json.(*decodeState).unmarshal+0x196\t\t/usr/local/go/src/encoding/json/decode.go:157\n#\t0x4ed56b\tencoding/json.Unmarshal+0x12b\t\t\t\t/usr/local/go/src/encoding/json/decode.go:85\n#\t0x5938b0\tgithub.com/couchbase/cbgt.(*CfgCB).Get+0x450\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/cfg_cb.go:137\n#\t0x597fc9\tgithub.com/couchbase/cbgt.CfgGetPlanPIndexes+0x69\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/defs.go:371\n#\t0x5b99bf\tgithub.com/couchbase/cbgt.PlannerGetPlanPIndexes+0x4f\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:269\n#\t0x5b8298\tgithub.com/couchbase/cbgt.PlannerGetPlan+0x208\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:183\n#\t0x5b7c23\tgithub.com/couchbase/cbgt.Plan+0x83\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:136\n#\t0x5b7b42\tgithub.com/couchbase/cbgt.(*Manager).PlannerOnce+0x1f2\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:123\n#\t0x5b7373\tgithub.com/couchbase/cbgt.(*Manager).PlannerLoop+0x3f3\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:81\n\n0: 0 [2: 180224] @ 0x4418e5 0x577999 0x580f9d 0x57a1cb 0x57a49b 0x560c8a 0x55f5c7 0x545a63 0x549599 0x5935b9 0x597219 0x5b863f 0x5b8168 0x5b7c23 0x5b7b42 0x5b7373 0x45fa21\n#\t0x577999\tgithub.com/couchbase/gomemcached.(*MCResponse).Receive+0x699\t/home/centos/sync_gateway/src/github.com/couchbase/gomemcached/mc_res.go:181\n#\t0x580f9d\tgithub.com/couchbase/gomemcached/client.getResponse+0xdd\t/home/centos/sync_gateway/src/github.com/couchbase/gomemcached/client/transport.go:35\n#\t0x57a1cb\tgithub.com/couchbase/gomemcached/client.(*Client).Send+0x10b\t/home/centos/sync_gateway/src/github.com/couchbase/gomemcached/client/mc.go:80\n#\t0x57a49b\tgithub.com/couchbase/gomemcached/client.(*Client).Get+0xdb\t/home/centos/sync_gateway/src/github.com/couchbase/gomemcached/client/mc.go:109\n#\t0x560c8a\tgithub.com/couchbase/go-couchbase.(*Bucket).GetsRaw.func2+0x8a\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/client.go:619\n#\t0x55f5c7\tgithub.com/couchbase/go-couchbase.(*Bucket).Do.func1+0x127\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/client.go:105\n#\t0x545a63\tgithub.com/couchbase/go-couchbase.(*Bucket).Do+0x293\t\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/client.go:111\n#\t0x549599\tgithub.com/couchbase/go-couchbase.(*Bucket).GetsRaw+0x1a9\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/client.go:629\n#\t0x5935b9\tgithub.com/couchbase/cbgt.(*CfgCB).Get+0x159\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/cfg_cb.go:126\n#\t0x597219\tgithub.com/couchbase/cbgt.CfgGetIndexDefs+0x69\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/defs.go:200\n#\t0x5b863f\tgithub.com/couchbase/cbgt.PlannerGetIndexDefs+0x4f\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:205\n#\t0x5b8168\tgithub.com/couchbase/cbgt.PlannerGetPlan+0xd8\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:173\n#\t0x5b7c23\tgithub.com/couchbase/cbgt.Plan+0x83\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:136\n#\t0x5b7b42\tgithub.com/couchbase/cbgt.(*Manager).PlannerOnce+0x1f2\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:123\n#\t0x5b7373\tgithub.com/couchbase/cbgt.(*Manager).PlannerLoop+0x3f3\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:81\n\n0: 0 [1: 48] @ 0x408e91 0x98a00c 0x98a414 0x98d41f 0x98cb1f 0x718d6e 0x719086 0x7191e4 0x9909ab 0x98afce 0x98a87d 0x989f3f 0x5bc261 0x5ba3ed 0x5b7ce1 0x5b7b42 0x5b7373 0x45fa21\n#\t0x98a00c\tgithub.com/couchbase/blance.StringsToMap+0x6c\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/blance/misc.go:20\n#\t0x98a414\tgithub.com/couchbase/blance.StringsIntersectStrings+0x64\t/home/centos/sync_gateway/src/github.com/couchbase/blance/misc.go:44\n#\t0x98d41f\tgithub.com/couchbase/blance.(*partitionSorter).Score+0x69f\t/home/centos/sync_gateway/src/github.com/couchbase/blance/plan.go:519\n#\t0x98cb1f\tgithub.com/couchbase/blance.(*partitionSorter).Less+0x2f\t/home/centos/sync_gateway/src/github.com/couchbase/blance/plan.go:468\n#\t0x718d6e\tsort.doPivot+0x22e\t\t\t\t\t\t/usr/local/go/src/sort/sort.go:137\n#\t0x719086\tsort.quickSort+0xa6\t\t\t\t\t\t/usr/local/go/src/sort/sort.go:172\n#\t0x7191e4\tsort.Sort+0x74\t\t\t\t\t\t\t/usr/local/go/src/sort/sort.go:199\n#\t0x9909ab\tgithub.com/couchbase/blance.planNextMapInner.func2+0x32b\t/home/centos/sync_gateway/src/github.com/couchbase/blance/plan.go:243\n#\t0x98afce\tgithub.com/couchbase/blance.planNextMapInner+0x5ae\t\t/home/centos/sync_gateway/src/github.com/couchbase/blance/plan.go:297\n#\t0x98a87d\tgithub.com/couchbase/blance.planNextMap+0x15d\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/blance/plan.go:44\n#\t0x989f3f\tgithub.com/couchbase/blance.PlanNextMap+0x11f\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/blance/api.go:158\n#\t0x5bc261\tgithub.com/couchbase/cbgt.BlancePlanPIndexes+0x771\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:536\n#\t0x5ba3ed\tgithub.com/couchbase/cbgt.CalcPlan+0x64d\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:337\n#\t0x5b7ce1\tgithub.com/couchbase/cbgt.Plan+0x141\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:142\n#\t0x5b7b42\tgithub.com/couchbase/cbgt.(*Manager).PlannerOnce+0x1f2\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:123\n#\t0x5b7373\tgithub.com/couchbase/cbgt.(*Manager).PlannerLoop+0x3f3\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:81\n\n0: 0 [1: 16] @ 0x4461a7 0x44602f 0x50a866 0x98d0e9 0x98cb55 0x718d6e 0x719086 0x7191e4 0x98acd6 0x98a87d 0x989f3f 0x5bc261 0x5ba3ed 0x5b7ce1 0x5b7b42 0x5b7373 0x45fa21\n#\t0x50a866\tfmt.Sprintf+0xa6\t\t\t\t\t\t/usr/local/go/src/fmt/print.go:204\n#\t0x98d0e9\tgithub.com/couchbase/blance.(*partitionSorter).Score+0x369\t/home/centos/sync_gateway/src/github.com/couchbase/blance/plan.go:502\n#\t0x98cb55\tgithub.com/couchbase/blance.(*partitionSorter).Less+0x65\t/home/centos/sync_gateway/src/github.com/couchbase/blance/plan.go:469\n#\t0x718d6e\tsort.doPivot+0x22e\t\t\t\t\t\t/usr/local/go/src/sort/sort.go:137\n#\t0x719086\tsort.quickSort+0xa6\t\t\t\t\t\t/usr/local/go/src/sort/sort.go:172\n#\t0x7191e4\tsort.Sort+0x74\t\t\t\t\t\t\t/usr/local/go/src/sort/sort.go:199\n#\t0x98acd6\tgithub.com/couchbase/blance.planNextMapInner+0x2b6\t\t/home/centos/sync_gateway/src/github.com/couchbase/blance/plan.go:83\n#\t0x98a87d\tgithub.com/couchbase/blance.planNextMap+0x15d\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/blance/plan.go:44\n#\t0x989f3f\tgithub.com/couchbase/blance.PlanNextMap+0x11f\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/blance/api.go:158\n#\t0x5bc261\tgithub.com/couchbase/cbgt.BlancePlanPIndexes+0x771\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:536\n#\t0x5ba3ed\tgithub.com/couchbase/cbgt.CalcPlan+0x64d\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:337\n#\t0x5b7ce1\tgithub.com/couchbase/cbgt.Plan+0x141\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:142\n#\t0x5b7b42\tgithub.com/couchbase/cbgt.(*Manager).PlannerOnce+0x1f2\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:123\n#\t0x5b7373\tgithub.com/couchbase/cbgt.(*Manager).PlannerLoop+0x3f3\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:81\n\n0: 0 [1: 65536] @ 0x4418e5 0x4f2e15 0x4f16a9 0x4ee557 0x4f0eb3 0x4ee57d 0x4f0eb3 0x4ee57d 0x4f0eb3 0x4ee57d 0x4eda26 0x4ed56b 0x5938b0 0x597219 0x5b863f 0x5b8168 0x5b7c23 0x5b7b42 0x5b7373 0x45fa21\n#\t0x4f2e15\tencoding/json.(*decodeState).literalStore+0x1325\t/usr/local/go/src/encoding/json/decode.go:754\n#\t0x4f16a9\tencoding/json.(*decodeState).literal+0xe9\t\t/usr/local/go/src/encoding/json/decode.go:646\n#\t0x4ee557\tencoding/json.(*decodeState).value+0x397\t\t/usr/local/go/src/encoding/json/decode.go:299\n#\t0x4f0eb3\tencoding/json.(*decodeState).object+0x1163\t\t/usr/local/go/src/encoding/json/decode.go:613\n#\t0x4ee57d\tencoding/json.(*decodeState).value+0x3bd\t\t/usr/local/go/src/encoding/json/decode.go:296\n#\t0x4f0eb3\tencoding/json.(*decodeState).object+0x1163\t\t/usr/local/go/src/encoding/json/decode.go:613\n#\t0x4ee57d\tencoding/json.(*decodeState).value+0x3bd\t\t/usr/local/go/src/encoding/json/decode.go:296\n#\t0x4f0eb3\tencoding/json.(*decodeState).object+0x1163\t\t/usr/local/go/src/encoding/json/decode.go:613\n#\t0x4ee57d\tencoding/json.(*decodeState).value+0x3bd\t\t/usr/local/go/src/encoding/json/decode.go:296\n#\t0x4eda26\tencoding/json.(*decodeState).unmarshal+0x196\t\t/usr/local/go/src/encoding/json/decode.go:157\n#\t0x4ed56b\tencoding/json.Unmarshal+0x12b\t\t\t\t/usr/local/go/src/encoding/json/decode.go:85\n#\t0x5938b0\tgithub.com/couchbase/cbgt.(*CfgCB).Get+0x450\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/cfg_cb.go:137\n#\t0x597219\tgithub.com/couchbase/cbgt.CfgGetIndexDefs+0x69\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/defs.go:200\n#\t0x5b863f\tgithub.com/couchbase/cbgt.PlannerGetIndexDefs+0x4f\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:205\n#\t0x5b8168\tgithub.com/couchbase/cbgt.PlannerGetPlan+0xd8\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:173\n#\t0x5b7c23\tgithub.com/couchbase/cbgt.Plan+0x83\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:136\n#\t0x5b7b42\tgithub.com/couchbase/cbgt.(*Manager).PlannerOnce+0x1f2\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:123\n#\t0x5b7373\tgithub.com/couchbase/cbgt.(*Manager).PlannerLoop+0x3f3\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:81\n\n0: 0 [1: 48] @ 0x408e91 0x98a00c 0x98a414 0x98bf6c 0x990c3d 0x98afce 0x98a87d 0x989f3f 0x5bc261 0x5ba3ed 0x5b7ce1 0x5b7b42 0x5b7373 0x45fa21\n#\t0x98a00c\tgithub.com/couchbase/blance.StringsToMap+0x6c\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/blance/misc.go:20\n#\t0x98a414\tgithub.com/couchbase/blance.StringsIntersectStrings+0x64\t/home/centos/sync_gateway/src/github.com/couchbase/blance/misc.go:44\n#\t0x98bf6c\tgithub.com/couchbase/blance.removeNodesFromNodesByState+0x16c\t/home/centos/sync_gateway/src/github.com/couchbase/blance/plan.go:388\n#\t0x990c3d\tgithub.com/couchbase/blance.planNextMapInner.func2+0x5bd\t/home/centos/sync_gateway/src/github.com/couchbase/blance/plan.go:273\n#\t0x98afce\tgithub.com/couchbase/blance.planNextMapInner+0x5ae\t\t/home/centos/sync_gateway/src/github.com/couchbase/blance/plan.go:297\n#\t0x98a87d\tgithub.com/couchbase/blance.planNextMap+0x15d\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/blance/plan.go:44\n#\t0x989f3f\tgithub.com/couchbase/blance.PlanNextMap+0x11f\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/blance/api.go:158\n#\t0x5bc261\tgithub.com/couchbase/cbgt.BlancePlanPIndexes+0x771\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:536\n#\t0x5ba3ed\tgithub.com/couchbase/cbgt.CalcPlan+0x64d\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:337\n#\t0x5b7ce1\tgithub.com/couchbase/cbgt.Plan+0x141\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:142\n#\t0x5b7b42\tgithub.com/couchbase/cbgt.(*Manager).PlannerOnce+0x1f2\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:123\n#\t0x5b7373\tgithub.com/couchbase/cbgt.(*Manager).PlannerLoop+0x3f3\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:81\n\n0: 0 [1: 4096] @ 0x4418e5 0x502411 0x5021bb 0x501ab9 0x551b6c 0x551d02 0x553411 0x554ef4 0x59c59c 0x59ae86 0x59971c 0x5bb4b0 0x5ba0c0 0x5b7ce1 0x5b7b42 0x5b7373 0x45fa21\n#\t0x502411\tencoding/json.(*Decoder).refill+0x161\t\t\t\t\t/usr/local/go/src/encoding/json/stream.go:146\n#\t0x5021bb\tencoding/json.(*Decoder).readValue+0x41b\t\t\t\t/usr/local/go/src/encoding/json/stream.go:128\n#\t0x501ab9\tencoding/json.(*Decoder).Decode+0x159\t\t\t\t\t/usr/local/go/src/encoding/json/stream.go:57\n#\t0x551b6c\tgithub.com/couchbase/go-couchbase.queryRestAPI+0x82c\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/pools.go:512\n#\t0x551d02\tgithub.com/couchbase/go-couchbase.(*Client).parseURLResponse+0x72\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/pools.go:519\n#\t0x553411\tgithub.com/couchbase/go-couchbase.(*Bucket).Refresh+0xf1\t\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/pools.go:694\n#\t0x554ef4\tgithub.com/couchbase/go-couchbase.(*Pool).GetBucket+0x244\t\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/pools.go:827\n#\t0x59c59c\tgithub.com/couchbase/cbgt.CouchbaseBucket+0x12ac\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/feed_cb.go:175\n#\t0x59ae86\tgithub.com/couchbase/cbgt.CouchbasePartitions+0xe6\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/feed_cb.go:94\n#\t0x59971c\tgithub.com/couchbase/cbgt.DataSourcePartitions+0x13c\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/feed.go:114\n#\t0x5bb4b0\tgithub.com/couchbase/cbgt.SplitIndexDefIntoPlanPIndexes+0xc0\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:431\n#\t0x5ba0c0\tgithub.com/couchbase/cbgt.CalcPlan+0x320\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:327\n#\t0x5b7ce1\tgithub.com/couchbase/cbgt.Plan+0x141\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:142\n#\t0x5b7b42\tgithub.com/couchbase/cbgt.(*Manager).PlannerOnce+0x1f2\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:123\n#\t0x5b7373\tgithub.com/couchbase/cbgt.(*Manager).PlannerLoop+0x3f3\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:81\n\n0: 0 [1: 90112] @ 0x4418e5 0x575d27 0x5710c3 0x45fa21\n#\t0x575d27\tgithub.com/couchbase/gomemcached.(*MCRequest).Receive+0x7e7\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/gomemcached/mc_req.go:155\n#\t0x5710c3\tgithub.com/couchbase/go-couchbase/cbdatasource.(*bucketDataSource).worker.func3+0x1f3\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/cbdatasource/cbdatasource.go:829\n\n0: 0 [1: 8] @ 0x4f6ea7 0x4f6e56 0x4f6d85 0x4f6ac9 0x4f6613 0x56d6a8 0x56bd68 0x5713f1 0x45fa21\n#\t0x4f6ea7\tencoding/json.typeEncoder+0x37\t\t\t\t\t\t\t\t\t/usr/local/go/src/encoding/json/encode.go:316\n#\t0x4f6e56\tencoding/json.valueEncoder+0x86\t\t\t\t\t\t\t\t\t/usr/local/go/src/encoding/json/encode.go:311\n#\t0x4f6d85\tencoding/json.(*encodeState).reflectValue+0x35\t\t\t\t\t\t\t/usr/local/go/src/encoding/json/encode.go:297\n#\t0x4f6ac9\tencoding/json.(*encodeState).marshal+0xa9\t\t\t\t\t\t\t/usr/local/go/src/encoding/json/encode.go:270\n#\t0x4f6613\tencoding/json.Marshal+0x83\t\t\t\t\t\t\t\t\t/usr/local/go/src/encoding/json/encode.go:135\n#\t0x56d6a8\tgithub.com/couchbase/go-couchbase/cbdatasource.(*bucketDataSource).setVBucketMetaData+0x88\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/cbdatasource/cbdatasource.go:1275\n#\t0x56bd68\tgithub.com/couchbase/go-couchbase/cbdatasource.(*bucketDataSource).handleRecv+0x1278\t\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/cbdatasource/cbdatasource.go:1124\n#\t0x5713f1\tgithub.com/couchbase/go-couchbase/cbdatasource.(*bucketDataSource).worker.func3+0x521\t\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/cbdatasource/cbdatasource.go:925\n\n0: 0 [1: 64] @ 0x56d481 0x56d8c3 0x56aa6e 0x56a032 0x5708b8 0x5706eb 0x5709e2 0x45fa21\n#\t0x56d481\tgithub.com/couchbase/go-couchbase/cbdatasource.(*bucketDataSource).getVBucketMetaData+0x171\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/cbdatasource/cbdatasource.go:1259\n#\t0x56d8c3\tgithub.com/couchbase/go-couchbase/cbdatasource.(*bucketDataSource).sendStreamReq+0x53\t\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/cbdatasource/cbdatasource.go:1293\n#\t0x56aa6e\tgithub.com/couchbase/go-couchbase/cbdatasource.(*bucketDataSource).refreshWorker+0x84e\t\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/cbdatasource/cbdatasource.go:1029\n#\t0x56a032\tgithub.com/couchbase/go-couchbase/cbdatasource.(*bucketDataSource).worker+0x14b2\t\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/cbdatasource/cbdatasource.go:975\n#\t0x5708b8\tgithub.com/couchbase/go-couchbase/cbdatasource.(*bucketDataSource).workerStart.func1.1+0x48\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/cbdatasource/cbdatasource.go:683\n#\t0x5706eb\tgithub.com/couchbase/go-couchbase/cbdatasource.ExponentialBackoffLoop+0x2b\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/cbdatasource/cbdatasource.go:1536\n#\t0x5709e2\tgithub.com/couchbase/go-couchbase/cbdatasource.(*bucketDataSource).workerStart.func1+0x112\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/cbdatasource/cbdatasource.go:684\n\n0: 0 [1: 48] @ 0x5a0ab6 0x56d3b2 0x56d8c3 0x56aa6e 0x56a032 0x5708b8 0x5706eb 0x5709e2 0x45fa21\n#\t0x5a0ab6\tgithub.com/couchbase/cbgt.(*DCPFeed).GetMetaData+0x86\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/feed_dcp.go:470\n#\t0x56d3b2\tgithub.com/couchbase/go-couchbase/cbdatasource.(*bucketDataSource).getVBucketMetaData+0xa2\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/cbdatasource/cbdatasource.go:1253\n#\t0x56d8c3\tgithub.com/couchbase/go-couchbase/cbdatasource.(*bucketDataSource).sendStreamReq+0x53\t\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/cbdatasource/cbdatasource.go:1293\n#\t0x56aa6e\tgithub.com/couchbase/go-couchbase/cbdatasource.(*bucketDataSource).refreshWorker+0x84e\t\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/cbdatasource/cbdatasource.go:1029\n#\t0x56a032\tgithub.com/couchbase/go-couchbase/cbdatasource.(*bucketDataSource).worker+0x14b2\t\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/cbdatasource/cbdatasource.go:975\n#\t0x5708b8\tgithub.com/couchbase/go-couchbase/cbdatasource.(*bucketDataSource).workerStart.func1.1+0x48\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/cbdatasource/cbdatasource.go:683\n#\t0x5706eb\tgithub.com/couchbase/go-couchbase/cbdatasource.ExponentialBackoffLoop+0x2b\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/cbdatasource/cbdatasource.go:1536\n#\t0x5709e2\tgithub.com/couchbase/go-couchbase/cbdatasource.(*bucketDataSource).workerStart.func1+0x112\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/cbdatasource/cbdatasource.go:684\n\n0: 0 [1: 16] @ 0x4461a7 0x44602f 0x4f39ab 0x4f16a9 0x4ee557 0x4ef98b 0x4ee59d 0x4ef98b 0x4ee59d 0x4f0eb3 0x4ee57d 0x4f0eb3 0x4ee57d 0x4eda26 0x501bd4 0x551b6c 0x551d02 0x553411 0x554ef4 0x56eb03 0x5666b0 0x570780 0x5706eb 0x570810 0x45fa21\n#\t0x4f39ab\tencoding/json.(*decodeState).literalStore+0x1ebb\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:779\n#\t0x4f16a9\tencoding/json.(*decodeState).literal+0xe9\t\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:646\n#\t0x4ee557\tencoding/json.(*decodeState).value+0x397\t\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:299\n#\t0x4ef98b\tencoding/json.(*decodeState).array+0xa6b\t\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:447\n#\t0x4ee59d\tencoding/json.(*decodeState).value+0x3dd\t\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:293\n#\t0x4ef98b\tencoding/json.(*decodeState).array+0xa6b\t\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:447\n#\t0x4ee59d\tencoding/json.(*decodeState).value+0x3dd\t\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:293\n#\t0x4f0eb3\tencoding/json.(*decodeState).object+0x1163\t\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:613\n#\t0x4ee57d\tencoding/json.(*decodeState).value+0x3bd\t\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:296\n#\t0x4f0eb3\tencoding/json.(*decodeState).object+0x1163\t\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:613\n#\t0x4ee57d\tencoding/json.(*decodeState).value+0x3bd\t\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:296\n#\t0x4eda26\tencoding/json.(*decodeState).unmarshal+0x196\t\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:157\n#\t0x501bd4\tencoding/json.(*Decoder).Decode+0x274\t\t\t\t\t\t\t/usr/local/go/src/encoding/json/stream.go:67\n#\t0x551b6c\tgithub.com/couchbase/go-couchbase.queryRestAPI+0x82c\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/pools.go:512\n#\t0x551d02\tgithub.com/couchbase/go-couchbase.(*Client).parseURLResponse+0x72\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/pools.go:519\n#\t0x553411\tgithub.com/couchbase/go-couchbase.(*Bucket).Refresh+0xf1\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/pools.go:694\n#\t0x554ef4\tgithub.com/couchbase/go-couchbase.(*Pool).GetBucket+0x244\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/pools.go:827\n#\t0x56eb03\tgithub.com/couchbase/go-couchbase/cbdatasource.ConnectBucket+0x1c3\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/cbdatasource/cbdatasource.go:1416\n#\t0x5666b0\tgithub.com/couchbase/go-couchbase/cbdatasource.(*bucketDataSource).refreshCluster+0x1e0\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/cbdatasource/cbdatasource.go:491\n#\t0x570780\tgithub.com/couchbase/go-couchbase/cbdatasource.(*bucketDataSource).Start.func1.1+0x20\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/cbdatasource/cbdatasource.go:456\n#\t0x5706eb\tgithub.com/couchbase/go-couchbase/cbdatasource.ExponentialBackoffLoop+0x2b\t\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/cbdatasource/cbdatasource.go:1536\n#\t0x570810\tgithub.com/couchbase/go-couchbase/cbdatasource.(*bucketDataSource).Start.func1+0x70\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/cbdatasource/cbdatasource.go:457\n\n0: 0 [2: 768] @ 0x4418e5 0x4f5cd4 0x4f263e 0x4f16a9 0x4ee557 0x4f0eb3 0x4ee57d 0x4f0eb3 0x4ee57d 0x4f0eb3 0x4ee57d 0x4eda26 0x4ed56b 0x5980f5 0x5b0017 0x5af730 0x45fa21\n#\t0x4f5cd4\tencoding/json.unquoteBytes+0x174\t\t\t/usr/local/go/src/encoding/json/decode.go:1010\n#\t0x4f263e\tencoding/json.(*decodeState).literalStore+0xb4e\t\t/usr/local/go/src/encoding/json/decode.go:738\n#\t0x4f16a9\tencoding/json.(*decodeState).literal+0xe9\t\t/usr/local/go/src/encoding/json/decode.go:646\n#\t0x4ee557\tencoding/json.(*decodeState).value+0x397\t\t/usr/local/go/src/encoding/json/decode.go:299\n#\t0x4f0eb3\tencoding/json.(*decodeState).object+0x1163\t\t/usr/local/go/src/encoding/json/decode.go:613\n#\t0x4ee57d\tencoding/json.(*decodeState).value+0x3bd\t\t/usr/local/go/src/encoding/json/decode.go:296\n#\t0x4f0eb3\tencoding/json.(*decodeState).object+0x1163\t\t/usr/local/go/src/encoding/json/decode.go:613\n#\t0x4ee57d\tencoding/json.(*decodeState).value+0x3bd\t\t/usr/local/go/src/encoding/json/decode.go:296\n#\t0x4f0eb3\tencoding/json.(*decodeState).object+0x1163\t\t/usr/local/go/src/encoding/json/decode.go:613\n#\t0x4ee57d\tencoding/json.(*decodeState).value+0x3bd\t\t/usr/local/go/src/encoding/json/decode.go:296\n#\t0x4eda26\tencoding/json.(*decodeState).unmarshal+0x196\t\t/usr/local/go/src/encoding/json/decode.go:157\n#\t0x4ed56b\tencoding/json.Unmarshal+0x12b\t\t\t\t/usr/local/go/src/encoding/json/decode.go:85\n#\t0x5980f5\tgithub.com/couchbase/cbgt.CfgGetPlanPIndexes+0x195\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/defs.go:379\n#\t0x5b0017\tgithub.com/couchbase/cbgt.(*Manager).JanitorOnce+0xf7\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_janitor.go:131\n#\t0x5af730\tgithub.com/couchbase/cbgt.(*Manager).JanitorLoop+0x3f0\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_janitor.go:81\n\n0: 0 [1: 90112] @ 0x4418e5 0x577999 0x580f9d 0x57a1cb 0x57a49b 0x560c8a 0x55f5c7 0x545a63 0x549599 0x5935b9 0x597fc9 0x5b0017 0x5af730 0x45fa21\n#\t0x577999\tgithub.com/couchbase/gomemcached.(*MCResponse).Receive+0x699\t/home/centos/sync_gateway/src/github.com/couchbase/gomemcached/mc_res.go:181\n#\t0x580f9d\tgithub.com/couchbase/gomemcached/client.getResponse+0xdd\t/home/centos/sync_gateway/src/github.com/couchbase/gomemcached/client/transport.go:35\n#\t0x57a1cb\tgithub.com/couchbase/gomemcached/client.(*Client).Send+0x10b\t/home/centos/sync_gateway/src/github.com/couchbase/gomemcached/client/mc.go:80\n#\t0x57a49b\tgithub.com/couchbase/gomemcached/client.(*Client).Get+0xdb\t/home/centos/sync_gateway/src/github.com/couchbase/gomemcached/client/mc.go:109\n#\t0x560c8a\tgithub.com/couchbase/go-couchbase.(*Bucket).GetsRaw.func2+0x8a\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/client.go:619\n#\t0x55f5c7\tgithub.com/couchbase/go-couchbase.(*Bucket).Do.func1+0x127\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/client.go:105\n#\t0x545a63\tgithub.com/couchbase/go-couchbase.(*Bucket).Do+0x293\t\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/client.go:111\n#\t0x549599\tgithub.com/couchbase/go-couchbase.(*Bucket).GetsRaw+0x1a9\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/client.go:629\n#\t0x5935b9\tgithub.com/couchbase/cbgt.(*CfgCB).Get+0x159\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/cfg_cb.go:126\n#\t0x597fc9\tgithub.com/couchbase/cbgt.CfgGetPlanPIndexes+0x69\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/defs.go:371\n#\t0x5b0017\tgithub.com/couchbase/cbgt.(*Manager).JanitorOnce+0xf7\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_janitor.go:131\n#\t0x5af730\tgithub.com/couchbase/cbgt.(*Manager).JanitorLoop+0x3f0\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_janitor.go:81\n\n0: 0 [1: 65536] @ 0x4418e5 0x4f2e15 0x4f16a9 0x4ee557 0x4f0eb3 0x4ee57d 0x4f0eb3 0x4ee57d 0x4f0eb3 0x4ee57d 0x4eda26 0x4ed56b 0x5938b0 0x597fc9 0x5b0017 0x5af730 0x45fa21\n#\t0x4f2e15\tencoding/json.(*decodeState).literalStore+0x1325\t/usr/local/go/src/encoding/json/decode.go:754\n#\t0x4f16a9\tencoding/json.(*decodeState).literal+0xe9\t\t/usr/local/go/src/encoding/json/decode.go:646\n#\t0x4ee557\tencoding/json.(*decodeState).value+0x397\t\t/usr/local/go/src/encoding/json/decode.go:299\n#\t0x4f0eb3\tencoding/json.(*decodeState).object+0x1163\t\t/usr/local/go/src/encoding/json/decode.go:613\n#\t0x4ee57d\tencoding/json.(*decodeState).value+0x3bd\t\t/usr/local/go/src/encoding/json/decode.go:296\n#\t0x4f0eb3\tencoding/json.(*decodeState).object+0x1163\t\t/usr/local/go/src/encoding/json/decode.go:613\n#\t0x4ee57d\tencoding/json.(*decodeState).value+0x3bd\t\t/usr/local/go/src/encoding/json/decode.go:296\n#\t0x4f0eb3\tencoding/json.(*decodeState).object+0x1163\t\t/usr/local/go/src/encoding/json/decode.go:613\n#\t0x4ee57d\tencoding/json.(*decodeState).value+0x3bd\t\t/usr/local/go/src/encoding/json/decode.go:296\n#\t0x4eda26\tencoding/json.(*decodeState).unmarshal+0x196\t\t/usr/local/go/src/encoding/json/decode.go:157\n#\t0x4ed56b\tencoding/json.Unmarshal+0x12b\t\t\t\t/usr/local/go/src/encoding/json/decode.go:85\n#\t0x5938b0\tgithub.com/couchbase/cbgt.(*CfgCB).Get+0x450\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/cfg_cb.go:137\n#\t0x597fc9\tgithub.com/couchbase/cbgt.CfgGetPlanPIndexes+0x69\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/defs.go:371\n#\t0x5b0017\tgithub.com/couchbase/cbgt.(*Manager).JanitorOnce+0xf7\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_janitor.go:131\n#\t0x5af730\tgithub.com/couchbase/cbgt.(*Manager).JanitorLoop+0x3f0\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_janitor.go:81\n\n0: 0 [2: 576] @ 0x40b4e4 0x40af87 0x409936 0x57eb09 0x545e91 0x45fa21\n#\t0x57eb09\tgithub.com/couchbase/gomemcached/client.(*Client).StatsMap+0x1b9\t/home/centos/sync_gateway/src/github.com/couchbase/gomemcached/client/mc.go:618\n#\t0x545e91\tgithub.com/couchbase/go-couchbase.getStatsParallel+0x231\t\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/client.go:140\n\n0: 0 [1: 288] @ 0x40b729 0x40afb3 0x409936 0x57eb09 0x545e91 0x45fa21\n#\t0x57eb09\tgithub.com/couchbase/gomemcached/client.(*Client).StatsMap+0x1b9\t/home/centos/sync_gateway/src/github.com/couchbase/gomemcached/client/mc.go:618\n#\t0x545e91\tgithub.com/couchbase/go-couchbase.getStatsParallel+0x231\t\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/client.go:140\n\n0: 0 [1: 32] @ 0x4461a7 0x44602f 0x50a866 0x4815a1 0x47fcb6 0x76d0dd 0x76d639 0x76aa91 0x75adfc 0x4c57d3 0x4c42ce 0x4d7a78 0x5c372e 0x5c0beb 0x5b42cf 0x5b0b3e 0x5af730 0x45fa21\n#\t0x50a866\tfmt.Sprintf+0xa6\t\t\t\t\t\t\t\t\t\t/usr/local/go/src/fmt/print.go:204\n#\t0x4815a1\tgithub.com/couchbase/sync_gateway/base.NewShardedClockPartition+0x191\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/base/sharded_sequence_clock.go:316\n#\t0x47fcb6\tgithub.com/couchbase/sync_gateway/base.NewShardedClockWithPartitions+0x446\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/base/sharded_sequence_clock.go:120\n#\t0x76d0dd\tgithub.com/couchbase/sync_gateway/db.(*kvChangeIndexReader).loadStableSequence+0x9d\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/kv_change_index_reader.go:131\n#\t0x76d639\tgithub.com/couchbase/sync_gateway/db.(*kvChangeIndexReader).GetStableClock+0x3c9\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/kv_change_index_reader.go:175\n#\t0x76aa91\tgithub.com/couchbase/sync_gateway/db.(*kvChangeIndex).GetStableClock+0x41\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/kv_change_index.go:111\n#\t0x75adfc\tgithub.com/couchbase/sync_gateway/db.(*DatabaseContext).GetStableClock+0x5c\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/database.go:176\n#\t0x4c57d3\tgithub.com/couchbase/sync_gateway/rest.(*ServerContext).SyncGatewayPIndexFactoryCommon+0x853\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/server_context.go:214\n#\t0x4c42ce\tgithub.com/couchbase/sync_gateway/rest.(*ServerContext).NewSyncGatewayPIndexFactory+0x7ae\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/server_context.go:136\n#\t0x4d7a78\tgithub.com/couchbase/sync_gateway/rest.(*ServerContext).NewSyncGatewayPIndexFactory-fm+0xb8\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/server_context.go:107\n#\t0x5c372e\tgithub.com/couchbase/cbgt.NewPIndexImpl+0x12e\t\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/pindex_impl.go:117\n#\t0x5c0beb\tgithub.com/couchbase/cbgt.NewPIndex+0x10b\t\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/pindex.go:100\n#\t0x5b42cf\tgithub.com/couchbase/cbgt.(*Manager).startPIndex+0x4ff\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_janitor.go:394\n#\t0x5b0b3e\tgithub.com/couchbase/cbgt.(*Manager).JanitorOnce+0xc1e\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_janitor.go:169\n#\t0x5af730\tgithub.com/couchbase/cbgt.(*Manager).JanitorLoop+0x3f0\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_janitor.go:81\n\n0: 0 [1: 8192] @ 0x4418e5 0x76d578 0x76aa91 0x75adfc 0x4c57d3 0x4c42ce 0x4d7a78 0x5c372e 0x5c0beb 0x5b42cf 0x5b0b3e 0x5af730 0x45fa21\n#\t0x76d578\tgithub.com/couchbase/sync_gateway/db.(*kvChangeIndexReader).GetStableClock+0x308\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/kv_change_index_reader.go:174\n#\t0x76aa91\tgithub.com/couchbase/sync_gateway/db.(*kvChangeIndex).GetStableClock+0x41\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/kv_change_index.go:111\n#\t0x75adfc\tgithub.com/couchbase/sync_gateway/db.(*DatabaseContext).GetStableClock+0x5c\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/database.go:176\n#\t0x4c57d3\tgithub.com/couchbase/sync_gateway/rest.(*ServerContext).SyncGatewayPIndexFactoryCommon+0x853\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/server_context.go:214\n#\t0x4c42ce\tgithub.com/couchbase/sync_gateway/rest.(*ServerContext).NewSyncGatewayPIndexFactory+0x7ae\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/server_context.go:136\n#\t0x4d7a78\tgithub.com/couchbase/sync_gateway/rest.(*ServerContext).NewSyncGatewayPIndexFactory-fm+0xb8\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/server_context.go:107\n#\t0x5c372e\tgithub.com/couchbase/cbgt.NewPIndexImpl+0x12e\t\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/pindex_impl.go:117\n#\t0x5c0beb\tgithub.com/couchbase/cbgt.NewPIndex+0x10b\t\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/pindex.go:100\n#\t0x5b42cf\tgithub.com/couchbase/cbgt.(*Manager).startPIndex+0x4ff\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_janitor.go:394\n#\t0x5b0b3e\tgithub.com/couchbase/cbgt.(*Manager).JanitorOnce+0xc1e\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_janitor.go:169\n#\t0x5af730\tgithub.com/couchbase/cbgt.(*Manager).JanitorLoop+0x3f0\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_janitor.go:81\n\n0: 0 [1: 48] @ 0x408e91 0x481a5c 0x481766 0x47fcb6 0x76d0dd 0x76d639 0x76aa91 0x75adfc 0x4c57d3 0x4c42ce 0x4d7a78 0x5c372e 0x5c0beb 0x5b42cf 0x5b0b3e 0x5af730 0x45fa21\n#\t0x481a5c\tgithub.com/couchbase/sync_gateway/base.(*ShardedClockPartition).Init+0x4c\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/base/sharded_sequence_clock.go:340\n#\t0x481766\tgithub.com/couchbase/sync_gateway/base.NewShardedClockPartition+0x356\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/base/sharded_sequence_clock.go:321\n#\t0x47fcb6\tgithub.com/couchbase/sync_gateway/base.NewShardedClockWithPartitions+0x446\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/base/sharded_sequence_clock.go:120\n#\t0x76d0dd\tgithub.com/couchbase/sync_gateway/db.(*kvChangeIndexReader).loadStableSequence+0x9d\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/kv_change_index_reader.go:131\n#\t0x76d639\tgithub.com/couchbase/sync_gateway/db.(*kvChangeIndexReader).GetStableClock+0x3c9\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/kv_change_index_reader.go:175\n#\t0x76aa91\tgithub.com/couchbase/sync_gateway/db.(*kvChangeIndex).GetStableClock+0x41\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/kv_change_index.go:111\n#\t0x75adfc\tgithub.com/couchbase/sync_gateway/db.(*DatabaseContext).GetStableClock+0x5c\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/database.go:176\n#\t0x4c57d3\tgithub.com/couchbase/sync_gateway/rest.(*ServerContext).SyncGatewayPIndexFactoryCommon+0x853\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/server_context.go:214\n#\t0x4c42ce\tgithub.com/couchbase/sync_gateway/rest.(*ServerContext).NewSyncGatewayPIndexFactory+0x7ae\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/server_context.go:136\n#\t0x4d7a78\tgithub.com/couchbase/sync_gateway/rest.(*ServerContext).NewSyncGatewayPIndexFactory-fm+0xb8\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/server_context.go:107\n#\t0x5c372e\tgithub.com/couchbase/cbgt.NewPIndexImpl+0x12e\t\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/pindex_impl.go:117\n#\t0x5c0beb\tgithub.com/couchbase/cbgt.NewPIndex+0x10b\t\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/pindex.go:100\n#\t0x5b42cf\tgithub.com/couchbase/cbgt.(*Manager).startPIndex+0x4ff\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_janitor.go:394\n#\t0x5b0b3e\tgithub.com/couchbase/cbgt.(*Manager).JanitorOnce+0xc1e\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_janitor.go:169\n#\t0x5af730\tgithub.com/couchbase/cbgt.(*Manager).JanitorLoop+0x3f0\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_janitor.go:81\n\n0: 0 [3: 48] @ 0x4461a7 0x44602f 0x50a866 0x463cf9 0x47c196 0x47bdd3 0x4c5a9c 0x4c42ce 0x4d7a78 0x5c372e 0x5c0beb 0x5b42cf 0x5b0b3e 0x5af730 0x45fa21\n#\t0x50a866\tfmt.Sprintf+0xa6\t\t\t\t\t\t\t\t\t\t/usr/local/go/src/fmt/print.go:204\n#\t0x463cf9\tgithub.com/couchbase/sync_gateway/base.CouchbaseBucket.GetStatsVbSeqno+0x359\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/base/bucket.go:370\n#\t0x47c196\tgithub.com/couchbase/sync_gateway/base.(*SyncGatewayPIndex).SeedSeqnos+0x266\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/base/sgw_pindex.go:92\n#\t0x47bdd3\tgithub.com/couchbase/sync_gateway/base.NewSyncGatewayPIndex+0x143\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/base/sgw_pindex.go:68\n#\t0x4c5a9c\tgithub.com/couchbase/sync_gateway/rest.(*ServerContext).SyncGatewayPIndexFactoryCommon+0xb1c\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/server_context.go:221\n#\t0x4c42ce\tgithub.com/couchbase/sync_gateway/rest.(*ServerContext).NewSyncGatewayPIndexFactory+0x7ae\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/server_context.go:136\n#\t0x4d7a78\tgithub.com/couchbase/sync_gateway/rest.(*ServerContext).NewSyncGatewayPIndexFactory-fm+0xb8\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/server_context.go:107\n#\t0x5c372e\tgithub.com/couchbase/cbgt.NewPIndexImpl+0x12e\t\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/pindex_impl.go:117\n#\t0x5c0beb\tgithub.com/couchbase/cbgt.NewPIndex+0x10b\t\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/pindex.go:100\n#\t0x5b42cf\tgithub.com/couchbase/cbgt.(*Manager).startPIndex+0x4ff\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_janitor.go:394\n#\t0x5b0b3e\tgithub.com/couchbase/cbgt.(*Manager).JanitorOnce+0xc1e\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_janitor.go:169\n#\t0x5af730\tgithub.com/couchbase/cbgt.(*Manager).JanitorLoop+0x3f0\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_janitor.go:81\n\n0: 0 [2: 49152] @ 0x408e64 0x463b86 0x47c196 0x47bdd3 0x4c5a9c 0x4c42ce 0x4d7a78 0x5c372e 0x5c0beb 0x5b42cf 0x5b0b3e 0x5af730 0x45fa21\n#\t0x463b86\tgithub.com/couchbase/sync_gateway/base.CouchbaseBucket.GetStatsVbSeqno+0x1e6\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/base/bucket.go:362\n#\t0x47c196\tgithub.com/couchbase/sync_gateway/base.(*SyncGatewayPIndex).SeedSeqnos+0x266\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/base/sgw_pindex.go:92\n#\t0x47bdd3\tgithub.com/couchbase/sync_gateway/base.NewSyncGatewayPIndex+0x143\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/base/sgw_pindex.go:68\n#\t0x4c5a9c\tgithub.com/couchbase/sync_gateway/rest.(*ServerContext).SyncGatewayPIndexFactoryCommon+0xb1c\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/server_context.go:221\n#\t0x4c42ce\tgithub.com/couchbase/sync_gateway/rest.(*ServerContext).NewSyncGatewayPIndexFactory+0x7ae\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/server_context.go:136\n#\t0x4d7a78\tgithub.com/couchbase/sync_gateway/rest.(*ServerContext).NewSyncGatewayPIndexFactory-fm+0xb8\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/server_context.go:107\n#\t0x5c372e\tgithub.com/couchbase/cbgt.NewPIndexImpl+0x12e\t\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/pindex_impl.go:117\n#\t0x5c0beb\tgithub.com/couchbase/cbgt.NewPIndex+0x10b\t\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/pindex.go:100\n#\t0x5b42cf\tgithub.com/couchbase/cbgt.(*Manager).startPIndex+0x4ff\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_janitor.go:394\n#\t0x5b0b3e\tgithub.com/couchbase/cbgt.(*Manager).JanitorOnce+0xc1e\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_janitor.go:169\n#\t0x5af730\tgithub.com/couchbase/cbgt.(*Manager).JanitorLoop+0x3f0\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_janitor.go:81\n\n0: 0 [6: 245760] @ 0x40add2 0x409d1b 0x57eb09 0x545e91 0x45fa21\n#\t0x57eb09\tgithub.com/couchbase/gomemcached/client.(*Client).StatsMap+0x1b9\t/home/centos/sync_gateway/src/github.com/couchbase/gomemcached/client/mc.go:618\n#\t0x545e91\tgithub.com/couchbase/go-couchbase.getStatsParallel+0x231\t\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/client.go:140\n\n0: 0 [1: 8192] @ 0x441ce1 0x57e8c6 0x57e9e1 0x545e91 0x45fa21\n#\t0x57e8c6\tgithub.com/couchbase/gomemcached/client.(*Client).Stats+0x486\t/home/centos/sync_gateway/src/github.com/couchbase/gomemcached/client/mc.go:601\n#\t0x57e9e1\tgithub.com/couchbase/gomemcached/client.(*Client).StatsMap+0x91\t/home/centos/sync_gateway/src/github.com/couchbase/gomemcached/client/mc.go:613\n#\t0x545e91\tgithub.com/couchbase/go-couchbase.getStatsParallel+0x231\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/client.go:140\n\n0: 0 [3: 52992] @ 0x40add2 0x409d1b 0x57eb09 0x545e91 0x45fa21\n#\t0x57eb09\tgithub.com/couchbase/gomemcached/client.(*Client).StatsMap+0x1b9\t/home/centos/sync_gateway/src/github.com/couchbase/gomemcached/client/mc.go:618\n#\t0x545e91\tgithub.com/couchbase/go-couchbase.getStatsParallel+0x231\t\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/client.go:140\n\n0: 0 [1: 256] @ 0x4418e5 0x542db4 0x5431b5 0x5c1278 0x5b42cf 0x5b0b3e 0x5af730 0x45fa21\n#\t0x542db4\tstrings.genSplit+0x144\t\t\t\t\t/usr/local/go/src/strings/strings.go:293\n#\t0x5431b5\tstrings.Split+0x65\t\t\t\t\t/usr/local/go/src/strings/strings.go:331\n#\t0x5c1278\tgithub.com/couchbase/cbgt.NewPIndex+0x798\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/pindex.go:124\n#\t0x5b42cf\tgithub.com/couchbase/cbgt.(*Manager).startPIndex+0x4ff\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_janitor.go:394\n#\t0x5b0b3e\tgithub.com/couchbase/cbgt.(*Manager).JanitorOnce+0xc1e\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_janitor.go:169\n#\t0x5af730\tgithub.com/couchbase/cbgt.(*Manager).JanitorLoop+0x3f0\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_janitor.go:81\n\n0: 0 [7: 112] @ 0x4461a7 0x44602f 0x57e827 0x57e9e1 0x545e91 0x45fa21\n#\t0x57e827\tgithub.com/couchbase/gomemcached/client.(*Client).Stats+0x3e7\t/home/centos/sync_gateway/src/github.com/couchbase/gomemcached/client/mc.go:600\n#\t0x57e9e1\tgithub.com/couchbase/gomemcached/client.(*Client).StatsMap+0x91\t/home/centos/sync_gateway/src/github.com/couchbase/gomemcached/client/mc.go:613\n#\t0x545e91\tgithub.com/couchbase/go-couchbase.getStatsParallel+0x231\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/client.go:140\n\n0: 0 [15: 2088960] @ 0x40add2 0x409d1b 0x57eb09 0x545e91 0x45fa21\n#\t0x57eb09\tgithub.com/couchbase/gomemcached/client.(*Client).StatsMap+0x1b9\t/home/centos/sync_gateway/src/github.com/couchbase/gomemcached/client/mc.go:618\n#\t0x545e91\tgithub.com/couchbase/go-couchbase.getStatsParallel+0x231\t\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/client.go:140\n\n0: 0 [1: 2304] @ 0x40add2 0x409d1b 0x57eb09 0x545e91 0x45fa21\n#\t0x57eb09\tgithub.com/couchbase/gomemcached/client.(*Client).StatsMap+0x1b9\t/home/centos/sync_gateway/src/github.com/couchbase/gomemcached/client/mc.go:618\n#\t0x545e91\tgithub.com/couchbase/go-couchbase.getStatsParallel+0x231\t\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/client.go:140\n\n0: 0 [3: 96] @ 0x4461a7 0x44602f 0x50a866 0x463df5 0x47c196 0x47bdd3 0x4c5a9c 0x4c42ce 0x4d7a78 0x5c372e 0x5c0beb 0x5b42cf 0x5b0b3e 0x5af730 0x45fa21\n#\t0x50a866\tfmt.Sprintf+0xa6\t\t\t\t\t\t\t\t\t\t/usr/local/go/src/fmt/print.go:204\n#\t0x463df5\tgithub.com/couchbase/sync_gateway/base.CouchbaseBucket.GetStatsVbSeqno+0x455\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/base/bucket.go:371\n#\t0x47c196\tgithub.com/couchbase/sync_gateway/base.(*SyncGatewayPIndex).SeedSeqnos+0x266\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/base/sgw_pindex.go:92\n#\t0x47bdd3\tgithub.com/couchbase/sync_gateway/base.NewSyncGatewayPIndex+0x143\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/base/sgw_pindex.go:68\n#\t0x4c5a9c\tgithub.com/couchbase/sync_gateway/rest.(*ServerContext).SyncGatewayPIndexFactoryCommon+0xb1c\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/server_context.go:221\n#\t0x4c42ce\tgithub.com/couchbase/sync_gateway/rest.(*ServerContext).NewSyncGatewayPIndexFactory+0x7ae\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/server_context.go:136\n#\t0x4d7a78\tgithub.com/couchbase/sync_gateway/rest.(*ServerContext).NewSyncGatewayPIndexFactory-fm+0xb8\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/server_context.go:107\n#\t0x5c372e\tgithub.com/couchbase/cbgt.NewPIndexImpl+0x12e\t\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/pindex_impl.go:117\n#\t0x5c0beb\tgithub.com/couchbase/cbgt.NewPIndex+0x10b\t\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/pindex.go:100\n#\t0x5b42cf\tgithub.com/couchbase/cbgt.(*Manager).startPIndex+0x4ff\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_janitor.go:394\n#\t0x5b0b3e\tgithub.com/couchbase/cbgt.(*Manager).JanitorOnce+0xc1e\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_janitor.go:169\n#\t0x5af730\tgithub.com/couchbase/cbgt.(*Manager).JanitorLoop+0x3f0\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_janitor.go:81\n\n0: 0 [3: 48] @ 0x40d999 0x463d7f 0x47c196 0x47bdd3 0x4c5a9c 0x4c42ce 0x4d7a78 0x5c372e 0x5c0beb 0x5b42cf 0x5b0b3e 0x5af730 0x45fa21\n#\t0x463d7f\tgithub.com/couchbase/sync_gateway/base.CouchbaseBucket.GetStatsVbSeqno+0x3df\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/base/bucket.go:371\n#\t0x47c196\tgithub.com/couchbase/sync_gateway/base.(*SyncGatewayPIndex).SeedSeqnos+0x266\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/base/sgw_pindex.go:92\n#\t0x47bdd3\tgithub.com/couchbase/sync_gateway/base.NewSyncGatewayPIndex+0x143\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/base/sgw_pindex.go:68\n#\t0x4c5a9c\tgithub.com/couchbase/sync_gateway/rest.(*ServerContext).SyncGatewayPIndexFactoryCommon+0xb1c\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/server_context.go:221\n#\t0x4c42ce\tgithub.com/couchbase/sync_gateway/rest.(*ServerContext).NewSyncGatewayPIndexFactory+0x7ae\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/server_context.go:136\n#\t0x4d7a78\tgithub.com/couchbase/sync_gateway/rest.(*ServerContext).NewSyncGatewayPIndexFactory-fm+0xb8\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/server_context.go:107\n#\t0x5c372e\tgithub.com/couchbase/cbgt.NewPIndexImpl+0x12e\t\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/pindex_impl.go:117\n#\t0x5c0beb\tgithub.com/couchbase/cbgt.NewPIndex+0x10b\t\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/pindex.go:100\n#\t0x5b42cf\tgithub.com/couchbase/cbgt.(*Manager).startPIndex+0x4ff\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_janitor.go:394\n#\t0x5b0b3e\tgithub.com/couchbase/cbgt.(*Manager).JanitorOnce+0xc1e\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_janitor.go:169\n#\t0x5af730\tgithub.com/couchbase/cbgt.(*Manager).JanitorLoop+0x3f0\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_janitor.go:81\n\n0: 0 [2: 576] @ 0x40b729 0x40af87 0x409936 0x57eb09 0x545e91 0x45fa21\n#\t0x57eb09\tgithub.com/couchbase/gomemcached/client.(*Client).StatsMap+0x1b9\t/home/centos/sync_gateway/src/github.com/couchbase/gomemcached/client/mc.go:618\n#\t0x545e91\tgithub.com/couchbase/go-couchbase.getStatsParallel+0x231\t\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/client.go:140\n\n0: 0 [3: 98304] @ 0x441ce1 0x57e8c6 0x57e9e1 0x545e91 0x45fa21\n#\t0x57e8c6\tgithub.com/couchbase/gomemcached/client.(*Client).Stats+0x486\t/home/centos/sync_gateway/src/github.com/couchbase/gomemcached/client/mc.go:601\n#\t0x57e9e1\tgithub.com/couchbase/gomemcached/client.(*Client).StatsMap+0x91\t/home/centos/sync_gateway/src/github.com/couchbase/gomemcached/client/mc.go:613\n#\t0x545e91\tgithub.com/couchbase/go-couchbase.getStatsParallel+0x231\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/client.go:140\n\n0: 0 [3: 73728] @ 0x408e64 0x463b49 0x47c196 0x47bdd3 0x4c5a9c 0x4c42ce 0x4d7a78 0x5c372e 0x5c0beb 0x5b42cf 0x5b0b3e 0x5af730 0x45fa21\n#\t0x463b49\tgithub.com/couchbase/sync_gateway/base.CouchbaseBucket.GetStatsVbSeqno+0x1a9\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/base/bucket.go:361\n#\t0x47c196\tgithub.com/couchbase/sync_gateway/base.(*SyncGatewayPIndex).SeedSeqnos+0x266\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/base/sgw_pindex.go:92\n#\t0x47bdd3\tgithub.com/couchbase/sync_gateway/base.NewSyncGatewayPIndex+0x143\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/base/sgw_pindex.go:68\n#\t0x4c5a9c\tgithub.com/couchbase/sync_gateway/rest.(*ServerContext).SyncGatewayPIndexFactoryCommon+0xb1c\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/server_context.go:221\n#\t0x4c42ce\tgithub.com/couchbase/sync_gateway/rest.(*ServerContext).NewSyncGatewayPIndexFactory+0x7ae\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/server_context.go:136\n#\t0x4d7a78\tgithub.com/couchbase/sync_gateway/rest.(*ServerContext).NewSyncGatewayPIndexFactory-fm+0xb8\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/server_context.go:107\n#\t0x5c372e\tgithub.com/couchbase/cbgt.NewPIndexImpl+0x12e\t\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/pindex_impl.go:117\n#\t0x5c0beb\tgithub.com/couchbase/cbgt.NewPIndex+0x10b\t\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/pindex.go:100\n#\t0x5b42cf\tgithub.com/couchbase/cbgt.(*Manager).startPIndex+0x4ff\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_janitor.go:394\n#\t0x5b0b3e\tgithub.com/couchbase/cbgt.(*Manager).JanitorOnce+0xc1e\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_janitor.go:169\n#\t0x5af730\tgithub.com/couchbase/cbgt.(*Manager).JanitorLoop+0x3f0\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_janitor.go:81\n\n0: 0 [13: 2023424] @ 0x441ce1 0x57e8c6 0x57e9e1 0x545e91 0x45fa21\n#\t0x57e8c6\tgithub.com/couchbase/gomemcached/client.(*Client).Stats+0x486\t/home/centos/sync_gateway/src/github.com/couchbase/gomemcached/client/mc.go:601\n#\t0x57e9e1\tgithub.com/couchbase/gomemcached/client.(*Client).StatsMap+0x91\t/home/centos/sync_gateway/src/github.com/couchbase/gomemcached/client/mc.go:613\n#\t0x545e91\tgithub.com/couchbase/go-couchbase.getStatsParallel+0x231\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/client.go:140\n\n0: 0 [7: 401408] @ 0x441ce1 0x57e8c6 0x57e9e1 0x545e91 0x45fa21\n#\t0x57e8c6\tgithub.com/couchbase/gomemcached/client.(*Client).Stats+0x486\t/home/centos/sync_gateway/src/github.com/couchbase/gomemcached/client/mc.go:601\n#\t0x57e9e1\tgithub.com/couchbase/gomemcached/client.(*Client).StatsMap+0x91\t/home/centos/sync_gateway/src/github.com/couchbase/gomemcached/client/mc.go:613\n#\t0x545e91\tgithub.com/couchbase/go-couchbase.getStatsParallel+0x231\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/client.go:140\n\n0: 0 [2: 81920] @ 0x441ce1 0x57e8c6 0x57e9e1 0x545e91 0x45fa21\n#\t0x57e8c6\tgithub.com/couchbase/gomemcached/client.(*Client).Stats+0x486\t/home/centos/sync_gateway/src/github.com/couchbase/gomemcached/client/mc.go:601\n#\t0x57e9e1\tgithub.com/couchbase/gomemcached/client.(*Client).StatsMap+0x91\t/home/centos/sync_gateway/src/github.com/couchbase/gomemcached/client/mc.go:613\n#\t0x545e91\tgithub.com/couchbase/go-couchbase.getStatsParallel+0x231\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/client.go:140\n\n0: 0 [3: 48] @ 0x4461a7 0x44602f 0x57e756 0x57e9e1 0x545e91 0x45fa21\n#\t0x57e756\tgithub.com/couchbase/gomemcached/client.(*Client).Stats+0x316\t/home/centos/sync_gateway/src/github.com/couchbase/gomemcached/client/mc.go:594\n#\t0x57e9e1\tgithub.com/couchbase/gomemcached/client.(*Client).StatsMap+0x91\t/home/centos/sync_gateway/src/github.com/couchbase/gomemcached/client/mc.go:613\n#\t0x545e91\tgithub.com/couchbase/go-couchbase.getStatsParallel+0x231\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/client.go:140\n\n0: 0 [1: 8704] @ 0x40add2 0x409d1b 0x57eb09 0x545e91 0x45fa21\n#\t0x57eb09\tgithub.com/couchbase/gomemcached/client.(*Client).StatsMap+0x1b9\t/home/centos/sync_gateway/src/github.com/couchbase/gomemcached/client/mc.go:618\n#\t0x545e91\tgithub.com/couchbase/go-couchbase.getStatsParallel+0x231\t\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/client.go:140\n\n0: 0 [11: 352] @ 0x4418e5 0x577999 0x580f9d 0x57e6ae 0x57e9e1 0x545e91 0x45fa21\n#\t0x577999\tgithub.com/couchbase/gomemcached.(*MCResponse).Receive+0x699\t/home/centos/sync_gateway/src/github.com/couchbase/gomemcached/mc_res.go:181\n#\t0x580f9d\tgithub.com/couchbase/gomemcached/client.getResponse+0xdd\t/home/centos/sync_gateway/src/github.com/couchbase/gomemcached/client/transport.go:35\n#\t0x57e6ae\tgithub.com/couchbase/gomemcached/client.(*Client).Stats+0x26e\t/home/centos/sync_gateway/src/github.com/couchbase/gomemcached/client/mc.go:590\n#\t0x57e9e1\tgithub.com/couchbase/gomemcached/client.(*Client).StatsMap+0x91\t/home/centos/sync_gateway/src/github.com/couchbase/gomemcached/client/mc.go:613\n#\t0x545e91\tgithub.com/couchbase/go-couchbase.getStatsParallel+0x231\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/client.go:140\n\n0: 0 [8: 131072] @ 0x441ce1 0x57e8c6 0x57e9e1 0x545e91 0x45fa21\n#\t0x57e8c6\tgithub.com/couchbase/gomemcached/client.(*Client).Stats+0x486\t/home/centos/sync_gateway/src/github.com/couchbase/gomemcached/client/mc.go:601\n#\t0x57e9e1\tgithub.com/couchbase/gomemcached/client.(*Client).StatsMap+0x91\t/home/centos/sync_gateway/src/github.com/couchbase/gomemcached/client/mc.go:613\n#\t0x545e91\tgithub.com/couchbase/go-couchbase.getStatsParallel+0x231\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/client.go:140\n\n0: 0 [5: 122880] @ 0x408e64 0x47c108 0x47bdd3 0x4c5a9c 0x4c42ce 0x4d7a78 0x5c372e 0x5c0beb 0x5b42cf 0x5b0b3e 0x5af730 0x45fa21\n#\t0x47c108\tgithub.com/couchbase/sync_gateway/base.(*SyncGatewayPIndex).SeedSeqnos+0x1d8\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/base/sgw_pindex.go:85\n#\t0x47bdd3\tgithub.com/couchbase/sync_gateway/base.NewSyncGatewayPIndex+0x143\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/base/sgw_pindex.go:68\n#\t0x4c5a9c\tgithub.com/couchbase/sync_gateway/rest.(*ServerContext).SyncGatewayPIndexFactoryCommon+0xb1c\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/server_context.go:221\n#\t0x4c42ce\tgithub.com/couchbase/sync_gateway/rest.(*ServerContext).NewSyncGatewayPIndexFactory+0x7ae\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/server_context.go:136\n#\t0x4d7a78\tgithub.com/couchbase/sync_gateway/rest.(*ServerContext).NewSyncGatewayPIndexFactory-fm+0xb8\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/server_context.go:107\n#\t0x5c372e\tgithub.com/couchbase/cbgt.NewPIndexImpl+0x12e\t\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/pindex_impl.go:117\n#\t0x5c0beb\tgithub.com/couchbase/cbgt.NewPIndex+0x10b\t\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/pindex.go:100\n#\t0x5b42cf\tgithub.com/couchbase/cbgt.(*Manager).startPIndex+0x4ff\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_janitor.go:394\n#\t0x5b0b3e\tgithub.com/couchbase/cbgt.(*Manager).JanitorOnce+0xc1e\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_janitor.go:169\n#\t0x5af730\tgithub.com/couchbase/cbgt.(*Manager).JanitorLoop+0x3f0\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_janitor.go:81\n\n0: 0 [8: 2304] @ 0x409b10 0x57eb09 0x545e91 0x45fa21\n#\t0x57eb09\tgithub.com/couchbase/gomemcached/client.(*Client).StatsMap+0x1b9\t/home/centos/sync_gateway/src/github.com/couchbase/gomemcached/client/mc.go:618\n#\t0x545e91\tgithub.com/couchbase/go-couchbase.getStatsParallel+0x231\t\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/client.go:140\n\n0: 0 [18: 2211840] @ 0x441ce1 0x57e8c6 0x57e9e1 0x545e91 0x45fa21\n#\t0x57e8c6\tgithub.com/couchbase/gomemcached/client.(*Client).Stats+0x486\t/home/centos/sync_gateway/src/github.com/couchbase/gomemcached/client/mc.go:601\n#\t0x57e9e1\tgithub.com/couchbase/gomemcached/client.(*Client).StatsMap+0x91\t/home/centos/sync_gateway/src/github.com/couchbase/gomemcached/client/mc.go:613\n#\t0x545e91\tgithub.com/couchbase/go-couchbase.getStatsParallel+0x231\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/client.go:140\n\n0: 0 [445: 28480] @ 0x6dc35c 0x6dc651 0x79eac5 0x45fa21\n#\t0x6dc35c\ttime.NewTimer+0x6c\t\t\t\t\t\t\t\t/usr/local/go/src/time/sleep.go:74\n#\t0x6dc651\ttime.After+0x21\t\t\t\t\t\t\t\t\t/usr/local/go/src/time/sleep.go:110\n#\t0x79eac5\tgithub.com/couchbase/sync_gateway/db.(*kvChangeIndexReader).Init.func1+0xc5\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/kv_change_index_reader.go:73\n\n0: 0 [10: 737280] @ 0x441ce1 0x57e8c6 0x57e9e1 0x545e91 0x45fa21\n#\t0x57e8c6\tgithub.com/couchbase/gomemcached/client.(*Client).Stats+0x486\t/home/centos/sync_gateway/src/github.com/couchbase/gomemcached/client/mc.go:601\n#\t0x57e9e1\tgithub.com/couchbase/gomemcached/client.(*Client).StatsMap+0x91\t/home/centos/sync_gateway/src/github.com/couchbase/gomemcached/client/mc.go:613\n#\t0x545e91\tgithub.com/couchbase/go-couchbase.getStatsParallel+0x231\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/client.go:140\n\n0: 0 [2: 96] @ 0x4418e5 0x4815e7 0x47fcb6 0x76d0dd 0x76d639 0x76aa91 0x75adfc 0x4c57d3 0x4c42ce 0x4d7a78 0x5c372e 0x5c0beb 0x5b42cf 0x5b0b3e 0x5af730 0x45fa21\n#\t0x4815e7\tgithub.com/couchbase/sync_gateway/base.NewShardedClockPartition+0x1d7\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/base/sharded_sequence_clock.go:317\n#\t0x47fcb6\tgithub.com/couchbase/sync_gateway/base.NewShardedClockWithPartitions+0x446\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/base/sharded_sequence_clock.go:120\n#\t0x76d0dd\tgithub.com/couchbase/sync_gateway/db.(*kvChangeIndexReader).loadStableSequence+0x9d\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/kv_change_index_reader.go:131\n#\t0x76d639\tgithub.com/couchbase/sync_gateway/db.(*kvChangeIndexReader).GetStableClock+0x3c9\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/kv_change_index_reader.go:175\n#\t0x76aa91\tgithub.com/couchbase/sync_gateway/db.(*kvChangeIndex).GetStableClock+0x41\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/kv_change_index.go:111\n#\t0x75adfc\tgithub.com/couchbase/sync_gateway/db.(*DatabaseContext).GetStableClock+0x5c\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/database.go:176\n#\t0x4c57d3\tgithub.com/couchbase/sync_gateway/rest.(*ServerContext).SyncGatewayPIndexFactoryCommon+0x853\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/server_context.go:214\n#\t0x4c42ce\tgithub.com/couchbase/sync_gateway/rest.(*ServerContext).NewSyncGatewayPIndexFactory+0x7ae\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/server_context.go:136\n#\t0x4d7a78\tgithub.com/couchbase/sync_gateway/rest.(*ServerContext).NewSyncGatewayPIndexFactory-fm+0xb8\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/server_context.go:107\n#\t0x5c372e\tgithub.com/couchbase/cbgt.NewPIndexImpl+0x12e\t\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/pindex_impl.go:117\n#\t0x5c0beb\tgithub.com/couchbase/cbgt.NewPIndex+0x10b\t\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/pindex.go:100\n#\t0x5b42cf\tgithub.com/couchbase/cbgt.(*Manager).startPIndex+0x4ff\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_janitor.go:394\n#\t0x5b0b3e\tgithub.com/couchbase/cbgt.(*Manager).JanitorOnce+0xc1e\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_janitor.go:169\n#\t0x5af730\tgithub.com/couchbase/cbgt.(*Manager).JanitorLoop+0x3f0\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_janitor.go:81\n\n0: 0 [27: 7520256] @ 0x40add2 0x409d1b 0x57eb09 0x545e91 0x45fa21\n#\t0x57eb09\tgithub.com/couchbase/gomemcached/client.(*Client).StatsMap+0x1b9\t/home/centos/sync_gateway/src/github.com/couchbase/gomemcached/client/mc.go:618\n#\t0x545e91\tgithub.com/couchbase/go-couchbase.getStatsParallel+0x231\t\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/client.go:140\n\n0: 0 [11: 1081344] @ 0x441ce1 0x57e8c6 0x57e9e1 0x545e91 0x45fa21\n#\t0x57e8c6\tgithub.com/couchbase/gomemcached/client.(*Client).Stats+0x486\t/home/centos/sync_gateway/src/github.com/couchbase/gomemcached/client/mc.go:601\n#\t0x57e9e1\tgithub.com/couchbase/gomemcached/client.(*Client).StatsMap+0x91\t/home/centos/sync_gateway/src/github.com/couchbase/gomemcached/client/mc.go:613\n#\t0x545e91\tgithub.com/couchbase/go-couchbase.getStatsParallel+0x231\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/client.go:140\n\n0: 0 [4: 64] @ 0x40d999 0x463c83 0x47c196 0x47bdd3 0x4c5a9c 0x4c42ce 0x4d7a78 0x5c372e 0x5c0beb 0x5b42cf 0x5b0b3e 0x5af730 0x45fa21\n#\t0x463c83\tgithub.com/couchbase/sync_gateway/base.CouchbaseBucket.GetStatsVbSeqno+0x2e3\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/base/bucket.go:370\n#\t0x47c196\tgithub.com/couchbase/sync_gateway/base.(*SyncGatewayPIndex).SeedSeqnos+0x266\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/base/sgw_pindex.go:92\n#\t0x47bdd3\tgithub.com/couchbase/sync_gateway/base.NewSyncGatewayPIndex+0x143\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/base/sgw_pindex.go:68\n#\t0x4c5a9c\tgithub.com/couchbase/sync_gateway/rest.(*ServerContext).SyncGatewayPIndexFactoryCommon+0xb1c\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/server_context.go:221\n#\t0x4c42ce\tgithub.com/couchbase/sync_gateway/rest.(*ServerContext).NewSyncGatewayPIndexFactory+0x7ae\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/server_context.go:136\n#\t0x4d7a78\tgithub.com/couchbase/sync_gateway/rest.(*ServerContext).NewSyncGatewayPIndexFactory-fm+0xb8\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/server_context.go:107\n#\t0x5c372e\tgithub.com/couchbase/cbgt.NewPIndexImpl+0x12e\t\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/pindex_impl.go:117\n#\t0x5c0beb\tgithub.com/couchbase/cbgt.NewPIndex+0x10b\t\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/pindex.go:100\n#\t0x5b42cf\tgithub.com/couchbase/cbgt.(*Manager).startPIndex+0x4ff\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_janitor.go:394\n#\t0x5b0b3e\tgithub.com/couchbase/cbgt.(*Manager).JanitorOnce+0xc1e\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_janitor.go:169\n#\t0x5af730\tgithub.com/couchbase/cbgt.(*Manager).JanitorLoop+0x3f0\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_janitor.go:81\n\n0: 0 [3: 73728] @ 0x408e64 0x47c075 0x47bdd3 0x4c5a9c 0x4c42ce 0x4d7a78 0x5c372e 0x5c0beb 0x5b42cf 0x5b0b3e 0x5af730 0x45fa21\n#\t0x47c075\tgithub.com/couchbase/sync_gateway/base.(*SyncGatewayPIndex).SeedSeqnos+0x145\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/base/sgw_pindex.go:84\n#\t0x47bdd3\tgithub.com/couchbase/sync_gateway/base.NewSyncGatewayPIndex+0x143\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/base/sgw_pindex.go:68\n#\t0x4c5a9c\tgithub.com/couchbase/sync_gateway/rest.(*ServerContext).SyncGatewayPIndexFactoryCommon+0xb1c\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/server_context.go:221\n#\t0x4c42ce\tgithub.com/couchbase/sync_gateway/rest.(*ServerContext).NewSyncGatewayPIndexFactory+0x7ae\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/server_context.go:136\n#\t0x4d7a78\tgithub.com/couchbase/sync_gateway/rest.(*ServerContext).NewSyncGatewayPIndexFactory-fm+0xb8\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/server_context.go:107\n#\t0x5c372e\tgithub.com/couchbase/cbgt.NewPIndexImpl+0x12e\t\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/pindex_impl.go:117\n#\t0x5c0beb\tgithub.com/couchbase/cbgt.NewPIndex+0x10b\t\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/pindex.go:100\n#\t0x5b42cf\tgithub.com/couchbase/cbgt.(*Manager).startPIndex+0x4ff\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_janitor.go:394\n#\t0x5b0b3e\tgithub.com/couchbase/cbgt.(*Manager).JanitorOnce+0xc1e\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_janitor.go:169\n#\t0x5af730\tgithub.com/couchbase/cbgt.(*Manager).JanitorLoop+0x3f0\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_janitor.go:81\n\n0: 0 [5: 368640] @ 0x40add2 0x409d1b 0x57eb09 0x545e91 0x45fa21\n#\t0x57eb09\tgithub.com/couchbase/gomemcached/client.(*Client).StatsMap+0x1b9\t/home/centos/sync_gateway/src/github.com/couchbase/gomemcached/client/mc.go:618\n#\t0x545e91\tgithub.com/couchbase/go-couchbase.getStatsParallel+0x231\t\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/client.go:140\n\n0: 0 [51: 4896] @ 0x580f41 0x57e6ae 0x57e9e1 0x545e91 0x45fa21\n#\t0x580f41\tgithub.com/couchbase/gomemcached/client.getResponse+0x81\t/home/centos/sync_gateway/src/github.com/couchbase/gomemcached/client/transport.go:34\n#\t0x57e6ae\tgithub.com/couchbase/gomemcached/client.(*Client).Stats+0x26e\t/home/centos/sync_gateway/src/github.com/couchbase/gomemcached/client/mc.go:590\n#\t0x57e9e1\tgithub.com/couchbase/gomemcached/client.(*Client).StatsMap+0x91\t/home/centos/sync_gateway/src/github.com/couchbase/gomemcached/client/mc.go:613\n#\t0x545e91\tgithub.com/couchbase/go-couchbase.getStatsParallel+0x231\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/client.go:140\n\n0: 0 [13: 416] @ 0x4461a7 0x44602f 0x57e756 0x57e9e1 0x545e91 0x45fa21\n#\t0x57e756\tgithub.com/couchbase/gomemcached/client.(*Client).Stats+0x316\t/home/centos/sync_gateway/src/github.com/couchbase/gomemcached/client/mc.go:594\n#\t0x57e9e1\tgithub.com/couchbase/gomemcached/client.(*Client).StatsMap+0x91\t/home/centos/sync_gateway/src/github.com/couchbase/gomemcached/client/mc.go:613\n#\t0x545e91\tgithub.com/couchbase/go-couchbase.getStatsParallel+0x231\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/client.go:140\n\n0: 0 [652: 62592] @ 0x403b93 0x6dc320 0x6dc651 0x79eac5 0x45fa21\n#\t0x6dc320\ttime.NewTimer+0x30\t\t\t\t\t\t\t\t/usr/local/go/src/time/sleep.go:67\n#\t0x6dc651\ttime.After+0x21\t\t\t\t\t\t\t\t\t/usr/local/go/src/time/sleep.go:110\n#\t0x79eac5\tgithub.com/couchbase/sync_gateway/db.(*kvChangeIndexReader).Init.func1+0xc5\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/kv_change_index_reader.go:73\n\n0: 0 [1: 416] @ 0x54f412 0x55f523 0x545a63 0x549599 0x5935b9 0x597fc9 0x5aa901 0x76af85 0x76ab49 0x79e8fe 0x76d2c8 0x76aa91 0x75adfc 0x4c57d3 0x4c42ce 0x4d7a78 0x5c372e 0x5c0beb 0x5b42cf 0x5b0b3e 0x5af730 0x45fa21\n#\t0x54f412\tgithub.com/couchbase/go-couchbase.Bucket.getConnectionToVBucket+0x32\t\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/pools.go:309\n#\t0x55f523\tgithub.com/couchbase/go-couchbase.(*Bucket).Do.func1+0x83\t\t\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/client.go:99\n#\t0x545a63\tgithub.com/couchbase/go-couchbase.(*Bucket).Do+0x293\t\t\t\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/client.go:111\n#\t0x549599\tgithub.com/couchbase/go-couchbase.(*Bucket).GetsRaw+0x1a9\t\t\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/client.go:629\n#\t0x5935b9\tgithub.com/couchbase/cbgt.(*CfgCB).Get+0x159\t\t\t\t\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/cfg_cb.go:126\n#\t0x597fc9\tgithub.com/couchbase/cbgt.CfgGetPlanPIndexes+0x69\t\t\t\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/defs.go:371\n#\t0x5aa901\tgithub.com/couchbase/cbgt.(*Manager).GetPlanPIndexes+0x131\t\t\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager.go:581\n#\t0x76af85\tgithub.com/couchbase/sync_gateway/db.(*kvChangeIndex).initIndexPartitions+0x405\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/kv_change_index.go:163\n#\t0x76ab49\tgithub.com/couchbase/sync_gateway/db.(*kvChangeIndex).getIndexPartitions+0x79\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/kv_change_index.go:126\n#\t0x79e8fe\tgithub.com/couchbase/sync_gateway/db.(*kvChangeIndex).(github.com/couchbase/sync_gateway/db.getIndexPartitions)-fm+0x2e\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/kv_change_index.go:62\n#\t0x76d2c8\tgithub.com/couchbase/sync_gateway/db.(*kvChangeIndexReader).GetStableClock+0x58\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/kv_change_index_reader.go:161\n#\t0x76aa91\tgithub.com/couchbase/sync_gateway/db.(*kvChangeIndex).GetStableClock+0x41\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/kv_change_index.go:111\n#\t0x75adfc\tgithub.com/couchbase/sync_gateway/db.(*DatabaseContext).GetStableClock+0x5c\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/database.go:176\n#\t0x4c57d3\tgithub.com/couchbase/sync_gateway/rest.(*ServerContext).SyncGatewayPIndexFactoryCommon+0x853\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/server_context.go:214\n#\t0x4c42ce\tgithub.com/couchbase/sync_gateway/rest.(*ServerContext).NewSyncGatewayPIndexFactory+0x7ae\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/server_context.go:136\n#\t0x4d7a78\tgithub.com/couchbase/sync_gateway/rest.(*ServerContext).NewSyncGatewayPIndexFactory-fm+0xb8\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/server_context.go:107\n#\t0x5c372e\tgithub.com/couchbase/cbgt.NewPIndexImpl+0x12e\t\t\t\t\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/pindex_impl.go:117\n#\t0x5c0beb\tgithub.com/couchbase/cbgt.NewPIndex+0x10b\t\t\t\t\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/pindex.go:100\n#\t0x5b42cf\tgithub.com/couchbase/cbgt.(*Manager).startPIndex+0x4ff\t\t\t\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_janitor.go:394\n#\t0x5b0b3e\tgithub.com/couchbase/cbgt.(*Manager).JanitorOnce+0xc1e\t\t\t\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_janitor.go:169\n#\t0x5af730\tgithub.com/couchbase/cbgt.(*Manager).JanitorLoop+0x3f0\t\t\t\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_janitor.go:81\n\n0: 0 [1: 384] @ 0x4418e5 0x4f5cd4 0x4f263e 0x4f16a9 0x4ee557 0x4f0eb3 0x4ee57d 0x4f0eb3 0x4ee57d 0x4f0eb3 0x4ee57d 0x4eda26 0x4ed56b 0x5980f5 0x5aa901 0x5c9a81 0x45fa21\n#\t0x4f5cd4\tencoding/json.unquoteBytes+0x174\t\t\t\t/usr/local/go/src/encoding/json/decode.go:1010\n#\t0x4f263e\tencoding/json.(*decodeState).literalStore+0xb4e\t\t\t/usr/local/go/src/encoding/json/decode.go:738\n#\t0x4f16a9\tencoding/json.(*decodeState).literal+0xe9\t\t\t/usr/local/go/src/encoding/json/decode.go:646\n#\t0x4ee557\tencoding/json.(*decodeState).value+0x397\t\t\t/usr/local/go/src/encoding/json/decode.go:299\n#\t0x4f0eb3\tencoding/json.(*decodeState).object+0x1163\t\t\t/usr/local/go/src/encoding/json/decode.go:613\n#\t0x4ee57d\tencoding/json.(*decodeState).value+0x3bd\t\t\t/usr/local/go/src/encoding/json/decode.go:296\n#\t0x4f0eb3\tencoding/json.(*decodeState).object+0x1163\t\t\t/usr/local/go/src/encoding/json/decode.go:613\n#\t0x4ee57d\tencoding/json.(*decodeState).value+0x3bd\t\t\t/usr/local/go/src/encoding/json/decode.go:296\n#\t0x4f0eb3\tencoding/json.(*decodeState).object+0x1163\t\t\t/usr/local/go/src/encoding/json/decode.go:613\n#\t0x4ee57d\tencoding/json.(*decodeState).value+0x3bd\t\t\t/usr/local/go/src/encoding/json/decode.go:296\n#\t0x4eda26\tencoding/json.(*decodeState).unmarshal+0x196\t\t\t/usr/local/go/src/encoding/json/decode.go:157\n#\t0x4ed56b\tencoding/json.Unmarshal+0x12b\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:85\n#\t0x5980f5\tgithub.com/couchbase/cbgt.CfgGetPlanPIndexes+0x195\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/defs.go:379\n#\t0x5aa901\tgithub.com/couchbase/cbgt.(*Manager).GetPlanPIndexes+0x131\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager.go:581\n#\t0x5c9a81\tgithub.com/couchbase/cbgt.(*Manager).StartCfg.func2+0x141\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager.go:248\n\n0: 0 [1: 65536] @ 0x4418e5 0x4f2e15 0x4f16a9 0x4ee557 0x4f0eb3 0x4ee57d 0x4f0eb3 0x4ee57d 0x4f0eb3 0x4ee57d 0x4eda26 0x4ed56b 0x5938b0 0x597219 0x5aa591 0x5c9911 0x45fa21\n#\t0x4f2e15\tencoding/json.(*decodeState).literalStore+0x1325\t\t/usr/local/go/src/encoding/json/decode.go:754\n#\t0x4f16a9\tencoding/json.(*decodeState).literal+0xe9\t\t\t/usr/local/go/src/encoding/json/decode.go:646\n#\t0x4ee557\tencoding/json.(*decodeState).value+0x397\t\t\t/usr/local/go/src/encoding/json/decode.go:299\n#\t0x4f0eb3\tencoding/json.(*decodeState).object+0x1163\t\t\t/usr/local/go/src/encoding/json/decode.go:613\n#\t0x4ee57d\tencoding/json.(*decodeState).value+0x3bd\t\t\t/usr/local/go/src/encoding/json/decode.go:296\n#\t0x4f0eb3\tencoding/json.(*decodeState).object+0x1163\t\t\t/usr/local/go/src/encoding/json/decode.go:613\n#\t0x4ee57d\tencoding/json.(*decodeState).value+0x3bd\t\t\t/usr/local/go/src/encoding/json/decode.go:296\n#\t0x4f0eb3\tencoding/json.(*decodeState).object+0x1163\t\t\t/usr/local/go/src/encoding/json/decode.go:613\n#\t0x4ee57d\tencoding/json.(*decodeState).value+0x3bd\t\t\t/usr/local/go/src/encoding/json/decode.go:296\n#\t0x4eda26\tencoding/json.(*decodeState).unmarshal+0x196\t\t\t/usr/local/go/src/encoding/json/decode.go:157\n#\t0x4ed56b\tencoding/json.Unmarshal+0x12b\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:85\n#\t0x5938b0\tgithub.com/couchbase/cbgt.(*CfgCB).Get+0x450\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/cfg_cb.go:137\n#\t0x597219\tgithub.com/couchbase/cbgt.CfgGetIndexDefs+0x69\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/defs.go:200\n#\t0x5aa591\tgithub.com/couchbase/cbgt.(*Manager).GetIndexDefs+0x131\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager.go:556\n#\t0x5c9911\tgithub.com/couchbase/cbgt.(*Manager).StartCfg.func1+0x141\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager.go:235\n\n0: 0 [1: 65536] @ 0x4418e5 0x595cab 0x593945 0x597fc9 0x5b0017 0x5af730 0x45fa21\n#\t0x595cab\tgithub.com/couchbase/cbgt.(*CfgMem).Get+0x22b\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/cfg_mem.go:62\n#\t0x593945\tgithub.com/couchbase/cbgt.(*CfgCB).Get+0x4e5\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/cfg_cb.go:143\n#\t0x597fc9\tgithub.com/couchbase/cbgt.CfgGetPlanPIndexes+0x69\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/defs.go:371\n#\t0x5b0017\tgithub.com/couchbase/cbgt.(*Manager).JanitorOnce+0xf7\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_janitor.go:131\n#\t0x5af730\tgithub.com/couchbase/cbgt.(*Manager).JanitorLoop+0x3f0\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_janitor.go:81\n\n0: 0 [213: 6816] @ 0x403bb5 0x6dc320 0x6dc651 0x79eac5 0x45fa21\n#\t0x6dc320\ttime.NewTimer+0x30\t\t\t\t\t\t\t\t/usr/local/go/src/time/sleep.go:67\n#\t0x6dc651\ttime.After+0x21\t\t\t\t\t\t\t\t\t/usr/local/go/src/time/sleep.go:110\n#\t0x79eac5\tgithub.com/couchbase/sync_gateway/db.(*kvChangeIndexReader).Init.func1+0xc5\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/kv_change_index_reader.go:73\n\n0: 0 [1: 160] @ 0x4098ba 0x98a0ca 0x98a414 0x98bf6c 0x990c3d 0x98afce 0x98a87d 0x989f3f 0x5bc261 0x5ba3ed 0x5b7ce1 0x5b7b42 0x5b7373 0x45fa21\n#\t0x98a0ca\tgithub.com/couchbase/blance.StringsToMap+0x12a\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/blance/misc.go:22\n#\t0x98a414\tgithub.com/couchbase/blance.StringsIntersectStrings+0x64\t/home/centos/sync_gateway/src/github.com/couchbase/blance/misc.go:44\n#\t0x98bf6c\tgithub.com/couchbase/blance.removeNodesFromNodesByState+0x16c\t/home/centos/sync_gateway/src/github.com/couchbase/blance/plan.go:388\n#\t0x990c3d\tgithub.com/couchbase/blance.planNextMapInner.func2+0x5bd\t/home/centos/sync_gateway/src/github.com/couchbase/blance/plan.go:273\n#\t0x98afce\tgithub.com/couchbase/blance.planNextMapInner+0x5ae\t\t/home/centos/sync_gateway/src/github.com/couchbase/blance/plan.go:297\n#\t0x98a87d\tgithub.com/couchbase/blance.planNextMap+0x15d\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/blance/plan.go:44\n#\t0x989f3f\tgithub.com/couchbase/blance.PlanNextMap+0x11f\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/blance/api.go:158\n#\t0x5bc261\tgithub.com/couchbase/cbgt.BlancePlanPIndexes+0x771\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:536\n#\t0x5ba3ed\tgithub.com/couchbase/cbgt.CalcPlan+0x64d\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:337\n#\t0x5b7ce1\tgithub.com/couchbase/cbgt.Plan+0x141\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:142\n#\t0x5b7b42\tgithub.com/couchbase/cbgt.(*Manager).PlannerOnce+0x1f2\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:123\n#\t0x5b7373\tgithub.com/couchbase/cbgt.(*Manager).PlannerLoop+0x3f3\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:81\n\n0: 0 [1: 5376] @ 0x410e4b 0x833057 0x4ef7af 0x4ee59d 0x4f0eb3 0x4ee57d 0x4f0eb3 0x4ee57d 0x4ef98b 0x4ee59d 0x4eda26 0x501bd4 0x551b6c 0x551d02 0x55406e 0x5546b6 0x59c1c8 0x59ae86 0x59971c 0x5bb4b0 0x5ba0c0 0x5b7ce1 0x5b7b42 0x5b7373 0x45fa21\n#\t0x410e4b\treflect.unsafe_NewArray+0x2b\t\t\t\t\t\t/usr/local/go/src/runtime/malloc.go:782\n#\t0x833057\treflect.MakeSlice+0x237\t\t\t\t\t\t\t/usr/local/go/src/reflect/value.go:2037\n#\t0x4ef7af\tencoding/json.(*decodeState).array+0x88f\t\t\t\t/usr/local/go/src/encoding/json/decode.go:436\n#\t0x4ee59d\tencoding/json.(*decodeState).value+0x3dd\t\t\t\t/usr/local/go/src/encoding/json/decode.go:293\n#\t0x4f0eb3\tencoding/json.(*decodeState).object+0x1163\t\t\t\t/usr/local/go/src/encoding/json/decode.go:613\n#\t0x4ee57d\tencoding/json.(*decodeState).value+0x3bd\t\t\t\t/usr/local/go/src/encoding/json/decode.go:296\n#\t0x4f0eb3\tencoding/json.(*decodeState).object+0x1163\t\t\t\t/usr/local/go/src/encoding/json/decode.go:613\n#\t0x4ee57d\tencoding/json.(*decodeState).value+0x3bd\t\t\t\t/usr/local/go/src/encoding/json/decode.go:296\n#\t0x4ef98b\tencoding/json.(*decodeState).array+0xa6b\t\t\t\t/usr/local/go/src/encoding/json/decode.go:447\n#\t0x4ee59d\tencoding/json.(*decodeState).value+0x3dd\t\t\t\t/usr/local/go/src/encoding/json/decode.go:293\n#\t0x4eda26\tencoding/json.(*decodeState).unmarshal+0x196\t\t\t\t/usr/local/go/src/encoding/json/decode.go:157\n#\t0x501bd4\tencoding/json.(*Decoder).Decode+0x274\t\t\t\t\t/usr/local/go/src/encoding/json/stream.go:67\n#\t0x551b6c\tgithub.com/couchbase/go-couchbase.queryRestAPI+0x82c\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/pools.go:512\n#\t0x551d02\tgithub.com/couchbase/go-couchbase.(*Client).parseURLResponse+0x72\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/pools.go:519\n#\t0x55406e\tgithub.com/couchbase/go-couchbase.(*Pool).refresh+0x1ae\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/pools.go:747\n#\t0x5546b6\tgithub.com/couchbase/go-couchbase.(*Client).GetPool+0x3b6\t\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/pools.go:778\n#\t0x59c1c8\tgithub.com/couchbase/cbgt.CouchbaseBucket+0xed8\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/feed_cb.go:167\n#\t0x59ae86\tgithub.com/couchbase/cbgt.CouchbasePartitions+0xe6\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/feed_cb.go:94\n#\t0x59971c\tgithub.com/couchbase/cbgt.DataSourcePartitions+0x13c\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/feed.go:114\n#\t0x5bb4b0\tgithub.com/couchbase/cbgt.SplitIndexDefIntoPlanPIndexes+0xc0\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:431\n#\t0x5ba0c0\tgithub.com/couchbase/cbgt.CalcPlan+0x320\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:327\n#\t0x5b7ce1\tgithub.com/couchbase/cbgt.Plan+0x141\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:142\n#\t0x5b7b42\tgithub.com/couchbase/cbgt.(*Manager).PlannerOnce+0x1f2\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:123\n#\t0x5b7373\tgithub.com/couchbase/cbgt.(*Manager).PlannerLoop+0x3f3\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:81\n\n0: 0 [2: 32768] @ 0x4418e5 0x502411 0x5021bb 0x501ab9 0x551b6c 0x551d02 0x55406e 0x5546b6 0x59c1c8 0x59ae86 0x59971c 0x5bb4b0 0x5ba0c0 0x5b7ce1 0x5b7b42 0x5b7373 0x45fa21\n#\t0x502411\tencoding/json.(*Decoder).refill+0x161\t\t\t\t\t/usr/local/go/src/encoding/json/stream.go:146\n#\t0x5021bb\tencoding/json.(*Decoder).readValue+0x41b\t\t\t\t/usr/local/go/src/encoding/json/stream.go:128\n#\t0x501ab9\tencoding/json.(*Decoder).Decode+0x159\t\t\t\t\t/usr/local/go/src/encoding/json/stream.go:57\n#\t0x551b6c\tgithub.com/couchbase/go-couchbase.queryRestAPI+0x82c\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/pools.go:512\n#\t0x551d02\tgithub.com/couchbase/go-couchbase.(*Client).parseURLResponse+0x72\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/pools.go:519\n#\t0x55406e\tgithub.com/couchbase/go-couchbase.(*Pool).refresh+0x1ae\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/pools.go:747\n#\t0x5546b6\tgithub.com/couchbase/go-couchbase.(*Client).GetPool+0x3b6\t\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/pools.go:778\n#\t0x59c1c8\tgithub.com/couchbase/cbgt.CouchbaseBucket+0xed8\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/feed_cb.go:167\n#\t0x59ae86\tgithub.com/couchbase/cbgt.CouchbasePartitions+0xe6\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/feed_cb.go:94\n#\t0x59971c\tgithub.com/couchbase/cbgt.DataSourcePartitions+0x13c\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/feed.go:114\n#\t0x5bb4b0\tgithub.com/couchbase/cbgt.SplitIndexDefIntoPlanPIndexes+0xc0\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:431\n#\t0x5ba0c0\tgithub.com/couchbase/cbgt.CalcPlan+0x320\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:327\n#\t0x5b7ce1\tgithub.com/couchbase/cbgt.Plan+0x141\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:142\n#\t0x5b7b42\tgithub.com/couchbase/cbgt.(*Manager).PlannerOnce+0x1f2\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:123\n#\t0x5b7373\tgithub.com/couchbase/cbgt.(*Manager).PlannerLoop+0x3f3\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:81\n\n0: 0 [1: 64] @ 0x4461a7 0x44602f 0x50a866 0x6eaf89 0x982132 0x5b745e 0x45fa21\n#\t0x50a866\tfmt.Sprintf+0xa6\t\t\t\t\t/usr/local/go/src/fmt/print.go:204\n#\t0x6eaf89\tlog.(*Logger).Printf+0x49\t\t\t\t/usr/local/go/src/log/log.go:173\n#\t0x982132\tgithub.com/couchbase/clog.Printf+0x62\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/clog/clog.go:175\n#\t0x5b745e\tgithub.com/couchbase/cbgt.(*Manager).PlannerLoop+0x4de\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:83\n\n0: 0 [1: 96] @ 0x57a3f9 0x560c8a 0x55f5c7 0x545a63 0x549599 0x593bca 0x597ad1 0x5a82ff 0x5a7aa9 0x5a7324 0x4c7967 0x4c6bb1 0x4aec4a 0x4af2ad 0x401f7f 0x42e480 0x45fa21\n#\t0x57a3f9\tgithub.com/couchbase/gomemcached/client.(*Client).Get+0x39\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/gomemcached/client/mc.go:108\n#\t0x560c8a\tgithub.com/couchbase/go-couchbase.(*Bucket).GetsRaw.func2+0x8a\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/client.go:619\n#\t0x55f5c7\tgithub.com/couchbase/go-couchbase.(*Bucket).Do.func1+0x127\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/client.go:105\n#\t0x545a63\tgithub.com/couchbase/go-couchbase.(*Bucket).Do+0x293\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/client.go:111\n#\t0x549599\tgithub.com/couchbase/go-couchbase.(*Bucket).GetsRaw+0x1a9\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/client.go:629\n#\t0x593bca\tgithub.com/couchbase/cbgt.(*CfgCB).Set+0x12a\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/cfg_cb.go:161\n#\t0x597ad1\tgithub.com/couchbase/cbgt.CfgSetNodeDefs+0x191\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/defs.go:294\n#\t0x5a82ff\tgithub.com/couchbase/cbgt.(*Manager).SaveNodeDef+0x5cf\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager.go:350\n#\t0x5a7aa9\tgithub.com/couchbase/cbgt.(*Manager).Register+0x259\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager.go:291\n#\t0x5a7324\tgithub.com/couchbase/cbgt.(*Manager).Start+0x54\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager.go:191\n#\t0x4c7967\tgithub.com/couchbase/sync_gateway/rest.(*ServerContext).InitCBGTManager+0x707\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/server_context.go:453\n#\t0x4c6bb1\tgithub.com/couchbase/sync_gateway/rest.(*ServerContext).InitCBGT+0xa1\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/server_context.go:329\n#\t0x4aec4a\tgithub.com/couchbase/sync_gateway/rest.RunServer+0x49a\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/config.go:590\n#\t0x4af2ad\tgithub.com/couchbase/sync_gateway/rest.ServerMain+0x2d\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/config.go:621\n#\t0x401f7f\tmain.main+0x12f\t\t\t\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/main.go:33\n#\t0x42e480\truntime.main+0x2b0\t\t\t\t\t\t\t\t/usr/local/go/src/runtime/proc.go:111\n\n0: 0 [1: 32] @ 0x832ff4 0x4ef7af 0x4ee59d 0x4ef98b 0x4ee59d 0x4f0eb3 0x4ee57d 0x4f0eb3 0x4ee57d 0x4ef98b 0x4ee59d 0x4eda26 0x501bd4 0x551b6c 0x551d02 0x55406e 0x5546b6 0x56ea76 0x5666b0 0x570780 0x5706eb 0x570810 0x45fa21\n#\t0x832ff4\treflect.MakeSlice+0x1d4\t\t\t\t\t\t\t\t\t/usr/local/go/src/reflect/value.go:2037\n#\t0x4ef7af\tencoding/json.(*decodeState).array+0x88f\t\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:436\n#\t0x4ee59d\tencoding/json.(*decodeState).value+0x3dd\t\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:293\n#\t0x4ef98b\tencoding/json.(*decodeState).array+0xa6b\t\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:447\n#\t0x4ee59d\tencoding/json.(*decodeState).value+0x3dd\t\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:293\n#\t0x4f0eb3\tencoding/json.(*decodeState).object+0x1163\t\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:613\n#\t0x4ee57d\tencoding/json.(*decodeState).value+0x3bd\t\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:296\n#\t0x4f0eb3\tencoding/json.(*decodeState).object+0x1163\t\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:613\n#\t0x4ee57d\tencoding/json.(*decodeState).value+0x3bd\t\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:296\n#\t0x4ef98b\tencoding/json.(*decodeState).array+0xa6b\t\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:447\n#\t0x4ee59d\tencoding/json.(*decodeState).value+0x3dd\t\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:293\n#\t0x4eda26\tencoding/json.(*decodeState).unmarshal+0x196\t\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:157\n#\t0x501bd4\tencoding/json.(*Decoder).Decode+0x274\t\t\t\t\t\t\t/usr/local/go/src/encoding/json/stream.go:67\n#\t0x551b6c\tgithub.com/couchbase/go-couchbase.queryRestAPI+0x82c\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/pools.go:512\n#\t0x551d02\tgithub.com/couchbase/go-couchbase.(*Client).parseURLResponse+0x72\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/pools.go:519\n#\t0x55406e\tgithub.com/couchbase/go-couchbase.(*Pool).refresh+0x1ae\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/pools.go:747\n#\t0x5546b6\tgithub.com/couchbase/go-couchbase.(*Client).GetPool+0x3b6\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/pools.go:778\n#\t0x56ea76\tgithub.com/couchbase/go-couchbase/cbdatasource.ConnectBucket+0x136\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/cbdatasource/cbdatasource.go:1411\n#\t0x5666b0\tgithub.com/couchbase/go-couchbase/cbdatasource.(*bucketDataSource).refreshCluster+0x1e0\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/cbdatasource/cbdatasource.go:491\n#\t0x570780\tgithub.com/couchbase/go-couchbase/cbdatasource.(*bucketDataSource).Start.func1.1+0x20\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/cbdatasource/cbdatasource.go:456\n#\t0x5706eb\tgithub.com/couchbase/go-couchbase/cbdatasource.ExponentialBackoffLoop+0x2b\t\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/cbdatasource/cbdatasource.go:1536\n#\t0x570810\tgithub.com/couchbase/go-couchbase/cbdatasource.(*bucketDataSource).Start.func1+0x70\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/cbdatasource/cbdatasource.go:457\n\n0: 0 [1: 8448] @ 0x4461a7 0x44602f 0x6046e5 0x5f8963 0x5f7099 0x5f6b5c 0x5dba3a 0x5e8803 0x46601a 0x46565f 0x76f4b6 0x76a737 0x75a75d 0x4c9641 0x4c8364 0x4cb14c 0x4aeadb 0x4af2ad 0x401f7f 0x42e480 0x45fa21\n#\t0x6046e5\tgithub.com/couchbase/gocb/gocbcore.parseConfig+0x65\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/gocb/gocbcore/config.go:116\n#\t0x5f8963\tgithub.com/couchbase/gocb/gocbcore.(*Agent).connect+0x1123\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/gocb/gocbcore/agent.go:193\n#\t0x5f7099\tgithub.com/couchbase/gocb/gocbcore.createAgent+0x3f9\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/gocb/gocbcore/agent.go:102\n#\t0x5f6b5c\tgithub.com/couchbase/gocb/gocbcore.CreateAgent+0x6c\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/gocb/gocbcore/agent.go:69\n#\t0x5dba3a\tgithub.com/couchbase/gocb.createBucket+0x3a\t\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/gocb/bucket.go:28\n#\t0x5e8803\tgithub.com/couchbase/gocb.(*Cluster).OpenBucket+0x63\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/gocb/cluster.go:118\n#\t0x46601a\tgithub.com/couchbase/sync_gateway/base.GetCouchbaseBucketGoCB+0x20a\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/base/bucket_gocb.go:74\n#\t0x46565f\tgithub.com/couchbase/sync_gateway/base.GetBucket+0x8ef\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/base/bucket.go:489\n#\t0x76f4b6\tgithub.com/couchbase/sync_gateway/db.(*kvChangeIndexWriter).Init+0x176\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/kv_change_index_writer.go:49\n#\t0x76a737\tgithub.com/couchbase/sync_gateway/db.(*kvChangeIndex).Init+0x207\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/kv_change_index.go:69\n#\t0x75a75d\tgithub.com/couchbase/sync_gateway/db.NewDatabaseContext+0x72d\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/database.go:162\n#\t0x4c9641\tgithub.com/couchbase/sync_gateway/rest.(*ServerContext)._getOrAddDatabaseFromConfig+0x1271\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/server_context.go:718\n#\t0x4c8364\tgithub.com/couchbase/sync_gateway/rest.(*ServerContext).getOrAddDatabaseFromConfig+0xa4\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/server_context.go:539\n#\t0x4cb14c\tgithub.com/couchbase/sync_gateway/rest.(*ServerContext).AddDatabaseFromConfig+0x3c\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/server_context.go:854\n#\t0x4aeadb\tgithub.com/couchbase/sync_gateway/rest.RunServer+0x32b\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/config.go:583\n#\t0x4af2ad\tgithub.com/couchbase/sync_gateway/rest.ServerMain+0x2d\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/config.go:621\n#\t0x401f7f\tmain.main+0x12f\t\t\t\t\t\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/main.go:33\n#\t0x42e480\truntime.main+0x2b0\t\t\t\t\t\t\t\t\t\t/usr/local/go/src/runtime/proc.go:111\n\n0: 0 [1: 28416] @ 0x410e4b 0x833057 0x4ef7af 0x4ee59d 0x4f0eb3 0x4ee57d 0x4f0eb3 0x4ee57d 0x4eda26 0x4ed56b 0x6047d1 0x5f8963 0x5f7099 0x5f6b5c 0x5dba3a 0x5e8803 0x46601a 0x46565f 0x4c926a 0x4c8364 0x4cb14c 0x4aeadb 0x4af2ad 0x401f7f 0x42e480 0x45fa21\n#\t0x410e4b\treflect.unsafe_NewArray+0x2b\t\t\t\t\t\t\t\t\t/usr/local/go/src/runtime/malloc.go:782\n#\t0x833057\treflect.MakeSlice+0x237\t\t\t\t\t\t\t\t\t\t/usr/local/go/src/reflect/value.go:2037\n#\t0x4ef7af\tencoding/json.(*decodeState).array+0x88f\t\t\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:436\n#\t0x4ee59d\tencoding/json.(*decodeState).value+0x3dd\t\t\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:293\n#\t0x4f0eb3\tencoding/json.(*decodeState).object+0x1163\t\t\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:613\n#\t0x4ee57d\tencoding/json.(*decodeState).value+0x3bd\t\t\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:296\n#\t0x4f0eb3\tencoding/json.(*decodeState).object+0x1163\t\t\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:613\n#\t0x4ee57d\tencoding/json.(*decodeState).value+0x3bd\t\t\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:296\n#\t0x4eda26\tencoding/json.(*decodeState).unmarshal+0x196\t\t\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:157\n#\t0x4ed56b\tencoding/json.Unmarshal+0x12b\t\t\t\t\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:85\n#\t0x6047d1\tgithub.com/couchbase/gocb/gocbcore.parseConfig+0x151\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/gocb/gocbcore/config.go:119\n#\t0x5f8963\tgithub.com/couchbase/gocb/gocbcore.(*Agent).connect+0x1123\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/gocb/gocbcore/agent.go:193\n#\t0x5f7099\tgithub.com/couchbase/gocb/gocbcore.createAgent+0x3f9\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/gocb/gocbcore/agent.go:102\n#\t0x5f6b5c\tgithub.com/couchbase/gocb/gocbcore.CreateAgent+0x6c\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/gocb/gocbcore/agent.go:69\n#\t0x5dba3a\tgithub.com/couchbase/gocb.createBucket+0x3a\t\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/gocb/bucket.go:28\n#\t0x5e8803\tgithub.com/couchbase/gocb.(*Cluster).OpenBucket+0x63\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/gocb/cluster.go:118\n#\t0x46601a\tgithub.com/couchbase/sync_gateway/base.GetCouchbaseBucketGoCB+0x20a\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/base/bucket_gocb.go:74\n#\t0x46565f\tgithub.com/couchbase/sync_gateway/base.GetBucket+0x8ef\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/base/bucket.go:489\n#\t0x4c926a\tgithub.com/couchbase/sync_gateway/rest.(*ServerContext)._getOrAddDatabaseFromConfig+0xe9a\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/server_context.go:692\n#\t0x4c8364\tgithub.com/couchbase/sync_gateway/rest.(*ServerContext).getOrAddDatabaseFromConfig+0xa4\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/server_context.go:539\n#\t0x4cb14c\tgithub.com/couchbase/sync_gateway/rest.(*ServerContext).AddDatabaseFromConfig+0x3c\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/server_context.go:854\n#\t0x4aeadb\tgithub.com/couchbase/sync_gateway/rest.RunServer+0x32b\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/config.go:583\n#\t0x4af2ad\tgithub.com/couchbase/sync_gateway/rest.ServerMain+0x2d\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/config.go:621\n#\t0x401f7f\tmain.main+0x12f\t\t\t\t\t\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/main.go:33\n#\t0x42e480\truntime.main+0x2b0\t\t\t\t\t\t\t\t\t\t/usr/local/go/src/runtime/proc.go:111\n\n0: 0 [1: 8448] @ 0x446333 0x60478b 0x5f8963 0x5f7099 0x5f6b5c 0x5dba3a 0x5e8803 0x46601a 0x46565f 0x4c926a 0x4c8364 0x4cb14c 0x4aeadb 0x4af2ad 0x401f7f 0x42e480 0x45fa21\n#\t0x60478b\tgithub.com/couchbase/gocb/gocbcore.parseConfig+0x10b\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/gocb/gocbcore/config.go:119\n#\t0x5f8963\tgithub.com/couchbase/gocb/gocbcore.(*Agent).connect+0x1123\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/gocb/gocbcore/agent.go:193\n#\t0x5f7099\tgithub.com/couchbase/gocb/gocbcore.createAgent+0x3f9\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/gocb/gocbcore/agent.go:102\n#\t0x5f6b5c\tgithub.com/couchbase/gocb/gocbcore.CreateAgent+0x6c\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/gocb/gocbcore/agent.go:69\n#\t0x5dba3a\tgithub.com/couchbase/gocb.createBucket+0x3a\t\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/gocb/bucket.go:28\n#\t0x5e8803\tgithub.com/couchbase/gocb.(*Cluster).OpenBucket+0x63\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/gocb/cluster.go:118\n#\t0x46601a\tgithub.com/couchbase/sync_gateway/base.GetCouchbaseBucketGoCB+0x20a\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/base/bucket_gocb.go:74\n#\t0x46565f\tgithub.com/couchbase/sync_gateway/base.GetBucket+0x8ef\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/base/bucket.go:489\n#\t0x4c926a\tgithub.com/couchbase/sync_gateway/rest.(*ServerContext)._getOrAddDatabaseFromConfig+0xe9a\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/server_context.go:692\n#\t0x4c8364\tgithub.com/couchbase/sync_gateway/rest.(*ServerContext).getOrAddDatabaseFromConfig+0xa4\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/server_context.go:539\n#\t0x4cb14c\tgithub.com/couchbase/sync_gateway/rest.(*ServerContext).AddDatabaseFromConfig+0x3c\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/server_context.go:854\n#\t0x4aeadb\tgithub.com/couchbase/sync_gateway/rest.RunServer+0x32b\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/config.go:583\n#\t0x4af2ad\tgithub.com/couchbase/sync_gateway/rest.ServerMain+0x2d\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/config.go:621\n#\t0x401f7f\tmain.main+0x12f\t\t\t\t\t\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/main.go:33\n#\t0x42e480\truntime.main+0x2b0\t\t\t\t\t\t\t\t\t\t/usr/local/go/src/runtime/proc.go:111\n\n0: 0 [1: 16] @ 0x4461a7 0x44602f 0x4f39ab 0x4f16a9 0x4ee557 0x4ef98b 0x4ee59d 0x4ef98b 0x4ee59d 0x4f0eb3 0x4ee57d 0x4f0eb3 0x4ee57d 0x4ef98b 0x4ee59d 0x4eda26 0x501bd4 0x551b6c 0x551d02 0x55406e 0x5546b6 0x464bb9 0x4656c9 0x759e4c 0x4c8f21 0x4c8364 0x4cb14c 0x4aeadb 0x4af2ad 0x401f7f 0x42e480 0x45fa21\n#\t0x4f39ab\tencoding/json.(*decodeState).literalStore+0x1ebb\t\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:779\n#\t0x4f16a9\tencoding/json.(*decodeState).literal+0xe9\t\t\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:646\n#\t0x4ee557\tencoding/json.(*decodeState).value+0x397\t\t\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:299\n#\t0x4ef98b\tencoding/json.(*decodeState).array+0xa6b\t\t\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:447\n#\t0x4ee59d\tencoding/json.(*decodeState).value+0x3dd\t\t\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:293\n#\t0x4ef98b\tencoding/json.(*decodeState).array+0xa6b\t\t\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:447\n#\t0x4ee59d\tencoding/json.(*decodeState).value+0x3dd\t\t\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:293\n#\t0x4f0eb3\tencoding/json.(*decodeState).object+0x1163\t\t\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:613\n#\t0x4ee57d\tencoding/json.(*decodeState).value+0x3bd\t\t\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:296\n#\t0x4f0eb3\tencoding/json.(*decodeState).object+0x1163\t\t\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:613\n#\t0x4ee57d\tencoding/json.(*decodeState).value+0x3bd\t\t\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:296\n#\t0x4ef98b\tencoding/json.(*decodeState).array+0xa6b\t\t\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:447\n#\t0x4ee59d\tencoding/json.(*decodeState).value+0x3dd\t\t\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:293\n#\t0x4eda26\tencoding/json.(*decodeState).unmarshal+0x196\t\t\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:157\n#\t0x501bd4\tencoding/json.(*Decoder).Decode+0x274\t\t\t\t\t\t\t\t/usr/local/go/src/encoding/json/stream.go:67\n#\t0x551b6c\tgithub.com/couchbase/go-couchbase.queryRestAPI+0x82c\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/pools.go:512\n#\t0x551d02\tgithub.com/couchbase/go-couchbase.(*Client).parseURLResponse+0x72\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/pools.go:519\n#\t0x55406e\tgithub.com/couchbase/go-couchbase.(*Pool).refresh+0x1ae\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/pools.go:747\n#\t0x5546b6\tgithub.com/couchbase/go-couchbase.(*Client).GetPool+0x3b6\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/pools.go:778\n#\t0x464bb9\tgithub.com/couchbase/sync_gateway/base.GetCouchbaseBucket+0x139\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/base/bucket.go:450\n#\t0x4656c9\tgithub.com/couchbase/sync_gateway/base.GetBucket+0x959\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/base/bucket.go:491\n#\t0x759e4c\tgithub.com/couchbase/sync_gateway/db.ConnectToBucket+0x6c\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/database.go:108\n#\t0x4c8f21\tgithub.com/couchbase/sync_gateway/rest.(*ServerContext)._getOrAddDatabaseFromConfig+0xb51\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/server_context.go:647\n#\t0x4c8364\tgithub.com/couchbase/sync_gateway/rest.(*ServerContext).getOrAddDatabaseFromConfig+0xa4\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/server_context.go:539\n#\t0x4cb14c\tgithub.com/couchbase/sync_gateway/rest.(*ServerContext).AddDatabaseFromConfig+0x3c\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/server_context.go:854\n#\t0x4aeadb\tgithub.com/couchbase/sync_gateway/rest.RunServer+0x32b\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/config.go:583\n#\t0x4af2ad\tgithub.com/couchbase/sync_gateway/rest.ServerMain+0x2d\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/config.go:621\n#\t0x401f7f\tmain.main+0x12f\t\t\t\t\t\t\t\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/main.go:33\n#\t0x42e480\truntime.main+0x2b0\t\t\t\t\t\t\t\t\t\t/usr/local/go/src/runtime/proc.go:111\n\n0: 0 [1: 48] @ 0x532cfd 0x533453 0x533a1b 0x98ce53 0x98cb1f 0x718f71 0x719086 0x7191e4 0x9909ab 0x98afce 0x98a87d 0x989f3f 0x5bc261 0x5ba3ed 0x5b7ce1 0x5b7b42 0x5b7373 0x45fa21\n#\t0x532cfd\tstrconv.ParseUint+0xad\t\t\t\t\t\t/usr/local/go/src/strconv/atoi.go:135\n#\t0x533453\tstrconv.ParseInt+0x243\t\t\t\t\t\t/usr/local/go/src/strconv/atoi.go:178\n#\t0x533a1b\tstrconv.Atoi+0x4b\t\t\t\t\t\t/usr/local/go/src/strconv/atoi.go:200\n#\t0x98ce53\tgithub.com/couchbase/blance.(*partitionSorter).Score+0xd3\t/home/centos/sync_gateway/src/github.com/couchbase/blance/plan.go:488\n#\t0x98cb1f\tgithub.com/couchbase/blance.(*partitionSorter).Less+0x2f\t/home/centos/sync_gateway/src/github.com/couchbase/blance/plan.go:468\n#\t0x718f71\tsort.doPivot+0x431\t\t\t\t\t\t/usr/local/go/src/sort/sort.go:128\n#\t0x719086\tsort.quickSort+0xa6\t\t\t\t\t\t/usr/local/go/src/sort/sort.go:172\n#\t0x7191e4\tsort.Sort+0x74\t\t\t\t\t\t\t/usr/local/go/src/sort/sort.go:199\n#\t0x9909ab\tgithub.com/couchbase/blance.planNextMapInner.func2+0x32b\t/home/centos/sync_gateway/src/github.com/couchbase/blance/plan.go:243\n#\t0x98afce\tgithub.com/couchbase/blance.planNextMapInner+0x5ae\t\t/home/centos/sync_gateway/src/github.com/couchbase/blance/plan.go:297\n#\t0x98a87d\tgithub.com/couchbase/blance.planNextMap+0x15d\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/blance/plan.go:44\n#\t0x989f3f\tgithub.com/couchbase/blance.PlanNextMap+0x11f\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/blance/api.go:158\n#\t0x5bc261\tgithub.com/couchbase/cbgt.BlancePlanPIndexes+0x771\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:536\n#\t0x5ba3ed\tgithub.com/couchbase/cbgt.CalcPlan+0x64d\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:337\n#\t0x5b7ce1\tgithub.com/couchbase/cbgt.Plan+0x141\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:142\n#\t0x5b7b42\tgithub.com/couchbase/cbgt.(*Manager).PlannerOnce+0x1f2\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:123\n#\t0x5b7373\tgithub.com/couchbase/cbgt.(*Manager).PlannerLoop+0x3f3\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/manager_planner.go:81\n\n0: 0 [0: 0] @ 0x4418e5 0x7b2015 0x7b1f56 0x7ad884 0x807071 0x810289 0x631d4a 0x8063fe 0x726af6 0x4d73fd 0x631d4a 0x63406e 0x63180e 0x45fa21\n#\t0x7b2015\truntime/pprof.writeGoroutineStacks+0x45\t\t\t\t\t/usr/local/go/src/runtime/pprof/pprof.go:514\n#\t0x7b1f56\truntime/pprof.writeGoroutine+0x46\t\t\t\t\t/usr/local/go/src/runtime/pprof/pprof.go:505\n#\t0x7ad884\truntime/pprof.(*Profile).WriteTo+0xd4\t\t\t\t\t/usr/local/go/src/runtime/pprof/pprof.go:236\n#\t0x807071\tgithub.com/couchbase/cbgt/rest.DiagGetPProf+0xb1\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/rest/rest_diag.go:160\n#\t0x810289\tgithub.com/couchbase/cbgt/rest.(*DiagGetHandler).ServeHTTP.func2+0x49\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/rest/rest_diag.go:70\n#\t0x631d4a\tnet/http.HandlerFunc.ServeHTTP+0x3a\t\t\t\t\t/usr/local/go/src/net/http/server.go:1422\n#\t0x8063fe\tgithub.com/couchbase/cbgt/rest.(*DiagGetHandler).ServeHTTP+0xd2e\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/rest/rest_diag.go:98\n#\t0x726af6\tgithub.com/gorilla/mux.(*Router).ServeHTTP+0x2a6\t\t\t/home/centos/sync_gateway/src/github.com/gorilla/mux/mux.go:86\n#\t0x4d73fd\tgithub.com/couchbase/sync_gateway/rest.wrapRouter.func1+0x32d\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/routing.go:295\n#\t0x631d4a\tnet/http.HandlerFunc.ServeHTTP+0x3a\t\t\t\t\t/usr/local/go/src/net/http/server.go:1422\n#\t0x63406e\tnet/http.serverHandler.ServeHTTP+0x19e\t\t\t\t\t/usr/local/go/src/net/http/server.go:1862\n#\t0x63180e\tnet/http.(*conn).serve+0xbee\t\t\t\t\t\t/usr/local/go/src/net/http/server.go:1361\n\n0: 0 [0: 0] @ 0x4418e5 0x4f9391 0x4f75f9 0x4f7092 0x4fa62d 0x4f7598 0x4f7092 0x4f6e56 0x4f6d85 0x4f6ac9 0x5026d4 0x59fd3a 0x80d4c3 0x8063b7 0x726af6 0x4d73fd 0x631d4a 0x63406e 0x63180e 0x45fa21\n#\t0x4f9391\tencoding/json.newStructEncoder+0x81\t\t\t\t\t/usr/local/go/src/encoding/json/encode.go:591\n#\t0x4f75f9\tencoding/json.newTypeEncoder+0x429\t\t\t\t\t/usr/local/go/src/encoding/json/encode.go:390\n#\t0x4f7092\tencoding/json.typeEncoder+0x222\t\t\t\t\t\t/usr/local/go/src/encoding/json/encode.go:340\n#\t0x4fa62d\tencoding/json.newPtrEncoder+0x4d\t\t\t\t\t/usr/local/go/src/encoding/json/encode.go:708\n#\t0x4f7598\tencoding/json.newTypeEncoder+0x3c8\t\t\t\t\t/usr/local/go/src/encoding/json/encode.go:398\n#\t0x4f7092\tencoding/json.typeEncoder+0x222\t\t\t\t\t\t/usr/local/go/src/encoding/json/encode.go:340\n#\t0x4f6e56\tencoding/json.valueEncoder+0x86\t\t\t\t\t\t/usr/local/go/src/encoding/json/encode.go:311\n#\t0x4f6d85\tencoding/json.(*encodeState).reflectValue+0x35\t\t\t\t/usr/local/go/src/encoding/json/encode.go:297\n#\t0x4f6ac9\tencoding/json.(*encodeState).marshal+0xa9\t\t\t\t/usr/local/go/src/encoding/json/encode.go:270\n#\t0x5026d4\tencoding/json.(*Encoder).Encode+0x94\t\t\t\t\t/usr/local/go/src/encoding/json/stream.go:188\n#\t0x59fd3a\tgithub.com/couchbase/cbgt.(*DCPFeed).Stats+0x18a\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/feed_dcp.go:317\n#\t0x80d4c3\tgithub.com/couchbase/cbgt/rest.(*StatsHandler).ServeHTTP+0x773\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/rest/rest_manage.go:70\n#\t0x8063b7\tgithub.com/couchbase/cbgt/rest.(*DiagGetHandler).ServeHTTP+0xce7\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/rest/rest_diag.go:95\n#\t0x726af6\tgithub.com/gorilla/mux.(*Router).ServeHTTP+0x2a6\t\t\t/home/centos/sync_gateway/src/github.com/gorilla/mux/mux.go:86\n#\t0x4d73fd\tgithub.com/couchbase/sync_gateway/rest.wrapRouter.func1+0x32d\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/routing.go:295\n#\t0x631d4a\tnet/http.HandlerFunc.ServeHTTP+0x3a\t\t\t\t\t/usr/local/go/src/net/http/server.go:1422\n#\t0x63406e\tnet/http.serverHandler.ServeHTTP+0x19e\t\t\t\t\t/usr/local/go/src/net/http/server.go:1862\n#\t0x63180e\tnet/http.(*conn).serve+0xbee\t\t\t\t\t\t/usr/local/go/src/net/http/server.go:1361\n\n0: 0 [0: 0] @ 0x4418e5 0x6ecb74 0x6ec3e2 0x6ecdde 0x4f9219 0x5043f1 0x4fa5ca 0x504571 0x4f99a4 0x504451 0x4f92a0 0x5043f1 0x4fa5ca 0x504571 0x4f92a0 0x5043f1 0x4f6dbb 0x4f6ac9 0x5026d4 0x7fc824 0x80dfed 0x8063b7 0x726af6 0x4d73fd 0x631d4a 0x63406e 0x63180e 0x45fa21\n#\t0x6ecb74\tbytes.makeSlice+0x64\t\t\t\t\t\t\t/usr/local/go/src/bytes/buffer.go:195\n#\t0x6ec3e2\tbytes.(*Buffer).grow+0x282\t\t\t\t\t\t/usr/local/go/src/bytes/buffer.go:103\n#\t0x6ecdde\tbytes.(*Buffer).WriteByte+0x3e\t\t\t\t\t\t/usr/local/go/src/bytes/buffer.go:232\n#\t0x4f9219\tencoding/json.(*structEncoder).encode+0x239\t\t\t\t/usr/local/go/src/encoding/json/encode.go:581\n#\t0x5043f1\tencoding/json.(*structEncoder).(encoding/json.encode)-fm+0x51\t\t/usr/local/go/src/encoding/json/encode.go:596\n#\t0x4fa5ca\tencoding/json.(*ptrEncoder).encode+0xea\t\t\t\t\t/usr/local/go/src/encoding/json/encode.go:704\n#\t0x504571\tencoding/json.(*ptrEncoder).(encoding/json.encode)-fm+0x51\t\t/usr/local/go/src/encoding/json/encode.go:709\n#\t0x4f99a4\tencoding/json.(*mapEncoder).encode+0x344\t\t\t\t/usr/local/go/src/encoding/json/encode.go:617\n#\t0x504451\tencoding/json.(*mapEncoder).(encoding/json.encode)-fm+0x51\t\t/usr/local/go/src/encoding/json/encode.go:627\n#\t0x4f92a0\tencoding/json.(*structEncoder).encode+0x2c0\t\t\t\t/usr/local/go/src/encoding/json/encode.go:582\n#\t0x5043f1\tencoding/json.(*structEncoder).(encoding/json.encode)-fm+0x51\t\t/usr/local/go/src/encoding/json/encode.go:596\n#\t0x4fa5ca\tencoding/json.(*ptrEncoder).encode+0xea\t\t\t\t\t/usr/local/go/src/encoding/json/encode.go:704\n#\t0x504571\tencoding/json.(*ptrEncoder).(encoding/json.encode)-fm+0x51\t\t/usr/local/go/src/encoding/json/encode.go:709\n#\t0x4f92a0\tencoding/json.(*structEncoder).encode+0x2c0\t\t\t\t/usr/local/go/src/encoding/json/encode.go:582\n#\t0x5043f1\tencoding/json.(*structEncoder).(encoding/json.encode)-fm+0x51\t\t/usr/local/go/src/encoding/json/encode.go:596\n#\t0x4f6dbb\tencoding/json.(*encodeState).reflectValue+0x6b\t\t\t\t/usr/local/go/src/encoding/json/encode.go:297\n#\t0x4f6ac9\tencoding/json.(*encodeState).marshal+0xa9\t\t\t\t/usr/local/go/src/encoding/json/encode.go:270\n#\t0x5026d4\tencoding/json.(*Encoder).Encode+0x94\t\t\t\t\t/usr/local/go/src/encoding/json/stream.go:188\n#\t0x7fc824\tgithub.com/couchbase/cbgt/rest.MustEncode+0x184\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/rest/rest.go:48\n#\t0x80dfed\tgithub.com/couchbase/cbgt/rest.(*CfgGetHandler).ServeHTTP+0x31d\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/rest/rest_manage.go:180\n#\t0x8063b7\tgithub.com/couchbase/cbgt/rest.(*DiagGetHandler).ServeHTTP+0xce7\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/rest/rest_diag.go:95\n#\t0x726af6\tgithub.com/gorilla/mux.(*Router).ServeHTTP+0x2a6\t\t\t/home/centos/sync_gateway/src/github.com/gorilla/mux/mux.go:86\n#\t0x4d73fd\tgithub.com/couchbase/sync_gateway/rest.wrapRouter.func1+0x32d\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/routing.go:295\n#\t0x631d4a\tnet/http.HandlerFunc.ServeHTTP+0x3a\t\t\t\t\t/usr/local/go/src/net/http/server.go:1422\n#\t0x63406e\tnet/http.serverHandler.ServeHTTP+0x19e\t\t\t\t\t/usr/local/go/src/net/http/server.go:1862\n#\t0x63180e\tnet/http.(*conn).serve+0xbee\t\t\t\t\t\t/usr/local/go/src/net/http/server.go:1361\n\n0: 0 [0: 0] @ 0x4418e5 0x577999 0x580f9d 0x57a1cb 0x57a49b 0x560c8a 0x55f5c7 0x545a63 0x549599 0x5935b9 0x597fc9 0x80de47 0x8063b7 0x726af6 0x4d73fd 0x631d4a 0x63406e 0x63180e 0x45fa21\n#\t0x577999\tgithub.com/couchbase/gomemcached.(*MCResponse).Receive+0x699\t\t/home/centos/sync_gateway/src/github.com/couchbase/gomemcached/mc_res.go:181\n#\t0x580f9d\tgithub.com/couchbase/gomemcached/client.getResponse+0xdd\t\t/home/centos/sync_gateway/src/github.com/couchbase/gomemcached/client/transport.go:35\n#\t0x57a1cb\tgithub.com/couchbase/gomemcached/client.(*Client).Send+0x10b\t\t/home/centos/sync_gateway/src/github.com/couchbase/gomemcached/client/mc.go:80\n#\t0x57a49b\tgithub.com/couchbase/gomemcached/client.(*Client).Get+0xdb\t\t/home/centos/sync_gateway/src/github.com/couchbase/gomemcached/client/mc.go:109\n#\t0x560c8a\tgithub.com/couchbase/go-couchbase.(*Bucket).GetsRaw.func2+0x8a\t\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/client.go:619\n#\t0x55f5c7\tgithub.com/couchbase/go-couchbase.(*Bucket).Do.func1+0x127\t\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/client.go:105\n#\t0x545a63\tgithub.com/couchbase/go-couchbase.(*Bucket).Do+0x293\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/client.go:111\n#\t0x549599\tgithub.com/couchbase/go-couchbase.(*Bucket).GetsRaw+0x1a9\t\t/home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/client.go:629\n#\t0x5935b9\tgithub.com/couchbase/cbgt.(*CfgCB).Get+0x159\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/cfg_cb.go:126\n#\t0x597fc9\tgithub.com/couchbase/cbgt.CfgGetPlanPIndexes+0x69\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/defs.go:371\n#\t0x80de47\tgithub.com/couchbase/cbgt/rest.(*CfgGetHandler).ServeHTTP+0x177\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/rest/rest_manage.go:165\n#\t0x8063b7\tgithub.com/couchbase/cbgt/rest.(*DiagGetHandler).ServeHTTP+0xce7\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/rest/rest_diag.go:95\n#\t0x726af6\tgithub.com/gorilla/mux.(*Router).ServeHTTP+0x2a6\t\t\t/home/centos/sync_gateway/src/github.com/gorilla/mux/mux.go:86\n#\t0x4d73fd\tgithub.com/couchbase/sync_gateway/rest.wrapRouter.func1+0x32d\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/routing.go:295\n#\t0x631d4a\tnet/http.HandlerFunc.ServeHTTP+0x3a\t\t\t\t\t/usr/local/go/src/net/http/server.go:1422\n#\t0x63406e\tnet/http.serverHandler.ServeHTTP+0x19e\t\t\t\t\t/usr/local/go/src/net/http/server.go:1862\n#\t0x63180e\tnet/http.(*conn).serve+0xbee\t\t\t\t\t\t/usr/local/go/src/net/http/server.go:1361\n\n0: 0 [0: 0] @ 0x4418e5 0x4f2e15 0x4f16a9 0x4ee557 0x4f0eb3 0x4ee57d 0x4f0eb3 0x4ee57d 0x4f0eb3 0x4ee57d 0x4eda26 0x4ed56b 0x5938b0 0x597219 0x80dd39 0x8063b7 0x726af6 0x4d73fd 0x631d4a 0x63406e 0x63180e 0x45fa21\n#\t0x4f2e15\tencoding/json.(*decodeState).literalStore+0x1325\t\t\t/usr/local/go/src/encoding/json/decode.go:754\n#\t0x4f16a9\tencoding/json.(*decodeState).literal+0xe9\t\t\t\t/usr/local/go/src/encoding/json/decode.go:646\n#\t0x4ee557\tencoding/json.(*decodeState).value+0x397\t\t\t\t/usr/local/go/src/encoding/json/decode.go:299\n#\t0x4f0eb3\tencoding/json.(*decodeState).object+0x1163\t\t\t\t/usr/local/go/src/encoding/json/decode.go:613\n#\t0x4ee57d\tencoding/json.(*decodeState).value+0x3bd\t\t\t\t/usr/local/go/src/encoding/json/decode.go:296\n#\t0x4f0eb3\tencoding/json.(*decodeState).object+0x1163\t\t\t\t/usr/local/go/src/encoding/json/decode.go:613\n#\t0x4ee57d\tencoding/json.(*decodeState).value+0x3bd\t\t\t\t/usr/local/go/src/encoding/json/decode.go:296\n#\t0x4f0eb3\tencoding/json.(*decodeState).object+0x1163\t\t\t\t/usr/local/go/src/encoding/json/decode.go:613\n#\t0x4ee57d\tencoding/json.(*decodeState).value+0x3bd\t\t\t\t/usr/local/go/src/encoding/json/decode.go:296\n#\t0x4eda26\tencoding/json.(*decodeState).unmarshal+0x196\t\t\t\t/usr/local/go/src/encoding/json/decode.go:157\n#\t0x4ed56b\tencoding/json.Unmarshal+0x12b\t\t\t\t\t\t/usr/local/go/src/encoding/json/decode.go:85\n#\t0x5938b0\tgithub.com/couchbase/cbgt.(*CfgCB).Get+0x450\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/cfg_cb.go:137\n#\t0x597219\tgithub.com/couchbase/cbgt.CfgGetIndexDefs+0x69\t\t\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/defs.go:200\n#\t0x80dd39\tgithub.com/couchbase/cbgt/rest.(*CfgGetHandler).ServeHTTP+0x69\t\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/rest/rest_manage.go:159\n#\t0x8063b7\tgithub.com/couchbase/cbgt/rest.(*DiagGetHandler).ServeHTTP+0xce7\t/home/centos/sync_gateway/src/github.com/couchbase/cbgt/rest/rest_diag.go:95\n#\t0x726af6\tgithub.com/gorilla/mux.(*Router).ServeHTTP+0x2a6\t\t\t/home/centos/sync_gateway/src/github.com/gorilla/mux/mux.go:86\n#\t0x4d73fd\tgithub.com/couchbase/sync_gateway/rest.wrapRouter.func1+0x32d\t\t/home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/routing.go:295\n#\t0x631d4a\tnet/http.HandlerFunc.ServeHTTP+0x3a\t\t\t\t\t/usr/local/go/src/net/http/server.go:1422\n#\t0x63406e\tnet/http.serverHandler.ServeHTTP+0x19e\t\t\t\t\t/usr/local/go/src/net/http/server.go:1862\n#\t0x63180e\tnet/http.(*conn).serve+0xbee\t\t\t\t\t\t/usr/local/go/src/net/http/server.go:1361\n\n0: 0 [1: 8448] @ 0x446333 0x60478b 0x5f76a5 0x45fa21\n#\t0x60478b\tgithub.com/couchbase/gocb/gocbcore.parseConfig+0x10b\t\t/home/centos/sync_gateway/src/github.com/couchbase/gocb/gocbcore/config.go:119\n#\t0x5f76a5\tgithub.com/couchbase/gocb/gocbcore.(*Agent).cccpLooper+0x3b5\t/home/centos/sync_gateway/src/github.com/couchbase/gocb/gocbcore/agent.go:151\n\n\n# runtime.MemStats\n# Alloc = 7763008\n# TotalAlloc = 862219096\n# Sys = 13936888\n# Lookups = 357\n# Mallocs = 12527644\n# Frees = 12464934\n# HeapAlloc = 7763008\n# HeapSys = 10944512\n# HeapIdle = 1409024\n# HeapInuse = 9535488\n# HeapReleased = 0\n# HeapObjects = 62710\n# Stack = 589824 / 589824\n# MSpan = 89152 / 131072\n# MCache = 1208 / 16384\n# BuckHashSys = 1469119\n# NextGC = 8406746\n# PauseNs = [127976 480016 164391 156216 135520 133721 135650 132389 177925 140481 183135 131517 134882 258181 136646 152279 138767 136667 135644 134338 183681 149375 136850 131251 137908 217088 135170 140672 136349 138297 140348 137799 151531 150389 173225 228182 141312 136888 209231 138687 356115 137565 140355 137649 133116 165667 133725 141721 130713 135825 139143 137495 136988 144759 135572 134411 137817 136133 144301 144302 158569 149673 170517 250781 277150 269025 343153 316414 388853 162147 155790 176336 151659 150746 165359 149148 154826 146294 166618 146373 172669 154792 160622 166678 150019 147530 154178 168662 172650 151108 147981 172362 146252 162942 158451 157443 150855 157768 146749 153788 147603 146599 147017 148516 148560 149129 146029 147596 148880 148932 146284 160573 147496 158252 146965 177487 169485 147631 154847 159612 159544 151679 146204 164573 155030 157410 151931 148042 146686 148463 155330 148587 151327 148728 148842 168918 8315350 156891 147858 151385 164428 154398 154329 160873 148361 159577 159865 150273 161479 147312 158654 159735 159116 149316 145959 147851 155780 146784 150041 163000 149711 12331335 155084 157017 163966 146064 146760 146325 147509 166892 165643 159406 147211 159348 157131 147392 147011 145287 149228 147583 155665 147211 149252 146324 145926 145477 149979 148230 152392 153770 167556 146077 146126 146955 147914 158172 145100 145641 146038 162150 159667 159711 147595 148873 145930 159425 151110 157599 146559 146798 146306 156027 145176 146287 157510 148153 155278 156720 146032 146463 159091 147283 147240 168171 146508 146687 147379 147721 164736 165817 146352 145657 148080 149759 147450 148656 145304 146934 148042 145331 146102 159117 147239 159160 148889 152018 0 0 0 0 0 0 0 0 0 0]\n# NumGC = 246\n# EnableGC = true\n# DebugGC = false\n",
"/debug/pprof/threadcreate?debug=1": "threadcreate profile: total 8\n8 @\n\n",
"dataDir": [
{
"IsDir": true,
"ModTime": "2016-01-11T19:29:44.310925982Z",
"Mode": 2147484096,
"Name": ".",
"Path": ".",
"Size": 8192
},
{
"IsDir": false,
"ModTime": "2014-09-26T01:53:12Z",
"Mode": 420,
"Name": ".bash_logout",
"Path": ".bash_logout",
"Size": 18
},
{
"IsDir": false,
"ModTime": "2014-09-26T01:53:12Z",
"Mode": 420,
"Name": ".bash_profile",
"Path": ".bash_profile",
"Size": 193
},
{
"IsDir": false,
"ModTime": "2014-09-26T01:53:12Z",
"Mode": 420,
"Name": ".bashrc",
"Path": ".bashrc",
"Size": 231
},
{
"IsDir": false,
"ModTime": "2015-10-07T20:58:44Z",
"Mode": 420,
"Name": ".emacs",
"Path": ".emacs",
"Size": 334
},
{
"IsDir": true,
"ModTime": "2016-01-11T18:25:40.229643937Z",
"Mode": 2147484141,
"Name": "data",
"Path": "data",
"Size": 6
},
{
"IsDir": true,
"ModTime": "2016-01-11T19:29:41.967975681Z",
"Mode": 2147484096,
"Name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_11f2c193.pindex",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_11f2c193.pindex",
"Size": 58
},
{
"Contents": "{\"name\":\"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_11f2c193\",\"uuid\":\"6d27b18e99c113e3\",\"indexType\":\"sync_gateway\",\"indexName\":\"data-bucketf1a48f7619f78a7fa3c49fe007fbe072\",\"indexUUID\":\"75f87d5b7c0a9c13\",\"indexParams\":\"{\\\"bucket_name\\\":\\\"data-bucket\\\"}\",\"sourceType\":\"couchbase\",\"sourceName\":\"data-bucket\",\"sourceUUID\":\"f1a48f7619f78a7fa3c49fe007fbe072\",\"sourceParams\":\"{\\\"authUser\\\":\\\"data-bucket\\\",\\\"authPassword\\\":\\\"\\\",\\\"authSaslUser\\\":\\\"\\\",\\\"authSaslPassword\\\":\\\"\\\",\\\"clusterManagerBackoffFactor\\\":0,\\\"clusterManagerSleepInitMS\\\":0,\\\"clusterManagerSleepMaxMS\\\":2000,\\\"dataManagerBackoffFactor\\\":0,\\\"dataManagerSleepInitMS\\\":0,\\\"dataManagerSleepMaxMS\\\":2000,\\\"feedBufferSizeBytes\\\":0,\\\"feedBufferAckThreshold\\\":0}\",\"sourcePartitions\":\"768,769,770,771,772,773,774,775,776,777,778,779,780,781,782,783\"}",
"IsDir": false,
"ModTime": "2016-01-11T19:29:41.967975681Z",
"Mode": 384,
"Name": "PINDEX_META",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_11f2c193.pindex/PINDEX_META",
"Size": 821
},
{
"Contents": "{\"bucket_name\":\"data-bucket\"}",
"IsDir": false,
"ModTime": "2016-01-11T19:29:41.864977866Z",
"Mode": 384,
"Name": "SyncGatewayIndexParams.json",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_11f2c193.pindex/SyncGatewayIndexParams.json",
"Size": 29
},
{
"IsDir": true,
"ModTime": "2016-01-11T19:29:43.863935463Z",
"Mode": 2147484096,
"Name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_13d31f30.pindex",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_13d31f30.pindex",
"Size": 58
},
{
"Contents": "{\"name\":\"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_13d31f30\",\"uuid\":\"708586ddb274d898\",\"indexType\":\"sync_gateway\",\"indexName\":\"data-bucketf1a48f7619f78a7fa3c49fe007fbe072\",\"indexUUID\":\"75f87d5b7c0a9c13\",\"indexParams\":\"{\\\"bucket_name\\\":\\\"data-bucket\\\"}\",\"sourceType\":\"couchbase\",\"sourceName\":\"data-bucket\",\"sourceUUID\":\"f1a48f7619f78a7fa3c49fe007fbe072\",\"sourceParams\":\"{\\\"authUser\\\":\\\"data-bucket\\\",\\\"authPassword\\\":\\\"\\\",\\\"authSaslUser\\\":\\\"\\\",\\\"authSaslPassword\\\":\\\"\\\",\\\"clusterManagerBackoffFactor\\\":0,\\\"clusterManagerSleepInitMS\\\":0,\\\"clusterManagerSleepMaxMS\\\":2000,\\\"dataManagerBackoffFactor\\\":0,\\\"dataManagerSleepInitMS\\\":0,\\\"dataManagerSleepMaxMS\\\":2000,\\\"feedBufferSizeBytes\\\":0,\\\"feedBufferAckThreshold\\\":0}\",\"sourcePartitions\":\"752,753,754,755,756,757,758,759,760,761,762,763,764,765,766,767\"}",
"IsDir": false,
"ModTime": "2016-01-11T19:29:43.863935463Z",
"Mode": 384,
"Name": "PINDEX_META",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_13d31f30.pindex/PINDEX_META",
"Size": 821
},
{
"Contents": "{\"bucket_name\":\"data-bucket\"}",
"IsDir": false,
"ModTime": "2016-01-11T19:29:43.810936587Z",
"Mode": 384,
"Name": "SyncGatewayIndexParams.json",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_13d31f30.pindex/SyncGatewayIndexParams.json",
"Size": 29
},
{
"IsDir": true,
"ModTime": "2016-01-11T19:29:42.634961533Z",
"Mode": 2147484096,
"Name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_15017229.pindex",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_15017229.pindex",
"Size": 58
},
{
"Contents": "{\"name\":\"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_15017229\",\"uuid\":\"56f7bca946687b44\",\"indexType\":\"sync_gateway\",\"indexName\":\"data-bucketf1a48f7619f78a7fa3c49fe007fbe072\",\"indexUUID\":\"75f87d5b7c0a9c13\",\"indexParams\":\"{\\\"bucket_name\\\":\\\"data-bucket\\\"}\",\"sourceType\":\"couchbase\",\"sourceName\":\"data-bucket\",\"sourceUUID\":\"f1a48f7619f78a7fa3c49fe007fbe072\",\"sourceParams\":\"{\\\"authUser\\\":\\\"data-bucket\\\",\\\"authPassword\\\":\\\"\\\",\\\"authSaslUser\\\":\\\"\\\",\\\"authSaslPassword\\\":\\\"\\\",\\\"clusterManagerBackoffFactor\\\":0,\\\"clusterManagerSleepInitMS\\\":0,\\\"clusterManagerSleepMaxMS\\\":2000,\\\"dataManagerBackoffFactor\\\":0,\\\"dataManagerSleepInitMS\\\":0,\\\"dataManagerSleepMaxMS\\\":2000,\\\"feedBufferSizeBytes\\\":0,\\\"feedBufferAckThreshold\\\":0}\",\"sourcePartitions\":\"384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399\"}",
"IsDir": false,
"ModTime": "2016-01-11T19:29:42.634961533Z",
"Mode": 384,
"Name": "PINDEX_META",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_15017229.pindex/PINDEX_META",
"Size": 821
},
{
"Contents": "{\"bucket_name\":\"data-bucket\"}",
"IsDir": false,
"ModTime": "2016-01-11T19:29:42.584962594Z",
"Mode": 384,
"Name": "SyncGatewayIndexParams.json",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_15017229.pindex/SyncGatewayIndexParams.json",
"Size": 29
},
{
"IsDir": true,
"ModTime": "2016-01-11T19:29:41.403987645Z",
"Mode": 2147484096,
"Name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_1cd6020a.pindex",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_1cd6020a.pindex",
"Size": 58
},
{
"Contents": "{\"name\":\"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_1cd6020a\",\"uuid\":\"5601f204d348e70b\",\"indexType\":\"sync_gateway\",\"indexName\":\"data-bucketf1a48f7619f78a7fa3c49fe007fbe072\",\"indexUUID\":\"75f87d5b7c0a9c13\",\"indexParams\":\"{\\\"bucket_name\\\":\\\"data-bucket\\\"}\",\"sourceType\":\"couchbase\",\"sourceName\":\"data-bucket\",\"sourceUUID\":\"f1a48f7619f78a7fa3c49fe007fbe072\",\"sourceParams\":\"{\\\"authUser\\\":\\\"data-bucket\\\",\\\"authPassword\\\":\\\"\\\",\\\"authSaslUser\\\":\\\"\\\",\\\"authSaslPassword\\\":\\\"\\\",\\\"clusterManagerBackoffFactor\\\":0,\\\"clusterManagerSleepInitMS\\\":0,\\\"clusterManagerSleepMaxMS\\\":2000,\\\"dataManagerBackoffFactor\\\":0,\\\"dataManagerSleepInitMS\\\":0,\\\"dataManagerSleepMaxMS\\\":2000,\\\"feedBufferSizeBytes\\\":0,\\\"feedBufferAckThreshold\\\":0}\",\"sourcePartitions\":\"688,689,690,691,692,693,694,695,696,697,698,699,700,701,702,703\"}",
"IsDir": false,
"ModTime": "2016-01-11T19:29:41.403987645Z",
"Mode": 384,
"Name": "PINDEX_META",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_1cd6020a.pindex/PINDEX_META",
"Size": 821
},
{
"Contents": "{\"bucket_name\":\"data-bucket\"}",
"IsDir": false,
"ModTime": "2016-01-11T19:29:41.295989936Z",
"Mode": 384,
"Name": "SyncGatewayIndexParams.json",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_1cd6020a.pindex/SyncGatewayIndexParams.json",
"Size": 29
},
{
"IsDir": true,
"ModTime": "2016-01-11T19:29:42.410966285Z",
"Mode": 2147484096,
"Name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_1d1527d2.pindex",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_1d1527d2.pindex",
"Size": 58
},
{
"Contents": "{\"name\":\"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_1d1527d2\",\"uuid\":\"22fa636a6b0a76f2\",\"indexType\":\"sync_gateway\",\"indexName\":\"data-bucketf1a48f7619f78a7fa3c49fe007fbe072\",\"indexUUID\":\"75f87d5b7c0a9c13\",\"indexParams\":\"{\\\"bucket_name\\\":\\\"data-bucket\\\"}\",\"sourceType\":\"couchbase\",\"sourceName\":\"data-bucket\",\"sourceUUID\":\"f1a48f7619f78a7fa3c49fe007fbe072\",\"sourceParams\":\"{\\\"authUser\\\":\\\"data-bucket\\\",\\\"authPassword\\\":\\\"\\\",\\\"authSaslUser\\\":\\\"\\\",\\\"authSaslPassword\\\":\\\"\\\",\\\"clusterManagerBackoffFactor\\\":0,\\\"clusterManagerSleepInitMS\\\":0,\\\"clusterManagerSleepMaxMS\\\":2000,\\\"dataManagerBackoffFactor\\\":0,\\\"dataManagerSleepInitMS\\\":0,\\\"dataManagerSleepMaxMS\\\":2000,\\\"feedBufferSizeBytes\\\":0,\\\"feedBufferAckThreshold\\\":0}\",\"sourcePartitions\":\"240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255\"}",
"IsDir": false,
"ModTime": "2016-01-11T19:29:42.410966285Z",
"Mode": 384,
"Name": "PINDEX_META",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_1d1527d2.pindex/PINDEX_META",
"Size": 821
},
{
"Contents": "{\"bucket_name\":\"data-bucket\"}",
"IsDir": false,
"ModTime": "2016-01-11T19:29:42.365967239Z",
"Mode": 384,
"Name": "SyncGatewayIndexParams.json",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_1d1527d2.pindex/SyncGatewayIndexParams.json",
"Size": 29
},
{
"IsDir": true,
"ModTime": "2016-01-11T19:29:42.895955996Z",
"Mode": 2147484096,
"Name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_200977bd.pindex",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_200977bd.pindex",
"Size": 58
},
{
"Contents": "{\"name\":\"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_200977bd\",\"uuid\":\"282e6193ec15f871\",\"indexType\":\"sync_gateway\",\"indexName\":\"data-bucketf1a48f7619f78a7fa3c49fe007fbe072\",\"indexUUID\":\"75f87d5b7c0a9c13\",\"indexParams\":\"{\\\"bucket_name\\\":\\\"data-bucket\\\"}\",\"sourceType\":\"couchbase\",\"sourceName\":\"data-bucket\",\"sourceUUID\":\"f1a48f7619f78a7fa3c49fe007fbe072\",\"sourceParams\":\"{\\\"authUser\\\":\\\"data-bucket\\\",\\\"authPassword\\\":\\\"\\\",\\\"authSaslUser\\\":\\\"\\\",\\\"authSaslPassword\\\":\\\"\\\",\\\"clusterManagerBackoffFactor\\\":0,\\\"clusterManagerSleepInitMS\\\":0,\\\"clusterManagerSleepMaxMS\\\":2000,\\\"dataManagerBackoffFactor\\\":0,\\\"dataManagerSleepInitMS\\\":0,\\\"dataManagerSleepMaxMS\\\":2000,\\\"feedBufferSizeBytes\\\":0,\\\"feedBufferAckThreshold\\\":0}\",\"sourcePartitions\":\"416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431\"}",
"IsDir": false,
"ModTime": "2016-01-11T19:29:42.895955996Z",
"Mode": 384,
"Name": "PINDEX_META",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_200977bd.pindex/PINDEX_META",
"Size": 821
},
{
"Contents": "{\"bucket_name\":\"data-bucket\"}",
"IsDir": false,
"ModTime": "2016-01-11T19:29:42.753959008Z",
"Mode": 384,
"Name": "SyncGatewayIndexParams.json",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_200977bd.pindex/SyncGatewayIndexParams.json",
"Size": 29
},
{
"IsDir": true,
"ModTime": "2016-01-11T19:29:44.219927911Z",
"Mode": 2147484096,
"Name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_26ebd470.pindex",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_26ebd470.pindex",
"Size": 58
},
{
"Contents": "{\"name\":\"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_26ebd470\",\"uuid\":\"13881df04823e3f6\",\"indexType\":\"sync_gateway\",\"indexName\":\"data-bucketf1a48f7619f78a7fa3c49fe007fbe072\",\"indexUUID\":\"75f87d5b7c0a9c13\",\"indexParams\":\"{\\\"bucket_name\\\":\\\"data-bucket\\\"}\",\"sourceType\":\"couchbase\",\"sourceName\":\"data-bucket\",\"sourceUUID\":\"f1a48f7619f78a7fa3c49fe007fbe072\",\"sourceParams\":\"{\\\"authUser\\\":\\\"data-bucket\\\",\\\"authPassword\\\":\\\"\\\",\\\"authSaslUser\\\":\\\"\\\",\\\"authSaslPassword\\\":\\\"\\\",\\\"clusterManagerBackoffFactor\\\":0,\\\"clusterManagerSleepInitMS\\\":0,\\\"clusterManagerSleepMaxMS\\\":2000,\\\"dataManagerBackoffFactor\\\":0,\\\"dataManagerSleepInitMS\\\":0,\\\"dataManagerSleepMaxMS\\\":2000,\\\"feedBufferSizeBytes\\\":0,\\\"feedBufferAckThreshold\\\":0}\",\"sourcePartitions\":\"960,961,962,963,964,965,966,967,968,969,970,971,972,973,974,975\"}",
"IsDir": false,
"ModTime": "2016-01-11T19:29:44.219927911Z",
"Mode": 384,
"Name": "PINDEX_META",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_26ebd470.pindex/PINDEX_META",
"Size": 821
},
{
"Contents": "{\"bucket_name\":\"data-bucket\"}",
"IsDir": false,
"ModTime": "2016-01-11T19:29:44.171928929Z",
"Mode": 384,
"Name": "SyncGatewayIndexParams.json",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_26ebd470.pindex/SyncGatewayIndexParams.json",
"Size": 29
},
{
"IsDir": true,
"ModTime": "2016-01-11T19:29:42.945954935Z",
"Mode": 2147484096,
"Name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_29c609a7.pindex",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_29c609a7.pindex",
"Size": 58
},
{
"Contents": "{\"name\":\"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_29c609a7\",\"uuid\":\"92cee206c54ac715\",\"indexType\":\"sync_gateway\",\"indexName\":\"data-bucketf1a48f7619f78a7fa3c49fe007fbe072\",\"indexUUID\":\"75f87d5b7c0a9c13\",\"indexParams\":\"{\\\"bucket_name\\\":\\\"data-bucket\\\"}\",\"sourceType\":\"couchbase\",\"sourceName\":\"data-bucket\",\"sourceUUID\":\"f1a48f7619f78a7fa3c49fe007fbe072\",\"sourceParams\":\"{\\\"authUser\\\":\\\"data-bucket\\\",\\\"authPassword\\\":\\\"\\\",\\\"authSaslUser\\\":\\\"\\\",\\\"authSaslPassword\\\":\\\"\\\",\\\"clusterManagerBackoffFactor\\\":0,\\\"clusterManagerSleepInitMS\\\":0,\\\"clusterManagerSleepMaxMS\\\":2000,\\\"dataManagerBackoffFactor\\\":0,\\\"dataManagerSleepInitMS\\\":0,\\\"dataManagerSleepMaxMS\\\":2000,\\\"feedBufferSizeBytes\\\":0,\\\"feedBufferAckThreshold\\\":0}\",\"sourcePartitions\":\"464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479\"}",
"IsDir": false,
"ModTime": "2016-01-11T19:29:42.945954935Z",
"Mode": 384,
"Name": "PINDEX_META",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_29c609a7.pindex/PINDEX_META",
"Size": 821
},
{
"Contents": "{\"bucket_name\":\"data-bucket\"}",
"IsDir": false,
"ModTime": "2016-01-11T19:29:42.895955996Z",
"Mode": 384,
"Name": "SyncGatewayIndexParams.json",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_29c609a7.pindex/SyncGatewayIndexParams.json",
"Size": 29
},
{
"IsDir": true,
"ModTime": "2016-01-11T19:29:43.945933723Z",
"Mode": 2147484096,
"Name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_2be21ca2.pindex",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_2be21ca2.pindex",
"Size": 58
},
{
"Contents": "{\"name\":\"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_2be21ca2\",\"uuid\":\"3f2236dbbe1b14ab\",\"indexType\":\"sync_gateway\",\"indexName\":\"data-bucketf1a48f7619f78a7fa3c49fe007fbe072\",\"indexUUID\":\"75f87d5b7c0a9c13\",\"indexParams\":\"{\\\"bucket_name\\\":\\\"data-bucket\\\"}\",\"sourceType\":\"couchbase\",\"sourceName\":\"data-bucket\",\"sourceUUID\":\"f1a48f7619f78a7fa3c49fe007fbe072\",\"sourceParams\":\"{\\\"authUser\\\":\\\"data-bucket\\\",\\\"authPassword\\\":\\\"\\\",\\\"authSaslUser\\\":\\\"\\\",\\\"authSaslPassword\\\":\\\"\\\",\\\"clusterManagerBackoffFactor\\\":0,\\\"clusterManagerSleepInitMS\\\":0,\\\"clusterManagerSleepMaxMS\\\":2000,\\\"dataManagerBackoffFactor\\\":0,\\\"dataManagerSleepInitMS\\\":0,\\\"dataManagerSleepMaxMS\\\":2000,\\\"feedBufferSizeBytes\\\":0,\\\"feedBufferAckThreshold\\\":0}\",\"sourcePartitions\":\"80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95\"}",
"IsDir": false,
"ModTime": "2016-01-11T19:29:43.945933723Z",
"Mode": 384,
"Name": "PINDEX_META",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_2be21ca2.pindex/PINDEX_META",
"Size": 805
},
{
"Contents": "{\"bucket_name\":\"data-bucket\"}",
"IsDir": false,
"ModTime": "2016-01-11T19:29:43.863935463Z",
"Mode": 384,
"Name": "SyncGatewayIndexParams.json",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_2be21ca2.pindex/SyncGatewayIndexParams.json",
"Size": 29
},
{
"IsDir": true,
"ModTime": "2016-01-11T19:29:41.70498126Z",
"Mode": 2147484096,
"Name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_330e8056.pindex",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_330e8056.pindex",
"Size": 58
},
{
"Contents": "{\"name\":\"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_330e8056\",\"uuid\":\"6efb01deae28078a\",\"indexType\":\"sync_gateway\",\"indexName\":\"data-bucketf1a48f7619f78a7fa3c49fe007fbe072\",\"indexUUID\":\"75f87d5b7c0a9c13\",\"indexParams\":\"{\\\"bucket_name\\\":\\\"data-bucket\\\"}\",\"sourceType\":\"couchbase\",\"sourceName\":\"data-bucket\",\"sourceUUID\":\"f1a48f7619f78a7fa3c49fe007fbe072\",\"sourceParams\":\"{\\\"authUser\\\":\\\"data-bucket\\\",\\\"authPassword\\\":\\\"\\\",\\\"authSaslUser\\\":\\\"\\\",\\\"authSaslPassword\\\":\\\"\\\",\\\"clusterManagerBackoffFactor\\\":0,\\\"clusterManagerSleepInitMS\\\":0,\\\"clusterManagerSleepMaxMS\\\":2000,\\\"dataManagerBackoffFactor\\\":0,\\\"dataManagerSleepInitMS\\\":0,\\\"dataManagerSleepMaxMS\\\":2000,\\\"feedBufferSizeBytes\\\":0,\\\"feedBufferAckThreshold\\\":0}\",\"sourcePartitions\":\"800,801,802,803,804,805,806,807,808,809,810,811,812,813,814,815\"}",
"IsDir": false,
"ModTime": "2016-01-11T19:29:41.70498126Z",
"Mode": 384,
"Name": "PINDEX_META",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_330e8056.pindex/PINDEX_META",
"Size": 821
},
{
"Contents": "{\"bucket_name\":\"data-bucket\"}",
"IsDir": false,
"ModTime": "2016-01-11T19:29:41.647982469Z",
"Mode": 384,
"Name": "SyncGatewayIndexParams.json",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_330e8056.pindex/SyncGatewayIndexParams.json",
"Size": 29
},
{
"IsDir": true,
"ModTime": "2016-01-11T19:29:41.519985184Z",
"Mode": 2147484096,
"Name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_33710460.pindex",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_33710460.pindex",
"Size": 58
},
{
"Contents": "{\"name\":\"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_33710460\",\"uuid\":\"725f526156e04158\",\"indexType\":\"sync_gateway\",\"indexName\":\"data-bucketf1a48f7619f78a7fa3c49fe007fbe072\",\"indexUUID\":\"75f87d5b7c0a9c13\",\"indexParams\":\"{\\\"bucket_name\\\":\\\"data-bucket\\\"}\",\"sourceType\":\"couchbase\",\"sourceName\":\"data-bucket\",\"sourceUUID\":\"f1a48f7619f78a7fa3c49fe007fbe072\",\"sourceParams\":\"{\\\"authUser\\\":\\\"data-bucket\\\",\\\"authPassword\\\":\\\"\\\",\\\"authSaslUser\\\":\\\"\\\",\\\"authSaslPassword\\\":\\\"\\\",\\\"clusterManagerBackoffFactor\\\":0,\\\"clusterManagerSleepInitMS\\\":0,\\\"clusterManagerSleepMaxMS\\\":2000,\\\"dataManagerBackoffFactor\\\":0,\\\"dataManagerSleepInitMS\\\":0,\\\"dataManagerSleepMaxMS\\\":2000,\\\"feedBufferSizeBytes\\\":0,\\\"feedBufferAckThreshold\\\":0}\",\"sourcePartitions\":\"496,497,498,499,500,501,502,503,504,505,506,507,508,509,510,511\"}",
"IsDir": false,
"ModTime": "2016-01-11T19:29:41.519985184Z",
"Mode": 384,
"Name": "PINDEX_META",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_33710460.pindex/PINDEX_META",
"Size": 821
},
{
"Contents": "{\"bucket_name\":\"data-bucket\"}",
"IsDir": false,
"ModTime": "2016-01-11T19:29:41.403987645Z",
"Mode": 384,
"Name": "SyncGatewayIndexParams.json",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_33710460.pindex/SyncGatewayIndexParams.json",
"Size": 29
},
{
"IsDir": true,
"ModTime": "2016-01-11T19:29:42.528963781Z",
"Mode": 2147484096,
"Name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_3ecbda65.pindex",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_3ecbda65.pindex",
"Size": 58
},
{
"Contents": "{\"name\":\"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_3ecbda65\",\"uuid\":\"7434ce9386ca094a\",\"indexType\":\"sync_gateway\",\"indexName\":\"data-bucketf1a48f7619f78a7fa3c49fe007fbe072\",\"indexUUID\":\"75f87d5b7c0a9c13\",\"indexParams\":\"{\\\"bucket_name\\\":\\\"data-bucket\\\"}\",\"sourceType\":\"couchbase\",\"sourceName\":\"data-bucket\",\"sourceUUID\":\"f1a48f7619f78a7fa3c49fe007fbe072\",\"sourceParams\":\"{\\\"authUser\\\":\\\"data-bucket\\\",\\\"authPassword\\\":\\\"\\\",\\\"authSaslUser\\\":\\\"\\\",\\\"authSaslPassword\\\":\\\"\\\",\\\"clusterManagerBackoffFactor\\\":0,\\\"clusterManagerSleepInitMS\\\":0,\\\"clusterManagerSleepMaxMS\\\":2000,\\\"dataManagerBackoffFactor\\\":0,\\\"dataManagerSleepInitMS\\\":0,\\\"dataManagerSleepMaxMS\\\":2000,\\\"feedBufferSizeBytes\\\":0,\\\"feedBufferAckThreshold\\\":0}\",\"sourcePartitions\":\"144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159\"}",
"IsDir": false,
"ModTime": "2016-01-11T19:29:42.528963781Z",
"Mode": 384,
"Name": "PINDEX_META",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_3ecbda65.pindex/PINDEX_META",
"Size": 821
},
{
"Contents": "{\"bucket_name\":\"data-bucket\"}",
"IsDir": false,
"ModTime": "2016-01-11T19:29:42.491964566Z",
"Mode": 384,
"Name": "SyncGatewayIndexParams.json",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_3ecbda65.pindex/SyncGatewayIndexParams.json",
"Size": 29
},
{
"IsDir": true,
"ModTime": "2016-01-11T19:29:44.310925982Z",
"Mode": 2147484096,
"Name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_3edfaf22.pindex",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_3edfaf22.pindex",
"Size": 58
},
{
"Contents": "{\"name\":\"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_3edfaf22\",\"uuid\":\"5de480bbd8b194d1\",\"indexType\":\"sync_gateway\",\"indexName\":\"data-bucketf1a48f7619f78a7fa3c49fe007fbe072\",\"indexUUID\":\"75f87d5b7c0a9c13\",\"indexParams\":\"{\\\"bucket_name\\\":\\\"data-bucket\\\"}\",\"sourceType\":\"couchbase\",\"sourceName\":\"data-bucket\",\"sourceUUID\":\"f1a48f7619f78a7fa3c49fe007fbe072\",\"sourceParams\":\"{\\\"authUser\\\":\\\"data-bucket\\\",\\\"authPassword\\\":\\\"\\\",\\\"authSaslUser\\\":\\\"\\\",\\\"authSaslPassword\\\":\\\"\\\",\\\"clusterManagerBackoffFactor\\\":0,\\\"clusterManagerSleepInitMS\\\":0,\\\"clusterManagerSleepMaxMS\\\":2000,\\\"dataManagerBackoffFactor\\\":0,\\\"dataManagerSleepInitMS\\\":0,\\\"dataManagerSleepMaxMS\\\":2000,\\\"feedBufferSizeBytes\\\":0,\\\"feedBufferAckThreshold\\\":0}\",\"sourcePartitions\":\"96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111\"}",
"IsDir": false,
"ModTime": "2016-01-11T19:29:44.310925982Z",
"Mode": 384,
"Name": "PINDEX_META",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_3edfaf22.pindex/PINDEX_META",
"Size": 817
},
{
"Contents": "{\"bucket_name\":\"data-bucket\"}",
"IsDir": false,
"ModTime": "2016-01-11T19:29:44.265926935Z",
"Mode": 384,
"Name": "SyncGatewayIndexParams.json",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_3edfaf22.pindex/SyncGatewayIndexParams.json",
"Size": 29
},
{
"IsDir": true,
"ModTime": "2016-01-11T19:29:43.49494329Z",
"Mode": 2147484096,
"Name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_4692e689.pindex",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_4692e689.pindex",
"Size": 58
},
{
"Contents": "{\"name\":\"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_4692e689\",\"uuid\":\"46ea261b93d29720\",\"indexType\":\"sync_gateway\",\"indexName\":\"data-bucketf1a48f7619f78a7fa3c49fe007fbe072\",\"indexUUID\":\"75f87d5b7c0a9c13\",\"indexParams\":\"{\\\"bucket_name\\\":\\\"data-bucket\\\"}\",\"sourceType\":\"couchbase\",\"sourceName\":\"data-bucket\",\"sourceUUID\":\"f1a48f7619f78a7fa3c49fe007fbe072\",\"sourceParams\":\"{\\\"authUser\\\":\\\"data-bucket\\\",\\\"authPassword\\\":\\\"\\\",\\\"authSaslUser\\\":\\\"\\\",\\\"authSaslPassword\\\":\\\"\\\",\\\"clusterManagerBackoffFactor\\\":0,\\\"clusterManagerSleepInitMS\\\":0,\\\"clusterManagerSleepMaxMS\\\":2000,\\\"dataManagerBackoffFactor\\\":0,\\\"dataManagerSleepInitMS\\\":0,\\\"dataManagerSleepMaxMS\\\":2000,\\\"feedBufferSizeBytes\\\":0,\\\"feedBufferAckThreshold\\\":0}\",\"sourcePartitions\":\"640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655\"}",
"IsDir": false,
"ModTime": "2016-01-11T19:29:43.49494329Z",
"Mode": 384,
"Name": "PINDEX_META",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_4692e689.pindex/PINDEX_META",
"Size": 821
},
{
"Contents": "{\"bucket_name\":\"data-bucket\"}",
"IsDir": false,
"ModTime": "2016-01-11T19:29:43.452944181Z",
"Mode": 384,
"Name": "SyncGatewayIndexParams.json",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_4692e689.pindex/SyncGatewayIndexParams.json",
"Size": 29
},
{
"IsDir": true,
"ModTime": "2016-01-11T19:29:40.954997169Z",
"Mode": 2147484096,
"Name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_4751c351.pindex",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_4751c351.pindex",
"Size": 58
},
{
"Contents": "{\"name\":\"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_4751c351\",\"uuid\":\"46b883c4afaa5524\",\"indexType\":\"sync_gateway\",\"indexName\":\"data-bucketf1a48f7619f78a7fa3c49fe007fbe072\",\"indexUUID\":\"75f87d5b7c0a9c13\",\"indexParams\":\"{\\\"bucket_name\\\":\\\"data-bucket\\\"}\",\"sourceType\":\"couchbase\",\"sourceName\":\"data-bucket\",\"sourceUUID\":\"f1a48f7619f78a7fa3c49fe007fbe072\",\"sourceParams\":\"{\\\"authUser\\\":\\\"data-bucket\\\",\\\"authPassword\\\":\\\"\\\",\\\"authSaslUser\\\":\\\"\\\",\\\"authSaslPassword\\\":\\\"\\\",\\\"clusterManagerBackoffFactor\\\":0,\\\"clusterManagerSleepInitMS\\\":0,\\\"clusterManagerSleepMaxMS\\\":2000,\\\"dataManagerBackoffFactor\\\":0,\\\"dataManagerSleepInitMS\\\":0,\\\"dataManagerSleepMaxMS\\\":2000,\\\"feedBufferSizeBytes\\\":0,\\\"feedBufferAckThreshold\\\":0}\",\"sourcePartitions\":\"288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303\"}",
"IsDir": false,
"ModTime": "2016-01-11T19:29:40.954997169Z",
"Mode": 384,
"Name": "PINDEX_META",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_4751c351.pindex/PINDEX_META",
"Size": 821
},
{
"Contents": "{\"bucket_name\":\"data-bucket\"}",
"IsDir": false,
"ModTime": "2016-01-11T19:29:40.909998124Z",
"Mode": 384,
"Name": "SyncGatewayIndexParams.json",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_4751c351.pindex/SyncGatewayIndexParams.json",
"Size": 29
},
{
"IsDir": true,
"ModTime": "2016-01-11T19:29:44.265926935Z",
"Mode": 2147484096,
"Name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_48028b63.pindex",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_48028b63.pindex",
"Size": 58
},
{
"Contents": "{\"name\":\"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_48028b63\",\"uuid\":\"17aca3fb375c42a4\",\"indexType\":\"sync_gateway\",\"indexName\":\"data-bucketf1a48f7619f78a7fa3c49fe007fbe072\",\"indexUUID\":\"75f87d5b7c0a9c13\",\"indexParams\":\"{\\\"bucket_name\\\":\\\"data-bucket\\\"}\",\"sourceType\":\"couchbase\",\"sourceName\":\"data-bucket\",\"sourceUUID\":\"f1a48f7619f78a7fa3c49fe007fbe072\",\"sourceParams\":\"{\\\"authUser\\\":\\\"data-bucket\\\",\\\"authPassword\\\":\\\"\\\",\\\"authSaslUser\\\":\\\"\\\",\\\"authSaslPassword\\\":\\\"\\\",\\\"clusterManagerBackoffFactor\\\":0,\\\"clusterManagerSleepInitMS\\\":0,\\\"clusterManagerSleepMaxMS\\\":2000,\\\"dataManagerBackoffFactor\\\":0,\\\"dataManagerSleepInitMS\\\":0,\\\"dataManagerSleepMaxMS\\\":2000,\\\"feedBufferSizeBytes\\\":0,\\\"feedBufferAckThreshold\\\":0}\",\"sourcePartitions\":\"992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1006,1007\"}",
"IsDir": false,
"ModTime": "2016-01-11T19:29:44.265926935Z",
"Mode": 384,
"Name": "PINDEX_META",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_48028b63.pindex/PINDEX_META",
"Size": 829
},
{
"Contents": "{\"bucket_name\":\"data-bucket\"}",
"IsDir": false,
"ModTime": "2016-01-11T19:29:44.22092789Z",
"Mode": 384,
"Name": "SyncGatewayIndexParams.json",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_48028b63.pindex/SyncGatewayIndexParams.json",
"Size": 29
},
{
"IsDir": true,
"ModTime": "2016-01-11T19:29:41.77897969Z",
"Mode": 2147484096,
"Name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_4854de6b.pindex",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_4854de6b.pindex",
"Size": 58
},
{
"Contents": "{\"name\":\"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_4854de6b\",\"uuid\":\"1d2f0d6bfd48578d\",\"indexType\":\"sync_gateway\",\"indexName\":\"data-bucketf1a48f7619f78a7fa3c49fe007fbe072\",\"indexUUID\":\"75f87d5b7c0a9c13\",\"indexParams\":\"{\\\"bucket_name\\\":\\\"data-bucket\\\"}\",\"sourceType\":\"couchbase\",\"sourceName\":\"data-bucket\",\"sourceUUID\":\"f1a48f7619f78a7fa3c49fe007fbe072\",\"sourceParams\":\"{\\\"authUser\\\":\\\"data-bucket\\\",\\\"authPassword\\\":\\\"\\\",\\\"authSaslUser\\\":\\\"\\\",\\\"authSaslPassword\\\":\\\"\\\",\\\"clusterManagerBackoffFactor\\\":0,\\\"clusterManagerSleepInitMS\\\":0,\\\"clusterManagerSleepMaxMS\\\":2000,\\\"dataManagerBackoffFactor\\\":0,\\\"dataManagerSleepInitMS\\\":0,\\\"dataManagerSleepMaxMS\\\":2000,\\\"feedBufferSizeBytes\\\":0,\\\"feedBufferAckThreshold\\\":0}\",\"sourcePartitions\":\"352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367\"}",
"IsDir": false,
"ModTime": "2016-01-11T19:29:41.77897969Z",
"Mode": 384,
"Name": "PINDEX_META",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_4854de6b.pindex/PINDEX_META",
"Size": 821
},
{
"Contents": "{\"bucket_name\":\"data-bucket\"}",
"IsDir": false,
"ModTime": "2016-01-11T19:29:41.70498126Z",
"Mode": 384,
"Name": "SyncGatewayIndexParams.json",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_4854de6b.pindex/SyncGatewayIndexParams.json",
"Size": 29
},
{
"IsDir": true,
"ModTime": "2016-01-11T19:29:43.986932853Z",
"Mode": 2147484096,
"Name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_49619dfd.pindex",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_49619dfd.pindex",
"Size": 58
},
{
"Contents": "{\"name\":\"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_49619dfd\",\"uuid\":\"1423689cc28e76ea\",\"indexType\":\"sync_gateway\",\"indexName\":\"data-bucketf1a48f7619f78a7fa3c49fe007fbe072\",\"indexUUID\":\"75f87d5b7c0a9c13\",\"indexParams\":\"{\\\"bucket_name\\\":\\\"data-bucket\\\"}\",\"sourceType\":\"couchbase\",\"sourceName\":\"data-bucket\",\"sourceUUID\":\"f1a48f7619f78a7fa3c49fe007fbe072\",\"sourceParams\":\"{\\\"authUser\\\":\\\"data-bucket\\\",\\\"authPassword\\\":\\\"\\\",\\\"authSaslUser\\\":\\\"\\\",\\\"authSaslPassword\\\":\\\"\\\",\\\"clusterManagerBackoffFactor\\\":0,\\\"clusterManagerSleepInitMS\\\":0,\\\"clusterManagerSleepMaxMS\\\":2000,\\\"dataManagerBackoffFactor\\\":0,\\\"dataManagerSleepInitMS\\\":0,\\\"dataManagerSleepMaxMS\\\":2000,\\\"feedBufferSizeBytes\\\":0,\\\"feedBufferAckThreshold\\\":0}\",\"sourcePartitions\":\"832,833,834,835,836,837,838,839,840,841,842,843,844,845,846,847\"}",
"IsDir": false,
"ModTime": "2016-01-11T19:29:43.986932853Z",
"Mode": 384,
"Name": "PINDEX_META",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_49619dfd.pindex/PINDEX_META",
"Size": 821
},
{
"Contents": "{\"bucket_name\":\"data-bucket\"}",
"IsDir": false,
"ModTime": "2016-01-11T19:29:43.945933723Z",
"Mode": 384,
"Name": "SyncGatewayIndexParams.json",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_49619dfd.pindex/SyncGatewayIndexParams.json",
"Size": 29
},
{
"IsDir": true,
"ModTime": "2016-01-11T19:29:44.025932026Z",
"Mode": 2147484096,
"Name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_4a7500c8.pindex",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_4a7500c8.pindex",
"Size": 58
},
{
"Contents": "{\"name\":\"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_4a7500c8\",\"uuid\":\"66dc6fd26d0e07b4\",\"indexType\":\"sync_gateway\",\"indexName\":\"data-bucketf1a48f7619f78a7fa3c49fe007fbe072\",\"indexUUID\":\"75f87d5b7c0a9c13\",\"indexParams\":\"{\\\"bucket_name\\\":\\\"data-bucket\\\"}\",\"sourceType\":\"couchbase\",\"sourceName\":\"data-bucket\",\"sourceUUID\":\"f1a48f7619f78a7fa3c49fe007fbe072\",\"sourceParams\":\"{\\\"authUser\\\":\\\"data-bucket\\\",\\\"authPassword\\\":\\\"\\\",\\\"authSaslUser\\\":\\\"\\\",\\\"authSaslPassword\\\":\\\"\\\",\\\"clusterManagerBackoffFactor\\\":0,\\\"clusterManagerSleepInitMS\\\":0,\\\"clusterManagerSleepMaxMS\\\":2000,\\\"dataManagerBackoffFactor\\\":0,\\\"dataManagerSleepInitMS\\\":0,\\\"dataManagerSleepMaxMS\\\":2000,\\\"feedBufferSizeBytes\\\":0,\\\"feedBufferAckThreshold\\\":0}\",\"sourcePartitions\":\"368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383\"}",
"IsDir": false,
"ModTime": "2016-01-11T19:29:44.025932026Z",
"Mode": 384,
"Name": "PINDEX_META",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_4a7500c8.pindex/PINDEX_META",
"Size": 821
},
{
"Contents": "{\"bucket_name\":\"data-bucket\"}",
"IsDir": false,
"ModTime": "2016-01-11T19:29:43.986932853Z",
"Mode": 384,
"Name": "SyncGatewayIndexParams.json",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_4a7500c8.pindex/SyncGatewayIndexParams.json",
"Size": 29
},
{
"IsDir": true,
"ModTime": "2016-01-11T19:29:40.999996215Z",
"Mode": 2147484096,
"Name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_4e86b372.pindex",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_4e86b372.pindex",
"Size": 58
},
{
"Contents": "{\"name\":\"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_4e86b372\",\"uuid\":\"6cd08a62240118a1\",\"indexType\":\"sync_gateway\",\"indexName\":\"data-bucketf1a48f7619f78a7fa3c49fe007fbe072\",\"indexUUID\":\"75f87d5b7c0a9c13\",\"indexParams\":\"{\\\"bucket_name\\\":\\\"data-bucket\\\"}\",\"sourceType\":\"couchbase\",\"sourceName\":\"data-bucket\",\"sourceUUID\":\"f1a48f7619f78a7fa3c49fe007fbe072\",\"sourceParams\":\"{\\\"authUser\\\":\\\"data-bucket\\\",\\\"authPassword\\\":\\\"\\\",\\\"authSaslUser\\\":\\\"\\\",\\\"authSaslPassword\\\":\\\"\\\",\\\"clusterManagerBackoffFactor\\\":0,\\\"clusterManagerSleepInitMS\\\":0,\\\"clusterManagerSleepMaxMS\\\":2000,\\\"dataManagerBackoffFactor\\\":0,\\\"dataManagerSleepInitMS\\\":0,\\\"dataManagerSleepMaxMS\\\":2000,\\\"feedBufferSizeBytes\\\":0,\\\"feedBufferAckThreshold\\\":0}\",\"sourcePartitions\":\"784,785,786,787,788,789,790,791,792,793,794,795,796,797,798,799\"}",
"IsDir": false,
"ModTime": "2016-01-11T19:29:40.999996215Z",
"Mode": 384,
"Name": "PINDEX_META",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_4e86b372.pindex/PINDEX_META",
"Size": 821
},
{
"Contents": "{\"bucket_name\":\"data-bucket\"}",
"IsDir": false,
"ModTime": "2016-01-11T19:29:40.954997169Z",
"Mode": 384,
"Name": "SyncGatewayIndexParams.json",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_4e86b372.pindex/SyncGatewayIndexParams.json",
"Size": 29
},
{
"IsDir": true,
"ModTime": "2016-01-11T19:29:41.079994518Z",
"Mode": 2147484096,
"Name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_5377b2af.pindex",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_5377b2af.pindex",
"Size": 58
},
{
"Contents": "{\"name\":\"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_5377b2af\",\"uuid\":\"113d5c643e66e8b9\",\"indexType\":\"sync_gateway\",\"indexName\":\"data-bucketf1a48f7619f78a7fa3c49fe007fbe072\",\"indexUUID\":\"75f87d5b7c0a9c13\",\"indexParams\":\"{\\\"bucket_name\\\":\\\"data-bucket\\\"}\",\"sourceType\":\"couchbase\",\"sourceName\":\"data-bucket\",\"sourceUUID\":\"f1a48f7619f78a7fa3c49fe007fbe072\",\"sourceParams\":\"{\\\"authUser\\\":\\\"data-bucket\\\",\\\"authPassword\\\":\\\"\\\",\\\"authSaslUser\\\":\\\"\\\",\\\"authSaslPassword\\\":\\\"\\\",\\\"clusterManagerBackoffFactor\\\":0,\\\"clusterManagerSleepInitMS\\\":0,\\\"clusterManagerSleepMaxMS\\\":2000,\\\"dataManagerBackoffFactor\\\":0,\\\"dataManagerSleepInitMS\\\":0,\\\"dataManagerSleepMaxMS\\\":2000,\\\"feedBufferSizeBytes\\\":0,\\\"feedBufferAckThreshold\\\":0}\",\"sourcePartitions\":\"720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735\"}",
"IsDir": false,
"ModTime": "2016-01-11T19:29:41.079994518Z",
"Mode": 384,
"Name": "PINDEX_META",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_5377b2af.pindex/PINDEX_META",
"Size": 821
},
{
"Contents": "{\"bucket_name\":\"data-bucket\"}",
"IsDir": false,
"ModTime": "2016-01-11T19:29:41.000996193Z",
"Mode": 384,
"Name": "SyncGatewayIndexParams.json",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_5377b2af.pindex/SyncGatewayIndexParams.json",
"Size": 29
},
{
"IsDir": true,
"ModTime": "2016-01-11T19:29:42.035974239Z",
"Mode": 2147484096,
"Name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_5f8c4d13.pindex",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_5f8c4d13.pindex",
"Size": 58
},
{
"Contents": "{\"name\":\"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_5f8c4d13\",\"uuid\":\"28575b30457254c3\",\"indexType\":\"sync_gateway\",\"indexName\":\"data-bucketf1a48f7619f78a7fa3c49fe007fbe072\",\"indexUUID\":\"75f87d5b7c0a9c13\",\"indexParams\":\"{\\\"bucket_name\\\":\\\"data-bucket\\\"}\",\"sourceType\":\"couchbase\",\"sourceName\":\"data-bucket\",\"sourceUUID\":\"f1a48f7619f78a7fa3c49fe007fbe072\",\"sourceParams\":\"{\\\"authUser\\\":\\\"data-bucket\\\",\\\"authPassword\\\":\\\"\\\",\\\"authSaslUser\\\":\\\"\\\",\\\"authSaslPassword\\\":\\\"\\\",\\\"clusterManagerBackoffFactor\\\":0,\\\"clusterManagerSleepInitMS\\\":0,\\\"clusterManagerSleepMaxMS\\\":2000,\\\"dataManagerBackoffFactor\\\":0,\\\"dataManagerSleepInitMS\\\":0,\\\"dataManagerSleepMaxMS\\\":2000,\\\"feedBufferSizeBytes\\\":0,\\\"feedBufferAckThreshold\\\":0}\",\"sourcePartitions\":\"0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15\"}",
"IsDir": false,
"ModTime": "2016-01-11T19:29:42.035974239Z",
"Mode": 384,
"Name": "PINDEX_META",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_5f8c4d13.pindex/PINDEX_META",
"Size": 795
},
{
"Contents": "{\"bucket_name\":\"data-bucket\"}",
"IsDir": false,
"ModTime": "2016-01-11T19:29:41.967975681Z",
"Mode": 384,
"Name": "SyncGatewayIndexParams.json",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_5f8c4d13.pindex/SyncGatewayIndexParams.json",
"Size": 29
},
{
"IsDir": true,
"ModTime": "2016-01-11T19:29:43.546942187Z",
"Mode": 2147484096,
"Name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_606af1eb.pindex",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_606af1eb.pindex",
"Size": 58
},
{
"Contents": "{\"name\":\"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_606af1eb\",\"uuid\":\"6c3b33f5dfc4505e\",\"indexType\":\"sync_gateway\",\"indexName\":\"data-bucketf1a48f7619f78a7fa3c49fe007fbe072\",\"indexUUID\":\"75f87d5b7c0a9c13\",\"indexParams\":\"{\\\"bucket_name\\\":\\\"data-bucket\\\"}\",\"sourceType\":\"couchbase\",\"sourceName\":\"data-bucket\",\"sourceUUID\":\"f1a48f7619f78a7fa3c49fe007fbe072\",\"sourceParams\":\"{\\\"authUser\\\":\\\"data-bucket\\\",\\\"authPassword\\\":\\\"\\\",\\\"authSaslUser\\\":\\\"\\\",\\\"authSaslPassword\\\":\\\"\\\",\\\"clusterManagerBackoffFactor\\\":0,\\\"clusterManagerSleepInitMS\\\":0,\\\"clusterManagerSleepMaxMS\\\":2000,\\\"dataManagerBackoffFactor\\\":0,\\\"dataManagerSleepInitMS\\\":0,\\\"dataManagerSleepMaxMS\\\":2000,\\\"feedBufferSizeBytes\\\":0,\\\"feedBufferAckThreshold\\\":0}\",\"sourcePartitions\":\"928,929,930,931,932,933,934,935,936,937,938,939,940,941,942,943\"}",
"IsDir": false,
"ModTime": "2016-01-11T19:29:43.546942187Z",
"Mode": 384,
"Name": "PINDEX_META",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_606af1eb.pindex/PINDEX_META",
"Size": 821
},
{
"Contents": "{\"bucket_name\":\"data-bucket\"}",
"IsDir": false,
"ModTime": "2016-01-11T19:29:43.49494329Z",
"Mode": 384,
"Name": "SyncGatewayIndexParams.json",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_606af1eb.pindex/SyncGatewayIndexParams.json",
"Size": 29
},
{
"IsDir": true,
"ModTime": "2016-01-11T19:29:43.690939132Z",
"Mode": 2147484096,
"Name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_654c1b3e.pindex",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_654c1b3e.pindex",
"Size": 58
},
{
"Contents": "{\"name\":\"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_654c1b3e\",\"uuid\":\"2c56e7234440e4fd\",\"indexType\":\"sync_gateway\",\"indexName\":\"data-bucketf1a48f7619f78a7fa3c49fe007fbe072\",\"indexUUID\":\"75f87d5b7c0a9c13\",\"indexParams\":\"{\\\"bucket_name\\\":\\\"data-bucket\\\"}\",\"sourceType\":\"couchbase\",\"sourceName\":\"data-bucket\",\"sourceUUID\":\"f1a48f7619f78a7fa3c49fe007fbe072\",\"sourceParams\":\"{\\\"authUser\\\":\\\"data-bucket\\\",\\\"authPassword\\\":\\\"\\\",\\\"authSaslUser\\\":\\\"\\\",\\\"authSaslPassword\\\":\\\"\\\",\\\"clusterManagerBackoffFactor\\\":0,\\\"clusterManagerSleepInitMS\\\":0,\\\"clusterManagerSleepMaxMS\\\":2000,\\\"dataManagerBackoffFactor\\\":0,\\\"dataManagerSleepInitMS\\\":0,\\\"dataManagerSleepMaxMS\\\":2000,\\\"feedBufferSizeBytes\\\":0,\\\"feedBufferAckThreshold\\\":0}\",\"sourcePartitions\":\"544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,559\"}",
"IsDir": false,
"ModTime": "2016-01-11T19:29:43.690939132Z",
"Mode": 384,
"Name": "PINDEX_META",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_654c1b3e.pindex/PINDEX_META",
"Size": 821
},
{
"Contents": "{\"bucket_name\":\"data-bucket\"}",
"IsDir": false,
"ModTime": "2016-01-11T19:29:43.632940362Z",
"Mode": 384,
"Name": "SyncGatewayIndexParams.json",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_654c1b3e.pindex/SyncGatewayIndexParams.json",
"Size": 29
},
{
"IsDir": true,
"ModTime": "2016-01-11T19:29:42.457965288Z",
"Mode": 2147484096,
"Name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_664f79ef.pindex",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_664f79ef.pindex",
"Size": 58
},
{
"Contents": "{\"name\":\"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_664f79ef\",\"uuid\":\"6ceb5265a92bfcb5\",\"indexType\":\"sync_gateway\",\"indexName\":\"data-bucketf1a48f7619f78a7fa3c49fe007fbe072\",\"indexUUID\":\"75f87d5b7c0a9c13\",\"indexParams\":\"{\\\"bucket_name\\\":\\\"data-bucket\\\"}\",\"sourceType\":\"couchbase\",\"sourceName\":\"data-bucket\",\"sourceUUID\":\"f1a48f7619f78a7fa3c49fe007fbe072\",\"sourceParams\":\"{\\\"authUser\\\":\\\"data-bucket\\\",\\\"authPassword\\\":\\\"\\\",\\\"authSaslUser\\\":\\\"\\\",\\\"authSaslPassword\\\":\\\"\\\",\\\"clusterManagerBackoffFactor\\\":0,\\\"clusterManagerSleepInitMS\\\":0,\\\"clusterManagerSleepMaxMS\\\":2000,\\\"dataManagerBackoffFactor\\\":0,\\\"dataManagerSleepInitMS\\\":0,\\\"dataManagerSleepMaxMS\\\":2000,\\\"feedBufferSizeBytes\\\":0,\\\"feedBufferAckThreshold\\\":0}\",\"sourcePartitions\":\"912,913,914,915,916,917,918,919,920,921,922,923,924,925,926,927\"}",
"IsDir": false,
"ModTime": "2016-01-11T19:29:42.457965288Z",
"Mode": 384,
"Name": "PINDEX_META",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_664f79ef.pindex/PINDEX_META",
"Size": 821
},
{
"Contents": "{\"bucket_name\":\"data-bucket\"}",
"IsDir": false,
"ModTime": "2016-01-11T19:29:42.410966285Z",
"Mode": 384,
"Name": "SyncGatewayIndexParams.json",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_664f79ef.pindex/SyncGatewayIndexParams.json",
"Size": 29
},
{
"IsDir": true,
"ModTime": "2016-01-11T19:29:43.272948Z",
"Mode": 2147484096,
"Name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_6d584ec5.pindex",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_6d584ec5.pindex",
"Size": 58
},
{
"Contents": "{\"name\":\"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_6d584ec5\",\"uuid\":\"7d5434005d218215\",\"indexType\":\"sync_gateway\",\"indexName\":\"data-bucketf1a48f7619f78a7fa3c49fe007fbe072\",\"indexUUID\":\"75f87d5b7c0a9c13\",\"indexParams\":\"{\\\"bucket_name\\\":\\\"data-bucket\\\"}\",\"sourceType\":\"couchbase\",\"sourceName\":\"data-bucket\",\"sourceUUID\":\"f1a48f7619f78a7fa3c49fe007fbe072\",\"sourceParams\":\"{\\\"authUser\\\":\\\"data-bucket\\\",\\\"authPassword\\\":\\\"\\\",\\\"authSaslUser\\\":\\\"\\\",\\\"authSaslPassword\\\":\\\"\\\",\\\"clusterManagerBackoffFactor\\\":0,\\\"clusterManagerSleepInitMS\\\":0,\\\"clusterManagerSleepMaxMS\\\":2000,\\\"dataManagerBackoffFactor\\\":0,\\\"dataManagerSleepInitMS\\\":0,\\\"dataManagerSleepMaxMS\\\":2000,\\\"feedBufferSizeBytes\\\":0,\\\"feedBufferAckThreshold\\\":0}\",\"sourcePartitions\":\"480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495\"}",
"IsDir": false,
"ModTime": "2016-01-11T19:29:43.272948Z",
"Mode": 384,
"Name": "PINDEX_META",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_6d584ec5.pindex/PINDEX_META",
"Size": 821
},
{
"Contents": "{\"bucket_name\":\"data-bucket\"}",
"IsDir": false,
"ModTime": "2016-01-11T19:29:43.142950757Z",
"Mode": 384,
"Name": "SyncGatewayIndexParams.json",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_6d584ec5.pindex/SyncGatewayIndexParams.json",
"Size": 29
},
{
"IsDir": true,
"ModTime": "2016-01-11T19:29:43.309947214Z",
"Mode": 2147484096,
"Name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_702522c4.pindex",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_702522c4.pindex",
"Size": 58
},
{
"Contents": "{\"name\":\"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_702522c4\",\"uuid\":\"6c955bafab153259\",\"indexType\":\"sync_gateway\",\"indexName\":\"data-bucketf1a48f7619f78a7fa3c49fe007fbe072\",\"indexUUID\":\"75f87d5b7c0a9c13\",\"indexParams\":\"{\\\"bucket_name\\\":\\\"data-bucket\\\"}\",\"sourceType\":\"couchbase\",\"sourceName\":\"data-bucket\",\"sourceUUID\":\"f1a48f7619f78a7fa3c49fe007fbe072\",\"sourceParams\":\"{\\\"authUser\\\":\\\"data-bucket\\\",\\\"authPassword\\\":\\\"\\\",\\\"authSaslUser\\\":\\\"\\\",\\\"authSaslPassword\\\":\\\"\\\",\\\"clusterManagerBackoffFactor\\\":0,\\\"clusterManagerSleepInitMS\\\":0,\\\"clusterManagerSleepMaxMS\\\":2000,\\\"dataManagerBackoffFactor\\\":0,\\\"dataManagerSleepInitMS\\\":0,\\\"dataManagerSleepMaxMS\\\":2000,\\\"feedBufferSizeBytes\\\":0,\\\"feedBufferAckThreshold\\\":0}\",\"sourcePartitions\":\"976,977,978,979,980,981,982,983,984,985,986,987,988,989,990,991\"}",
"IsDir": false,
"ModTime": "2016-01-11T19:29:43.309947214Z",
"Mode": 384,
"Name": "PINDEX_META",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_702522c4.pindex/PINDEX_META",
"Size": 821
},
{
"Contents": "{\"bucket_name\":\"data-bucket\"}",
"IsDir": false,
"ModTime": "2016-01-11T19:29:43.272948Z",
"Mode": 384,
"Name": "SyncGatewayIndexParams.json",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_702522c4.pindex/SyncGatewayIndexParams.json",
"Size": 29
},
{
"IsDir": true,
"ModTime": "2016-01-11T19:29:42.365967239Z",
"Mode": 2147484096,
"Name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_76bd4e53.pindex",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_76bd4e53.pindex",
"Size": 58
},
{
"Contents": "{\"name\":\"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_76bd4e53\",\"uuid\":\"6a7849358c7328c4\",\"indexType\":\"sync_gateway\",\"indexName\":\"data-bucketf1a48f7619f78a7fa3c49fe007fbe072\",\"indexUUID\":\"75f87d5b7c0a9c13\",\"indexParams\":\"{\\\"bucket_name\\\":\\\"data-bucket\\\"}\",\"sourceType\":\"couchbase\",\"sourceName\":\"data-bucket\",\"sourceUUID\":\"f1a48f7619f78a7fa3c49fe007fbe072\",\"sourceParams\":\"{\\\"authUser\\\":\\\"data-bucket\\\",\\\"authPassword\\\":\\\"\\\",\\\"authSaslUser\\\":\\\"\\\",\\\"authSaslPassword\\\":\\\"\\\",\\\"clusterManagerBackoffFactor\\\":0,\\\"clusterManagerSleepInitMS\\\":0,\\\"clusterManagerSleepMaxMS\\\":2000,\\\"dataManagerBackoffFactor\\\":0,\\\"dataManagerSleepInitMS\\\":0,\\\"dataManagerSleepMaxMS\\\":2000,\\\"feedBufferSizeBytes\\\":0,\\\"feedBufferAckThreshold\\\":0}\",\"sourcePartitions\":\"448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463\"}",
"IsDir": false,
"ModTime": "2016-01-11T19:29:42.365967239Z",
"Mode": 384,
"Name": "PINDEX_META",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_76bd4e53.pindex/PINDEX_META",
"Size": 821
},
{
"Contents": "{\"bucket_name\":\"data-bucket\"}",
"IsDir": false,
"ModTime": "2016-01-11T19:29:42.324968108Z",
"Mode": 384,
"Name": "SyncGatewayIndexParams.json",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_76bd4e53.pindex/SyncGatewayIndexParams.json",
"Size": 29
},
{
"IsDir": true,
"ModTime": "2016-01-11T19:29:42.286968914Z",
"Mode": 2147484096,
"Name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_81d00d28.pindex",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_81d00d28.pindex",
"Size": 58
},
{
"Contents": "{\"name\":\"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_81d00d28\",\"uuid\":\"4a4d98b2783e3be7\",\"indexType\":\"sync_gateway\",\"indexName\":\"data-bucketf1a48f7619f78a7fa3c49fe007fbe072\",\"indexUUID\":\"75f87d5b7c0a9c13\",\"indexParams\":\"{\\\"bucket_name\\\":\\\"data-bucket\\\"}\",\"sourceType\":\"couchbase\",\"sourceName\":\"data-bucket\",\"sourceUUID\":\"f1a48f7619f78a7fa3c49fe007fbe072\",\"sourceParams\":\"{\\\"authUser\\\":\\\"data-bucket\\\",\\\"authPassword\\\":\\\"\\\",\\\"authSaslUser\\\":\\\"\\\",\\\"authSaslPassword\\\":\\\"\\\",\\\"clusterManagerBackoffFactor\\\":0,\\\"clusterManagerSleepInitMS\\\":0,\\\"clusterManagerSleepMaxMS\\\":2000,\\\"dataManagerBackoffFactor\\\":0,\\\"dataManagerSleepInitMS\\\":0,\\\"dataManagerSleepMaxMS\\\":2000,\\\"feedBufferSizeBytes\\\":0,\\\"feedBufferAckThreshold\\\":0}\",\"sourcePartitions\":\"880,881,882,883,884,885,886,887,888,889,890,891,892,893,894,895\"}",
"IsDir": false,
"ModTime": "2016-01-11T19:29:42.286968914Z",
"Mode": 384,
"Name": "PINDEX_META",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_81d00d28.pindex/PINDEX_META",
"Size": 821
},
{
"Contents": "{\"bucket_name\":\"data-bucket\"}",
"IsDir": false,
"ModTime": "2016-01-11T19:29:42.231970081Z",
"Mode": 384,
"Name": "SyncGatewayIndexParams.json",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_81d00d28.pindex/SyncGatewayIndexParams.json",
"Size": 29
},
{
"IsDir": true,
"ModTime": "2016-01-11T19:29:41.814978926Z",
"Mode": 2147484096,
"Name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_845321a8.pindex",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_845321a8.pindex",
"Size": 58
},
{
"Contents": "{\"name\":\"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_845321a8\",\"uuid\":\"67a406fdda61b1ed\",\"indexType\":\"sync_gateway\",\"indexName\":\"data-bucketf1a48f7619f78a7fa3c49fe007fbe072\",\"indexUUID\":\"75f87d5b7c0a9c13\",\"indexParams\":\"{\\\"bucket_name\\\":\\\"data-bucket\\\"}\",\"sourceType\":\"couchbase\",\"sourceName\":\"data-bucket\",\"sourceUUID\":\"f1a48f7619f78a7fa3c49fe007fbe072\",\"sourceParams\":\"{\\\"authUser\\\":\\\"data-bucket\\\",\\\"authPassword\\\":\\\"\\\",\\\"authSaslUser\\\":\\\"\\\",\\\"authSaslPassword\\\":\\\"\\\",\\\"clusterManagerBackoffFactor\\\":0,\\\"clusterManagerSleepInitMS\\\":0,\\\"clusterManagerSleepMaxMS\\\":2000,\\\"dataManagerBackoffFactor\\\":0,\\\"dataManagerSleepInitMS\\\":0,\\\"dataManagerSleepMaxMS\\\":2000,\\\"feedBufferSizeBytes\\\":0,\\\"feedBufferAckThreshold\\\":0}\",\"sourcePartitions\":\"1008,1009,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,1021,1022,1023\"}",
"IsDir": false,
"ModTime": "2016-01-11T19:29:41.814978926Z",
"Mode": 384,
"Name": "PINDEX_META",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_845321a8.pindex/PINDEX_META",
"Size": 837
},
{
"Contents": "{\"bucket_name\":\"data-bucket\"}",
"IsDir": false,
"ModTime": "2016-01-11T19:29:41.77897969Z",
"Mode": 384,
"Name": "SyncGatewayIndexParams.json",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_845321a8.pindex/SyncGatewayIndexParams.json",
"Size": 29
},
{
"IsDir": true,
"ModTime": "2016-01-11T19:29:43.726938368Z",
"Mode": 2147484096,
"Name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_89c458d3.pindex",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_89c458d3.pindex",
"Size": 58
},
{
"Contents": "{\"name\":\"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_89c458d3\",\"uuid\":\"2f9828cf2c04b35a\",\"indexType\":\"sync_gateway\",\"indexName\":\"data-bucketf1a48f7619f78a7fa3c49fe007fbe072\",\"indexUUID\":\"75f87d5b7c0a9c13\",\"indexParams\":\"{\\\"bucket_name\\\":\\\"data-bucket\\\"}\",\"sourceType\":\"couchbase\",\"sourceName\":\"data-bucket\",\"sourceUUID\":\"f1a48f7619f78a7fa3c49fe007fbe072\",\"sourceParams\":\"{\\\"authUser\\\":\\\"data-bucket\\\",\\\"authPassword\\\":\\\"\\\",\\\"authSaslUser\\\":\\\"\\\",\\\"authSaslPassword\\\":\\\"\\\",\\\"clusterManagerBackoffFactor\\\":0,\\\"clusterManagerSleepInitMS\\\":0,\\\"clusterManagerSleepMaxMS\\\":2000,\\\"dataManagerBackoffFactor\\\":0,\\\"dataManagerSleepInitMS\\\":0,\\\"dataManagerSleepMaxMS\\\":2000,\\\"feedBufferSizeBytes\\\":0,\\\"feedBufferAckThreshold\\\":0}\",\"sourcePartitions\":\"944,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959\"}",
"IsDir": false,
"ModTime": "2016-01-11T19:29:43.726938368Z",
"Mode": 384,
"Name": "PINDEX_META",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_89c458d3.pindex/PINDEX_META",
"Size": 821
},
{
"Contents": "{\"bucket_name\":\"data-bucket\"}",
"IsDir": false,
"ModTime": "2016-01-11T19:29:43.690939132Z",
"Mode": 384,
"Name": "SyncGatewayIndexParams.json",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_89c458d3.pindex/SyncGatewayIndexParams.json",
"Size": 29
},
{
"IsDir": true,
"ModTime": "2016-01-11T19:29:42.584962594Z",
"Mode": 2147484096,
"Name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_8ac73a02.pindex",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_8ac73a02.pindex",
"Size": 58
},
{
"Contents": "{\"name\":\"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_8ac73a02\",\"uuid\":\"409e969373c53dd6\",\"indexType\":\"sync_gateway\",\"indexName\":\"data-bucketf1a48f7619f78a7fa3c49fe007fbe072\",\"indexUUID\":\"75f87d5b7c0a9c13\",\"indexParams\":\"{\\\"bucket_name\\\":\\\"data-bucket\\\"}\",\"sourceType\":\"couchbase\",\"sourceName\":\"data-bucket\",\"sourceUUID\":\"f1a48f7619f78a7fa3c49fe007fbe072\",\"sourceParams\":\"{\\\"authUser\\\":\\\"data-bucket\\\",\\\"authPassword\\\":\\\"\\\",\\\"authSaslUser\\\":\\\"\\\",\\\"authSaslPassword\\\":\\\"\\\",\\\"clusterManagerBackoffFactor\\\":0,\\\"clusterManagerSleepInitMS\\\":0,\\\"clusterManagerSleepMaxMS\\\":2000,\\\"dataManagerBackoffFactor\\\":0,\\\"dataManagerSleepInitMS\\\":0,\\\"dataManagerSleepMaxMS\\\":2000,\\\"feedBufferSizeBytes\\\":0,\\\"feedBufferAckThreshold\\\":0}\",\"sourcePartitions\":\"512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527\"}",
"IsDir": false,
"ModTime": "2016-01-11T19:29:42.584962594Z",
"Mode": 384,
"Name": "PINDEX_META",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_8ac73a02.pindex/PINDEX_META",
"Size": 821
},
{
"Contents": "{\"bucket_name\":\"data-bucket\"}",
"IsDir": false,
"ModTime": "2016-01-11T19:29:42.528963781Z",
"Mode": 384,
"Name": "SyncGatewayIndexParams.json",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_8ac73a02.pindex/SyncGatewayIndexParams.json",
"Size": 29
},
{
"IsDir": true,
"ModTime": "2016-01-11T19:29:43.772937394Z",
"Mode": 2147484096,
"Name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_8ce2b206.pindex",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_8ce2b206.pindex",
"Size": 58
},
{
"Contents": "{\"name\":\"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_8ce2b206\",\"uuid\":\"1007ca112dbd67ef\",\"indexType\":\"sync_gateway\",\"indexName\":\"data-bucketf1a48f7619f78a7fa3c49fe007fbe072\",\"indexUUID\":\"75f87d5b7c0a9c13\",\"indexParams\":\"{\\\"bucket_name\\\":\\\"data-bucket\\\"}\",\"sourceType\":\"couchbase\",\"sourceName\":\"data-bucket\",\"sourceUUID\":\"f1a48f7619f78a7fa3c49fe007fbe072\",\"sourceParams\":\"{\\\"authUser\\\":\\\"data-bucket\\\",\\\"authPassword\\\":\\\"\\\",\\\"authSaslUser\\\":\\\"\\\",\\\"authSaslPassword\\\":\\\"\\\",\\\"clusterManagerBackoffFactor\\\":0,\\\"clusterManagerSleepInitMS\\\":0,\\\"clusterManagerSleepMaxMS\\\":2000,\\\"dataManagerBackoffFactor\\\":0,\\\"dataManagerSleepInitMS\\\":0,\\\"dataManagerSleepMaxMS\\\":2000,\\\"feedBufferSizeBytes\\\":0,\\\"feedBufferAckThreshold\\\":0}\",\"sourcePartitions\":\"528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543\"}",
"IsDir": false,
"ModTime": "2016-01-11T19:29:43.772937394Z",
"Mode": 384,
"Name": "PINDEX_META",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_8ce2b206.pindex/PINDEX_META",
"Size": 821
},
{
"Contents": "{\"bucket_name\":\"data-bucket\"}",
"IsDir": false,
"ModTime": "2016-01-11T19:29:43.726938368Z",
"Mode": 384,
"Name": "SyncGatewayIndexParams.json",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_8ce2b206.pindex/SyncGatewayIndexParams.json",
"Size": 29
},
{
"IsDir": true,
"ModTime": "2016-01-11T19:29:44.074930987Z",
"Mode": 2147484096,
"Name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_8f073f4.pindex",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_8f073f4.pindex",
"Size": 58
},
{
"Contents": "{\"name\":\"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_8f073f4\",\"uuid\":\"3034c2a5b406d7d6\",\"indexType\":\"sync_gateway\",\"indexName\":\"data-bucketf1a48f7619f78a7fa3c49fe007fbe072\",\"indexUUID\":\"75f87d5b7c0a9c13\",\"indexParams\":\"{\\\"bucket_name\\\":\\\"data-bucket\\\"}\",\"sourceType\":\"couchbase\",\"sourceName\":\"data-bucket\",\"sourceUUID\":\"f1a48f7619f78a7fa3c49fe007fbe072\",\"sourceParams\":\"{\\\"authUser\\\":\\\"data-bucket\\\",\\\"authPassword\\\":\\\"\\\",\\\"authSaslUser\\\":\\\"\\\",\\\"authSaslPassword\\\":\\\"\\\",\\\"clusterManagerBackoffFactor\\\":0,\\\"clusterManagerSleepInitMS\\\":0,\\\"clusterManagerSleepMaxMS\\\":2000,\\\"dataManagerBackoffFactor\\\":0,\\\"dataManagerSleepInitMS\\\":0,\\\"dataManagerSleepMaxMS\\\":2000,\\\"feedBufferSizeBytes\\\":0,\\\"feedBufferAckThreshold\\\":0}\",\"sourcePartitions\":\"320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335\"}",
"IsDir": false,
"ModTime": "2016-01-11T19:29:44.074930987Z",
"Mode": 384,
"Name": "PINDEX_META",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_8f073f4.pindex/PINDEX_META",
"Size": 820
},
{
"Contents": "{\"bucket_name\":\"data-bucket\"}",
"IsDir": false,
"ModTime": "2016-01-11T19:29:44.025932026Z",
"Mode": 384,
"Name": "SyncGatewayIndexParams.json",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_8f073f4.pindex/SyncGatewayIndexParams.json",
"Size": 29
},
{
"IsDir": true,
"ModTime": "2016-01-11T19:29:42.324968108Z",
"Mode": 2147484096,
"Name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_9040f99c.pindex",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_9040f99c.pindex",
"Size": 58
},
{
"Contents": "{\"name\":\"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_9040f99c\",\"uuid\":\"1f67aa2d40c2c2a5\",\"indexType\":\"sync_gateway\",\"indexName\":\"data-bucketf1a48f7619f78a7fa3c49fe007fbe072\",\"indexUUID\":\"75f87d5b7c0a9c13\",\"indexParams\":\"{\\\"bucket_name\\\":\\\"data-bucket\\\"}\",\"sourceType\":\"couchbase\",\"sourceName\":\"data-bucket\",\"sourceUUID\":\"f1a48f7619f78a7fa3c49fe007fbe072\",\"sourceParams\":\"{\\\"authUser\\\":\\\"data-bucket\\\",\\\"authPassword\\\":\\\"\\\",\\\"authSaslUser\\\":\\\"\\\",\\\"authSaslPassword\\\":\\\"\\\",\\\"clusterManagerBackoffFactor\\\":0,\\\"clusterManagerSleepInitMS\\\":0,\\\"clusterManagerSleepMaxMS\\\":2000,\\\"dataManagerBackoffFactor\\\":0,\\\"dataManagerSleepInitMS\\\":0,\\\"dataManagerSleepMaxMS\\\":2000,\\\"feedBufferSizeBytes\\\":0,\\\"feedBufferAckThreshold\\\":0}\",\"sourcePartitions\":\"336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351\"}",
"IsDir": false,
"ModTime": "2016-01-11T19:29:42.324968108Z",
"Mode": 384,
"Name": "PINDEX_META",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_9040f99c.pindex/PINDEX_META",
"Size": 821
},
{
"Contents": "{\"bucket_name\":\"data-bucket\"}",
"IsDir": false,
"ModTime": "2016-01-11T19:29:42.286968914Z",
"Mode": 384,
"Name": "SyncGatewayIndexParams.json",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_9040f99c.pindex/SyncGatewayIndexParams.json",
"Size": 29
},
{
"IsDir": true,
"ModTime": "2016-01-11T19:29:41.864977866Z",
"Mode": 2147484096,
"Name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_91e456c6.pindex",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_91e456c6.pindex",
"Size": 58
},
{
"Contents": "{\"name\":\"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_91e456c6\",\"uuid\":\"3af5d15c2911f7e2\",\"indexType\":\"sync_gateway\",\"indexName\":\"data-bucketf1a48f7619f78a7fa3c49fe007fbe072\",\"indexUUID\":\"75f87d5b7c0a9c13\",\"indexParams\":\"{\\\"bucket_name\\\":\\\"data-bucket\\\"}\",\"sourceType\":\"couchbase\",\"sourceName\":\"data-bucket\",\"sourceUUID\":\"f1a48f7619f78a7fa3c49fe007fbe072\",\"sourceParams\":\"{\\\"authUser\\\":\\\"data-bucket\\\",\\\"authPassword\\\":\\\"\\\",\\\"authSaslUser\\\":\\\"\\\",\\\"authSaslPassword\\\":\\\"\\\",\\\"clusterManagerBackoffFactor\\\":0,\\\"clusterManagerSleepInitMS\\\":0,\\\"clusterManagerSleepMaxMS\\\":2000,\\\"dataManagerBackoffFactor\\\":0,\\\"dataManagerSleepInitMS\\\":0,\\\"dataManagerSleepMaxMS\\\":2000,\\\"feedBufferSizeBytes\\\":0,\\\"feedBufferAckThreshold\\\":0}\",\"sourcePartitions\":\"160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175\"}",
"IsDir": false,
"ModTime": "2016-01-11T19:29:41.864977866Z",
"Mode": 384,
"Name": "PINDEX_META",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_91e456c6.pindex/PINDEX_META",
"Size": 821
},
{
"Contents": "{\"bucket_name\":\"data-bucket\"}",
"IsDir": false,
"ModTime": "2016-01-11T19:29:41.814978926Z",
"Mode": 384,
"Name": "SyncGatewayIndexParams.json",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_91e456c6.pindex/SyncGatewayIndexParams.json",
"Size": 29
},
{
"IsDir": true,
"ModTime": "2016-01-11T19:29:42.112972605Z",
"Mode": 2147484096,
"Name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_9a350dbe.pindex",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_9a350dbe.pindex",
"Size": 58
},
{
"Contents": "{\"name\":\"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_9a350dbe\",\"uuid\":\"4cd8c04adc469a7e\",\"indexType\":\"sync_gateway\",\"indexName\":\"data-bucketf1a48f7619f78a7fa3c49fe007fbe072\",\"indexUUID\":\"75f87d5b7c0a9c13\",\"indexParams\":\"{\\\"bucket_name\\\":\\\"data-bucket\\\"}\",\"sourceType\":\"couchbase\",\"sourceName\":\"data-bucket\",\"sourceUUID\":\"f1a48f7619f78a7fa3c49fe007fbe072\",\"sourceParams\":\"{\\\"authUser\\\":\\\"data-bucket\\\",\\\"authPassword\\\":\\\"\\\",\\\"authSaslUser\\\":\\\"\\\",\\\"authSaslPassword\\\":\\\"\\\",\\\"clusterManagerBackoffFactor\\\":0,\\\"clusterManagerSleepInitMS\\\":0,\\\"clusterManagerSleepMaxMS\\\":2000,\\\"dataManagerBackoffFactor\\\":0,\\\"dataManagerSleepInitMS\\\":0,\\\"dataManagerSleepMaxMS\\\":2000,\\\"feedBufferSizeBytes\\\":0,\\\"feedBufferAckThreshold\\\":0}\",\"sourcePartitions\":\"848,849,850,851,852,853,854,855,856,857,858,859,860,861,862,863\"}",
"IsDir": false,
"ModTime": "2016-01-11T19:29:42.112972605Z",
"Mode": 384,
"Name": "PINDEX_META",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_9a350dbe.pindex/PINDEX_META",
"Size": 821
},
{
"Contents": "{\"bucket_name\":\"data-bucket\"}",
"IsDir": false,
"ModTime": "2016-01-11T19:29:42.035974239Z",
"Mode": 384,
"Name": "SyncGatewayIndexParams.json",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_9a350dbe.pindex/SyncGatewayIndexParams.json",
"Size": 29
},
{
"IsDir": true,
"ModTime": "2016-01-11T19:29:42.491964566Z",
"Mode": 2147484096,
"Name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_9cad6129.pindex",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_9cad6129.pindex",
"Size": 58
},
{
"Contents": "{\"name\":\"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_9cad6129\",\"uuid\":\"2fed818f7ff5629e\",\"indexType\":\"sync_gateway\",\"indexName\":\"data-bucketf1a48f7619f78a7fa3c49fe007fbe072\",\"indexUUID\":\"75f87d5b7c0a9c13\",\"indexParams\":\"{\\\"bucket_name\\\":\\\"data-bucket\\\"}\",\"sourceType\":\"couchbase\",\"sourceName\":\"data-bucket\",\"sourceUUID\":\"f1a48f7619f78a7fa3c49fe007fbe072\",\"sourceParams\":\"{\\\"authUser\\\":\\\"data-bucket\\\",\\\"authPassword\\\":\\\"\\\",\\\"authSaslUser\\\":\\\"\\\",\\\"authSaslPassword\\\":\\\"\\\",\\\"clusterManagerBackoffFactor\\\":0,\\\"clusterManagerSleepInitMS\\\":0,\\\"clusterManagerSleepMaxMS\\\":2000,\\\"dataManagerBackoffFactor\\\":0,\\\"dataManagerSleepInitMS\\\":0,\\\"dataManagerSleepMaxMS\\\":2000,\\\"feedBufferSizeBytes\\\":0,\\\"feedBufferAckThreshold\\\":0}\",\"sourcePartitions\":\"576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591\"}",
"IsDir": false,
"ModTime": "2016-01-11T19:29:42.491964566Z",
"Mode": 384,
"Name": "PINDEX_META",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_9cad6129.pindex/PINDEX_META",
"Size": 821
},
{
"Contents": "{\"bucket_name\":\"data-bucket\"}",
"IsDir": false,
"ModTime": "2016-01-11T19:29:42.458965267Z",
"Mode": 384,
"Name": "SyncGatewayIndexParams.json",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_9cad6129.pindex/SyncGatewayIndexParams.json",
"Size": 29
},
{
"IsDir": true,
"ModTime": "2016-01-11T19:29:43.022953302Z",
"Mode": 2147484096,
"Name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_a033d76f.pindex",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_a033d76f.pindex",
"Size": 58
},
{
"Contents": "{\"name\":\"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_a033d76f\",\"uuid\":\"76d9c18d7f56e612\",\"indexType\":\"sync_gateway\",\"indexName\":\"data-bucketf1a48f7619f78a7fa3c49fe007fbe072\",\"indexUUID\":\"75f87d5b7c0a9c13\",\"indexParams\":\"{\\\"bucket_name\\\":\\\"data-bucket\\\"}\",\"sourceType\":\"couchbase\",\"sourceName\":\"data-bucket\",\"sourceUUID\":\"f1a48f7619f78a7fa3c49fe007fbe072\",\"sourceParams\":\"{\\\"authUser\\\":\\\"data-bucket\\\",\\\"authPassword\\\":\\\"\\\",\\\"authSaslUser\\\":\\\"\\\",\\\"authSaslPassword\\\":\\\"\\\",\\\"clusterManagerBackoffFactor\\\":0,\\\"clusterManagerSleepInitMS\\\":0,\\\"clusterManagerSleepMaxMS\\\":2000,\\\"dataManagerBackoffFactor\\\":0,\\\"dataManagerSleepInitMS\\\":0,\\\"dataManagerSleepMaxMS\\\":2000,\\\"feedBufferSizeBytes\\\":0,\\\"feedBufferAckThreshold\\\":0}\",\"sourcePartitions\":\"272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287\"}",
"IsDir": false,
"ModTime": "2016-01-11T19:29:43.022953302Z",
"Mode": 384,
"Name": "PINDEX_META",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_a033d76f.pindex/PINDEX_META",
"Size": 821
},
{
"Contents": "{\"bucket_name\":\"data-bucket\"}",
"IsDir": false,
"ModTime": "2016-01-11T19:29:42.945954935Z",
"Mode": 384,
"Name": "SyncGatewayIndexParams.json",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_a033d76f.pindex/SyncGatewayIndexParams.json",
"Size": 29
},
{
"IsDir": true,
"ModTime": "2016-01-11T19:29:42.146971884Z",
"Mode": 2147484096,
"Name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_a5e9de10.pindex",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_a5e9de10.pindex",
"Size": 58
},
{
"Contents": "{\"name\":\"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_a5e9de10\",\"uuid\":\"4fc2788a57a8fd93\",\"indexType\":\"sync_gateway\",\"indexName\":\"data-bucketf1a48f7619f78a7fa3c49fe007fbe072\",\"indexUUID\":\"75f87d5b7c0a9c13\",\"indexParams\":\"{\\\"bucket_name\\\":\\\"data-bucket\\\"}\",\"sourceType\":\"couchbase\",\"sourceName\":\"data-bucket\",\"sourceUUID\":\"f1a48f7619f78a7fa3c49fe007fbe072\",\"sourceParams\":\"{\\\"authUser\\\":\\\"data-bucket\\\",\\\"authPassword\\\":\\\"\\\",\\\"authSaslUser\\\":\\\"\\\",\\\"authSaslPassword\\\":\\\"\\\",\\\"clusterManagerBackoffFactor\\\":0,\\\"clusterManagerSleepInitMS\\\":0,\\\"clusterManagerSleepMaxMS\\\":2000,\\\"dataManagerBackoffFactor\\\":0,\\\"dataManagerSleepInitMS\\\":0,\\\"dataManagerSleepMaxMS\\\":2000,\\\"feedBufferSizeBytes\\\":0,\\\"feedBufferAckThreshold\\\":0}\",\"sourcePartitions\":\"432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447\"}",
"IsDir": false,
"ModTime": "2016-01-11T19:29:42.146971884Z",
"Mode": 384,
"Name": "PINDEX_META",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_a5e9de10.pindex/PINDEX_META",
"Size": 821
},
{
"Contents": "{\"bucket_name\":\"data-bucket\"}",
"IsDir": false,
"ModTime": "2016-01-11T19:29:42.112972605Z",
"Mode": 384,
"Name": "SyncGatewayIndexParams.json",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_a5e9de10.pindex/SyncGatewayIndexParams.json",
"Size": 29
},
{
"IsDir": true,
"ModTime": "2016-01-11T19:29:40.859999184Z",
"Mode": 2147484096,
"Name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_a7dfff57.pindex",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_a7dfff57.pindex",
"Size": 58
},
{
"Contents": "{\"name\":\"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_a7dfff57\",\"uuid\":\"7e19fb1323f0ebf6\",\"indexType\":\"sync_gateway\",\"indexName\":\"data-bucketf1a48f7619f78a7fa3c49fe007fbe072\",\"indexUUID\":\"75f87d5b7c0a9c13\",\"indexParams\":\"{\\\"bucket_name\\\":\\\"data-bucket\\\"}\",\"sourceType\":\"couchbase\",\"sourceName\":\"data-bucket\",\"sourceUUID\":\"f1a48f7619f78a7fa3c49fe007fbe072\",\"sourceParams\":\"{\\\"authUser\\\":\\\"data-bucket\\\",\\\"authPassword\\\":\\\"\\\",\\\"authSaslUser\\\":\\\"\\\",\\\"authSaslPassword\\\":\\\"\\\",\\\"clusterManagerBackoffFactor\\\":0,\\\"clusterManagerSleepInitMS\\\":0,\\\"clusterManagerSleepMaxMS\\\":2000,\\\"dataManagerBackoffFactor\\\":0,\\\"dataManagerSleepInitMS\\\":0,\\\"dataManagerSleepMaxMS\\\":2000,\\\"feedBufferSizeBytes\\\":0,\\\"feedBufferAckThreshold\\\":0}\",\"sourcePartitions\":\"304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319\"}",
"IsDir": false,
"ModTime": "2016-01-11T19:29:40.859999184Z",
"Mode": 384,
"Name": "PINDEX_META",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_a7dfff57.pindex/PINDEX_META",
"Size": 821
},
{
"Contents": "{\"bucket_name\":\"data-bucket\"}",
"IsDir": false,
"ModTime": "2016-01-11T19:29:40.759001327Z",
"Mode": 384,
"Name": "SyncGatewayIndexParams.json",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_a7dfff57.pindex/SyncGatewayIndexParams.json",
"Size": 29
},
{
"IsDir": true,
"ModTime": "2016-01-11T19:29:42.192970908Z",
"Mode": 2147484096,
"Name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_b0d22c95.pindex",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_b0d22c95.pindex",
"Size": 58
},
{
"Contents": "{\"name\":\"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_b0d22c95\",\"uuid\":\"136a696587cdf67c\",\"indexType\":\"sync_gateway\",\"indexName\":\"data-bucketf1a48f7619f78a7fa3c49fe007fbe072\",\"indexUUID\":\"75f87d5b7c0a9c13\",\"indexParams\":\"{\\\"bucket_name\\\":\\\"data-bucket\\\"}\",\"sourceType\":\"couchbase\",\"sourceName\":\"data-bucket\",\"sourceUUID\":\"f1a48f7619f78a7fa3c49fe007fbe072\",\"sourceParams\":\"{\\\"authUser\\\":\\\"data-bucket\\\",\\\"authPassword\\\":\\\"\\\",\\\"authSaslUser\\\":\\\"\\\",\\\"authSaslPassword\\\":\\\"\\\",\\\"clusterManagerBackoffFactor\\\":0,\\\"clusterManagerSleepInitMS\\\":0,\\\"clusterManagerSleepMaxMS\\\":2000,\\\"dataManagerBackoffFactor\\\":0,\\\"dataManagerSleepInitMS\\\":0,\\\"dataManagerSleepMaxMS\\\":2000,\\\"feedBufferSizeBytes\\\":0,\\\"feedBufferAckThreshold\\\":0}\",\"sourcePartitions\":\"624,625,626,627,628,629,630,631,632,633,634,635,636,637,638,639\"}",
"IsDir": false,
"ModTime": "2016-01-11T19:29:42.192970908Z",
"Mode": 384,
"Name": "PINDEX_META",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_b0d22c95.pindex/PINDEX_META",
"Size": 821
},
{
"Contents": "{\"bucket_name\":\"data-bucket\"}",
"IsDir": false,
"ModTime": "2016-01-11T19:29:42.147971863Z",
"Mode": 384,
"Name": "SyncGatewayIndexParams.json",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_b0d22c95.pindex/SyncGatewayIndexParams.json",
"Size": 29
},
{
"IsDir": true,
"ModTime": "2016-01-11T19:29:44.359924942Z",
"Mode": 2147484096,
"Name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_b42eaa3a.pindex",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_b42eaa3a.pindex",
"Size": 58
},
{
"Contents": "{\"name\":\"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_b42eaa3a\",\"uuid\":\"23a1cd406bb332f4\",\"indexType\":\"sync_gateway\",\"indexName\":\"data-bucketf1a48f7619f78a7fa3c49fe007fbe072\",\"indexUUID\":\"75f87d5b7c0a9c13\",\"indexParams\":\"{\\\"bucket_name\\\":\\\"data-bucket\\\"}\",\"sourceType\":\"couchbase\",\"sourceName\":\"data-bucket\",\"sourceUUID\":\"f1a48f7619f78a7fa3c49fe007fbe072\",\"sourceParams\":\"{\\\"authUser\\\":\\\"data-bucket\\\",\\\"authPassword\\\":\\\"\\\",\\\"authSaslUser\\\":\\\"\\\",\\\"authSaslPassword\\\":\\\"\\\",\\\"clusterManagerBackoffFactor\\\":0,\\\"clusterManagerSleepInitMS\\\":0,\\\"clusterManagerSleepMaxMS\\\":2000,\\\"dataManagerBackoffFactor\\\":0,\\\"dataManagerSleepInitMS\\\":0,\\\"dataManagerSleepMaxMS\\\":2000,\\\"feedBufferSizeBytes\\\":0,\\\"feedBufferAckThreshold\\\":0}\",\"sourcePartitions\":\"208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223\"}",
"IsDir": false,
"ModTime": "2016-01-11T19:29:44.359924942Z",
"Mode": 384,
"Name": "PINDEX_META",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_b42eaa3a.pindex/PINDEX_META",
"Size": 821
},
{
"Contents": "{\"bucket_name\":\"data-bucket\"}",
"IsDir": false,
"ModTime": "2016-01-11T19:29:44.310925982Z",
"Mode": 384,
"Name": "SyncGatewayIndexParams.json",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_b42eaa3a.pindex/SyncGatewayIndexParams.json",
"Size": 29
},
{
"IsDir": true,
"ModTime": "2016-01-11T19:29:42.71095992Z",
"Mode": 2147484096,
"Name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_b68360cc.pindex",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_b68360cc.pindex",
"Size": 58
},
{
"Contents": "{\"name\":\"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_b68360cc\",\"uuid\":\"5fbc6008ff3dd4d7\",\"indexType\":\"sync_gateway\",\"indexName\":\"data-bucketf1a48f7619f78a7fa3c49fe007fbe072\",\"indexUUID\":\"75f87d5b7c0a9c13\",\"indexParams\":\"{\\\"bucket_name\\\":\\\"data-bucket\\\"}\",\"sourceType\":\"couchbase\",\"sourceName\":\"data-bucket\",\"sourceUUID\":\"f1a48f7619f78a7fa3c49fe007fbe072\",\"sourceParams\":\"{\\\"authUser\\\":\\\"data-bucket\\\",\\\"authPassword\\\":\\\"\\\",\\\"authSaslUser\\\":\\\"\\\",\\\"authSaslPassword\\\":\\\"\\\",\\\"clusterManagerBackoffFactor\\\":0,\\\"clusterManagerSleepInitMS\\\":0,\\\"clusterManagerSleepMaxMS\\\":2000,\\\"dataManagerBackoffFactor\\\":0,\\\"dataManagerSleepInitMS\\\":0,\\\"dataManagerSleepMaxMS\\\":2000,\\\"feedBufferSizeBytes\\\":0,\\\"feedBufferAckThreshold\\\":0}\",\"sourcePartitions\":\"192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207\"}",
"IsDir": false,
"ModTime": "2016-01-11T19:29:42.71095992Z",
"Mode": 384,
"Name": "PINDEX_META",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_b68360cc.pindex/PINDEX_META",
"Size": 821
},
{
"Contents": "{\"bucket_name\":\"data-bucket\"}",
"IsDir": false,
"ModTime": "2016-01-11T19:29:42.66996079Z",
"Mode": 384,
"Name": "SyncGatewayIndexParams.json",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_b68360cc.pindex/SyncGatewayIndexParams.json",
"Size": 29
},
{
"IsDir": true,
"ModTime": "2016-01-11T19:29:43.348946387Z",
"Mode": 2147484096,
"Name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_b91d528f.pindex",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_b91d528f.pindex",
"Size": 58
},
{
"Contents": "{\"name\":\"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_b91d528f\",\"uuid\":\"656d4576536a485b\",\"indexType\":\"sync_gateway\",\"indexName\":\"data-bucketf1a48f7619f78a7fa3c49fe007fbe072\",\"indexUUID\":\"75f87d5b7c0a9c13\",\"indexParams\":\"{\\\"bucket_name\\\":\\\"data-bucket\\\"}\",\"sourceType\":\"couchbase\",\"sourceName\":\"data-bucket\",\"sourceUUID\":\"f1a48f7619f78a7fa3c49fe007fbe072\",\"sourceParams\":\"{\\\"authUser\\\":\\\"data-bucket\\\",\\\"authPassword\\\":\\\"\\\",\\\"authSaslUser\\\":\\\"\\\",\\\"authSaslPassword\\\":\\\"\\\",\\\"clusterManagerBackoffFactor\\\":0,\\\"clusterManagerSleepInitMS\\\":0,\\\"clusterManagerSleepMaxMS\\\":2000,\\\"dataManagerBackoffFactor\\\":0,\\\"dataManagerSleepInitMS\\\":0,\\\"dataManagerSleepMaxMS\\\":2000,\\\"feedBufferSizeBytes\\\":0,\\\"feedBufferAckThreshold\\\":0}\",\"sourcePartitions\":\"656,657,658,659,660,661,662,663,664,665,666,667,668,669,670,671\"}",
"IsDir": false,
"ModTime": "2016-01-11T19:29:43.348946387Z",
"Mode": 384,
"Name": "PINDEX_META",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_b91d528f.pindex/PINDEX_META",
"Size": 821
},
{
"Contents": "{\"bucket_name\":\"data-bucket\"}",
"IsDir": false,
"ModTime": "2016-01-11T19:29:43.309947214Z",
"Mode": 384,
"Name": "SyncGatewayIndexParams.json",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_b91d528f.pindex/SyncGatewayIndexParams.json",
"Size": 29
},
{
"IsDir": true,
"ModTime": "2016-01-11T19:29:42.66996079Z",
"Mode": 2147484096,
"Name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_c4bf900.pindex",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_c4bf900.pindex",
"Size": 58
},
{
"Contents": "{\"name\":\"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_c4bf900\",\"uuid\":\"595071b06c2507e2\",\"indexType\":\"sync_gateway\",\"indexName\":\"data-bucketf1a48f7619f78a7fa3c49fe007fbe072\",\"indexUUID\":\"75f87d5b7c0a9c13\",\"indexParams\":\"{\\\"bucket_name\\\":\\\"data-bucket\\\"}\",\"sourceType\":\"couchbase\",\"sourceName\":\"data-bucket\",\"sourceUUID\":\"f1a48f7619f78a7fa3c49fe007fbe072\",\"sourceParams\":\"{\\\"authUser\\\":\\\"data-bucket\\\",\\\"authPassword\\\":\\\"\\\",\\\"authSaslUser\\\":\\\"\\\",\\\"authSaslPassword\\\":\\\"\\\",\\\"clusterManagerBackoffFactor\\\":0,\\\"clusterManagerSleepInitMS\\\":0,\\\"clusterManagerSleepMaxMS\\\":2000,\\\"dataManagerBackoffFactor\\\":0,\\\"dataManagerSleepInitMS\\\":0,\\\"dataManagerSleepMaxMS\\\":2000,\\\"feedBufferSizeBytes\\\":0,\\\"feedBufferAckThreshold\\\":0}\",\"sourcePartitions\":\"48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63\"}",
"IsDir": false,
"ModTime": "2016-01-11T19:29:42.66996079Z",
"Mode": 384,
"Name": "PINDEX_META",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_c4bf900.pindex/PINDEX_META",
"Size": 804
},
{
"Contents": "{\"bucket_name\":\"data-bucket\"}",
"IsDir": false,
"ModTime": "2016-01-11T19:29:42.634961533Z",
"Mode": 384,
"Name": "SyncGatewayIndexParams.json",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_c4bf900.pindex/SyncGatewayIndexParams.json",
"Size": 29
},
{
"IsDir": true,
"ModTime": "2016-01-11T19:29:42.753959008Z",
"Mode": 2147484096,
"Name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_c54e4a4a.pindex",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_c54e4a4a.pindex",
"Size": 58
},
{
"Contents": "{\"name\":\"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_c54e4a4a\",\"uuid\":\"ad00ee71c293eb4a\",\"indexType\":\"sync_gateway\",\"indexName\":\"data-bucketf1a48f7619f78a7fa3c49fe007fbe072\",\"indexUUID\":\"75f87d5b7c0a9c13\",\"indexParams\":\"{\\\"bucket_name\\\":\\\"data-bucket\\\"}\",\"sourceType\":\"couchbase\",\"sourceName\":\"data-bucket\",\"sourceUUID\":\"f1a48f7619f78a7fa3c49fe007fbe072\",\"sourceParams\":\"{\\\"authUser\\\":\\\"data-bucket\\\",\\\"authPassword\\\":\\\"\\\",\\\"authSaslUser\\\":\\\"\\\",\\\"authSaslPassword\\\":\\\"\\\",\\\"clusterManagerBackoffFactor\\\":0,\\\"clusterManagerSleepInitMS\\\":0,\\\"clusterManagerSleepMaxMS\\\":2000,\\\"dataManagerBackoffFactor\\\":0,\\\"dataManagerSleepInitMS\\\":0,\\\"dataManagerSleepMaxMS\\\":2000,\\\"feedBufferSizeBytes\\\":0,\\\"feedBufferAckThreshold\\\":0}\",\"sourcePartitions\":\"864,865,866,867,868,869,870,871,872,873,874,875,876,877,878,879\"}",
"IsDir": false,
"ModTime": "2016-01-11T19:29:42.753959008Z",
"Mode": 384,
"Name": "PINDEX_META",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_c54e4a4a.pindex/PINDEX_META",
"Size": 821
},
{
"Contents": "{\"bucket_name\":\"data-bucket\"}",
"IsDir": false,
"ModTime": "2016-01-11T19:29:42.71095992Z",
"Mode": 384,
"Name": "SyncGatewayIndexParams.json",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_c54e4a4a.pindex/SyncGatewayIndexParams.json",
"Size": 29
},
{
"IsDir": true,
"ModTime": "2016-01-11T19:29:41.134993351Z",
"Mode": 2147484096,
"Name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_c72aa072.pindex",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_c72aa072.pindex",
"Size": 58
},
{
"Contents": "{\"name\":\"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_c72aa072\",\"uuid\":\"69ff538a05b36523\",\"indexType\":\"sync_gateway\",\"indexName\":\"data-bucketf1a48f7619f78a7fa3c49fe007fbe072\",\"indexUUID\":\"75f87d5b7c0a9c13\",\"indexParams\":\"{\\\"bucket_name\\\":\\\"data-bucket\\\"}\",\"sourceType\":\"couchbase\",\"sourceName\":\"data-bucket\",\"sourceUUID\":\"f1a48f7619f78a7fa3c49fe007fbe072\",\"sourceParams\":\"{\\\"authUser\\\":\\\"data-bucket\\\",\\\"authPassword\\\":\\\"\\\",\\\"authSaslUser\\\":\\\"\\\",\\\"authSaslPassword\\\":\\\"\\\",\\\"clusterManagerBackoffFactor\\\":0,\\\"clusterManagerSleepInitMS\\\":0,\\\"clusterManagerSleepMaxMS\\\":2000,\\\"dataManagerBackoffFactor\\\":0,\\\"dataManagerSleepInitMS\\\":0,\\\"dataManagerSleepMaxMS\\\":2000,\\\"feedBufferSizeBytes\\\":0,\\\"feedBufferAckThreshold\\\":0}\",\"sourcePartitions\":\"176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191\"}",
"IsDir": false,
"ModTime": "2016-01-11T19:29:41.134993351Z",
"Mode": 384,
"Name": "PINDEX_META",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_c72aa072.pindex/PINDEX_META",
"Size": 821
},
{
"Contents": "{\"bucket_name\":\"data-bucket\"}",
"IsDir": false,
"ModTime": "2016-01-11T19:29:41.079994518Z",
"Mode": 384,
"Name": "SyncGatewayIndexParams.json",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_c72aa072.pindex/SyncGatewayIndexParams.json",
"Size": 29
},
{
"IsDir": true,
"ModTime": "2016-01-11T19:29:41.551984505Z",
"Mode": 2147484096,
"Name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_ca63979d.pindex",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_ca63979d.pindex",
"Size": 58
},
{
"Contents": "{\"name\":\"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_ca63979d\",\"uuid\":\"37ab329313dc652b\",\"indexType\":\"sync_gateway\",\"indexName\":\"data-bucketf1a48f7619f78a7fa3c49fe007fbe072\",\"indexUUID\":\"75f87d5b7c0a9c13\",\"indexParams\":\"{\\\"bucket_name\\\":\\\"data-bucket\\\"}\",\"sourceType\":\"couchbase\",\"sourceName\":\"data-bucket\",\"sourceUUID\":\"f1a48f7619f78a7fa3c49fe007fbe072\",\"sourceParams\":\"{\\\"authUser\\\":\\\"data-bucket\\\",\\\"authPassword\\\":\\\"\\\",\\\"authSaslUser\\\":\\\"\\\",\\\"authSaslPassword\\\":\\\"\\\",\\\"clusterManagerBackoffFactor\\\":0,\\\"clusterManagerSleepInitMS\\\":0,\\\"clusterManagerSleepMaxMS\\\":2000,\\\"dataManagerBackoffFactor\\\":0,\\\"dataManagerSleepInitMS\\\":0,\\\"dataManagerSleepMaxMS\\\":2000,\\\"feedBufferSizeBytes\\\":0,\\\"feedBufferAckThreshold\\\":0}\",\"sourcePartitions\":\"560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575\"}",
"IsDir": false,
"ModTime": "2016-01-11T19:29:41.551984505Z",
"Mode": 384,
"Name": "PINDEX_META",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_ca63979d.pindex/PINDEX_META",
"Size": 821
},
{
"Contents": "{\"bucket_name\":\"data-bucket\"}",
"IsDir": false,
"ModTime": "2016-01-11T19:29:41.519985184Z",
"Mode": 384,
"Name": "SyncGatewayIndexParams.json",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_ca63979d.pindex/SyncGatewayIndexParams.json",
"Size": 29
},
{
"IsDir": true,
"ModTime": "2016-01-11T19:29:43.583941402Z",
"Mode": 2147484096,
"Name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_cbc738c7.pindex",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_cbc738c7.pindex",
"Size": 58
},
{
"Contents": "{\"name\":\"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_cbc738c7\",\"uuid\":\"59b35b20c8da0cab\",\"indexType\":\"sync_gateway\",\"indexName\":\"data-bucketf1a48f7619f78a7fa3c49fe007fbe072\",\"indexUUID\":\"75f87d5b7c0a9c13\",\"indexParams\":\"{\\\"bucket_name\\\":\\\"data-bucket\\\"}\",\"sourceType\":\"couchbase\",\"sourceName\":\"data-bucket\",\"sourceUUID\":\"f1a48f7619f78a7fa3c49fe007fbe072\",\"sourceParams\":\"{\\\"authUser\\\":\\\"data-bucket\\\",\\\"authPassword\\\":\\\"\\\",\\\"authSaslUser\\\":\\\"\\\",\\\"authSaslPassword\\\":\\\"\\\",\\\"clusterManagerBackoffFactor\\\":0,\\\"clusterManagerSleepInitMS\\\":0,\\\"clusterManagerSleepMaxMS\\\":2000,\\\"dataManagerBackoffFactor\\\":0,\\\"dataManagerSleepInitMS\\\":0,\\\"dataManagerSleepMaxMS\\\":2000,\\\"feedBufferSizeBytes\\\":0,\\\"feedBufferAckThreshold\\\":0}\",\"sourcePartitions\":\"736,737,738,739,740,741,742,743,744,745,746,747,748,749,750,751\"}",
"IsDir": false,
"ModTime": "2016-01-11T19:29:43.583941402Z",
"Mode": 384,
"Name": "PINDEX_META",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_cbc738c7.pindex/PINDEX_META",
"Size": 821
},
{
"Contents": "{\"bucket_name\":\"data-bucket\"}",
"IsDir": false,
"ModTime": "2016-01-11T19:29:43.546942187Z",
"Mode": 384,
"Name": "SyncGatewayIndexParams.json",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_cbc738c7.pindex/SyncGatewayIndexParams.json",
"Size": 29
},
{
"IsDir": true,
"ModTime": "2016-01-11T19:29:42.230970102Z",
"Mode": 2147484096,
"Name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_cc813450.pindex",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_cc813450.pindex",
"Size": 58
},
{
"Contents": "{\"name\":\"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_cc813450\",\"uuid\":\"5cc26e86204e027e\",\"indexType\":\"sync_gateway\",\"indexName\":\"data-bucketf1a48f7619f78a7fa3c49fe007fbe072\",\"indexUUID\":\"75f87d5b7c0a9c13\",\"indexParams\":\"{\\\"bucket_name\\\":\\\"data-bucket\\\"}\",\"sourceType\":\"couchbase\",\"sourceName\":\"data-bucket\",\"sourceUUID\":\"f1a48f7619f78a7fa3c49fe007fbe072\",\"sourceParams\":\"{\\\"authUser\\\":\\\"data-bucket\\\",\\\"authPassword\\\":\\\"\\\",\\\"authSaslUser\\\":\\\"\\\",\\\"authSaslPassword\\\":\\\"\\\",\\\"clusterManagerBackoffFactor\\\":0,\\\"clusterManagerSleepInitMS\\\":0,\\\"clusterManagerSleepMaxMS\\\":2000,\\\"dataManagerBackoffFactor\\\":0,\\\"dataManagerSleepInitMS\\\":0,\\\"dataManagerSleepMaxMS\\\":2000,\\\"feedBufferSizeBytes\\\":0,\\\"feedBufferAckThreshold\\\":0}\",\"sourcePartitions\":\"816,817,818,819,820,821,822,823,824,825,826,827,828,829,830,831\"}",
"IsDir": false,
"ModTime": "2016-01-11T19:29:42.230970102Z",
"Mode": 384,
"Name": "PINDEX_META",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_cc813450.pindex/PINDEX_META",
"Size": 821
},
{
"Contents": "{\"bucket_name\":\"data-bucket\"}",
"IsDir": false,
"ModTime": "2016-01-11T19:29:42.192970908Z",
"Mode": 384,
"Name": "SyncGatewayIndexParams.json",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_cc813450.pindex/SyncGatewayIndexParams.json",
"Size": 29
},
{
"IsDir": true,
"ModTime": "2016-01-11T19:29:41.197992014Z",
"Mode": 2147484096,
"Name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_d140fb59.pindex",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_d140fb59.pindex",
"Size": 58
},
{
"Contents": "{\"name\":\"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_d140fb59\",\"uuid\":\"2d038f1ebef9c028\",\"indexType\":\"sync_gateway\",\"indexName\":\"data-bucketf1a48f7619f78a7fa3c49fe007fbe072\",\"indexUUID\":\"75f87d5b7c0a9c13\",\"indexParams\":\"{\\\"bucket_name\\\":\\\"data-bucket\\\"}\",\"sourceType\":\"couchbase\",\"sourceName\":\"data-bucket\",\"sourceUUID\":\"f1a48f7619f78a7fa3c49fe007fbe072\",\"sourceParams\":\"{\\\"authUser\\\":\\\"data-bucket\\\",\\\"authPassword\\\":\\\"\\\",\\\"authSaslUser\\\":\\\"\\\",\\\"authSaslPassword\\\":\\\"\\\",\\\"clusterManagerBackoffFactor\\\":0,\\\"clusterManagerSleepInitMS\\\":0,\\\"clusterManagerSleepMaxMS\\\":2000,\\\"dataManagerBackoffFactor\\\":0,\\\"dataManagerSleepInitMS\\\":0,\\\"dataManagerSleepMaxMS\\\":2000,\\\"feedBufferSizeBytes\\\":0,\\\"feedBufferAckThreshold\\\":0}\",\"sourcePartitions\":\"112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127\"}",
"IsDir": false,
"ModTime": "2016-01-11T19:29:41.197992014Z",
"Mode": 384,
"Name": "PINDEX_META",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_d140fb59.pindex/PINDEX_META",
"Size": 821
},
{
"Contents": "{\"bucket_name\":\"data-bucket\"}",
"IsDir": false,
"ModTime": "2016-01-11T19:29:41.134993351Z",
"Mode": 384,
"Name": "SyncGatewayIndexParams.json",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_d140fb59.pindex/SyncGatewayIndexParams.json",
"Size": 29
},
{
"IsDir": true,
"ModTime": "2016-01-11T19:29:43.393945432Z",
"Mode": 2147484096,
"Name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_d765735d.pindex",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_d765735d.pindex",
"Size": 58
},
{
"Contents": "{\"name\":\"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_d765735d\",\"uuid\":\"3f0b383100d0e469\",\"indexType\":\"sync_gateway\",\"indexName\":\"data-bucketf1a48f7619f78a7fa3c49fe007fbe072\",\"indexUUID\":\"75f87d5b7c0a9c13\",\"indexParams\":\"{\\\"bucket_name\\\":\\\"data-bucket\\\"}\",\"sourceType\":\"couchbase\",\"sourceName\":\"data-bucket\",\"sourceUUID\":\"f1a48f7619f78a7fa3c49fe007fbe072\",\"sourceParams\":\"{\\\"authUser\\\":\\\"data-bucket\\\",\\\"authPassword\\\":\\\"\\\",\\\"authSaslUser\\\":\\\"\\\",\\\"authSaslPassword\\\":\\\"\\\",\\\"clusterManagerBackoffFactor\\\":0,\\\"clusterManagerSleepInitMS\\\":0,\\\"clusterManagerSleepMaxMS\\\":2000,\\\"dataManagerBackoffFactor\\\":0,\\\"dataManagerSleepInitMS\\\":0,\\\"dataManagerSleepMaxMS\\\":2000,\\\"feedBufferSizeBytes\\\":0,\\\"feedBufferAckThreshold\\\":0}\",\"sourcePartitions\":\"128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143\"}",
"IsDir": false,
"ModTime": "2016-01-11T19:29:43.393945432Z",
"Mode": 384,
"Name": "PINDEX_META",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_d765735d.pindex/PINDEX_META",
"Size": 821
},
{
"Contents": "{\"bucket_name\":\"data-bucket\"}",
"IsDir": false,
"ModTime": "2016-01-11T19:29:43.348946387Z",
"Mode": 384,
"Name": "SyncGatewayIndexParams.json",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_d765735d.pindex/SyncGatewayIndexParams.json",
"Size": 29
},
{
"IsDir": true,
"ModTime": "2016-01-11T19:29:40.908998145Z",
"Mode": 2147484096,
"Name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_d9eeaa75.pindex",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_d9eeaa75.pindex",
"Size": 58
},
{
"Contents": "{\"name\":\"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_d9eeaa75\",\"uuid\":\"167fc37a4e65840f\",\"indexType\":\"sync_gateway\",\"indexName\":\"data-bucketf1a48f7619f78a7fa3c49fe007fbe072\",\"indexUUID\":\"75f87d5b7c0a9c13\",\"indexParams\":\"{\\\"bucket_name\\\":\\\"data-bucket\\\"}\",\"sourceType\":\"couchbase\",\"sourceName\":\"data-bucket\",\"sourceUUID\":\"f1a48f7619f78a7fa3c49fe007fbe072\",\"sourceParams\":\"{\\\"authUser\\\":\\\"data-bucket\\\",\\\"authPassword\\\":\\\"\\\",\\\"authSaslUser\\\":\\\"\\\",\\\"authSaslPassword\\\":\\\"\\\",\\\"clusterManagerBackoffFactor\\\":0,\\\"clusterManagerSleepInitMS\\\":0,\\\"clusterManagerSleepMaxMS\\\":2000,\\\"dataManagerBackoffFactor\\\":0,\\\"dataManagerSleepInitMS\\\":0,\\\"dataManagerSleepMaxMS\\\":2000,\\\"feedBufferSizeBytes\\\":0,\\\"feedBufferAckThreshold\\\":0}\",\"sourcePartitions\":\"64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79\"}",
"IsDir": false,
"ModTime": "2016-01-11T19:29:40.908998145Z",
"Mode": 384,
"Name": "PINDEX_META",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_d9eeaa75.pindex/PINDEX_META",
"Size": 805
},
{
"Contents": "{\"bucket_name\":\"data-bucket\"}",
"IsDir": false,
"ModTime": "2016-01-11T19:29:40.861999142Z",
"Mode": 384,
"Name": "SyncGatewayIndexParams.json",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_d9eeaa75.pindex/SyncGatewayIndexParams.json",
"Size": 29
},
{
"IsDir": true,
"ModTime": "2016-01-11T19:29:43.089951881Z",
"Mode": 2147484096,
"Name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_df86c3bb.pindex",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_df86c3bb.pindex",
"Size": 58
},
{
"Contents": "{\"name\":\"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_df86c3bb\",\"uuid\":\"133c8708f8048139\",\"indexType\":\"sync_gateway\",\"indexName\":\"data-bucketf1a48f7619f78a7fa3c49fe007fbe072\",\"indexUUID\":\"75f87d5b7c0a9c13\",\"indexParams\":\"{\\\"bucket_name\\\":\\\"data-bucket\\\"}\",\"sourceType\":\"couchbase\",\"sourceName\":\"data-bucket\",\"sourceUUID\":\"f1a48f7619f78a7fa3c49fe007fbe072\",\"sourceParams\":\"{\\\"authUser\\\":\\\"data-bucket\\\",\\\"authPassword\\\":\\\"\\\",\\\"authSaslUser\\\":\\\"\\\",\\\"authSaslPassword\\\":\\\"\\\",\\\"clusterManagerBackoffFactor\\\":0,\\\"clusterManagerSleepInitMS\\\":0,\\\"clusterManagerSleepMaxMS\\\":2000,\\\"dataManagerBackoffFactor\\\":0,\\\"dataManagerSleepInitMS\\\":0,\\\"dataManagerSleepMaxMS\\\":2000,\\\"feedBufferSizeBytes\\\":0,\\\"feedBufferAckThreshold\\\":0}\",\"sourcePartitions\":\"400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415\"}",
"IsDir": false,
"ModTime": "2016-01-11T19:29:43.089951881Z",
"Mode": 384,
"Name": "PINDEX_META",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_df86c3bb.pindex/PINDEX_META",
"Size": 821
},
{
"Contents": "{\"bucket_name\":\"data-bucket\"}",
"IsDir": false,
"ModTime": "2016-01-11T19:29:43.022953302Z",
"Mode": 384,
"Name": "SyncGatewayIndexParams.json",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_df86c3bb.pindex/SyncGatewayIndexParams.json",
"Size": 29
},
{
"IsDir": true,
"ModTime": "2016-01-11T19:29:44.122929969Z",
"Mode": 2147484096,
"Name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_dff9478d.pindex",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_dff9478d.pindex",
"Size": 58
},
{
"Contents": "{\"name\":\"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_dff9478d\",\"uuid\":\"1e90e8cf8825b280\",\"indexType\":\"sync_gateway\",\"indexName\":\"data-bucketf1a48f7619f78a7fa3c49fe007fbe072\",\"indexUUID\":\"75f87d5b7c0a9c13\",\"indexParams\":\"{\\\"bucket_name\\\":\\\"data-bucket\\\"}\",\"sourceType\":\"couchbase\",\"sourceName\":\"data-bucket\",\"sourceUUID\":\"f1a48f7619f78a7fa3c49fe007fbe072\",\"sourceParams\":\"{\\\"authUser\\\":\\\"data-bucket\\\",\\\"authPassword\\\":\\\"\\\",\\\"authSaslUser\\\":\\\"\\\",\\\"authSaslPassword\\\":\\\"\\\",\\\"clusterManagerBackoffFactor\\\":0,\\\"clusterManagerSleepInitMS\\\":0,\\\"clusterManagerSleepMaxMS\\\":2000,\\\"dataManagerBackoffFactor\\\":0,\\\"dataManagerSleepInitMS\\\":0,\\\"dataManagerSleepMaxMS\\\":2000,\\\"feedBufferSizeBytes\\\":0,\\\"feedBufferAckThreshold\\\":0}\",\"sourcePartitions\":\"896,897,898,899,900,901,902,903,904,905,906,907,908,909,910,911\"}",
"IsDir": false,
"ModTime": "2016-01-11T19:29:44.122929969Z",
"Mode": 384,
"Name": "PINDEX_META",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_dff9478d.pindex/PINDEX_META",
"Size": 821
},
{
"Contents": "{\"bucket_name\":\"data-bucket\"}",
"IsDir": false,
"ModTime": "2016-01-11T19:29:44.074930987Z",
"Mode": 384,
"Name": "SyncGatewayIndexParams.json",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_dff9478d.pindex/SyncGatewayIndexParams.json",
"Size": 29
},
{
"IsDir": true,
"ModTime": "2016-01-11T19:29:43.142950757Z",
"Mode": 2147484096,
"Name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_e145fdd1.pindex",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_e145fdd1.pindex",
"Size": 58
},
{
"Contents": "{\"name\":\"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_e145fdd1\",\"uuid\":\"2a0ff109ba2433c4\",\"indexType\":\"sync_gateway\",\"indexName\":\"data-bucketf1a48f7619f78a7fa3c49fe007fbe072\",\"indexUUID\":\"75f87d5b7c0a9c13\",\"indexParams\":\"{\\\"bucket_name\\\":\\\"data-bucket\\\"}\",\"sourceType\":\"couchbase\",\"sourceName\":\"data-bucket\",\"sourceUUID\":\"f1a48f7619f78a7fa3c49fe007fbe072\",\"sourceParams\":\"{\\\"authUser\\\":\\\"data-bucket\\\",\\\"authPassword\\\":\\\"\\\",\\\"authSaslUser\\\":\\\"\\\",\\\"authSaslPassword\\\":\\\"\\\",\\\"clusterManagerBackoffFactor\\\":0,\\\"clusterManagerSleepInitMS\\\":0,\\\"clusterManagerSleepMaxMS\\\":2000,\\\"dataManagerBackoffFactor\\\":0,\\\"dataManagerSleepInitMS\\\":0,\\\"dataManagerSleepMaxMS\\\":2000,\\\"feedBufferSizeBytes\\\":0,\\\"feedBufferAckThreshold\\\":0}\",\"sourcePartitions\":\"16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31\"}",
"IsDir": false,
"ModTime": "2016-01-11T19:29:43.142950757Z",
"Mode": 384,
"Name": "PINDEX_META",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_e145fdd1.pindex/PINDEX_META",
"Size": 805
},
{
"Contents": "{\"bucket_name\":\"data-bucket\"}",
"IsDir": false,
"ModTime": "2016-01-11T19:29:43.089951881Z",
"Mode": 384,
"Name": "SyncGatewayIndexParams.json",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_e145fdd1.pindex/SyncGatewayIndexParams.json",
"Size": 29
},
{
"IsDir": true,
"ModTime": "2016-01-11T19:29:41.587983742Z",
"Mode": 2147484096,
"Name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_e29a93d4.pindex",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_e29a93d4.pindex",
"Size": 58
},
{
"Contents": "{\"name\":\"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_e29a93d4\",\"uuid\":\"414b4738e85e4309\",\"indexType\":\"sync_gateway\",\"indexName\":\"data-bucketf1a48f7619f78a7fa3c49fe007fbe072\",\"indexUUID\":\"75f87d5b7c0a9c13\",\"indexParams\":\"{\\\"bucket_name\\\":\\\"data-bucket\\\"}\",\"sourceType\":\"couchbase\",\"sourceName\":\"data-bucket\",\"sourceUUID\":\"f1a48f7619f78a7fa3c49fe007fbe072\",\"sourceParams\":\"{\\\"authUser\\\":\\\"data-bucket\\\",\\\"authPassword\\\":\\\"\\\",\\\"authSaslUser\\\":\\\"\\\",\\\"authSaslPassword\\\":\\\"\\\",\\\"clusterManagerBackoffFactor\\\":0,\\\"clusterManagerSleepInitMS\\\":0,\\\"clusterManagerSleepMaxMS\\\":2000,\\\"dataManagerBackoffFactor\\\":0,\\\"dataManagerSleepInitMS\\\":0,\\\"dataManagerSleepMaxMS\\\":2000,\\\"feedBufferSizeBytes\\\":0,\\\"feedBufferAckThreshold\\\":0}\",\"sourcePartitions\":\"256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271\"}",
"IsDir": false,
"ModTime": "2016-01-11T19:29:41.587983742Z",
"Mode": 384,
"Name": "PINDEX_META",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_e29a93d4.pindex/PINDEX_META",
"Size": 821
},
{
"Contents": "{\"bucket_name\":\"data-bucket\"}",
"IsDir": false,
"ModTime": "2016-01-11T19:29:41.551984505Z",
"Mode": 384,
"Name": "SyncGatewayIndexParams.json",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_e29a93d4.pindex/SyncGatewayIndexParams.json",
"Size": 29
},
{
"IsDir": true,
"ModTime": "2016-01-11T19:29:43.632940362Z",
"Mode": 2147484096,
"Name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_eb55edce.pindex",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_eb55edce.pindex",
"Size": 58
},
{
"Contents": "{\"name\":\"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_eb55edce\",\"uuid\":\"24dca6cfbfbb6ff7\",\"indexType\":\"sync_gateway\",\"indexName\":\"data-bucketf1a48f7619f78a7fa3c49fe007fbe072\",\"indexUUID\":\"75f87d5b7c0a9c13\",\"indexParams\":\"{\\\"bucket_name\\\":\\\"data-bucket\\\"}\",\"sourceType\":\"couchbase\",\"sourceName\":\"data-bucket\",\"sourceUUID\":\"f1a48f7619f78a7fa3c49fe007fbe072\",\"sourceParams\":\"{\\\"authUser\\\":\\\"data-bucket\\\",\\\"authPassword\\\":\\\"\\\",\\\"authSaslUser\\\":\\\"\\\",\\\"authSaslPassword\\\":\\\"\\\",\\\"clusterManagerBackoffFactor\\\":0,\\\"clusterManagerSleepInitMS\\\":0,\\\"clusterManagerSleepMaxMS\\\":2000,\\\"dataManagerBackoffFactor\\\":0,\\\"dataManagerSleepInitMS\\\":0,\\\"dataManagerSleepMaxMS\\\":2000,\\\"feedBufferSizeBytes\\\":0,\\\"feedBufferAckThreshold\\\":0}\",\"sourcePartitions\":\"224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239\"}",
"IsDir": false,
"ModTime": "2016-01-11T19:29:43.632940362Z",
"Mode": 384,
"Name": "PINDEX_META",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_eb55edce.pindex/PINDEX_META",
"Size": 821
},
{
"Contents": "{\"bucket_name\":\"data-bucket\"}",
"IsDir": false,
"ModTime": "2016-01-11T19:29:43.584941381Z",
"Mode": 384,
"Name": "SyncGatewayIndexParams.json",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_eb55edce.pindex/SyncGatewayIndexParams.json",
"Size": 29
},
{
"IsDir": true,
"ModTime": "2016-01-11T19:29:41.294989957Z",
"Mode": 2147484096,
"Name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_ed04a197.pindex",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_ed04a197.pindex",
"Size": 58
},
{
"Contents": "{\"name\":\"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_ed04a197\",\"uuid\":\"244d1352109b4fa3\",\"indexType\":\"sync_gateway\",\"indexName\":\"data-bucketf1a48f7619f78a7fa3c49fe007fbe072\",\"indexUUID\":\"75f87d5b7c0a9c13\",\"indexParams\":\"{\\\"bucket_name\\\":\\\"data-bucket\\\"}\",\"sourceType\":\"couchbase\",\"sourceName\":\"data-bucket\",\"sourceUUID\":\"f1a48f7619f78a7fa3c49fe007fbe072\",\"sourceParams\":\"{\\\"authUser\\\":\\\"data-bucket\\\",\\\"authPassword\\\":\\\"\\\",\\\"authSaslUser\\\":\\\"\\\",\\\"authSaslPassword\\\":\\\"\\\",\\\"clusterManagerBackoffFactor\\\":0,\\\"clusterManagerSleepInitMS\\\":0,\\\"clusterManagerSleepMaxMS\\\":2000,\\\"dataManagerBackoffFactor\\\":0,\\\"dataManagerSleepInitMS\\\":0,\\\"dataManagerSleepMaxMS\\\":2000,\\\"feedBufferSizeBytes\\\":0,\\\"feedBufferAckThreshold\\\":0}\",\"sourcePartitions\":\"592,593,594,595,596,597,598,599,600,601,602,603,604,605,606,607\"}",
"IsDir": false,
"ModTime": "2016-01-11T19:29:41.295989936Z",
"Mode": 384,
"Name": "PINDEX_META",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_ed04a197.pindex/PINDEX_META",
"Size": 821
},
{
"Contents": "{\"bucket_name\":\"data-bucket\"}",
"IsDir": false,
"ModTime": "2016-01-11T19:29:41.197992014Z",
"Mode": 384,
"Name": "SyncGatewayIndexParams.json",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_ed04a197.pindex/SyncGatewayIndexParams.json",
"Size": 29
},
{
"IsDir": true,
"ModTime": "2016-01-11T19:29:44.171928929Z",
"Mode": 2147484096,
"Name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_efa96b61.pindex",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_efa96b61.pindex",
"Size": 58
},
{
"Contents": "{\"name\":\"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_efa96b61\",\"uuid\":\"103b903b2d13def9\",\"indexType\":\"sync_gateway\",\"indexName\":\"data-bucketf1a48f7619f78a7fa3c49fe007fbe072\",\"indexUUID\":\"75f87d5b7c0a9c13\",\"indexParams\":\"{\\\"bucket_name\\\":\\\"data-bucket\\\"}\",\"sourceType\":\"couchbase\",\"sourceName\":\"data-bucket\",\"sourceUUID\":\"f1a48f7619f78a7fa3c49fe007fbe072\",\"sourceParams\":\"{\\\"authUser\\\":\\\"data-bucket\\\",\\\"authPassword\\\":\\\"\\\",\\\"authSaslUser\\\":\\\"\\\",\\\"authSaslPassword\\\":\\\"\\\",\\\"clusterManagerBackoffFactor\\\":0,\\\"clusterManagerSleepInitMS\\\":0,\\\"clusterManagerSleepMaxMS\\\":2000,\\\"dataManagerBackoffFactor\\\":0,\\\"dataManagerSleepInitMS\\\":0,\\\"dataManagerSleepMaxMS\\\":2000,\\\"feedBufferSizeBytes\\\":0,\\\"feedBufferAckThreshold\\\":0}\",\"sourcePartitions\":\"608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,623\"}",
"IsDir": false,
"ModTime": "2016-01-11T19:29:44.171928929Z",
"Mode": 384,
"Name": "PINDEX_META",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_efa96b61.pindex/PINDEX_META",
"Size": 821
},
{
"Contents": "{\"bucket_name\":\"data-bucket\"}",
"IsDir": false,
"ModTime": "2016-01-11T19:29:44.122929969Z",
"Mode": 384,
"Name": "SyncGatewayIndexParams.json",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_efa96b61.pindex/SyncGatewayIndexParams.json",
"Size": 29
},
{
"IsDir": true,
"ModTime": "2016-01-11T19:29:43.452944181Z",
"Mode": 2147484096,
"Name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_f76cc141.pindex",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_f76cc141.pindex",
"Size": 58
},
{
"Contents": "{\"name\":\"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_f76cc141\",\"uuid\":\"32628fdc9784711f\",\"indexType\":\"sync_gateway\",\"indexName\":\"data-bucketf1a48f7619f78a7fa3c49fe007fbe072\",\"indexUUID\":\"75f87d5b7c0a9c13\",\"indexParams\":\"{\\\"bucket_name\\\":\\\"data-bucket\\\"}\",\"sourceType\":\"couchbase\",\"sourceName\":\"data-bucket\",\"sourceUUID\":\"f1a48f7619f78a7fa3c49fe007fbe072\",\"sourceParams\":\"{\\\"authUser\\\":\\\"data-bucket\\\",\\\"authPassword\\\":\\\"\\\",\\\"authSaslUser\\\":\\\"\\\",\\\"authSaslPassword\\\":\\\"\\\",\\\"clusterManagerBackoffFactor\\\":0,\\\"clusterManagerSleepInitMS\\\":0,\\\"clusterManagerSleepMaxMS\\\":2000,\\\"dataManagerBackoffFactor\\\":0,\\\"dataManagerSleepInitMS\\\":0,\\\"dataManagerSleepMaxMS\\\":2000,\\\"feedBufferSizeBytes\\\":0,\\\"feedBufferAckThreshold\\\":0}\",\"sourcePartitions\":\"32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47\"}",
"IsDir": false,
"ModTime": "2016-01-11T19:29:43.452944181Z",
"Mode": 384,
"Name": "PINDEX_META",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_f76cc141.pindex/PINDEX_META",
"Size": 805
},
{
"Contents": "{\"bucket_name\":\"data-bucket\"}",
"IsDir": false,
"ModTime": "2016-01-11T19:29:43.393945432Z",
"Mode": 384,
"Name": "SyncGatewayIndexParams.json",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_f76cc141.pindex/SyncGatewayIndexParams.json",
"Size": 29
},
{
"IsDir": true,
"ModTime": "2016-01-11T19:29:41.647982469Z",
"Mode": 2147484096,
"Name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_fbb41634.pindex",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_fbb41634.pindex",
"Size": 58
},
{
"Contents": "{\"name\":\"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_fbb41634\",\"uuid\":\"437c4b5ec29be3e1\",\"indexType\":\"sync_gateway\",\"indexName\":\"data-bucketf1a48f7619f78a7fa3c49fe007fbe072\",\"indexUUID\":\"75f87d5b7c0a9c13\",\"indexParams\":\"{\\\"bucket_name\\\":\\\"data-bucket\\\"}\",\"sourceType\":\"couchbase\",\"sourceName\":\"data-bucket\",\"sourceUUID\":\"f1a48f7619f78a7fa3c49fe007fbe072\",\"sourceParams\":\"{\\\"authUser\\\":\\\"data-bucket\\\",\\\"authPassword\\\":\\\"\\\",\\\"authSaslUser\\\":\\\"\\\",\\\"authSaslPassword\\\":\\\"\\\",\\\"clusterManagerBackoffFactor\\\":0,\\\"clusterManagerSleepInitMS\\\":0,\\\"clusterManagerSleepMaxMS\\\":2000,\\\"dataManagerBackoffFactor\\\":0,\\\"dataManagerSleepInitMS\\\":0,\\\"dataManagerSleepMaxMS\\\":2000,\\\"feedBufferSizeBytes\\\":0,\\\"feedBufferAckThreshold\\\":0}\",\"sourcePartitions\":\"672,673,674,675,676,677,678,679,680,681,682,683,684,685,686,687\"}",
"IsDir": false,
"ModTime": "2016-01-11T19:29:41.647982469Z",
"Mode": 384,
"Name": "PINDEX_META",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_fbb41634.pindex/PINDEX_META",
"Size": 821
},
{
"Contents": "{\"bucket_name\":\"data-bucket\"}",
"IsDir": false,
"ModTime": "2016-01-11T19:29:41.59798353Z",
"Mode": 384,
"Name": "SyncGatewayIndexParams.json",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_fbb41634.pindex/SyncGatewayIndexParams.json",
"Size": 29
},
{
"IsDir": true,
"ModTime": "2016-01-11T19:29:43.810936587Z",
"Mode": 2147484096,
"Name": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_fc583e0c.pindex",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_fc583e0c.pindex",
"Size": 58
},
{
"Contents": "{\"name\":\"data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_fc583e0c\",\"uuid\":\"3d048b5dffbd5101\",\"indexType\":\"sync_gateway\",\"indexName\":\"data-bucketf1a48f7619f78a7fa3c49fe007fbe072\",\"indexUUID\":\"75f87d5b7c0a9c13\",\"indexParams\":\"{\\\"bucket_name\\\":\\\"data-bucket\\\"}\",\"sourceType\":\"couchbase\",\"sourceName\":\"data-bucket\",\"sourceUUID\":\"f1a48f7619f78a7fa3c49fe007fbe072\",\"sourceParams\":\"{\\\"authUser\\\":\\\"data-bucket\\\",\\\"authPassword\\\":\\\"\\\",\\\"authSaslUser\\\":\\\"\\\",\\\"authSaslPassword\\\":\\\"\\\",\\\"clusterManagerBackoffFactor\\\":0,\\\"clusterManagerSleepInitMS\\\":0,\\\"clusterManagerSleepMaxMS\\\":2000,\\\"dataManagerBackoffFactor\\\":0,\\\"dataManagerSleepInitMS\\\":0,\\\"dataManagerSleepMaxMS\\\":2000,\\\"feedBufferSizeBytes\\\":0,\\\"feedBufferAckThreshold\\\":0}\",\"sourcePartitions\":\"704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719\"}",
"IsDir": false,
"ModTime": "2016-01-11T19:29:43.810936587Z",
"Mode": 384,
"Name": "PINDEX_META",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_fc583e0c.pindex/PINDEX_META",
"Size": 821
},
{
"Contents": "{\"bucket_name\":\"data-bucket\"}",
"IsDir": false,
"ModTime": "2016-01-11T19:29:43.772937394Z",
"Mode": 384,
"Name": "SyncGatewayIndexParams.json",
"Path": "data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_fc583e0c.pindex/SyncGatewayIndexParams.json",
"Size": 29
},
{
"IsDir": false,
"ModTime": "2016-01-11T18:28:47.898621673Z",
"Mode": 493,
"Name": "log_machine_stats.py",
"Path": "log_machine_stats.py",
"Size": 1641
},
{
"IsDir": true,
"ModTime": "2016-01-11T19:29:39.943018636Z",
"Mode": 2147484141,
"Name": "logs",
"Path": "logs",
"Size": 65
},
{
"IsDir": false,
"ModTime": "2016-01-11T19:29:39.943018636Z",
"Mode": 420,
"Name": "sync_gateway_access.log",
"Path": "logs/sync_gateway_access.log",
"Size": 0
},
{
"IsDir": false,
"ModTime": "2016-01-11T19:29:45.124908714Z",
"Mode": 420,
"Name": "sync_gateway_error.log",
"Path": "logs/sync_gateway_error.log",
"Size": 66041
},
{
"Contents": "{\n \"interface\":\":4984\",\n \"adminInterface\": \"0.0.0.0:4985\",\n \"maxIncomingConnections\": 0,\n \"maxCouchbaseConnections\": 16,\n \"maxFileDescriptors\": 90000,\n \"slowServerCallWarningThreshold\": 500,\n \"compressResponses\": true,\n \"log\":[\"HTTP\"],\n \"cluster_config\": {\n \"server\":\"http://ec2-54-145-134-37.compute-1.amazonaws.com:8091\",\n \"data_dir\":\".\",\n \"bucket\":\"data-bucket\"\n },\n \"databases\":{\n \"db\":{\n \"feed_type\":\"DCPSHARD\",\n \"server\":\"http://ec2-54-145-134-37.compute-1.amazonaws.com:8091\",\n \"bucket\":\"data-bucket\",\n \"channel_index\":{\n \"server\":\"http://ec2-54-145-134-37.compute-1.amazonaws.com:8091\",\n \"bucket\":\"index-bucket\",\n \"writer\":true\n }\n }\n }\n}\n\n",
"IsDir": false,
"ModTime": "2016-01-11T19:29:26.179310486Z",
"Mode": 420,
"Name": "sync_gateway.json",
"Path": "sync_gateway.json",
"Size": 819
},
{
"IsDir": false,
"ModTime": "2016-01-11T19:29:40.577005585Z",
"Mode": 384,
"Name": "sync_gateway.uuid",
"Path": "sync_gateway.uuid",
"Size": 16
}
]
}
F
PLAY [sync_gateways] **********************************************************
GATHERING FACTS ***************************************************************
ok: [sg1]
ok: [sg2]
ok: [sg3]
TASK: [Fetch sync_gateway logs] ***********************************************
changed: [sg2]
changed: [sg1]
changed: [sg3]
PLAY RECAP ********************************************************************
sg1 : ok=2 changed=1 unreachable=0 failed=0
sg2 : ok=2 changed=1 unreachable=0 failed=0
sg3 : ok=2 changed=1 unreachable=0 failed=0
============================================================================ FAILURES =============================================================================
____________________________________________________________________ test_pindex_distribution _____________________________________________________________________
cluster =
Sync Gateways
SyncGateway: sg1:ec2-54-161-145-152.compute-1.amazonaws.com
SyncGateway: sg2:ec2-54-158-99-77.compute-...45-134-37.compute-1.amazonaws.com
Load Generators
{'ip': 'ec2-54-161-219-195.compute-1.amazonaws.com', 'name': 'lg1'}
@pytest.mark.distributed_index
@pytest.mark.sanity
def test_pindex_distribution(cluster):
# the test itself doesn't have to do anything beyond calling cluster.reset() with the
# right configuration, since the validation of the cbgt pindex distribution is in the
# cluster.reset() method itself.
> cluster.reset(config="performance/sync_gateway_default_performance.json")
functional_tests/test_cbgt_pindex.py:21:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self =
Sync Gateways
SyncGateway: sg1:ec2-54-161-145-152.compute-1.amazonaws.com
SyncGateway: sg2:ec2-54-158-99-77.compute-...45-134-37.compute-1.amazonaws.com
Load Generators
{'ip': 'ec2-54-161-219-195.compute-1.amazonaws.com', 'name': 'lg1'}
config = <closed file '/Users/tleyden/Development/sync-gateway-testcluster/conf/performance/sync_gateway_default_performance.json', mode 'r' at 0x104d3e540>
def reset(self, config):
self.validate_cluster()
# Stop sync_gateways
print(">>> Stopping sync_gateway")
status = run_ansible_playbook("stop-sync-gateway.yml", stop_on_fail=False)
assert(status == 0)
# Deleting sync_gateway artifacts
print(">>> Deleting sync_gateway artifacts")
status = run_ansible_playbook("delete-sync-gateway-artifacts.yml", stop_on_fail=False)
assert(status == 0)
# Delete buckets
print(">>> Deleting buckets on: {}".format(self.servers[0].ip))
self.servers[0].delete_buckets()
# Parse config and grab bucket names
conf_path = os.path.abspath("conf/" + config)
bucket_names_from_config = []
with open(conf_path, "r") as config:
data = config.read()
# HACK: Strip out invalid json from config to allow it to be loaded
# and parsed for bucket names
# strip out templated variables {{ ... }}
data = re.sub("({{.*}})", "0", data)
# strip out sync functions `function ... }`
data = re.sub("(`function.*\n)(.*\n)+(.*}`)", "0", data)
# Find all bucket names in config's databases: {}
conf_obj = json.loads(data)
# Add CBGT buckets
if "cluster_config" in conf_obj.keys():
bucket_names_from_config.append(conf_obj["cluster_config"]["bucket"])
dbs = conf_obj["databases"]
for key, val in dbs.iteritems():
# Add data buckets
bucket_names_from_config.append(val["bucket"])
if "channel_index" in val:
# index buckets
bucket_names_from_config.append(val["channel_index"]["bucket"])
# Buckets may be shared for different functionality
bucket_name_set = list(set(bucket_names_from_config))
print(">>> Creating buckets on: {}".format(self.servers[0].ip))
print(">>> Creating buckets {}".format(bucket_name_set))
self.servers[0].create_buckets(bucket_name_set)
print(">>> Starting sync_gateway with configuration: {}".format(conf_path))
# Start sync-gateway
status = run_ansible_playbook(
"start-sync-gateway.yml",
extra_vars="sync_gateway_config_filepath={0}".format(conf_path),
stop_on_fail=False
)
assert(status == 0)
# Validate CBGT
if not self.validate_cbgt_pindex_distribution_retry():
self.save_cbgt_diagnostics()
> raise Exception("Failed to validate CBGT Pindex distribution")
E Exception: Failed to validate CBGT Pindex distribution
lib/cluster.py:128: Exception
=================================================================== 1 failed in 209.36 seconds ====================================================================
[root@ip-10-154-58-225 sync_gateway]# cat logs/sync_gateway_error.log
2016-01-11T19:29:40.003Z Enabling logging: [HTTP]
2016-01-11T19:29:40.003Z ==== Couchbase Sync Gateway/feature/issue_1392_cbgt(605c8e1) ====
2016-01-11T19:29:40.003Z Opening db /db as bucket "data-bucket", pool "default", server <http://ec2-54-145-134-37.compute-1.amazonaws.com:8091>
2016-01-11T19:29:40.015Z Opening Couchbase database data-bucket on <http://ec2-54-145-134-37.compute-1.amazonaws.com:8091>
2016/01/11 19:29:40 Trying with selected node 0
2016/01/11 19:29:40 Trying with http://ec2-54-145-134-37.compute-1.amazonaws.com:8091/pools/default/bucketsStreaming/data-bucket
2016/01/11 19:29:40 Got new configuration for bucket data-bucket
2016/01/11 19:29:40 Trying with selected node 0
2016-01-11T19:29:40.248Z Opening Couchbase database index-bucket on <http://ec2-54-145-134-37.compute-1.amazonaws.com:8091>
2016-01-11T19:29:40.268Z Opening Couchbase database index-bucket on <http://ec2-54-145-134-37.compute-1.amazonaws.com:8091>
2016-01-11T19:29:40.272Z Opening Couchbase database index-bucket on <http://ec2-54-145-134-37.compute-1.amazonaws.com:8091>
2016-01-11T19:29:40.279Z Using default sync function 'channel(doc.channels)' for database "db"
2016-01-11T19:29:40.600Z WARNING: No users have been defined in the 'db' database, which means that you will not be able to get useful data out of the sync gateway over the standard port. FIX: define users in the configuration json or via the REST API on the admin port, and grant users to channels via the admin_channels parameter. -- rest.emitAccessRelatedWarnings() at server_context.go:1089
2016/01/11 19:29:40 main: manager uuid: 744917266d2d37d2
2016/01/11 19:29:40 main: manager uuid was generated
2016/01/11 19:29:40 manager: loading dataDir...
2016/01/11 19:29:40 manager: loading dataDir... done
2016/01/11 19:29:40 planner: awakes, op: kick, msg: start
2016/01/11 19:29:40 planner: once, reason: start
2016/01/11 19:29:40 janitor: awakes, op: kick, msg: start
2016/01/11 19:29:40 planner: PlannerOnce, err: planner: ended since no IndexDefs
2016/01/11 19:29:40 janitor: JanitorOnce, err: janitor: skipped on nil planPIndexes
2016/01/11 19:29:40 janitor: awakes, op: kick, msg: cfg changed, key: nodeDefs-wanted
2016/01/11 19:29:40 planner: awakes, op: kick, msg: cfg changed, key: nodeDefs-wanted
2016/01/11 19:29:40 planner: once, reason: cfg changed, key: nodeDefs-wanted
2016/01/11 19:29:40 janitor: JanitorOnce, err: janitor: skipped on nil planPIndexes
2016/01/11 19:29:40 janitor: awakes, op: kick, msg: cfg changed, key: nodeDefs-wanted
2016/01/11 19:29:40 janitor: JanitorOnce, err: janitor: skipped on nil planPIndexes
2016/01/11 19:29:40 janitor: awakes, op: kick, msg: cfg changed, key: planPIndexes
2016/01/11 19:29:40 janitor: JanitorOnce, err: janitor: skipped on nil planPIndexes
2016/01/11 19:29:40 janitor: awakes, op: kick, msg: cfg changed, key: planPIndexes
2016/01/11 19:29:40 janitor: JanitorOnce, err: janitor: skipped on nil planPIndexes
2016/01/11 19:29:40 planner: PlannerOnce, err: planner: ended since no IndexDefs
2016/01/11 19:29:40 planner: awakes, op: kick, msg: cfg changed, key: indexDefs
2016/01/11 19:29:40 planner: once, reason: cfg changed, key: indexDefs
2016/01/11 19:29:40 planner: PlannerOnce, err: planner: ended since no IndexDefs
2016/01/11 19:29:40 planner: awakes, op: kick, msg: cfg changed, key: indexDefs
2016/01/11 19:29:40 planner: once, reason: cfg changed, key: indexDefs
2016/01/11 19:29:40 planner: PlannerOnce, err: planner: ended since no IndexDefs
2016/01/11 19:29:40 planner: awakes, op: kick, msg: cfg changed, key: nodeDefs-wanted
2016/01/11 19:29:40 planner: once, reason: cfg changed, key: nodeDefs-wanted
2016/01/11 19:29:40 planner: PlannerOnce, err: planner: ended since no IndexDefs
2016/01/11 19:29:40 Error checking view version: MCResponse status=KEY_ENOENT, opcode=GET, opaque=0, msg: Not found
2016/01/11 19:29:40 Installing new version of views (old version=0)
2016/01/11 19:29:40 Trying with selected node 0
2016/01/11 19:29:40 janitor: awakes, op: kick, msg: cfg changed, key: planPIndexes
2016/01/11 19:29:40 planner: awakes, op: kick, msg: cfg changed, key: indexDefs
2016/01/11 19:29:40 planner: once, reason: cfg changed, key: indexDefs
2016/01/11 19:29:40 janitor: JanitorOnce, err: janitor: skipped on nil planPIndexes
2016/01/11 19:29:40 janitor: awakes, op: kick, msg: cfg changed, key: nodeDefs-wanted
2016/01/11 19:29:40 janitor: JanitorOnce, err: janitor: skipped on nil planPIndexes
2016/01/11 19:29:40 planner: PlannerOnce, err: planner: no NodeDef, uuid: 744917266d2d37d2
2016/01/11 19:29:40 planner: awakes, op: kick, msg: cfg changed, key: nodeDefs-wanted
2016/01/11 19:29:40 planner: once, reason: cfg changed, key: nodeDefs-wanted
2016/01/11 19:29:40 planner: PlannerOnce, err: planner: no NodeDef, uuid: 744917266d2d37d2
2016/01/11 19:29:40 planner: awakes, op: kick, msg: cfg changed, key: nodeDefs-wanted
2016/01/11 19:29:40 planner: once, reason: cfg changed, key: nodeDefs-wanted
2016/01/11 19:29:40 janitor: awakes, op: kick, msg: cfg changed, key: nodeDefs-wanted
2016/01/11 19:29:40 planner: PlannerOnce, err: planner: no NodeDef, uuid: 744917266d2d37d2
2016/01/11 19:29:40 planner: awakes, op: kick, msg: cfg changed, key: indexDefs
2016/01/11 19:29:40 planner: once, reason: cfg changed, key: indexDefs
2016/01/11 19:29:40 planner: PlannerOnce, err: planner: no NodeDef, uuid: 744917266d2d37d2
2016/01/11 19:29:40 planner: awakes, op: kick, msg: NewIndexesCreated
2016/01/11 19:29:40 planner: once, reason: NewIndexesCreated
2016/01/11 19:29:40 janitor: pindexes to remove: 0
2016/01/11 19:29:40 janitor: pindexes to add: 0
2016/01/11 19:29:40 janitor: feeds to remove: 0
2016/01/11 19:29:40 janitor: feeds to add: 0
2016/01/11 19:29:40 janitor: awakes, op: kick, msg: cfg changed, key: planPIndexes
2016/01/11 19:29:40 planner: PlannerOnce, err: planner: no NodeDef, uuid: 744917266d2d37d2
2016/01/11 19:29:40 janitor: pindexes to remove: 0
2016/01/11 19:29:40 janitor: pindexes to add: 0
2016/01/11 19:29:40 janitor: feeds to remove: 0
2016/01/11 19:29:40 janitor: feeds to add: 0
2016/01/11 19:29:40 janitor: awakes, op: kick, msg: NewIndexesCreated
2016/01/11 19:29:40 janitor: pindexes to remove: 0
2016/01/11 19:29:40 janitor: pindexes to add: 0
2016/01/11 19:29:40 janitor: feeds to remove: 0
2016/01/11 19:29:40 janitor: feeds to add: 0
2016-01-11T19:29:40.991Z Starting admin server on 0.0.0.0:4985
2016-01-11T19:29:41.007Z Starting server on :4984 ...
[root@ip-10-154-58-225 sync_gateway]#
This file has been truncated, but you can view the full file.
[root@ip-10-156-19-31 sync_gateway]# cat logs/sync_gateway_error.log
2016-01-08T22:02:42.884Z Enabling logging: [HTTP]
2016-01-08T22:02:42.884Z ==== Couchbase Sync Gateway/feature/issue_1392_cbgt(b9b476b) ====
2016-01-08T22:02:42.884Z Opening db /db as bucket "data-bucket", pool "default", server <http://ec2-54-145-134-37.compute-1.amazonaws.com:8091>
2016-01-08T22:02:42.884Z Opening Couchbase database data-bucket on <http://ec2-54-145-134-37.compute-1.amazonaws.com:8091>
2016/01/08 22:02:42 Trying with selected node 0
2016/01/08 22:02:42 Trying with http://ec2-54-145-134-37.compute-1.amazonaws.com:8091/pools/default/bucketsStreaming/data-bucket
2016/01/08 22:02:42 Got new configuration for bucket data-bucket
2016/01/08 22:02:43 Trying with selected node 0
2016-01-08T22:02:43.107Z Opening Couchbase database index-bucket on <http://ec2-54-145-134-37.compute-1.amazonaws.com:8091>
2016-01-08T22:02:43.116Z Opening Couchbase database index-bucket on <http://ec2-54-145-134-37.compute-1.amazonaws.com:8091>
2016-01-08T22:02:43.122Z Opening Couchbase database index-bucket on <http://ec2-54-145-134-37.compute-1.amazonaws.com:8091>
2016-01-08T22:02:43.128Z Using default sync function 'channel(doc.channels)' for database "db"
2016-01-08T22:02:43.301Z WARNING: No users have been defined in the 'db' database, which means that you will not be able to get useful data out of the sync gateway over the standard port. FIX: define users in the configuration json or via the REST API on the admin port, and grant users to channels via the admin_channels parameter. -- rest.emitAccessRelatedWarnings() at server_context.go:1089
2016/01/08 22:02:43 main: manager uuid: 7ed081e4725f998d
2016/01/08 22:02:43 main: manager uuid was generated
2016/01/08 22:02:43 manager: loading dataDir...
2016/01/08 22:02:43 manager: loading dataDir... done
2016/01/08 22:02:43 planner: awakes, op: kick, msg: start
2016/01/08 22:02:43 planner: once, reason: start
2016/01/08 22:02:43 janitor: awakes, op: kick, msg: start
2016/01/08 22:02:43 planner: PlannerOnce, err: planner: ended since no IndexDefs
2016/01/08 22:02:43 janitor: JanitorOnce, err: janitor: skipped on nil planPIndexes
2016/01/08 22:02:43 janitor: awakes, op: kick, msg: cfg changed, key: planPIndexes
2016/01/08 22:02:43 planner: awakes, op: kick, msg: cfg changed, key: indexDefs
2016/01/08 22:02:43 planner: once, reason: cfg changed, key: indexDefs
2016/01/08 22:02:43 janitor: JanitorOnce, err: janitor: skipped on nil planPIndexes
2016/01/08 22:02:43 janitor: awakes, op: kick, msg: cfg changed, key: nodeDefs-wanted
2016/01/08 22:02:43 janitor: JanitorOnce, err: janitor: skipped on nil planPIndexes
2016/01/08 22:02:43 janitor: awakes, op: kick, msg: cfg changed, key: planPIndexes
2016/01/08 22:02:43 janitor: JanitorOnce, err: janitor: skipped on nil planPIndexes
2016/01/08 22:02:43 janitor: awakes, op: kick, msg: cfg changed, key: nodeDefs-wanted
2016/01/08 22:02:43 janitor: JanitorOnce, err: janitor: skipped on nil planPIndexes
2016/01/08 22:02:43 planner: PlannerOnce, err: planner: ended since no IndexDefs
2016/01/08 22:02:43 planner: awakes, op: kick, msg: cfg changed, key: nodeDefs-wanted
2016/01/08 22:02:43 planner: once, reason: cfg changed, key: nodeDefs-wanted
2016/01/08 22:02:43 planner: PlannerOnce, err: planner: ended since no IndexDefs
2016/01/08 22:02:43 planner: awakes, op: kick, msg: cfg changed, key: indexDefs
2016/01/08 22:02:43 planner: once, reason: cfg changed, key: indexDefs
2016/01/08 22:02:43 planner: PlannerOnce, err: planner: ended since no IndexDefs
2016/01/08 22:02:43 planner: awakes, op: kick, msg: cfg changed, key: nodeDefs-wanted
2016/01/08 22:02:43 planner: once, reason: cfg changed, key: nodeDefs-wanted
2016/01/08 22:02:43 Error checking view version: MCResponse status=KEY_ENOENT, opcode=GET, opaque=0, msg: Not found
2016/01/08 22:02:43 Installing new version of views (old version=0)
2016/01/08 22:02:43 Trying with selected node 0
2016/01/08 22:02:43 planner: PlannerOnce, err: planner: ended since no IndexDefs
2016/01/08 22:02:43 planner: awakes, op: kick, msg: api/CreateIndex, indexName: data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037
2016/01/08 22:02:43 planner: once, reason: api/CreateIndex, indexName: data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037
2016/01/08 22:02:43 janitor: awakes, op: kick, msg: cfg changed, key: nodeDefs-wanted
2016/01/08 22:02:43 janitor: JanitorOnce, err: janitor: skipped on nil planPIndexes
2016/01/08 22:02:43 janitor: awakes, op: kick, msg: cfg changed, key: planPIndexes
2016/01/08 22:02:43 janitor: JanitorOnce, err: janitor: skipped on nil planPIndexes
2016/01/08 22:02:43 janitor: awakes, op: kick, msg: the plans have changed
2016/01/08 22:02:43 janitor: pindexes to remove: 0
2016/01/08 22:02:43 janitor: pindexes to add: 64
2016/01/08 22:02:43 &{Name:data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037_79cfeaabf8392c89_1cd6020a UUID:51f8292358fc2fa6 IndexType:sync_gateway IndexName:data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037 IndexUUID:79cfeaabf8392c89 IndexParams:{"bucket_name":"data-bucket"} SourceType:couchbase SourceName:data-bucket SourceUUID:baa4ddcf7d01f94a8b7fef2e28c02037 SourceParams:{"authUser":"data-bucket","authPassword":"","authSaslUser":"","authSaslPassword":"","clusterManagerBackoffFactor":0,"clusterManagerSleepInitMS":0,"clusterManagerSleepMaxMS":2000,"dataManagerBackoffFactor":0,"dataManagerSleepInitMS":0,"dataManagerSleepMaxMS":2000,"feedBufferSizeBytes":0,"feedBufferAckThreshold":0} SourcePartitions:688,689,690,691,692,693,694,695,696,697,698,699,700,701,702,703 Nodes:map[7ed081e4725f998d:0xc8204b3110]}
2016/01/08 22:02:43 &{Name:data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037_79cfeaabf8392c89_29c609a7 UUID:5cf3f040a6472772 IndexType:sync_gateway IndexName:data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037 IndexUUID:79cfeaabf8392c89 IndexParams:{"bucket_name":"data-bucket"} SourceType:couchbase SourceName:data-bucket SourceUUID:baa4ddcf7d01f94a8b7fef2e28c02037 SourceParams:{"authUser":"data-bucket","authPassword":"","authSaslUser":"","authSaslPassword":"","clusterManagerBackoffFactor":0,"clusterManagerSleepInitMS":0,"clusterManagerSleepMaxMS":2000,"dataManagerBackoffFactor":0,"dataManagerSleepInitMS":0,"dataManagerSleepMaxMS":2000,"feedBufferSizeBytes":0,"feedBufferAckThreshold":0} SourcePartitions:464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479 Nodes:map[7ed081e4725f998d:0xc8204b33e0]}
2016/01/08 22:02:43 &{Name:data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037_79cfeaabf8392c89_76bd4e53 UUID:3af4d2599bf16b6c IndexType:sync_gateway IndexName:data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037 IndexUUID:79cfeaabf8392c89 IndexParams:{"bucket_name":"data-bucket"} SourceType:couchbase SourceName:data-bucket SourceUUID:baa4ddcf7d01f94a8b7fef2e28c02037 SourceParams:{"authUser":"data-bucket","authPassword":"","authSaslUser":"","authSaslPassword":"","clusterManagerBackoffFactor":0,"clusterManagerSleepInitMS":0,"clusterManagerSleepMaxMS":2000,"dataManagerBackoffFactor":0,"dataManagerSleepInitMS":0,"dataManagerSleepMaxMS":2000,"feedBufferSizeBytes":0,"feedBufferAckThreshold":0} SourcePartitions:448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463 Nodes:map[7ed081e4725f998d:0xc8202fa110]}
2016/01/08 22:02:43 &{Name:data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037_79cfeaabf8392c89_9040f99c UUID:54a4e1df66c9738c IndexType:sync_gateway IndexName:data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037 IndexUUID:79cfeaabf8392c89 IndexParams:{"bucket_name":"data-bucket"} SourceType:couchbase SourceName:data-bucket SourceUUID:baa4ddcf7d01f94a8b7fef2e28c02037 SourceParams:{"authUser":"data-bucket","authPassword":"","authSaslUser":"","authSaslPassword":"","clusterManagerBackoffFactor":0,"clusterManagerSleepInitMS":0,"clusterManagerSleepMaxMS":2000,"dataManagerBackoffFactor":0,"dataManagerSleepInitMS":0,"dataManagerSleepMaxMS":2000,"feedBufferSizeBytes":0,"feedBufferAckThreshold":0} SourcePartitions:336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351 Nodes:map[7ed081e4725f998d:0xc8202fa570]}
2016/01/08 22:02:43 &{Name:data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037_79cfeaabf8392c89_c72aa072 UUID:68ba8ed2bed1b470 IndexType:sync_gateway IndexName:data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037 IndexUUID:79cfeaabf8392c89 IndexParams:{"bucket_name":"data-bucket"} SourceType:couchbase SourceName:data-bucket SourceUUID:baa4ddcf7d01f94a8b7fef2e28c02037 SourceParams:{"authUser":"data-bucket","authPassword":"","authSaslUser":"","authSaslPassword":"","clusterManagerBackoffFactor":0,"clusterManagerSleepInitMS":0,"clusterManagerSleepMaxMS":2000,"dataManagerBackoffFactor":0,"dataManagerSleepInitMS":0,"dataManagerSleepMaxMS":2000,"feedBufferSizeBytes":0,"feedBufferAckThreshold":0} SourcePartitions:176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191 Nodes:map[7ed081e4725f998d:0xc8202fad90]}
2016/01/08 22:02:43 &{Name:data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037_79cfeaabf8392c89_d140fb59 UUID:1d23a70666889497 IndexType:sync_gateway IndexName:data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037 IndexUUID:79cfeaabf8392c89 IndexParams:{"bucket_name":"data-bucket"} SourceType:couchbase SourceName:data-bucket SourceUUID:baa4ddcf7d01f94a8b7fef2e28c02037 SourceParams:{"authUser":"data-bucket","authPassword":"","authSaslUser":"","authSaslPassword":"","clusterManagerBackoffFactor":0,"clusterManagerSleepInitMS":0,"clusterManagerSleepMaxMS":2000,"dataManagerBackoffFactor":0,"dataManagerSleepInitMS":0,"dataManagerSleepMaxMS":2000,"feedBufferSizeBytes":0,"feedBufferAckThreshold":0} SourcePartitions:112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127 Nodes:map[7ed081e4725f998d:0xc8202fb010]}
2016/01/08 22:02:43 &{Name:data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037_79cfeaabf8392c89_13d31f30 UUID:6039831888ceb475 IndexType:sync_gateway IndexName:data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037 IndexUUID:79cfeaabf8392c89 IndexParams:{"bucket_name":"data-bucket"} SourceType:couchbase SourceName:data-bucket SourceUUID:baa4ddcf7d01f94a8b7fef2e28c02037 SourceParams:{"authUser":"data-bucket","authPassword":"","authSaslUser":"","authSaslPassword":"","clusterManagerBackoffFactor":0,"clusterManagerSleepInitMS":0,"clusterManagerSleepMaxMS":2000,"dataManagerBackoffFactor":0,"dataManagerSleepInitMS":0,"dataManagerSleepMaxMS":2000,"feedBufferSizeBytes":0,"feedBufferAckThreshold":0} SourcePartitions:752,753,754,755,756,757,758,759,760,761,762,763,764,765,766,767 Nodes:map[7ed081e4725f998d:0xc8204b2f20]}
2016/01/08 22:02:43 &{Name:data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037_79cfeaabf8392c89_9cad6129 UUID:581363e1f90811b2 IndexType:sync_gateway IndexName:data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037 IndexUUID:79cfeaabf8392c89 IndexParams:{"bucket_name":"data-bucket"} SourceType:couchbase SourceName:data-bucket SourceUUID:baa4ddcf7d01f94a8b7fef2e28c02037 SourceParams:{"authUser":"data-bucket","authPassword":"","authSaslUser":"","authSaslPassword":"","clusterManagerBackoffFactor":0,"clusterManagerSleepInitMS":0,"clusterManagerSleepMaxMS":2000,"dataManagerBackoffFactor":0,"dataManagerSleepInitMS":0,"dataManagerSleepMaxMS":2000,"feedBufferSizeBytes":0,"feedBufferAckThreshold":0} SourcePartitions:576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591 Nodes:map[7ed081e4725f998d:0xc8202fa750]}
2016/01/08 22:02:43 &{Name:data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037_79cfeaabf8392c89_d9eeaa75 UUID:f5f4ee6aa9ba59b4 IndexType:sync_gateway IndexName:data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037 IndexUUID:79cfeaabf8392c89 IndexParams:{"bucket_name":"data-bucket"} SourceType:couchbase SourceName:data-bucket SourceUUID:baa4ddcf7d01f94a8b7fef2e28c02037 SourceParams:{"authUser":"data-bucket","authPassword":"","authSaslUser":"","authSaslPassword":"","clusterManagerBackoffFactor":0,"clusterManagerSleepInitMS":0,"clusterManagerSleepMaxMS":2000,"dataManagerBackoffFactor":0,"dataManagerSleepInitMS":0,"dataManagerSleepMaxMS":2000,"feedBufferSizeBytes":0,"feedBufferAckThreshold":0} SourcePartitions:64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79 Nodes:map[7ed081e4725f998d:0xc8202fb150]}
2016/01/08 22:02:43 &{Name:data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037_79cfeaabf8392c89_ed04a197 UUID:1de76fcc03a9e3af IndexType:sync_gateway IndexName:data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037 IndexUUID:79cfeaabf8392c89 IndexParams:{"bucket_name":"data-bucket"} SourceType:couchbase SourceName:data-bucket SourceUUID:baa4ddcf7d01f94a8b7fef2e28c02037 SourceParams:{"authUser":"data-bucket","authPassword":"","authSaslUser":"","authSaslPassword":"","clusterManagerBackoffFactor":0,"clusterManagerSleepInitMS":0,"clusterManagerSleepMaxMS":2000,"dataManagerBackoffFactor":0,"dataManagerSleepInitMS":0,"dataManagerSleepMaxMS":2000,"feedBufferSizeBytes":0,"feedBufferAckThreshold":0} SourcePartitions:592,593,594,595,596,597,598,599,600,601,602,603,604,605,606,607 Nodes:map[7ed081e4725f998d:0xc8202fb510]}
2016/01/08 22:02:43 &{Name:data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037_79cfeaabf8392c89_81d00d28 UUID:5043244b9f462140 IndexType:sync_gateway IndexName:data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037 IndexUUID:79cfeaabf8392c89 IndexParams:{"bucket_name":"data-bucket"} SourceType:couchbase SourceName:data-bucket SourceUUID:baa4ddcf7d01f94a8b7fef2e28c02037 SourceParams:{"authUser":"data-bucket","authPassword":"","authSaslUser":"","authSaslPassword":"","clusterManagerBackoffFactor":0,"clusterManagerSleepInitMS":0,"clusterManagerSleepMaxMS":2000,"dataManagerBackoffFactor":0,"dataManagerSleepInitMS":0,"dataManagerSleepMaxMS":2000,"feedBufferSizeBytes":0,"feedBufferAckThreshold":0} SourcePartitions:880,881,882,883,884,885,886,887,888,889,890,891,892,893,894,895 Nodes:map[7ed081e4725f998d:0xc8202fa1b0]}
2016/01/08 22:02:43 &{Name:data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037_79cfeaabf8392c89_26ebd470 UUID:76bb06ed910fafe5 IndexType:sync_gateway IndexName:data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037 IndexUUID:79cfeaabf8392c89 IndexParams:{"bucket_name":"data-bucket"} SourceType:couchbase SourceName:data-bucket SourceUUID:baa4ddcf7d01f94a8b7fef2e28c02037 SourceParams:{"authUser":"data-bucket","authPassword":"","authSaslUser":"","authSaslPassword":"","clusterManagerBackoffFactor":0,"clusterManagerSleepInitMS":0,"clusterManagerSleepMaxMS":2000,"dataManagerBackoffFactor":0,"dataManagerSleepInitMS":0,"dataManagerSleepMaxMS":2000,"feedBufferSizeBytes":0,"feedBufferAckThreshold":0} SourcePartitions:960,961,962,963,964,965,966,967,968,969,970,971,972,973,974,975 Nodes:map[7ed081e4725f998d:0xc8204b3310]}
2016/01/08 22:02:43 &{Name:data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037_79cfeaabf8392c89_33710460 UUID:11880c1c983ca9cf IndexType:sync_gateway IndexName:data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037 IndexUUID:79cfeaabf8392c89 IndexParams:{"bucket_name":"data-bucket"} SourceType:couchbase SourceName:data-bucket SourceUUID:baa4ddcf7d01f94a8b7fef2e28c02037 SourceParams:{"authUser":"data-bucket","authPassword":"","authSaslUser":"","authSaslPassword":"","clusterManagerBackoffFactor":0,"clusterManagerSleepInitMS":0,"clusterManagerSleepMaxMS":2000,"dataManagerBackoffFactor":0,"dataManagerSleepInitMS":0,"dataManagerSleepMaxMS":2000,"feedBufferSizeBytes":0,"feedBufferAckThreshold":0} SourcePartitions:496,497,498,499,500,501,502,503,504,505,506,507,508,509,510,511 Nodes:map[7ed081e4725f998d:0xc8204b3600]}
2016/01/08 22:02:43 &{Name:data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037_79cfeaabf8392c89_4751c351 UUID:5dcb88363f3b7d5e IndexType:sync_gateway IndexName:data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037 IndexUUID:79cfeaabf8392c89 IndexParams:{"bucket_name":"data-bucket"} SourceType:couchbase SourceName:data-bucket SourceUUID:baa4ddcf7d01f94a8b7fef2e28c02037 SourceParams:{"authUser":"data-bucket","authPassword":"","authSaslUser":"","authSaslPassword":"","clusterManagerBackoffFactor":0,"clusterManagerSleepInitMS":0,"clusterManagerSleepMaxMS":2000,"dataManagerBackoffFactor":0,"dataManagerSleepInitMS":0,"dataManagerSleepMaxMS":2000,"feedBufferSizeBytes":0,"feedBufferAckThreshold":0} SourcePartitions:288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303 Nodes:map[7ed081e4725f998d:0xc8204b38f0]}
2016/01/08 22:02:43 &{Name:data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037_79cfeaabf8392c89_49619dfd UUID:3efbad387c11dabf IndexType:sync_gateway IndexName:data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037 IndexUUID:79cfeaabf8392c89 IndexParams:{"bucket_name":"data-bucket"} SourceType:couchbase SourceName:data-bucket SourceUUID:baa4ddcf7d01f94a8b7fef2e28c02037 SourceParams:{"authUser":"data-bucket","authPassword":"","authSaslUser":"","authSaslPassword":"","clusterManagerBackoffFactor":0,"clusterManagerSleepInitMS":0,"clusterManagerSleepMaxMS":2000,"dataManagerBackoffFactor":0,"dataManagerSleepInitMS":0,"dataManagerSleepMaxMS":2000,"feedBufferSizeBytes":0,"feedBufferAckThreshold":0} SourcePartitions:832,833,834,835,836,837,838,839,840,841,842,843,844,845,846,847 Nodes:map[7ed081e4725f998d:0xc8204b3ad0]}
2016/01/08 22:02:43 &{Name:data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037_79cfeaabf8392c89_606af1eb UUID:5ebf935d21afea45 IndexType:sync_gateway IndexName:data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037 IndexUUID:79cfeaabf8392c89 IndexParams:{"bucket_name":"data-bucket"} SourceType:couchbase SourceName:data-bucket SourceUUID:baa4ddcf7d01f94a8b7fef2e28c02037 SourceParams:{"authUser":"data-bucket","authPassword":"","authSaslUser":"","authSaslPassword":"","clusterManagerBackoffFactor":0,"clusterManagerSleepInitMS":0,"clusterManagerSleepMaxMS":2000,"dataManagerBackoffFactor":0,"dataManagerSleepInitMS":0,"dataManagerSleepMaxMS":2000,"feedBufferSizeBytes":0,"feedBufferAckThreshold":0} SourcePartitions:928,929,930,931,932,933,934,935,936,937,938,939,940,941,942,943 Nodes:map[7ed081e4725f998d:0xc8204b3df0]}
2016/01/08 22:02:43 &{Name:data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037_79cfeaabf8392c89_d765735d UUID:15c87c87078eb8ca IndexType:sync_gateway IndexName:data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037 IndexUUID:79cfeaabf8392c89 IndexParams:{"bucket_name":"data-bucket"} SourceType:couchbase SourceName:data-bucket SourceUUID:baa4ddcf7d01f94a8b7fef2e28c02037 SourceParams:{"authUser":"data-bucket","authPassword":"","authSaslUser":"","authSaslPassword":"","clusterManagerBackoffFactor":0,"clusterManagerSleepInitMS":0,"clusterManagerSleepMaxMS":2000,"dataManagerBackoffFactor":0,"dataManagerSleepInitMS":0,"dataManagerSleepMaxMS":2000,"feedBufferSizeBytes":0,"feedBufferAckThreshold":0} SourcePartitions:128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143 Nodes:map[7ed081e4725f998d:0xc8202fb0b0]}
2016/01/08 22:02:43 &{Name:data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037_79cfeaabf8392c89_fbb41634 UUID:3dbefca27539ec53 IndexType:sync_gateway IndexName:data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037 IndexUUID:79cfeaabf8392c89 IndexParams:{"bucket_name":"data-bucket"} SourceType:couchbase SourceName:data-bucket SourceUUID:baa4ddcf7d01f94a8b7fef2e28c02037 SourceParams:{"authUser":"data-bucket","authPassword":"","authSaslUser":"","authSaslPassword":"","clusterManagerBackoffFactor":0,"clusterManagerSleepInitMS":0,"clusterManagerSleepMaxMS":2000,"dataManagerBackoffFactor":0,"dataManagerSleepInitMS":0,"dataManagerSleepMaxMS":2000,"feedBufferSizeBytes":0,"feedBufferAckThreshold":0} SourcePartitions:672,673,674,675,676,677,678,679,680,681,682,683,684,685,686,687 Nodes:map[7ed081e4725f998d:0xc8202fb6f0]}
2016/01/08 22:02:43 &{Name:data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037_79cfeaabf8392c89_11f2c193 UUID:208b17e51c3e2cbc IndexType:sync_gateway IndexName:data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037 IndexUUID:79cfeaabf8392c89 IndexParams:{"bucket_name":"data-bucket"} SourceType:couchbase SourceName:data-bucket SourceUUID:baa4ddcf7d01f94a8b7fef2e28c02037 SourceParams:{"authUser":"data-bucket","authPassword":"","authSaslUser":"","authSaslPassword":"","clusterManagerBackoffFactor":0,"clusterManagerSleepInitMS":0,"clusterManagerSleepMaxMS":2000,"dataManagerBackoffFactor":0,"dataManagerSleepInitMS":0,"dataManagerSleepMaxMS":2000,"feedBufferSizeBytes":0,"feedBufferAckThreshold":0} SourcePartitions:768,769,770,771,772,773,774,775,776,777,778,779,780,781,782,783 Nodes:map[7ed081e4725f998d:0xc8204b2e80]}
2016/01/08 22:02:43 &{Name:data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037_79cfeaabf8392c89_89c458d3 UUID:69d0b3679572fffb IndexType:sync_gateway IndexName:data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037 IndexUUID:79cfeaabf8392c89 IndexParams:{"bucket_name":"data-bucket"} SourceType:couchbase SourceName:data-bucket SourceUUID:baa4ddcf7d01f94a8b7fef2e28c02037 SourceParams:{"authUser":"data-bucket","authPassword":"","authSaslUser":"","authSaslPassword":"","clusterManagerBackoffFactor":0,"clusterManagerSleepInitMS":0,"clusterManagerSleepMaxMS":2000,"dataManagerBackoffFactor":0,"dataManagerSleepInitMS":0,"dataManagerSleepMaxMS":2000,"feedBufferSizeBytes":0,"feedBufferAckThreshold":0} SourcePartitions:944,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959 Nodes:map[7ed081e4725f998d:0xc8202fa2f0]}
2016/01/08 22:02:43 &{Name:data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037_79cfeaabf8392c89_5f8c4d13 UUID:24008e8d142d41cd IndexType:sync_gateway IndexName:data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037 IndexUUID:79cfeaabf8392c89 IndexParams:{"bucket_name":"data-bucket"} SourceType:couchbase SourceName:data-bucket SourceUUID:baa4ddcf7d01f94a8b7fef2e28c02037 SourceParams:{"authUser":"data-bucket","authPassword":"","authSaslUser":"","authSaslPassword":"","clusterManagerBackoffFactor":0,"clusterManagerSleepInitMS":0,"clusterManagerSleepMaxMS":2000,"dataManagerBackoffFactor":0,"dataManagerSleepInitMS":0,"dataManagerSleepMaxMS":2000,"feedBufferSizeBytes":0,"feedBufferAckThreshold":0} SourcePartitions:0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15 Nodes:map[7ed081e4725f998d:0xc8204b3d50]}
2016/01/08 22:02:43 &{Name:data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037_79cfeaabf8392c89_e29a93d4 UUID:5c6d2426e308ae16 IndexType:sync_gateway IndexName:data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037 IndexUUID:79cfeaabf8392c89 IndexParams:{"bucket_name":"data-bucket"} SourceType:couchbase SourceName:data-bucket SourceUUID:baa4ddcf7d01f94a8b7fef2e28c02037 SourceParams:{"authUser":"data-bucket","authPassword":"","authSaslUser":"","authSaslPassword":"","clusterManagerBackoffFactor":0,"clusterManagerSleepInitMS":0,"clusterManagerSleepMaxMS":2000,"dataManagerBackoffFactor":0,"dataManagerSleepInitMS":0,"dataManagerSleepMaxMS":2000,"feedBufferSizeBytes":0,"feedBufferAckThreshold":0} SourcePartitions:256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271 Nodes:map[7ed081e4725f998d:0xc8202fb3d0]}
2016/01/08 22:02:43 &{Name:data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037_79cfeaabf8392c89_f76cc141 UUID:593be5d5d801d36d IndexType:sync_gateway IndexName:data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037 IndexUUID:79cfeaabf8392c89 IndexParams:{"bucket_name":"data-bucket"} SourceType:couchbase SourceName:data-bucket SourceUUID:baa4ddcf7d01f94a8b7fef2e28c02037 SourceParams:{"authUser":"data-bucket","authPassword":"","authSaslUser":"","authSaslPassword":"","clusterManagerBackoffFactor":0,"clusterManagerSleepInitMS":0,"clusterManagerSleepMaxMS":2000,"dataManagerBackoffFactor":0,"dataManagerSleepInitMS":0,"dataManagerSleepMaxMS":2000,"feedBufferSizeBytes":0,"feedBufferAckThreshold":0} SourcePartitions:32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47 Nodes:map[7ed081e4725f998d:0xc8202fb650]}
2016/01/08 22:02:43 &{Name:data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037_79cfeaabf8392c89_5377b2af UUID:62d88de4ac534e36 IndexType:sync_gateway IndexName:data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037 IndexUUID:79cfeaabf8392c89 IndexParams:{"bucket_name":"data-bucket"} SourceType:couchbase SourceName:data-bucket SourceUUID:baa4ddcf7d01f94a8b7fef2e28c02037 SourceParams:{"authUser":"data-bucket","authPassword":"","authSaslUser":"","authSaslPassword":"","clusterManagerBackoffFactor":0,"clusterManagerSleepInitMS":0,"clusterManagerSleepMaxMS":2000,"dataManagerBackoffFactor":0,"dataManagerSleepInitMS":0,"dataManagerSleepMaxMS":2000,"feedBufferSizeBytes":0,"feedBufferAckThreshold":0} SourcePartitions:720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735 Nodes:map[7ed081e4725f998d:0xc8204b3cb0]}
2016/01/08 22:02:43 &{Name:data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037_79cfeaabf8392c89_330e8056 UUID:428c090345ad8375 IndexType:sync_gateway IndexName:data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037 IndexUUID:79cfeaabf8392c89 IndexParams:{"bucket_name":"data-bucket"} SourceType:couchbase SourceName:data-bucket SourceUUID:baa4ddcf7d01f94a8b7fef2e28c02037 SourceParams:{"authUser":"data-bucket","authPassword":"","authSaslUser":"","authSaslPassword":"","clusterManagerBackoffFactor":0,"clusterManagerSleepInitMS":0,"clusterManagerSleepMaxMS":2000,"dataManagerBackoffFactor":0,"dataManagerSleepInitMS":0,"dataManagerSleepMaxMS":2000,"feedBufferSizeBytes":0,"feedBufferAckThreshold":0} SourcePartitions:800,801,802,803,804,805,806,807,808,809,810,811,812,813,814,815 Nodes:map[7ed081e4725f998d:0xc8204b3550]}
2016/01/08 22:02:43 &{Name:data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037_79cfeaabf8392c89_4692e689 UUID:2dced8e306ee727f IndexType:sync_gateway IndexName:data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037 IndexUUID:79cfeaabf8392c89 IndexParams:{"bucket_name":"data-bucket"} SourceType:couchbase SourceName:data-bucket SourceUUID:baa4ddcf7d01f94a8b7fef2e28c02037 SourceParams:{"authUser":"data-bucket","authPassword":"","authSaslUser":"","authSaslPassword":"","clusterManagerBackoffFactor":0,"clusterManagerSleepInitMS":0,"clusterManagerSleepMaxMS":2000,"dataManagerBackoffFactor":0,"dataManagerSleepInitMS":0,"dataManagerSleepMaxMS":2000,"feedBufferSizeBytes":0,"feedBufferAckThreshold":0} SourcePartitions:640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655 Nodes:map[7ed081e4725f998d:0xc8204b3850]}
2016/01/08 22:02:43 &{Name:data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037_79cfeaabf8392c89_c54e4a4a UUID:7d4069b2b8136f1e IndexType:sync_gateway IndexName:data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037 IndexUUID:79cfeaabf8392c89 IndexParams:{"bucket_name":"data-bucket"} SourceType:couchbase SourceName:data-bucket SourceUUID:baa4ddcf7d01f94a8b7fef2e28c02037 SourceParams:{"authUser":"data-bucket","authPassword":"","authSaslUser":"","authSaslPassword":"","clusterManagerBackoffFactor":0,"clusterManagerSleepInitMS":0,"clusterManagerSleepMaxMS":2000,"dataManagerBackoffFactor":0,"dataManagerSleepInitMS":0,"dataManagerSleepMaxMS":2000,"feedBufferSizeBytes":0,"feedBufferAckThreshold":0} SourcePartitions:864,865,866,867,868,869,870,871,872,873,874,875,876,877,878,879 Nodes:map[7ed081e4725f998d:0xc8202facf0]}
2016/01/08 22:02:43 &{Name:data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037_79cfeaabf8392c89_200977bd UUID:6b5068ef2ff7c7f5 IndexType:sync_gateway IndexName:data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037 IndexUUID:79cfeaabf8392c89 IndexParams:{"bucket_name":"data-bucket"} SourceType:couchbase SourceName:data-bucket SourceUUID:baa4ddcf7d01f94a8b7fef2e28c02037 SourceParams:{"authUser":"data-bucket","authPassword":"","authSaslUser":"","authSaslPassword":"","clusterManagerBackoffFactor":0,"clusterManagerSleepInitMS":0,"clusterManagerSleepMaxMS":2000,"dataManagerBackoffFactor":0,"dataManagerSleepInitMS":0,"dataManagerSleepMaxMS":2000,"feedBufferSizeBytes":0,"feedBufferAckThreshold":0} SourcePartitions:416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431 Nodes:map[7ed081e4725f998d:0xc8204b3260]}
2016/01/08 22:02:43 &{Name:data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037_79cfeaabf8392c89_9a350dbe UUID:3851baf1305fcdb6 IndexType:sync_gateway IndexName:data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037 IndexUUID:79cfeaabf8392c89 IndexParams:{"bucket_name":"data-bucket"} SourceType:couchbase SourceName:data-bucket SourceUUID:baa4ddcf7d01f94a8b7fef2e28c02037 SourceParams:{"authUser":"data-bucket","authPassword":"","authSaslUser":"","authSaslPassword":"","clusterManagerBackoffFactor":0,"clusterManagerSleepInitMS":0,"clusterManagerSleepMaxMS":2000,"dataManagerBackoffFactor":0,"dataManagerSleepInitMS":0,"dataManagerSleepMaxMS":2000,"feedBufferSizeBytes":0,"feedBufferAckThreshold":0} SourcePartitions:848,849,850,851,852,853,854,855,856,857,858,859,860,861,862,863 Nodes:map[7ed081e4725f998d:0xc8202fa6b0]}
2016/01/08 22:02:43 &{Name:data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037_79cfeaabf8392c89_efa96b61 UUID:7da021c274a95f59 IndexType:sync_gateway IndexName:data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037 IndexUUID:79cfeaabf8392c89 IndexParams:{"bucket_name":"data-bucket"} SourceType:couchbase SourceName:data-bucket SourceUUID:baa4ddcf7d01f94a8b7fef2e28c02037 SourceParams:{"authUser":"data-bucket","authPassword":"","authSaslUser":"","authSaslPassword":"","clusterManagerBackoffFactor":0,"clusterManagerSleepInitMS":0,"clusterManagerSleepMaxMS":2000,"dataManagerBackoffFactor":0,"dataManagerSleepInitMS":0,"dataManagerSleepMaxMS":2000,"feedBufferSizeBytes":0,"feedBufferAckThreshold":0} SourcePartitions:608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,623 Nodes:map[7ed081e4725f998d:0xc8202fb5b0]}
2016/01/08 22:02:43 &{Name:data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037_79cfeaabf8392c89_fc583e0c UUID:4469bf549bd12249 IndexType:sync_gateway IndexName:data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037 IndexUUID:79cfeaabf8392c89 IndexParams:{"bucket_name":"data-bucket"} SourceType:couchbase SourceName:data-bucket SourceUUID:baa4ddcf7d01f94a8b7fef2e28c02037 SourceParams:{"authUser":"data-bucket","authPassword":"","authSaslUser":"","authSaslPassword":"","clusterManagerBackoffFactor":0,"clusterManagerSleepInitMS":0,"clusterManagerSleepMaxMS":2000,"dataManagerBackoffFactor":0,"dataManagerSleepInitMS":0,"dataManagerSleepMaxMS":2000,"feedBufferSizeBytes":0,"feedBufferAckThreshold":0} SourcePartitions:704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719 Nodes:map[7ed081e4725f998d:0xc8202fb790]}
2016/01/08 22:02:43 &{Name:data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037_79cfeaabf8392c89_8f073f4 UUID:5182f42eeacb3aee IndexType:sync_gateway IndexName:data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037 IndexUUID:79cfeaabf8392c89 IndexParams:{"bucket_name":"data-bucket"} SourceType:couchbase SourceName:data-bucket SourceUUID:baa4ddcf7d01f94a8b7fef2e28c02037 SourceParams:{"authUser":"data-bucket","authPassword":"","authSaslUser":"","authSaslPassword":"","clusterManagerBackoffFactor":0,"clusterManagerSleepInitMS":0,"clusterManagerSleepMaxMS":2000,"dataManagerBackoffFactor":0,"dataManagerSleepInitMS":0,"dataManagerSleepMaxMS":2000,"feedBufferSizeBytes":0,"feedBufferAckThreshold":0} SourcePartitions:320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335 Nodes:map[7ed081e4725f998d:0xc8202fa4d0]}
2016/01/08 22:02:43 &{Name:data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037_79cfeaabf8392c89_91e456c6 UUID:428b7006f76c519a IndexType:sync_gateway IndexName:data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037 IndexUUID:79cfeaabf8392c89 IndexParams:{"bucket_name":"data-bucket"} SourceType:couchbase SourceName:data-bucket SourceUUID:baa4ddcf7d01f94a8b7fef2e28c02037 SourceParams:{"authUser":"data-bucket","authPassword":"","authSaslUser":"","authSaslPassword":"","clusterManagerBackoffFactor":0,"clusterManagerSleepInitMS":0,"clusterManagerSleepMaxMS":2000,"dataManagerBackoffFactor":0,"dataManagerSleepInitMS":0,"dataManagerSleepMaxMS":2000,"feedBufferSizeBytes":0,"feedBufferAckThreshold":0} SourcePartitions:160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175 Nodes:map[7ed081e4725f998d:0xc8202fa610]}
2016/01/08 22:02:43 &{Name:data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037_79cfeaabf8392c89_a7dfff57 UUID:30025ee178be22fd IndexType:sync_gateway IndexName:data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037 IndexUUID:79cfeaabf8392c89 IndexParams:{"bucket_name":"data-bucket"} SourceType:couchbase SourceName:data-bucket SourceUUID:baa4ddcf7d01f94a8b7fef2e28c02037 SourceParams:{"authUser":"data-bucket","authPassword":"","authSaslUser":"","authSaslPassword":"","clusterManagerBackoffFactor":0,"clusterManagerSleepInitMS":0,"clusterManagerSleepMaxMS":2000,"dataManagerBackoffFactor":0,"dataManagerSleepInitMS":0,"dataManagerSleepMaxMS":2000,"feedBufferSizeBytes":0,"feedBufferAckThreshold":0} SourcePartitions:304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319 Nodes:map[7ed081e4725f998d:0xc8202fa930]}
2016/01/08 22:02:43 &{Name:data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037_79cfeaabf8392c89_b0d22c95 UUID:71025315300ac47d IndexType:sync_gateway IndexName:data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037 IndexUUID:79cfeaabf8392c89 IndexParams:{"bucket_name":"data-bucket"} SourceType:couchbase SourceName:data-bucket SourceUUID:baa4ddcf7d01f94a8b7fef2e28c02037 SourceParams:{"authUser":"data-bucket","authPassword":"","authSaslUser":"","authSaslPassword":"","clusterManagerBackoffFactor":0,"clusterManagerSleepInitMS":0,"clusterManagerSleepMaxMS":2000,"dataManagerBackoffFactor":0,"dataManagerSleepInitMS":0,"dataManagerSleepMaxMS":2000,"feedBufferSizeBytes":0,"feedBufferAckThreshold":0} SourcePartitions:624,625,626,627,628,629,630,631,632,633,634,635,636,637,638,639 Nodes:map[7ed081e4725f998d:0xc8202fa9d0]}
2016/01/08 22:02:43 &{Name:data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037_79cfeaabf8392c89_eb55edce UUID:11f87ca95c6a9980 IndexType:sync_gateway IndexName:data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037 IndexUUID:79cfeaabf8392c89 IndexParams:{"bucket_name":"data-bucket"} SourceType:couchbase SourceName:data-bucket SourceUUID:baa4ddcf7d01f94a8b7fef2e28c02037 SourceParams:{"authUser":"data-bucket","authPassword":"","authSaslUser":"","authSaslPassword":"","clusterManagerBackoffFactor":0,"clusterManagerSleepInitMS":0,"clusterManagerSleepMaxMS":2000,"dataManagerBackoffFactor":0,"dataManagerSleepInitMS":0,"dataManagerSleepMaxMS":2000,"feedBufferSizeBytes":0,"feedBufferAckThreshold":0} SourcePartitions:224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239 Nodes:map[7ed081e4725f998d:0xc8202fb470]}
2016/01/08 22:02:43 &{Name:data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037_79cfeaabf8392c89_2be21ca2 UUID:625d23a4b40cb16b IndexType:sync_gateway IndexName:data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037 IndexUUID:79cfeaabf8392c89 IndexParams:{"bucket_name":"data-bucket"} SourceType:couchbase SourceName:data-bucket SourceUUID:baa4ddcf7d01f94a8b7fef2e28c02037 SourceParams:{"authUser":"data-bucket","authPassword":"","authSaslUser":"","authSaslPassword":"","clusterManagerBackoffFactor":0,"clusterManagerSleepInitMS":0,"clusterManagerSleepMaxMS":2000,"dataManagerBackoffFactor":0,"dataManagerSleepInitMS":0,"dataManagerSleepMaxMS":2000,"feedBufferSizeBytes":0,"feedBufferAckThreshold":0} SourcePartitions:80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95 Nodes:map[7ed081e4725f998d:0xc8204b34a0]}
2016/01/08 22:02:43 &{Name:data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037_79cfeaabf8392c89_4854de6b UUID:5bdbae21da69307d IndexType:sync_gateway IndexName:data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037 IndexUUID:79cfeaabf8392c89 IndexParams:{"bucket_name":"data-bucket"} SourceType:couchbase SourceName:data-bucket SourceUUID:baa4ddcf7d01f94a8b7fef2e28c02037 SourceParams:{"authUser":"data-bucket","authPassword":"","authSaslUser":"","authSaslPassword":"","clusterManagerBackoffFactor":0,"clusterManagerSleepInitMS":0,"clusterManagerSleepMaxMS":2000,"dataManagerBackoffFactor":0,"dataManagerSleepInitMS":0,"dataManagerSleepMaxMS":2000,"feedBufferSizeBytes":0,"feedBufferAckThreshold":0} SourcePartitions:352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367 Nodes:map[7ed081e4725f998d:0xc8204b3a30]}
2016/01/08 22:02:43 &{Name:data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037_79cfeaabf8392c89_c4bf900 UUID:43250242fd07af00 IndexType:sync_gateway IndexName:data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037 IndexUUID:79cfeaabf8392c89 IndexParams:{"bucket_name":"data-bucket"} SourceType:couchbase SourceName:data-bucket SourceUUID:baa4ddcf7d01f94a8b7fef2e28c02037 SourceParams:{"authUser":"data-bucket","authPassword":"","authSaslUser":"","authSaslPassword":"","clusterManagerBackoffFactor":0,"clusterManagerSleepInitMS":0,"clusterManagerSleepMaxMS":2000,"dataManagerBackoffFactor":0,"dataManagerSleepInitMS":0,"dataManagerSleepMaxMS":2000,"feedBufferSizeBytes":0,"feedBufferAckThreshold":0} SourcePartitions:48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63 Nodes:map[7ed081e4725f998d:0xc8202fac50]}
2016/01/08 22:02:43 &{Name:data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037_79cfeaabf8392c89_cbc738c7 UUID:3ad0936b6e51bac8 IndexType:sync_gateway IndexName:data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037 IndexUUID:79cfeaabf8392c89 IndexParams:{"bucket_name":"data-bucket"} SourceType:couchbase SourceName:data-bucket SourceUUID:baa4ddcf7d01f94a8b7fef2e28c02037 SourceParams:{"authUser":"data-bucket","authPassword":"","authSaslUser":"","authSaslPassword":"","clusterManagerBackoffFactor":0,"clusterManagerSleepInitMS":0,"clusterManagerSleepMaxMS":2000,"dataManagerBackoffFactor":0,"dataManagerSleepInitMS":0,"dataManagerSleepMaxMS":2000,"feedBufferSizeBytes":0,"feedBufferAckThreshold":0} SourcePartitions:736,737,738,739,740,741,742,743,744,745,746,747,748,749,750,751 Nodes:map[7ed081e4725f998d:0xc8202faed0]}
2016/01/08 22:02:43 &{Name:data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037_79cfeaabf8392c89_dff9478d UUID:5527835651e40f38 IndexType:sync_gateway IndexName:data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037 IndexUUID:79cfeaabf8392c89 IndexParams:{"bucket_name":"data-bucket"} SourceType:couchbase SourceName:data-bucket SourceUUID:baa4ddcf7d01f94a8b7fef2e28c02037 SourceParams:{"authUser":"data-bucket","authPassword":"","authSaslUser":"","authSaslPassword":"","clusterManagerBackoffFactor":0,"clusterManagerSleepInitMS":0,"clusterManagerSleepMaxMS":2000,"dataManagerBackoffFactor":0,"dataManagerSleepInitMS":0,"dataManagerSleepMaxMS":2000,"feedBufferSizeBytes":0,"feedBufferAckThreshold":0} SourcePartitions:896,897,898,899,900,901,902,903,904,905,906,907,908,909,910,911 Nodes:map[7ed081e4725f998d:0xc8202fb290]}
2016/01/08 22:02:43 &{Name:data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037_79cfeaabf8392c89_8ac73a02 UUID:1b76b0649fbab158 IndexType:sync_gateway IndexName:data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037 IndexUUID:79cfeaabf8392c89 IndexParams:{"bucket_name":"data-bucket"} SourceType:couchbase SourceName:data-bucket SourceUUID:baa4ddcf7d01f94a8b7fef2e28c02037 SourceParams:{"authUser":"data-bucket","authPassword":"","authSaslUser":"","authSaslPassword":"","clusterManagerBackoffFactor":0,"clusterManagerSleepInitMS":0,"clusterManagerSleepMaxMS":2000,"dataManagerBackoffFactor":0,"dataManagerSleepInitMS":0,"dataManagerSleepMaxMS":2000,"feedBufferSizeBytes":0,"feedBufferAckThreshold":0} SourcePartitions:512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527 Nodes:map[7ed081e4725f998d:0xc8202fa390]}
2016/01/08 22:02:43 &{Name:data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037_79cfeaabf8392c89_845321a8 UUID:4110538cc58092c2 IndexType:sync_gateway IndexName:data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037 IndexUUID:79cfeaabf8392c89 IndexParams:{"bucket_name":"data-bucket"} SourceType:couchbase SourceName:data-bucket SourceUUID:baa4ddcf7d01f94a8b7fef2e28c02037 SourceParams:{"authUser":"data-bucket","authPassword":"","authSaslUser":"","authSaslPassword":"","clusterManagerBackoffFactor":0,"clusterManagerSleepInitMS":0,"clusterManagerSleepMaxMS":2000,"dataManagerBackoffFactor":0,"dataManagerSleepInitMS":0,"dataManagerSleepMaxMS":2000,"feedBufferSizeBytes":0,"feedBufferAckThreshold":0} SourcePartitions:1008,1009,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,1021,1022,1023 Nodes:map[7ed081e4725f998d:0xc8202fa250]}
2016/01/08 22:02:43 &{Name:data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037_79cfeaabf8392c89_df86c3bb UUID:3a93bbddb0c90a97 IndexType:sync_gateway IndexName:data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037 IndexUUID:79cfeaabf8392c89 IndexParams:{"bucket_name":"data-bucket"} SourceType:couchbase SourceName:data-bucket SourceUUID:baa4ddcf7d01f94a8b7fef2e28c02037 SourceParams:{"authUser":"data-bucket","authPassword":"","authSaslUser":"","authSaslPassword":"","clusterManagerBackoffFactor":0,"clusterManagerSleepInitMS":0,"clusterManagerSleepMaxMS":2000,"dataManagerBackoffFactor":0,"dataManagerSleepInitMS":0,"dataManagerSleepMaxMS":2000,"feedBufferSizeBytes":0,"feedBufferAckThreshold":0} SourcePartitions:400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415 Nodes:map[7ed081e4725f998d:0xc8202fb1f0]}
2016/01/08 22:02:43 &{Name:data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037_79cfeaabf8392c89_15017229 UUID:5c71d5d786a07b64 IndexType:sync_gateway IndexName:data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037 IndexUUID:79cfeaabf8392c89 IndexParams:{"bucket_name":"data-bucket"} SourceType:couchbase SourceName:data-bucket SourceUUID:baa4ddcf7d01f94a8b7fef2e28c02037 SourceParams:{"authUser":"data-bucket","authPassword":"","authSaslUser":"","authSaslPassword":"","clusterManagerBackoffFactor":0,"clusterManagerSleepInitMS":0,"clusterManagerSleepMaxMS":2000,"dataManagerBackoffFactor":0,"dataManagerSleepInitMS":0,"dataManagerSleepMaxMS":2000,"feedBufferSizeBytes":0,"feedBufferAckThreshold":0} SourcePartitions:384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399 Nodes:map[7ed081e4725f998d:0xc8204b2ff0]}
2016/01/08 22:02:43 &{Name:data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037_79cfeaabf8392c89_654c1b3e UUID:3d46b3457596d269 IndexType:sync_gateway IndexName:data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037 IndexUUID:79cfeaabf8392c89 IndexParams:{"bucket_name":"data-bucket"} SourceType:couchbase SourceName:data-bucket SourceUUID:baa4ddcf7d01f94a8b7fef2e28c02037 SourceParams:{"authUser":"data-bucket","authPassword":"","authSaslUser":"","authSaslPassword":"","clusterManagerBackoffFactor":0,"clusterManagerSleepInitMS":0,"clusterManagerSleepMaxMS":2000,"dataManagerBackoffFactor":0,"dataManagerSleepInitMS":0,"dataManagerSleepMaxMS":2000,"feedBufferSizeBytes":0,"feedBufferAckThreshold":0} SourcePartitions:544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,559 Nodes:map[7ed081e4725f998d:0xc8204b3e90]}
2016/01/08 22:02:43 &{Name:data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037_79cfeaabf8392c89_a5e9de10 UUID:139b2734f4c3cbd3 IndexType:sync_gateway IndexName:data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037 IndexUUID:79cfeaabf8392c89 IndexParams:{"bucket_name":"data-bucket"} SourceType:couchbase SourceName:data-bucket SourceUUID:baa4ddcf7d01f94a8b7fef2e28c02037 SourceParams:{"authUser":"data-bucket","authPassword":"","authSaslUser":"","authSaslPassword":"","clusterManagerBackoffFactor":0,"clusterManagerSleepInitMS":0,"clusterManagerSleepMaxMS":2000,"dataManagerBackoffFactor":0,"dataManagerSleepInitMS":0,"dataManagerSleepMaxMS":2000,"feedBufferSizeBytes":0,"feedBufferAckThreshold":0} SourcePartitions:432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447 Nodes:map[7ed081e4725f998d:0xc8202fa890]}
2016/01/08 22:02:43 &{Name:data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037_79cfeaabf8392c89_48028b63 UUID:631172570c31d57d IndexType:sync_gateway IndexName:data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037 IndexUUID:79cfeaabf8392c89 IndexParams:{"bucket_name":"data-bucket"} SourceType:couchbase SourceName:data-bucket SourceUUID:baa4ddcf7d01f94a8b7fef2e28c02037 SourceParams:{"authUser":"data-bucket","authPassword":"","authSaslUser":"","authSaslPassword":"","clusterManagerBackoffFactor":0,"clusterManagerSleepInitMS":0,"clusterManagerSleepMaxMS":2000,"dataManagerBackoffFactor":0,"dataManagerSleepInitMS":0,"dataManagerSleepMaxMS":2000,"feedBufferSizeBytes":0,"feedBufferAckThreshold":0} SourcePartitions:992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1006,1007 Nodes:map[7ed081e4725f998d:0xc8204b3990]}
2016/01/08 22:02:43 &{Name:data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037_79cfeaabf8392c89_3edfaf22 UUID:158e6e489d558b50 IndexType:sync_gateway IndexName:data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037 IndexUUID:79cfeaabf8392c89 IndexParams:{"bucket_name":"data-bucket"} SourceType:couchbase SourceName:data-bucket SourceUUID:baa4ddcf7d01f94a8b7fef2e28c02037 SourceParams:{"authUser":"data-bucket","authPassword":"","authSaslUser":"","authSaslPassword":"","clusterManagerBackoffFactor":0,"clusterManagerSleepInitMS":0,"clusterManagerSleepMaxMS":2000,"dataManagerBackoffFactor":0,"dataManagerSleepInitMS":0,"dataManagerSleepMaxMS":2000,"feedBufferSizeBytes":0,"feedBufferAckThreshold":0} SourcePartitions:96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111 Nodes:map[7ed081e4725f998d:0xc8204b37b0]}
2016/01/08 22:02:43 &{Name:data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037_79cfeaabf8392c89_6d584ec5 UUID:54e46ee2e6c3a0b8 IndexType:sync_gateway IndexName:data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037 IndexUUID:79cfeaabf8392c89 IndexParams:{"bucket_name":"data-bucket"} SourceType:couchbase SourceName:data-bucket SourceUUID:baa4ddcf7d01f94a8b7fef2e28c02037 SourceParams:{"authUser":"data-bucket","authPassword":"","authSaslUser":"","authSaslPassword":"","clusterManagerBackoffFactor":0,"clusterManagerSleepInitMS":0,"clusterManagerSleepMaxMS":2000,"dataManagerBackoffFactor":0,"dataManagerSleepInitMS":0,"dataManagerSleepMaxMS":2000,"feedBufferSizeBytes":0,"feedBufferAckThreshold":0} SourcePartitions:480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495 Nodes:map[7ed081e4725f998d:0xc8204b3fd0]}
2016/01/08 22:02:43 &{Name:data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037_79cfeaabf8392c89_b68360cc UUID:1f84fe27182d8d75 IndexType:sync_gateway IndexName:data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037 IndexUUID:79cfeaabf8392c89 IndexParams:{"bucket_name":"data-bucket"} SourceType:couchbase SourceName:data-bucket SourceUUID:baa4ddcf7d01f94a8b7fef2e28c02037 SourceParams:{"authUser":"data-bucket","authPassword":"","authSaslUser":"","authSaslPassword":"","clusterManagerBackoffFactor":0,"clusterManagerSleepInitMS":0,"clusterManagerSleepMaxMS":2000,"dataManagerBackoffFactor":0,"dataManagerSleepInitMS":0,"dataManagerSleepMaxMS":2000,"feedBufferSizeBytes":0,"feedBufferAckThreshold":0} SourcePartitions:192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207 Nodes:map[7ed081e4725f998d:0xc8202fab10]}
2016/01/08 22:02:43 &{Name:data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037_79cfeaabf8392c89_cc813450 UUID:601b9d70ad0362c0 IndexType:sync_gateway IndexName:data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037 IndexUUID:79cfeaabf8392c89 IndexParams:{"bucket_name":"data-bucket"} SourceType:couchbase SourceName:data-bucket SourceUUID:baa4ddcf7d01f94a8b7fef2e28c02037 SourceParams:{"authUser":"data-bucket","authPassword":"","authSaslUser":"","authSaslPassword":"","clusterManagerBackoffFactor":0,"clusterManagerSleepInitMS":0,"clusterManagerSleepMaxMS":2000,"dataManagerBackoffFactor":0,"dataManagerSleepInitMS":0,"dataManagerSleepMaxMS":2000,"feedBufferSizeBytes":0,"feedBufferAckThreshold":0} SourcePartitions:816,817,818,819,820,821,822,823,824,825,826,827,828,829,830,831 Nodes:map[7ed081e4725f998d:0xc8202faf70]}
2016/01/08 22:02:43 &{Name:data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037_79cfeaabf8392c89_3ecbda65 UUID:48dd6e0e736a2897 IndexType:sync_gateway IndexName:data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037 IndexUUID:79cfeaabf8392c89 IndexParams:{"bucket_name":"data-bucket"} SourceType:couchbase SourceName:data-bucket SourceUUID:baa4ddcf7d01f94a8b7fef2e28c02037 SourceParams:{"authUser":"data-bucket","authPassword":"","authSaslUser":"","authSaslPassword":"","clusterManagerBackoffFactor":0,"clusterManagerSleepInitMS":0,"clusterManagerSleepMaxMS":2000,"dataManagerBackoffFactor":0,"dataManagerSleepInitMS":0,"dataManagerSleepMaxMS":2000,"feedBufferSizeBytes":0,"feedBufferAckThreshold":0} SourcePartitions:144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159 Nodes:map[7ed081e4725f998d:0xc8204b36e0]}
2016/01/08 22:02:43 &{Name:data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037_79cfeaabf8392c89_664f79ef UUID:7852a55c6d02734c IndexType:sync_gateway IndexName:data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037 IndexUUID:79cfeaabf8392c89 IndexParams:{"bucket_name":"data-bucket"} SourceType:couchbase SourceName:data-bucket SourceUUID:baa4ddcf7d01f94a8b7fef2e28c02037 SourceParams:{"authUser":"data-bucket","authPassword":"","authSaslUser":"","authSaslPassword":"","clusterManagerBackoffFactor":0,"clusterManagerSleepInitMS":0,"clusterManagerSleepMaxMS":2000,"dataManagerBackoffFactor":0,"dataManagerSleepInitMS":0,"dataManagerSleepMaxMS":2000,"feedBufferSizeBytes":0,"feedBufferAckThreshold":0} SourcePartitions:912,913,914,915,916,917,918,919,920,921,922,923,924,925,926,927 Nodes:map[7ed081e4725f998d:0xc8204b3f30]}
2016/01/08 22:02:43 &{Name:data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037_79cfeaabf8392c89_702522c4 UUID:796b3039296df96e IndexType:sync_gateway IndexName:data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037 IndexUUID:79cfeaabf8392c89 IndexParams:{"bucket_name":"data-bucket"} SourceType:couchbase SourceName:data-bucket SourceUUID:baa4ddcf7d01f94a8b7fef2e28c02037 SourceParams:{"authUser":"data-bucket","authPassword":"","authSaslUser":"","authSaslPassword":"","clusterManagerBackoffFactor":0,"clusterManagerSleepInitMS":0,"clusterManagerSleepMaxMS":2000,"dataManagerBackoffFactor":0,"dataManagerSleepInitMS":0,"dataManagerSleepMaxMS":2000,"feedBufferSizeBytes":0,"feedBufferAckThreshold":0} SourcePartitions:976,977,978,979,980,981,982,983,984,985,986,987,988,989,990,991 Nodes:map[7ed081e4725f998d:0xc8202fa070]}
2016/01/08 22:02:43 &{Name:data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037_79cfeaabf8392c89_8ce2b206 UUID:947cc045807d4bb2 IndexType:sync_gateway IndexName:data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037 IndexUUID:79cfeaabf8392c89 IndexParams:{"bucket_name":"data-bucket"} SourceType:couchbase SourceName:data-bucket SourceUUID:baa4ddcf7d01f94a8b7fef2e28c02037 SourceParams:{"authUser":"data-bucket","authPassword":"","authSaslUser":"","authSaslPassword":"","clusterManagerBackoffFactor":0,"clusterManagerSleepInitMS":0,"clusterManagerSleepMaxMS":2000,"dataManagerBackoffFactor":0,"dataManagerSleepInitMS":0,"dataManagerSleepMaxMS":2000,"feedBufferSizeBytes":0,"feedBufferAckThreshold":0} SourcePartitions:528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543 Nodes:map[7ed081e4725f998d:0xc8202fa430]}
2016/01/08 22:02:43 &{Name:data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037_79cfeaabf8392c89_a033d76f UUID:1fac8e8bf71793ab IndexType:sync_gateway IndexName:data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037 IndexUUID:79cfeaabf8392c89 IndexParams:{"bucket_name":"data-bucket"} SourceType:couchbase SourceName:data-bucket SourceUUID:baa4ddcf7d01f94a8b7fef2e28c02037 SourceParams:{"authUser":"data-bucket","authPassword":"","authSaslUser":"","authSaslPassword":"","clusterManagerBackoffFactor":0,"clusterManagerSleepInitMS":0,"clusterManagerSleepMaxMS":2000,"dataManagerBackoffFactor":0,"dataManagerSleepInitMS":0,"dataManagerSleepMaxMS":2000,"feedBufferSizeBytes":0,"feedBufferAckThreshold":0} SourcePartitions:272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287 Nodes:map[7ed081e4725f998d:0xc8202fa7f0]}
2016/01/08 22:02:43 &{Name:data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037_79cfeaabf8392c89_ca63979d UUID:19589123871cd712 IndexType:sync_gateway IndexName:data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037 IndexUUID:79cfeaabf8392c89 IndexParams:{"bucket_name":"data-bucket"} SourceType:couchbase SourceName:data-bucket SourceUUID:baa4ddcf7d01f94a8b7fef2e28c02037 SourceParams:{"authUser":"data-bucket","authPassword":"","authSaslUser":"","authSaslPassword":"","clusterManagerBackoffFactor":0,"clusterManagerSleepInitMS":0,"clusterManagerSleepMaxMS":2000,"dataManagerBackoffFactor":0,"dataManagerSleepInitMS":0,"dataManagerSleepMaxMS":2000,"feedBufferSizeBytes":0,"feedBufferAckThreshold":0} SourcePartitions:560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575 Nodes:map[7ed081e4725f998d:0xc8202fae30]}
2016/01/08 22:02:43 &{Name:data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037_79cfeaabf8392c89_e145fdd1 UUID:1c3b5fa65ebf67fc IndexType:sync_gateway IndexName:data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037 IndexUUID:79cfeaabf8392c89 IndexParams:{"bucket_name":"data-bucket"} SourceType:couchbase SourceName:data-bucket SourceUUID:baa4ddcf7d01f94a8b7fef2e28c02037 SourceParams:{"authUser":"data-bucket","authPassword":"","authSaslUser":"","authSaslPassword":"","clusterManagerBackoffFactor":0,"clusterManagerSleepInitMS":0,"clusterManagerSleepMaxMS":2000,"dataManagerBackoffFactor":0,"dataManagerSleepInitMS":0,"dataManagerSleepMaxMS":2000,"feedBufferSizeBytes":0,"feedBufferAckThreshold":0} SourcePartitions:16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31 Nodes:map[7ed081e4725f998d:0xc8202fb330]}
2016/01/08 22:02:43 &{Name:data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037_79cfeaabf8392c89_4a7500c8 UUID:5a94bb224ceb6d23 IndexType:sync_gateway IndexName:data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037 IndexUUID:79cfeaabf8392c89 IndexParams:{"bucket_name":"data-bucket"} SourceType:couchbase SourceName:data-bucket SourceUUID:baa4ddcf7d01f94a8b7fef2e28c02037 SourceParams:{"authUser":"data-bucket","authPassword":"","authSaslUser":"","authSaslPassword":"","clusterManagerBackoffFactor":0,"clusterManagerSleepInitMS":0,"clusterManagerSleepMaxMS":2000,"dataManagerBackoffFactor":0,"dataManagerSleepInitMS":0,"dataManagerSleepMaxMS":2000,"feedBufferSizeBytes":0,"feedBufferAckThreshold":0} SourcePartitions:368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383 Nodes:map[7ed081e4725f998d:0xc8204b3b70]}
2016/01/08 22:02:43 &{Name:data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037_79cfeaabf8392c89_4e86b372 UUID:50ad8aef59e316fe IndexType:sync_gateway IndexName:data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037 IndexUUID:79cfeaabf8392c89 IndexParams:{"bucket_name":"data-bucket"} SourceType:couchbase SourceName:data-bucket SourceUUID:baa4ddcf7d01f94a8b7fef2e28c02037 SourceParams:{"authUser":"data-bucket","authPassword":"","authSaslUser":"","authSaslPassword":"","clusterManagerBackoffFactor":0,"clusterManagerSleepInitMS":0,"clusterManagerSleepMaxMS":2000,"dataManagerBackoffFactor":0,"dataManagerSleepInitMS":0,"dataManagerSleepMaxMS":2000,"feedBufferSizeBytes":0,"feedBufferAckThreshold":0} SourcePartitions:784,785,786,787,788,789,790,791,792,793,794,795,796,797,798,799 Nodes:map[7ed081e4725f998d:0xc8204b3c10]}
2016/01/08 22:02:43 &{Name:data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037_79cfeaabf8392c89_b42eaa3a UUID:2f2a3d3e9c9f747a IndexType:sync_gateway IndexName:data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037 IndexUUID:79cfeaabf8392c89 IndexParams:{"bucket_name":"data-bucket"} SourceType:couchbase SourceName:data-bucket SourceUUID:baa4ddcf7d01f94a8b7fef2e28c02037 SourceParams:{"authUser":"data-bucket","authPassword":"","authSaslUser":"","authSaslPassword":"","clusterManagerBackoffFactor":0,"clusterManagerSleepInitMS":0,"clusterManagerSleepMaxMS":2000,"dataManagerBackoffFactor":0,"dataManagerSleepInitMS":0,"dataManagerSleepMaxMS":2000,"feedBufferSizeBytes":0,"feedBufferAckThreshold":0} SourcePartitions:208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223 Nodes:map[7ed081e4725f998d:0xc8202faa70]}
2016/01/08 22:02:43 &{Name:data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037_79cfeaabf8392c89_b91d528f UUID:17f64ebb2ab72a4b IndexType:sync_gateway IndexName:data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037 IndexUUID:79cfeaabf8392c89 IndexParams:{"bucket_name":"data-bucket"} SourceType:couchbase SourceName:data-bucket SourceUUID:baa4ddcf7d01f94a8b7fef2e28c02037 SourceParams:{"authUser":"data-bucket","authPassword":"","authSaslUser":"","authSaslPassword":"","clusterManagerBackoffFactor":0,"clusterManagerSleepInitMS":0,"clusterManagerSleepMaxMS":2000,"dataManagerBackoffFactor":0,"dataManagerSleepInitMS":0,"dataManagerSleepMaxMS":2000,"feedBufferSizeBytes":0,"feedBufferAckThreshold":0} SourcePartitions:656,657,658,659,660,661,662,663,664,665,666,667,668,669,670,671 Nodes:map[7ed081e4725f998d:0xc8202fabb0]}
2016/01/08 22:02:43 &{Name:data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037_79cfeaabf8392c89_1d1527d2 UUID:2c8b07c4e6bac781 IndexType:sync_gateway IndexName:data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037 IndexUUID:79cfeaabf8392c89 IndexParams:{"bucket_name":"data-bucket"} SourceType:couchbase SourceName:data-bucket SourceUUID:baa4ddcf7d01f94a8b7fef2e28c02037 SourceParams:{"authUser":"data-bucket","authPassword":"","authSaslUser":"","authSaslPassword":"","clusterManagerBackoffFactor":0,"clusterManagerSleepInitMS":0,"clusterManagerSleepMaxMS":2000,"dataManagerBackoffFactor":0,"dataManagerSleepInitMS":0,"dataManagerSleepMaxMS":2000,"feedBufferSizeBytes":0,"feedBufferAckThreshold":0} SourcePartitions:240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255 Nodes:map[7ed081e4725f998d:0xc8204b31c0]}
2016/01/08 22:02:43 janitor: adding pindex: data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037_79cfeaabf8392c89_1cd6020a
2016/01/08 22:02:43 janitor: adding pindex: data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037_79cfeaabf8392c89_29c609a7
2016/01/08 22:02:43 janitor: adding pindex: data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037_79cfeaabf8392c89_76bd4e53
2016/01/08 22:02:43 janitor: adding pindex: data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037_79cfeaabf8392c89_9040f99c
2016/01/08 22:02:43 janitor: adding pindex: data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037_79cfeaabf8392c89_c72aa072
2016/01/08 22:02:43 janitor: adding pindex: data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037_79cfeaabf8392c89_d140fb59
2016/01/08 22:02:43 janitor: adding pindex: data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037_79cfeaabf8392c89_13d31f30
2016/01/08 22:02:43 janitor: adding pindex: data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037_79cfeaabf8392c89_9cad6129
2016/01/08 22:02:43 janitor: adding pindex: data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037_79cfeaabf8392c89_d9eeaa75
2016/01/08 22:02:43 janitor: adding pindex: data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037_79cfeaabf8392c89_ed04a197
2016/01/08 22:02:43 janitor: adding pindex: data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037_79cfeaabf8392c89_81d00d28
2016/01/08 22:02:43 janitor: adding pindex: data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037_79cfeaabf8392c89_26ebd470
2016/01/08 22:02:44 janitor: adding pindex: data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037_79cfeaabf8392c89_33710460
2016/01/08 22:02:44 janitor: adding pindex: data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037_79cfeaabf8392c89_4751c351
2016/01/08 22:02:44 janitor: adding pindex: data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037_79cfeaabf8392c89_49619dfd
2016/01/08 22:02:44 janitor: adding pindex: data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037_79cfeaabf8392c89_606af1eb
2016/01/08 22:02:44 janitor: adding pindex: data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037_79cfeaabf8392c89_d765735d
2016/01/08 22:02:44 janitor: adding pindex: data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037_79cfeaabf8392c89_fbb41634
2016/01/08 22:02:44 janitor: adding pindex: data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037_79cfeaabf8392c89_11f2c193
2016/01/08 22:02:44 janitor: adding pindex: data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037_79cfeaabf8392c89_89c458d3
2016/01/08 22:02:44 janitor: adding pindex: data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037_79cfeaabf8392c89_5f8c4d13
2016/01/08 22:02:44 janitor: adding pindex: data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037_79cfeaabf8392c89_e29a93d4
2016/01/08 22:02:44 janitor: adding pindex: data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037_79cfeaabf8392c89_f76cc141
2016/01/08 22:02:44 janitor: adding pindex: data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037_79cfeaabf8392c89_5377b2af
2016/01/08 22:02:44 janitor: adding pindex: data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037_79cfeaabf8392c89_330e8056
2016/01/08 22:02:44 janitor: adding pindex: data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037_79cfeaabf8392c89_4692e689
2016/01/08 22:02:44 janitor: adding pindex: data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037_79cfeaabf8392c89_c54e4a4a
2016/01/08 22:02:45 janitor: adding pindex: data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037_79cfeaabf8392c89_200977bd
2016/01/08 22:02:45 janitor: adding pindex: data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037_79cfeaabf8392c89_9a350dbe
2016/01/08 22:02:45 janitor: adding pindex: data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037_79cfeaabf8392c89_efa96b61
2016/01/08 22:02:45 janitor: adding pindex: data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037_79cfeaabf8392c89_fc583e0c
2016/01/08 22:02:45 janitor: adding pindex: data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037_79cfeaabf8392c89_8f073f4
2016/01/08 22:02:45 janitor: adding pindex: data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037_79cfeaabf8392c89_91e456c6
2016/01/08 22:02:45 janitor: adding pindex: data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037_79cfeaabf8392c89_a7dfff57
2016/01/08 22:02:45 janitor: adding pindex: data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037_79cfeaabf8392c89_b0d22c95
2016/01/08 22:02:45 janitor: adding pindex: data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037_79cfeaabf8392c89_eb55edce
2016/01/08 22:02:45 janitor: adding pindex: data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037_79cfeaabf8392c89_2be21ca2
2016/01/08 22:02:45 janitor: adding pindex: data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037_79cfeaabf8392c89_4854de6b
2016/01/08 22:02:45 janitor: adding pindex: data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037_79cfeaabf8392c89_c4bf900
2016/01/08 22:02:45 janitor: adding pindex: data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037_79cfeaabf8392c89_cbc738c7
2016/01/08 22:02:45 janitor: adding pindex: data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037_79cfeaabf8392c89_dff9478d
2016/01/08 22:02:45 janitor: adding pindex: data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037_79cfeaabf8392c89_8ac73a02
2016/01/08 22:02:45 janitor: adding pindex: data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037_79cfeaabf8392c89_845321a8
2016/01/08 22:02:45 janitor: adding pindex: data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037_79cfeaabf8392c89_df86c3bb
2016/01/08 22:02:45 janitor: adding pindex: data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037_79cfeaabf8392c89_15017229
2016/01/08 22:02:45 janitor: adding pindex: data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037_79cfeaabf8392c89_654c1b3e
2016/01/08 22:02:45 janitor: adding pindex: data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037_79cfeaabf8392c89_a5e9de10
2016/01/08 22:02:45 janitor: adding pindex: data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037_79cfeaabf8392c89_48028b63
2016/01/08 22:02:46 janitor: adding pindex: data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037_79cfeaabf8392c89_3edfaf22
2016/01/08 22:02:46 janitor: adding pindex: data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037_79cfeaabf8392c89_6d584ec5
2016/01/08 22:02:46 janitor: adding pindex: data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037_79cfeaabf8392c89_b68360cc
2016/01/08 22:02:46 janitor: adding pindex: data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037_79cfeaabf8392c89_cc813450
2016/01/08 22:02:46 janitor: adding pindex: data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037_79cfeaabf8392c89_3ecbda65
2016/01/08 22:02:46 janitor: adding pindex: data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037_79cfeaabf8392c89_664f79ef
2016/01/08 22:02:46 janitor: adding pindex: data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037_79cfeaabf8392c89_702522c4
2016/01/08 22:02:46 janitor: adding pindex: data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037_79cfeaabf8392c89_8ce2b206
2016/01/08 22:02:46 janitor: adding pindex: data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037_79cfeaabf8392c89_a033d76f
2016/01/08 22:02:46 janitor: adding pindex: data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037_79cfeaabf8392c89_ca63979d
2016/01/08 22:02:46 janitor: adding pindex: data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037_79cfeaabf8392c89_e145fdd1
2016/01/08 22:02:46 janitor: adding pindex: data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037_79cfeaabf8392c89_4a7500c8
2016/01/08 22:02:46 janitor: adding pindex: data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037_79cfeaabf8392c89_4e86b372
2016/01/08 22:02:46 janitor: adding pindex: data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037_79cfeaabf8392c89_b42eaa3a
2016/01/08 22:02:46 janitor: adding pindex: data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037_79cfeaabf8392c89_b91d528f
2016/01/08 22:02:46 janitor: adding pindex: data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037_79cfeaabf8392c89_1d1527d2
2016/01/08 22:02:46 janitor: feeds to remove: 0
2016/01/08 22:02:46 janitor: feeds to add: 1
2016/01/08 22:02:46 data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037_79cfeaabf8392c89
2016/01/08 22:02:46 feed_dcp: start, name: data-bucketbaa4ddcf7d01f94a8b7fef2e28c02037_79cfeaabf8392c89
2016/01/08 22:02:46 janitor: awakes, op: kick, msg: cfg changed, key: planPIndexes
2016/01/08 22:02:46 planner: awakes, op: kick, msg: cfg changed, key: indexDefs
2016/01/08 22:02:46 planner: once, reason: cfg changed, key: indexDefs
2016/01/08 22:02:46 janitor: pindexes to remove: 0
2016/01/08 22:02:46 janitor: pindexes to add: 0
2016/01/08 22:02:46 janitor: feeds to remove: 0
2016/01/08 22:02:46 janitor: feeds to add: 0
2016/01/08 22:02:46 janitor: awakes, op: kick, msg: cfg changed, key: planPIndexes
2016/01/08 22:02:47 janitor: pindexes to remove: 0
2016/01/08 22:02:47 janitor: pindexes to add: 0
2016/01/08 22:02:47 janitor: feeds to remove: 0
2016/01/08 22:02:47 janitor: feeds to add: 0
2016/01/08 22:02:47 janitor: awakes, op: kick, msg: cfg changed, key: nodeDefs-wanted
2016/01/08 22:02:47 janitor: pindexes to remove: 0
2016/01/08 22:02:47 janitor: pindexes to add: 0
2016/01/08 22:02:47 janitor: feeds to remove: 0
2016/01/08 22:02:47 janitor: feeds to add: 0
2016/01/08 22:02:47 planner: awakes, op: kick, msg: NewIndexesCreated
2016/01/08 22:02:47 planner: once, reason: NewIndexesCreated
2016/01/08 22:02:47 planner: awakes, op: kick, msg: cfg changed, key: indexDefs
2016/01/08 22:02:47 planner: once, reason: cfg changed, key: indexDefs
2016/01/08 22:02:47 janitor: awakes, op: kick, msg: NewIndexesCreated
2016/01/08 22:02:47 janitor: pindexes to remove: 0
2016/01/08 22:02:47 janitor: pindexes to add: 0
2016/01/08 22:02:47 janitor: feeds to remove: 0
2016/01/08 22:02:47 janitor: feeds to add: 0
2016-01-08T22:02:47.316Z Starting admin server on 0.0.0.0:4985
2016-01-08T22:02:47.328Z Starting server on :4984 ...
2016/01/08 22:02:47 planner: awakes, op: kick, msg: cfg changed, key: nodeDefs-wanted
2016/01/08 22:02:47 planner: once, reason: cfg changed, key: nodeDefs-wanted
2016/01/08 22:02:47 planner: awakes, op: kick, msg: cfg changed, key: indexDefs
2016/01/08 22:02:47 planner: once, reason: cfg changed, key: indexDefs
2016/01/08 22:02:47 planner: awakes, op: kick, msg: cfg changed, key: nodeDefs-wanted
2016/01/08 22:02:47 planner: once, reason: cfg changed, key: nodeDefs-wanted
[root@ip-10-156-19-31 sync_gateway]# cp logs/sync_gateway_error.log /tmp/sg.log
[root@ip-10-156-19-31 sync_gateway]# Write failed: Broken pipe
Trauns-MacBook-Pro:~ tleyden$ ssh centos@ec2-54-158-99-77.compute-1.amazonaws.com
Last login: Mon Jan 11 18:48:06 2016 from 173-228-114-82.dedicated.static.sonic.net
[centos@ip-10-156-19-31 ~]$ sudo bash
[root@ip-10-156-19-31 centos]# ls
sync_gateway
[root@ip-10-156-19-31 centos]# cd sync_gateway/
[root@ip-10-156-19-31 sync_gateway]# pwd
/home/centos/sync_gateway
[root@ip-10-156-19-31 sync_gateway]# cd /home/sync_gateway/
[root@ip-10-156-19-31 sync_gateway]# ls
data log_machine_stats.py logs
[root@ip-10-156-19-31 sync_gateway]# cat log
log_machine_stats.py logs/
[root@ip-10-156-19-31 sync_gateway]# cat log
log_machine_stats.py logs/
[root@ip-10-156-19-31 sync_gateway]#
[root@ip-10-156-19-31 sync_gateway]#
[root@ip-10-156-19-31 sync_gateway]# cat logs/sync_gateway_error.log
2016-01-11T19:29:39.951Z Enabling logging: [HTTP]
2016-01-11T19:29:39.951Z ==== Couchbase Sync Gateway/feature/issue_1392_cbgt(605c8e1) ====
2016-01-11T19:29:39.951Z Opening db /db as bucket "data-bucket", pool "default", server <http://ec2-54-145-134-37.compute-1.amazonaws.com:8091>
2016-01-11T19:29:39.951Z Opening Couchbase database data-bucket on <http://ec2-54-145-134-37.compute-1.amazonaws.com:8091>
2016/01/11 19:29:39 Trying with selected node 0
2016/01/11 19:29:39 Trying with http://ec2-54-145-134-37.compute-1.amazonaws.com:8091/pools/default/bucketsStreaming/data-bucket
2016/01/11 19:29:39 Got new configuration for bucket data-bucket
2016/01/11 19:29:40 Trying with selected node 0
2016-01-11T19:29:40.184Z Opening Couchbase database index-bucket on <http://ec2-54-145-134-37.compute-1.amazonaws.com:8091>
2016-01-11T19:29:40.194Z Opening Couchbase database index-bucket on <http://ec2-54-145-134-37.compute-1.amazonaws.com:8091>
2016-01-11T19:29:40.198Z Opening Couchbase database index-bucket on <http://ec2-54-145-134-37.compute-1.amazonaws.com:8091>
2016-01-11T19:29:40.215Z Using default sync function 'channel(doc.channels)' for database "db"
2016-01-11T19:29:40.577Z WARNING: No users have been defined in the 'db' database, which means that you will not be able to get useful data out of the sync gateway over the standard port. FIX: define users in the configuration json or via the REST API on the admin port, and grant users to channels via the admin_channels parameter. -- rest.emitAccessRelatedWarnings() at server_context.go:1089
2016/01/11 19:29:40 main: manager uuid: 7b5ce9c9cd5566aa
2016/01/11 19:29:40 main: manager uuid was generated
2016/01/11 19:29:40 manager: loading dataDir...
2016/01/11 19:29:40 manager: loading dataDir... done
2016/01/11 19:29:40 planner: awakes, op: kick, msg: start
2016/01/11 19:29:40 planner: once, reason: start
2016/01/11 19:29:40 janitor: awakes, op: kick, msg: start
2016/01/11 19:29:40 planner: PlannerOnce, err: planner: ended since no IndexDefs
2016/01/11 19:29:40 planner: awakes, op: kick, msg: cfg changed, key: indexDefs
2016/01/11 19:29:40 planner: once, reason: cfg changed, key: indexDefs
2016/01/11 19:29:40 janitor: JanitorOnce, err: janitor: skipped on nil planPIndexes
2016/01/11 19:29:40 janitor: awakes, op: kick, msg: cfg changed, key: nodeDefs-wanted
2016/01/11 19:29:40 planner: PlannerOnce, err: planner: ended since no IndexDefs
2016/01/11 19:29:40 planner: awakes, op: kick, msg: cfg changed, key: nodeDefs-wanted
2016/01/11 19:29:40 planner: once, reason: cfg changed, key: nodeDefs-wanted
2016/01/11 19:29:40 planner: PlannerOnce, err: planner: ended since no IndexDefs
2016/01/11 19:29:40 planner: awakes, op: kick, msg: cfg changed, key: indexDefs
2016/01/11 19:29:40 planner: once, reason: cfg changed, key: indexDefs
2016/01/11 19:29:40 planner: PlannerOnce, err: planner: ended since no IndexDefs
2016/01/11 19:29:40 planner: awakes, op: kick, msg: cfg changed, key: nodeDefs-wanted
2016/01/11 19:29:40 planner: once, reason: cfg changed, key: nodeDefs-wanted
2016/01/11 19:29:40 Error checking view version: MCResponse status=KEY_ENOENT, opcode=GET, opaque=0, msg: Not found
2016/01/11 19:29:40 Installing new version of views (old version=0)
2016/01/11 19:29:40 Trying with selected node 0
2016/01/11 19:29:40 planner: PlannerOnce, err: planner: ended since no IndexDefs
2016/01/11 19:29:40 planner: awakes, op: kick, msg: cfg changed, key: indexDefs
2016/01/11 19:29:40 planner: once, reason: cfg changed, key: indexDefs
2016/01/11 19:29:40 planner: PlannerOnce, err: planner: ended since no IndexDefs
2016/01/11 19:29:40 planner: awakes, op: kick, msg: cfg changed, key: nodeDefs-wanted
2016/01/11 19:29:40 planner: once, reason: cfg changed, key: nodeDefs-wanted
2016/01/11 19:29:40 planner: PlannerOnce, err: planner: ended since no IndexDefs
2016/01/11 19:29:40 janitor: JanitorOnce, err: janitor: skipped on nil planPIndexes
2016/01/11 19:29:40 janitor: awakes, op: kick, msg: cfg changed, key: planPIndexes
2016/01/11 19:29:40 janitor: JanitorOnce, err: janitor: skipped on nil planPIndexes
2016/01/11 19:29:40 planner: awakes, op: kick, msg: api/CreateIndex, indexName: data-bucketf1a48f7619f78a7fa3c49fe007fbe072
2016/01/11 19:29:40 planner: once, reason: api/CreateIndex, indexName: data-bucketf1a48f7619f78a7fa3c49fe007fbe072
2016/01/11 19:29:40 janitor: awakes, op: kick, msg: cfg changed, key: nodeDefs-wanted
2016/01/11 19:29:40 janitor: JanitorOnce, err: janitor: skipped on nil planPIndexes
2016/01/11 19:29:40 janitor: awakes, op: kick, msg: cfg changed, key: planPIndexes
2016/01/11 19:29:40 janitor: JanitorOnce, err: janitor: skipped on nil planPIndexes
2016/01/11 19:29:40 janitor: awakes, op: kick, msg: the plans have changed
2016/01/11 19:29:40 janitor: pindexes to remove: 0
2016/01/11 19:29:40 janitor: pindexes to add: 64
2016/01/11 19:29:40 &{Name:data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_a7dfff57 UUID:610ddd865c142935 IndexType:sync_gateway IndexName:data-bucketf1a48f7619f78a7fa3c49fe007fbe072 IndexUUID:75f87d5b7c0a9c13 IndexParams:{"bucket_name":"data-bucket"} SourceType:couchbase SourceName:data-bucket SourceUUID:f1a48f7619f78a7fa3c49fe007fbe072 SourceParams:{"authUser":"data-bucket","authPassword":"","authSaslUser":"","authSaslPassword":"","clusterManagerBackoffFactor":0,"clusterManagerSleepInitMS":0,"clusterManagerSleepMaxMS":2000,"dataManagerBackoffFactor":0,"dataManagerSleepInitMS":0,"dataManagerSleepMaxMS":2000,"feedBufferSizeBytes":0,"feedBufferAckThreshold":0} SourcePartitions:304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319 Nodes:map[7b5ce9c9cd5566aa:0xc820387b30]}
2016/01/11 19:29:40 &{Name:data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_d9eeaa75 UUID:3cf4515d9193e928 IndexType:sync_gateway IndexName:data-bucketf1a48f7619f78a7fa3c49fe007fbe072 IndexUUID:75f87d5b7c0a9c13 IndexParams:{"bucket_name":"data-bucket"} SourceType:couchbase SourceName:data-bucket SourceUUID:f1a48f7619f78a7fa3c49fe007fbe072 SourceParams:{"authUser":"data-bucket","authPassword":"","authSaslUser":"","authSaslPassword":"","clusterManagerBackoffFactor":0,"clusterManagerSleepInitMS":0,"clusterManagerSleepMaxMS":2000,"dataManagerBackoffFactor":0,"dataManagerSleepInitMS":0,"dataManagerSleepMaxMS":2000,"feedBufferSizeBytes":0,"feedBufferAckThreshold":0} SourcePartitions:64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79 Nodes:map[7b5ce9c9cd5566aa:0xc8200aa300]}
2016/01/11 19:29:40 &{Name:data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_4751c351 UUID:51319b76cc01dc40 IndexType:sync_gateway IndexName:data-bucketf1a48f7619f78a7fa3c49fe007fbe072 IndexUUID:75f87d5b7c0a9c13 IndexParams:{"bucket_name":"data-bucket"} SourceType:couchbase SourceName:data-bucket SourceUUID:f1a48f7619f78a7fa3c49fe007fbe072 SourceParams:{"authUser":"data-bucket","authPassword":"","authSaslUser":"","authSaslPassword":"","clusterManagerBackoffFactor":0,"clusterManagerSleepInitMS":0,"clusterManagerSleepMaxMS":2000,"dataManagerBackoffFactor":0,"dataManagerSleepInitMS":0,"dataManagerSleepMaxMS":2000,"feedBufferSizeBytes":0,"feedBufferAckThreshold":0} SourcePartitions:288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303 Nodes:map[7b5ce9c9cd5566aa:0xc820386a40]}
2016/01/11 19:29:40 &{Name:data-bucketf1a48f7619f78a7fa3c49fe007fbe072_75f87d5b7c0a9c13_4e86b372 UUID:598197
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment