Skip to content

Instantly share code, notes, and snippets.

@tleyden
Last active May 18, 2016 01:17
Show Gist options
  • Save tleyden/07b586056db42746c528d5c6c78d8d75 to your computer and use it in GitHub Desktop.
Save tleyden/07b586056db42746c528d5c6c78d8d75 to your computer and use it in GitHub Desktop.
^[[D^[[D###########
T 192.168.33.11:50741 -> 192.168.33.11:4985 [AP]
GET /db1/_changes?feed=normal&limit=50&heartbeat=30000&style=all_docs&since=0 HTTP/1.1.
Host: 192.168.33.11:4985.
User-Agent: Go-http-client/1.1.
Accept-Encoding: gzip.
.
##
T 192.168.33.11:4985 -> 192.168.33.11:50741 [AP]
HTTP/1.1 200 OK.
Cache-Control: private, max-age=0, no-cache, no-store.
Content-Type: application/json.
Server: Couchbase Sync Gateway/1.2 branch/HEAD(nobranch) commit/9869366.
Date: Sun, 15 May 2016 04:41:09 GMT.
Content-Length: 33.
.
{"results":[.
],
"last_seq":"0"}
#####
T 192.168.33.11:50742 -> 192.168.33.11:4985 [AP]
GET /db1/_changes?feed=longpoll&limit=50&heartbeat=30000&style=all_docs&since=0 HTTP/1.1.
Host: 192.168.33.11:4985.
User-Agent: Go-http-client/1.1.
Accept-Encoding: gzip.
.
##
T 192.168.33.11:4985 -> 192.168.33.11:50742 [AP]
HTTP/1.1 200 OK.
Cache-Control: private, max-age=0, no-cache, no-store.
Content-Type: application/json.
Server: Couchbase Sync Gateway/1.2 branch/HEAD(nobranch) commit/9869366.
Date: Sun, 15 May 2016 04:41:09 GMT.
Transfer-Encoding: chunked.
.
e.
{"results":[.
.
##
T 192.168.33.11:4985 -> 192.168.33.11:50742 [AP]
1.
.
##
T 192.168.33.11:4985 -> 192.168.33.11:50742 [AP]
1.
.
##
T 192.168.33.11:4985 -> 192.168.33.11:50742 [AP]
1.
.
##
T 192.168.33.11:4985 -> 192.168.33.11:50742 [AP]
1.
.
##
T 192.168.33.11:4985 -> 192.168.33.11:50742 [AP]
1.
.
##
T 192.168.33.11:4985 -> 192.168.33.11:50742 [AP]
1.
.
##
T 192.168.33.11:4985 -> 192.168.33.11:50742 [AP]
1.
.
##
T 192.168.33.11:4985 -> 192.168.33.11:50742 [AP]
1.
.
##
T 192.168.33.11:4985 -> 192.168.33.11:50742 [AP]
1.
.
##
T 192.168.33.11:4985 -> 192.168.33.11:50742 [AP]
1.
.
##
T 192.168.33.11:4985 -> 192.168.33.11:50742 [AP]
1.
.
##
T 192.168.33.11:4985 -> 192.168.33.11:50742 [AP]
1.
.
##
T 192.168.33.11:4985 -> 192.168.33.11:50742 [AP]
1.
.
##
T 192.168.33.11:4985 -> 192.168.33.11:50742 [AP]
1.
.
##
T 192.168.33.11:4985 -> 192.168.33.11:50742 [AP]
1.
.
#
interface: eth1 (192.168.33.0/255.255.255.0)
filter: ( port 4984 or port 4985 ) and (ip or ip6)
####
T 192.168.33.1:65265 -> 192.168.33.11:4985 [AP]
PUT /db1/_user/sg1_user HTTP/1.1.
Host: 192.168.33.11:4985.
Content-Length: 88.
Accept-Encoding: gzip, deflate.
Accept: */*.
User-Agent: python-requests/2.9.1.
Connection: keep-alive.
Content-Type: application/json.
.
{"admin_roles": [], "password": "sg1_user", "name": "sg1_user", "admin_channels": ["A"]}
##
T 192.168.33.11:4985 -> 192.168.33.1:65265 [AP]
HTTP/1.1 201 Created.
Server: Couchbase Sync Gateway/1.2 branch/HEAD(nobranch) commit/9869366.
Date: Sun, 15 May 2016 04:41:09 GMT.
Content-Length: 0.
Content-Type: text/plain; charset=utf-8.
.
########
T 192.168.33.1:65267 -> 192.168.33.11:4985 [AP]
POST /_replicate HTTP/1.1.
Host: 192.168.33.11:4985.
Content-Length: 106.
Accept-Encoding: gzip, deflate.
Accept: */*.
User-Agent: python-requests/2.9.1.
Connection: keep-alive.
Content-Type: application/json.
.
{"source": "http://192.168.33.11:4985/db1", "continuous": true, "target": "http://192.168.33.12:4985/db2"}
##
T 192.168.33.11:4985 -> 192.168.33.1:65267 [AP]
HTTP/1.1 200 OK.
Content-Length: 235.
Content-Type: application/json.
Server: Couchbase Sync Gateway/1.2 branch/HEAD(nobranch) commit/9869366.
Date: Sun, 15 May 2016 04:41:09 GMT.
.
{"type":"replication","replication_id":"","continuous":true,"source":"http://192.168.33.11:4985/db1","target":"http://192.168.33.12:4985/db2","docs_read":0,"docs_written":0,"doc_write_failures":0,"start_last_seq":0,"end_last_seq":null}
#####
T 192.168.33.11:42983 -> 192.168.33.12:4985 [AP]
GET /db2/_local/da39a3ee5e6b4b0d3255bfef95601890afd80709 HTTP/1.1.
Host: 192.168.33.12:4985.
User-Agent: Go-http-client/1.1.
Accept-Encoding: gzip.
.
########
T 192.168.33.1:65268 -> 192.168.33.11:4984 [AP]
POST /db1/ HTTP/1.1.
Host: 192.168.33.11:4984.
Content-Length: 33.
Accept-Encoding: gzip, deflate.
Accept: */*.
User-Agent: python-requests/2.9.1.
Connection: keep-alive.
Content-Type: application/json.
Authorization: Basic c2cxX3VzZXI6c2cxX3VzZXI=.
.
{"channels": ["A"], "updates": 0}
##
T 192.168.33.12:4985 -> 192.168.33.11:42983 [AP]
HTTP/1.1 404 Not Found.
Content-Type: application/json.
Server: Couchbase Sync Gateway/1.2 branch/HEAD(nobranch) commit/9869366.
Date: Sun, 15 May 2016 04:41:11 GMT.
Content-Length: 40.
.
{"error":"not_found","reason":"missing"}
#####
T 192.168.33.11:4984 -> 192.168.33.1:65268 [AP]
HTTP/1.1 200 OK.
Content-Length: 94.
Content-Type: application/json.
Etag: "1-d1953847b126130d153fb7257d4aca48".
Location: 9659e26d116cce2c240b50e36afb029a.
Server: Couchbase Sync Gateway/1.2 branch/HEAD(nobranch) commit/9869366.
Date: Sun, 15 May 2016 04:41:09 GMT.
.
{"id":"9659e26d116cce2c240b50e36afb029a","ok":true,"rev":"1-d1953847b126130d153fb7257d4aca48"}
####
2016-05-15T00:41:07.160-04:00 Enabling logging: [*]
2016-05-15T00:41:07.160-04:00 ==== Couchbase Sync Gateway/HEAD(nobranch)(9869366) ====
2016-05-15T00:41:07.160-04:00 requestedSoftFDLimit >= currentHardFdLimit (90000 >= 65535) capping at 65535
2016-05-15T00:41:07.160-04:00 Configured process to allow 65535 open file descriptors
2016-05-15T00:41:07.160-04:00 Opening db /db1 as bucket "data-bucket-1", pool "default", server <http://192.168.33.10:8091>
2016-05-15T00:41:07.160-04:00 Opening Couchbase database data-bucket-1 on <http://192.168.33.10:8091>
2016/05/15 00:41:07 Trying with selected node 0
2016/05/15 00:41:07 Trying with http://192.168.33.10:8091/pools/default/bucketsStreaming/data-bucket-1
2016/05/15 00:41:07 Got new configuration for bucket data-bucket-1
2016/05/15 00:41:07 Trying with selected node 0
2016-05-15T00:41:07.367-04:00 Cache: Initializing changes cache with options {ChannelCacheOptions:{ChannelCacheMinLength:0 ChannelCacheMaxLength:0 ChannelCacheAge:0} CachePendingSeqMaxWait:5s CachePendingSeqMaxNum:10000 CacheSkippedSeqMaxWait:1h0m0s}
2016-05-15T00:41:07.368-04:00 Feed: Using TAP feed for bucket: "data-bucket-1" (based on feed_type specified in config file
2016-05-15T00:41:07.368-04:00 Using default sync function 'channel(doc.channels)' for database "db1"
2016-05-15T00:41:07.710-04:00 WARNING: No users have been defined in the 'db1' 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:842
2016-05-15T00:41:07.710-04:00 Opening db /db2 as bucket "data-bucket-2", pool "default", server <http://192.168.33.10:8091>
2016-05-15T00:41:07.710-04:00 Opening Couchbase database data-bucket-2 on <http://192.168.33.10:8091>
2016/05/15 00:41:07 Trying with selected node 0
2016/05/15 00:41:07 Trying with http://192.168.33.10:8091/pools/default/bucketsStreaming/data-bucket-2
2016/05/15 00:41:07 Got new configuration for bucket data-bucket-2
2016/05/15 00:41:07 Trying with selected node 0
2016-05-15T00:41:07.954-04:00 Cache: Initializing changes cache with options {ChannelCacheOptions:{ChannelCacheMinLength:0 ChannelCacheMaxLength:0 ChannelCacheAge:0} CachePendingSeqMaxWait:5s CachePendingSeqMaxNum:10000 CacheSkippedSeqMaxWait:1h0m0s}
2016-05-15T00:41:07.954-04:00 Feed: Using TAP feed for bucket: "data-bucket-2" (based on feed_type specified in config file
2016-05-15T00:41:07.959-04:00 Using default sync function 'channel(doc.channels)' for database "db2"
2016-05-15T00:41:08.209-04:00 WARNING: No users have been defined in the 'db2' 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:842
2016-05-15T00:41:08.209-04:00 Starting admin server on 0.0.0.0:4985
2016-05-15T00:41:08.213-04:00 Starting server on :4984 ...
2016-05-15T00:41:09.389-04:00 HTTP: #001: PUT /db1/_user/sg1_user (ADMIN)
2016-05-15T00:41:09.398-04:00 Access: Computed channels for "sg1_user": !:1
2016-05-15T00:41:09.406-04:00 Access: Computed roles for "sg1_user":
2016-05-15T00:41:09.494-04:00 Auth: Saved _sync:user:sg1_user: {"name":"sg1_user","admin_channels":{"A":1},"all_channels":null,"sequence":1,"passwordhash_bcrypt":"JDJhJDEwJGduQ0pIa1l4QjQvaXNNQkZaVG9MS2UxY2ZoWDduLk1KSnJ3dFh2WlRNL1IvRmFQdHNYS0M2","rolesSince":{}}
2016-05-15T00:41:09.495-04:00 HTTP+: #001: --> 201 Created (105.6 ms)
2016-05-15T00:41:09.623-04:00 HTTP: #002: POST /_replicate (ADMIN)
2016/05/15 00:41:09 getReplicationForParams called with queryParams: {ReplicationId: Source:http://192.168.33.11:4985 SourceDb:db1 Channels:[] Target:http://192.168.33.12:4985 TargetDb:db2 ChangesFeedLimit:0 Lifecycle:1 Disabled:false Async:false}. r.replications: map[]
2016/05/15 00:41:09 getReplicationForParams: no matches
2016-05-15T00:41:09.623-04:00 Replicate: Starting replication with parameters {ReplicationId: Source:http://192.168.33.11:4985 SourceDb:db1 Channels:[] Target:http://192.168.33.12:4985 TargetDb:db2 ChangesFeedLimit:0 Lifecycle:1 Disabled:false Async:false}
2016-05-15T00:41:09.623-04:00 Replicate: parameters after adding replicationid {ReplicationId:26a25f15377f48a29f32454363f23bdc Source:http://192.168.33.11:4985 SourceDb:db1 Channels:[] Target:http://192.168.33.12:4985 TargetDb:db2 ChangesFeedLimit:0 Lifecycle:1 Disabled:false Async:false}
2016/05/15 00:41:09 addReplication called with rep: &{{{26a25f15377f48a29f32454363f23bdc http://192.168.33.11:4985 db1 [] http://192.168.33.12:4985 db2 0 1 false false}} {0 0 0 0 <nil>} 0xc8204cff20 0xc8204cff80 0x499d90 500ms <nil>} params: {ReplicationId:26a25f15377f48a29f32454363f23bdc Source:http://192.168.33.11:4985 SourceDb:db1 Channels:[] Target:http://192.168.33.12:4985 TargetDb:db2 ChangesFeedLimit:0 Lifecycle:1 Disabled:false Async:false}
2016-05-15T00:41:09.623-04:00 Replicate: Started continuous replication: &{{{26a25f15377f48a29f32454363f23bdc http://192.168.33.11:4985 db1 [] http://192.168.33.12:4985 db2 0 1 false false}} {0 0 0 0 <nil>} 0xc8204cff20 0xc8204cff80 0x499d90 500ms <nil>}
2016/05/15 00:41:09 populateActiveTaskFromReplication called with params: {ReplicationId: Source:http://192.168.33.11:4985 SourceDb:db1 Channels:[] Target:http://192.168.33.12:4985 TargetDb:db2 ChangesFeedLimit:0 Lifecycle:1 Disabled:false Async:false}
2016/05/15 00:41:09 populateActiveTaskFromReplication stats: {DocsRead:0 DocsWritten:0 DocWriteFailures:0 StartLastSeq:0 EndLastSeq:<nil>}
2016/05/15 00:41:09 populateActiveTaskFromReplication returning: &{TaskType:replication ReplicationID: Continuous:true Source:http://192.168.33.11:4985/db1 Target:http://192.168.33.12:4985/db2 DocsRead:0 DocsWritten:0 DocWriteFailures:0 StartLastSeq:0 EndLastSeq:<nil>}
2016-05-15T00:41:09.623-04:00 HTTP+: #002: --> 200 (0.4 ms)
2016/05/15 00:41:09 LoggingReplication.LogTo called with key: Replicate, format: ContinuousReplication.processEvents(), args: []
2016/05/15 00:41:09 LoggingReplication.LogTo prefixedFormat: [26a25f15377f48a29f32454363f23bdc] ContinuousReplication.processEvents()
2016/05/15 00:41:09 Replicate: [26a25f15377f48a29f32454363f23bdc] ContinuousReplication.processEvents()
2016/05/15 00:41:09 LoggingReplication.LogTo called with key: Replicate, format: continuous repl state: %v, args: [0x6cb6b0]
2016/05/15 00:41:09 LoggingReplication.LogTo prefixedFormat: [26a25f15377f48a29f32454363f23bdc] continuous repl state: %v
2016/05/15 00:41:09 Replicate: [26a25f15377f48a29f32454363f23bdc] continuous repl state: 0x6cb6b0
2016/05/15 00:41:09 LoggingReplication.LogTo called with key: Replicate, format: stateFnPreStarted got event: %v, args: [{REPLICATION_START <nil>}]
2016/05/15 00:41:09 LoggingReplication.LogTo prefixedFormat: [26a25f15377f48a29f32454363f23bdc] stateFnPreStarted got event: %v
2016/05/15 00:41:09 Replicate: [26a25f15377f48a29f32454363f23bdc] stateFnPreStarted got event: {REPLICATION_START <nil>}
2016/05/15 00:41:09 LoggingReplication.LogTo called with key: Replicate, format: stateFnPreStarted got START event: %v, args: [{REPLICATION_START <nil>}]
2016/05/15 00:41:09 LoggingReplication.LogTo prefixedFormat: [26a25f15377f48a29f32454363f23bdc] stateFnPreStarted got START event: %v
2016/05/15 00:41:09 Replicate: [26a25f15377f48a29f32454363f23bdc] stateFnPreStarted got START event: {REPLICATION_START <nil>}
2016/05/15 00:41:09 LoggingReplication.LogTo called with key: Replicate, format: stateFnCatchingUp, waiting for event, args: []
2016/05/15 00:41:09 LoggingReplication.LogTo prefixedFormat: [26a25f15377f48a29f32454363f23bdc] stateFnCatchingUp, waiting for event
2016/05/15 00:41:09 Replicate: [26a25f15377f48a29f32454363f23bdc] stateFnCatchingUp, waiting for event
2016/05/15 00:41:09 LoggingReplication.LogTo called with key: Replicate, format: Unexpected notification: %s, ignoring, args: [REPLICATION_ACTIVE]
2016/05/15 00:41:09 LoggingReplication.LogTo prefixedFormat: [26a25f15377f48a29f32454363f23bdc] Unexpected notification: %s, ignoring
2016/05/15 00:41:09 Replicate: [26a25f15377f48a29f32454363f23bdc] Unexpected notification: REPLICATION_ACTIVE, ignoring
2016/05/15 00:41:09 LoggingReplication.LogTo called with key: Replicate, format: stateFnCatchingUp, waiting for event, args: []
2016/05/15 00:41:09 LoggingReplication.LogTo prefixedFormat: [26a25f15377f48a29f32454363f23bdc] stateFnCatchingUp, waiting for event
2016/05/15 00:41:09 Replicate: [26a25f15377f48a29f32454363f23bdc] stateFnCatchingUp, waiting for event
2016/05/15 00:41:09 LoggingReplication.LogTo called with key: Replicate, format: sent notificication: %v, args: [0xc8204f10c0]
2016/05/15 00:41:09 LoggingReplication.LogTo prefixedFormat: [26a25f15377f48a29f32454363f23bdc] sent notificication: %v
2016/05/15 00:41:09 Replicate: [26a25f15377f48a29f32454363f23bdc] sent notificication: &{REPLICATION_ACTIVE {0 0 0 0 <nil>} <nil> <nil>}
2016/05/15 00:41:09 LoggingReplication.LogTo called with key: Replicate, format: Transition from stateFnActiveFetchCheckpoint -> stateFnActive, args: []
2016/05/15 00:41:09 LoggingReplication.LogTo prefixedFormat: [26a25f15377f48a29f32454363f23bdc] Transition from stateFnActiveFetchCheckpoint -> stateFnActive
2016/05/15 00:41:09 Replicate: [26a25f15377f48a29f32454363f23bdc] Transition from stateFnActiveFetchCheckpoint -> stateFnActive
2016/05/15 00:41:09 LoggingReplication.LogTo called with key: Replicate, format: new state: %v, args: [0x6ce870]
2016/05/15 00:41:09 LoggingReplication.LogTo prefixedFormat: [26a25f15377f48a29f32454363f23bdc] new state: %v
2016/05/15 00:41:09 Replicate: [26a25f15377f48a29f32454363f23bdc] new state: 0x6ce870
2016-05-15T00:41:09.624-04:00 Replicate+: Got notification CATCHING_UP
2016/05/15 00:41:09 LoggingReplication.LogTo called with key: Replicate, format: resp: %v, err: %v, args: [0xc82007d170 <nil>]
2016/05/15 00:41:09 LoggingReplication.LogTo prefixedFormat: [26a25f15377f48a29f32454363f23bdc] resp: %v, err: %v
2016/05/15 00:41:09 Replicate: [26a25f15377f48a29f32454363f23bdc] resp: &{404 Not Found 404 HTTP/1.1 1 1 map[Content-Type:[application/json] Server:[Couchbase Sync Gateway/1.2 branch/HEAD(nobranch) commit/9869366] Date:[Sun, 15 May 2016 04:41:11 GMT] Content-Length:[40]] 0xc8204fb680 40 [] false map[] 0xc82000cc40 <nil>}, err: <nil>
2016/05/15 00:41:09 LoggingReplication.LogTo called with key: Replicate, format: 404 trying to get checkpoint, continue.., args: []
2016/05/15 00:41:09 LoggingReplication.LogTo prefixedFormat: [26a25f15377f48a29f32454363f23bdc] 404 trying to get checkpoint, continue..
2016/05/15 00:41:09 Replicate: [26a25f15377f48a29f32454363f23bdc] 404 trying to get checkpoint, continue..
2016/05/15 00:41:09 LoggingReplication.LogTo called with key: Replicate, format: stateFnActiveFetchCheckpoint got event: %v, args: [{FETCH_CHECKPOINT_SUCCEEDED {0 }}]
2016/05/15 00:41:09 LoggingReplication.LogTo prefixedFormat: [26a25f15377f48a29f32454363f23bdc] stateFnActiveFetchCheckpoint got event: %v
2016/05/15 00:41:09 Replicate: [26a25f15377f48a29f32454363f23bdc] stateFnActiveFetchCheckpoint got event: {FETCH_CHECKPOINT_SUCCEEDED {0 }}
2016/05/15 00:41:09 LoggingReplication.LogTo called with key: Replicate, format: call fetchChangesFeed(), args: []
2016/05/15 00:41:09 LoggingReplication.LogTo prefixedFormat: [26a25f15377f48a29f32454363f23bdc] call fetchChangesFeed()
2016/05/15 00:41:09 Replicate: [26a25f15377f48a29f32454363f23bdc] call fetchChangesFeed()
2016/05/15 00:41:09 LoggingReplication.LogTo called with key: Replicate, format: Transition from stateFnActiveFetchCheckpoint -> stateFnActiveFetchChangesFeed, args: []
2016/05/15 00:41:09 LoggingReplication.LogTo prefixedFormat: [26a25f15377f48a29f32454363f23bdc] Transition from stateFnActiveFetchCheckpoint -> stateFnActiveFetchChangesFeed
2016/05/15 00:41:09 Replicate: [26a25f15377f48a29f32454363f23bdc] Transition from stateFnActiveFetchCheckpoint -> stateFnActiveFetchChangesFeed
2016/05/15 00:41:09 LoggingReplication.LogTo called with key: Replicate, format: new state: %v, args: [0x6cf330]
2016/05/15 00:41:09 LoggingReplication.LogTo prefixedFormat: [26a25f15377f48a29f32454363f23bdc] new state: %v
2016/05/15 00:41:09 Replicate: [26a25f15377f48a29f32454363f23bdc] new state: 0x6cf330
2016/05/15 00:41:09 LoggingReplication.LogTo called with key: Replicate, format: stateFnActiveFetchChangesFeed, args: []
2016/05/15 00:41:09 LoggingReplication.LogTo prefixedFormat: [26a25f15377f48a29f32454363f23bdc] stateFnActiveFetchChangesFeed
2016/05/15 00:41:09 Replicate: [26a25f15377f48a29f32454363f23bdc] stateFnActiveFetchChangesFeed
2016/05/15 00:41:09 Replicate: sequenceNumberToString called with: 0 type: int
2016/05/15 00:41:09 Replicate: sequence is an int
2016/05/15 00:41:09 Replicate: sequenceNumberToString called with: 0 type: int
2016/05/15 00:41:09 Replicate: sequence is an int
2016/05/15 00:41:09 LoggingReplication.LogTo called with key: Replicate, format: Unexpected notification: %s, ignoring, args: [REPLICATION_FETCHED_CHECKPOINT]
2016/05/15 00:41:09 LoggingReplication.LogTo prefixedFormat: [26a25f15377f48a29f32454363f23bdc] Unexpected notification: %s, ignoring
2016/05/15 00:41:09 Replicate: [26a25f15377f48a29f32454363f23bdc] Unexpected notification: REPLICATION_FETCHED_CHECKPOINT, ignoring
2016/05/15 00:41:09 LoggingReplication.LogTo called with key: Replicate, format: stateFnCatchingUp, waiting for event, args: []
2016/05/15 00:41:09 LoggingReplication.LogTo prefixedFormat: [26a25f15377f48a29f32454363f23bdc] stateFnCatchingUp, waiting for event
2016/05/15 00:41:09 Replicate: [26a25f15377f48a29f32454363f23bdc] stateFnCatchingUp, waiting for event
2016-05-15T00:41:09.630-04:00 HTTP: #004: GET /db1/_changes?feed=normal&limit=50&heartbeat=30000&style=all_docs&since=0 (ADMIN)
2016-05-15T00:41:09.630-04:00 Changes+: Int sequence multi changes feed...
2016-05-15T00:41:09.630-04:00 Changes: MultiChangesFeed({*}, {Since:0 Limit:50 Conflicts:true IncludeDocs:false Wait:false Continuous:false Terminator:0xc8204340c0 HeartbeatMs:30000 TimeoutMs:300000 ActiveOnly:false}) ...
2016-05-15T00:41:09.631-04:00 Changes+: MultiChangesFeed: channels expand to channels.TimedSet{"*":channels.VbSequence{VbNo:(*uint16)(nil), Sequence:0x0}} ...
2016-05-15T00:41:09.631-04:00 Cache: Initialized cache for channel "*" with options: &{ChannelCacheMinLength:50 ChannelCacheMaxLength:500 ChannelCacheAge:1m0s}
2016-05-15T00:41:09.631-04:00 Cache: getCachedChanges("*", {1 0 0 0 <nil> <nil> %!d(string=) 0 0 0 %!d(string=)}) --> 0 changes valid from #1
2016-05-15T00:41:09.631-04:00 DIndex+: [changesFeed] Found 0 changes for channel *
2016-05-15T00:41:09.631-04:00 Changes: MultiChangesFeed done
2016-05-15T00:41:09.631-04:00 HTTP+: #004: --> 200 OK (0.0 ms)
2016/05/15 00:41:09 LoggingReplication.LogTo called with key: Replicate, format: changes feed url: %v resp: %v, err: %v, args: [http://192.168.33.11:4985/db1/_changes?feed=normal&limit=50&heartbeat=30000&style=all_docs&since=0 0xc82007d950 <nil>]
2016/05/15 00:41:09 LoggingReplication.LogTo prefixedFormat: [26a25f15377f48a29f32454363f23bdc] changes feed url: %v resp: %v, err: %v
2016/05/15 00:41:09 Replicate: [26a25f15377f48a29f32454363f23bdc] changes feed url: http://192.168.33.11:4985/db1/_changes?feed=normal&limit=50&heartbeat=30000&style=all_docs&since=0 resp: &{200 OK 200 HTTP/1.1 1 1 map[Cache-Control:[private, max-age=0, no-cache, no-store] Content-Type:[application/json] Server:[Couchbase Sync Gateway/1.2 branch/HEAD(nobranch) commit/9869366] Date:[Sun, 15 May 2016 04:41:09 GMT] Content-Length:[33]] 0xc8204d8900 33 [] false map[] 0xc82000cee0 <nil>}, err: <nil>
2016/05/15 00:41:09 LoggingReplication.LogTo called with key: Replicate, format: event: %v, args: [0xc8204d8b80]
2016/05/15 00:41:09 LoggingReplication.LogTo prefixedFormat: [26a25f15377f48a29f32454363f23bdc] event: %v
2016/05/15 00:41:09 Replicate: [26a25f15377f48a29f32454363f23bdc] event: &{FETCH_CHANGES_FEED_SUCCEEDED {[] 0}}
2016/05/15 00:41:09 LoggingReplication.LogTo called with key: Replicate, format: stateFnActiveFetchChangesFeed got event: %v, args: [{FETCH_CHANGES_FEED_SUCCEEDED {[] 0}}]
2016/05/15 00:41:09 LoggingReplication.LogTo prefixedFormat: [26a25f15377f48a29f32454363f23bdc] stateFnActiveFetchChangesFeed got event: %v
2016/05/15 00:41:09 Replicate: [26a25f15377f48a29f32454363f23bdc] stateFnActiveFetchChangesFeed got event: {FETCH_CHANGES_FEED_SUCCEEDED {[] 0}}
2016/05/15 00:41:09 LoggingReplication.LogTo called with key: Replicate, format: Unexpected notification: %s, ignoring, args: [REPLICATION_FETCHED_CHANGES_FEED]
2016/05/15 00:41:09 LoggingReplication.LogTo prefixedFormat: [26a25f15377f48a29f32454363f23bdc] Unexpected notification: %s, ignoring
2016/05/15 00:41:09 Replicate: [26a25f15377f48a29f32454363f23bdc] Unexpected notification: REPLICATION_FETCHED_CHANGES_FEED, ignoring
2016/05/15 00:41:09 LoggingReplication.LogTo called with key: Replicate, format: stateFnCatchingUp, waiting for event, args: []
2016/05/15 00:41:09 LoggingReplication.LogTo prefixedFormat: [26a25f15377f48a29f32454363f23bdc] stateFnCatchingUp, waiting for event
2016/05/15 00:41:09 Replicate: [26a25f15377f48a29f32454363f23bdc] stateFnCatchingUp, waiting for event
2016/05/15 00:41:09 LoggingReplication.LogTo called with key: Replicate, format: Replication stopped, caught up, args: []
2016/05/15 00:41:09 LoggingReplication.LogTo prefixedFormat: [26a25f15377f48a29f32454363f23bdc] Replication stopped, caught up
2016/05/15 00:41:09 Replicate: [26a25f15377f48a29f32454363f23bdc] Replication stopped, caught up
2016/05/15 00:41:09 LoggingReplication.LogTo called with key: Replicate, format: continuous repl new state: %v, args: [0x6cbfe0]
2016/05/15 00:41:09 LoggingReplication.LogTo prefixedFormat: [26a25f15377f48a29f32454363f23bdc] continuous repl new state: %v
2016/05/15 00:41:09 Replicate: [26a25f15377f48a29f32454363f23bdc] continuous repl new state: 0x6cbfe0
2016/05/15 00:41:09 LoggingReplication.LogTo called with key: Replicate, format: continuous repl state: %v, args: [0x6cbfe0]
2016/05/15 00:41:09 LoggingReplication.LogTo prefixedFormat: [26a25f15377f48a29f32454363f23bdc] continuous repl state: %v
2016/05/15 00:41:09 Replicate: [26a25f15377f48a29f32454363f23bdc] continuous repl state: 0x6cbfe0
2016/05/15 00:41:09 LoggingReplication.LogTo called with key: Replicate, format: stateFnWaitNewChanges, waiting for event, args: []
2016/05/15 00:41:09 LoggingReplication.LogTo prefixedFormat: [26a25f15377f48a29f32454363f23bdc] stateFnWaitNewChanges, waiting for event
2016/05/15 00:41:09 Replicate: [26a25f15377f48a29f32454363f23bdc] stateFnWaitNewChanges, waiting for event
2016/05/15 00:41:09 Replicate: sequenceNumberToString called with: 0 type: string
2016/05/15 00:41:09 Replicate: sequence is a string
2016/05/15 00:41:09 Replicate: sequenceNumberToString called with: 0 type: string
2016/05/15 00:41:09 Replicate: sequence is a string
2016/05/15 00:41:09 LoggingReplication.LogTo called with key: Replicate, format: fetching longpoll changes at url: %v, args: [http://192.168.33.11:4985/db1/_changes?feed=longpoll&limit=50&heartbeat=30000&style=all_docs&since=0]
2016/05/15 00:41:09 LoggingReplication.LogTo prefixedFormat: [26a25f15377f48a29f32454363f23bdc] fetching longpoll changes at url: %v
2016/05/15 00:41:09 Replicate: [26a25f15377f48a29f32454363f23bdc] fetching longpoll changes at url: http://192.168.33.11:4985/db1/_changes?feed=longpoll&limit=50&heartbeat=30000&style=all_docs&since=0
2016/05/15 00:41:09 LoggingReplication.LogTo called with key: Replicate, format: new state: %v, args: [<nil>]
2016/05/15 00:41:09 LoggingReplication.LogTo prefixedFormat: [26a25f15377f48a29f32454363f23bdc] new state: %v
2016/05/15 00:41:09 Replicate: [26a25f15377f48a29f32454363f23bdc] new state: <nil>
2016/05/15 00:41:09 LoggingReplication.LogTo called with key: Replicate, format: processEvents() is done, args: []
2016/05/15 00:41:09 LoggingReplication.LogTo prefixedFormat: [26a25f15377f48a29f32454363f23bdc] processEvents() is done
2016/05/15 00:41:09 Replicate: [26a25f15377f48a29f32454363f23bdc] processEvents() is done
2016-05-15T00:41:09.631-04:00 Replicate+: Got notification CAUGHT_UP
2016-05-15T00:41:09.631-04:00 HTTP: #005: GET /db1/_changes?feed=longpoll&limit=50&heartbeat=30000&style=all_docs&since=0 (ADMIN)
2016-05-15T00:41:09.631-04:00 Changes+: Int sequence multi changes feed...
2016-05-15T00:41:09.631-04:00 Changes: MultiChangesFeed({*}, {Since:0 Limit:50 Conflicts:true IncludeDocs:false Wait:true Continuous:false Terminator:0xc820435680 HeartbeatMs:30000 TimeoutMs:300000 ActiveOnly:false}) ...
2016-05-15T00:41:09.631-04:00 Changes+: MultiChangesFeed: channels expand to channels.TimedSet{"*":channels.VbSequence{VbNo:(*uint16)(nil), Sequence:0x0}} ...
2016-05-15T00:41:09.631-04:00 Cache: getCachedChanges("*", {1 0 0 0 <nil> <nil> %!d(string=) 0 0 0 %!d(string=)}) --> 0 changes valid from #1
2016-05-15T00:41:09.631-04:00 DIndex+: [changesFeed] Found 0 changes for channel *
2016-05-15T00:41:09.631-04:00 Changes+: MultiChangesFeed waiting...
2016-05-15T00:41:09.631-04:00 Changes+: Waiting for "data-bucket-1"'s count to pass 0
2016/05/15 00:41:09 LoggingReplication.LogTo called with key: Replicate, format: longpoll changes feed resp: %v, err: %v, args: [0xc82007def0 <nil>]
2016/05/15 00:41:09 LoggingReplication.LogTo prefixedFormat: [26a25f15377f48a29f32454363f23bdc] longpoll changes feed resp: %v, err: %v
2016/05/15 00:41:09 Replicate: [26a25f15377f48a29f32454363f23bdc] longpoll changes feed resp: &{200 OK 200 HTTP/1.1 1 1 map[Cache-Control:[private, max-age=0, no-cache, no-store] Content-Type:[application/json] Server:[Couchbase Sync Gateway/1.2 branch/HEAD(nobranch) commit/9869366] Date:[Sun, 15 May 2016 04:41:09 GMT]] 0xc820498a40 -1 [chunked] false map[] 0xc82000d340 <nil>}, err: <nil>
2016-05-15T00:41:09.725-04:00 Access: Computed channels for "sg1_user": !:1,A:1
2016-05-15T00:41:09.813-04:00 HTTP: #003: POST /db1/ (as sg1_user)
2016-05-15T00:41:09.814-04:00 CRUD+: Invoking sync on doc "9659e26d116cce2c240b50e36afb029a" rev 1-d1953847b126130d153fb7257d4aca48
2016-05-15T00:41:09.814-04:00 CRUD: Doc "9659e26d116cce2c240b50e36afb029a" in channels "{A}"
2016-05-15T00:41:09.814-04:00 Cache: SAVING #2
2016-05-15T00:41:09.815-04:00 CRUD: Stored doc "9659e26d116cce2c240b50e36afb029a" / "1-d1953847b126130d153fb7257d4aca48"
2016-05-15T00:41:09.815-04:00 HTTP+: #003: --> 200 (188.2 ms)
2016-05-15T00:41:10.335-04:00 Cache: Received #2 after 520ms ("9659e26d116cce2c240b50e36afb029a" / "1-d1953847b126130d153fb7257d4aca48")
2016-05-15T00:41:10.335-04:00 Cache: Deferring #2 (1 now waiting for #1...#1)
2016-05-15T00:41:10.335-04:00 Changes+: Notifying that "data-bucket-1" changed (keys="{_sync:user:sg1_user}") count=2
2016-05-15T00:41:10.335-04:00 Changes+: Notifying that "data-bucket-1" changed (keys="{_sync:user:sg1_user}") count=3
2016-05-15T00:41:10.335-04:00 Cache: Received #1 ("_user/sg1_user")
2016-05-15T00:41:10.335-04:00 Cache: #1 ==> channel "*"
2016-05-15T00:41:10.335-04:00 Cache: Initialized cache for channel "A" with options: &{ChannelCacheMinLength:50 ChannelCacheMaxLength:500 ChannelCacheAge:1m0s}
2016-05-15T00:41:10.335-04:00 Cache: #2 ==> channel "A"
2016-05-15T00:41:10.335-04:00 Cache: #2 ==> channel "*"
2016-05-15T00:41:10.335-04:00 Cache: Received #1 ("_user/sg1_user")
2016-05-15T00:41:10.335-04:00 Cache+: Ignoring duplicate of #1
2016-05-15T00:41:10.683-04:00 Changes+: Notifying that "data-bucket-2" changed (keys="{_sync:user:sg2_user}") count=2
2016-05-15T00:41:10.683-04:00 Changes+: Notifying that "data-bucket-2" changed (keys="{_sync:user:sg2_user}") count=3
2016-05-15T00:41:10.684-04:00 Cache: Received #1 ("_user/sg2_user")
2016-05-15T00:41:10.684-04:00 Cache: Initialized cache for channel "*" with options: &{ChannelCacheMinLength:50 ChannelCacheMaxLength:500 ChannelCacheAge:1m0s}
2016-05-15T00:41:10.684-04:00 Cache: #1 ==> channel "*"
2016-05-15T00:41:10.684-04:00 Cache: Received #1 ("_user/sg2_user")
2016-05-15T00:41:10.684-04:00 Cache+: Ignoring duplicate of #1
2016-05-15T00:41:39.633-04:00 Heartbeat: heartbeat written to _changes feed for request received (as ADMIN)
2016-05-15T00:42:09.633-04:00 Heartbeat: heartbeat written to _changes feed for request received (as ADMIN)
2016-05-15T00:42:39.633-04:00 Heartbeat: heartbeat written to _changes feed for request received (as ADMIN)
interface: eth1 (192.168.33.0/255.255.255.0)
filter: ( port 4984 or port 4985 ) and (ip or ip6)
####
T 192.168.33.1:65266 -> 192.168.33.12:4985 [AP]
PUT /db2/_user/sg2_user HTTP/1.1.
Host: 192.168.33.12:4985.
Content-Length: 88.
Accept-Encoding: gzip, deflate.
Accept: */*.
User-Agent: python-requests/2.9.1.
Connection: keep-alive.
Content-Type: application/json.
.
{"admin_roles": [], "password": "sg2_user", "name": "sg2_user", "admin_channels": ["A"]}
##
T 192.168.33.12:4985 -> 192.168.33.1:65266 [AP]
HTTP/1.1 201 Created.
Server: Couchbase Sync Gateway/1.2 branch/HEAD(nobranch) commit/9869366.
Date: Sun, 15 May 2016 04:41:11 GMT.
Content-Length: 0.
Content-Type: text/plain; charset=utf-8.
.
########
T 192.168.33.11:42983 -> 192.168.33.12:4985 [AP]
GET /db2/_local/da39a3ee5e6b4b0d3255bfef95601890afd80709 HTTP/1.1.
Host: 192.168.33.12:4985.
User-Agent: Go-http-client/1.1.
Accept-Encoding: gzip.
.
##
T 192.168.33.12:4985 -> 192.168.33.11:42983 [AP]
HTTP/1.1 404 Not Found.
Content-Type: application/json.
Server: Couchbase Sync Gateway/1.2 branch/HEAD(nobranch) commit/9869366.
Date: Sun, 15 May 2016 04:41:11 GMT.
Content-Length: 40.
.
{"error":"not_found","reason":"missing"}
########
T 192.168.33.1:65269 -> 192.168.33.12:4984 [AP]
GET /db2/9659e26d116cce2c240b50e36afb029a HTTP/1.1.
Host: 192.168.33.12:4984.
Accept-Encoding: gzip, deflate.
Accept: */*.
User-Agent: python-requests/2.9.1.
Connection: keep-alive.
Content-Type: application/json.
Authorization: Basic c2cyX3VzZXI6c2cyX3VzZXI=.
.
##
T 192.168.33.12:4984 -> 192.168.33.1:65269 [AP]
HTTP/1.1 404 Not Found.
Content-Type: application/json.
Server: Couchbase Sync Gateway/1.2 branch/HEAD(nobranch) commit/9869366.
Date: Sun, 15 May 2016 04:41:12 GMT.
Content-Length: 40.
.
{"error":"not_found","reason":"missing"}
########
T 192.168.33.1:65270 -> 192.168.33.12:4984 [AP]
GET /db2/9659e26d116cce2c240b50e36afb029a HTTP/1.1.
Host: 192.168.33.12:4984.
Accept-Encoding: gzip, deflate.
Accept: */*.
User-Agent: python-requests/2.9.1.
Connection: keep-alive.
Content-Type: application/json.
Authorization: Basic c2cyX3VzZXI6c2cyX3VzZXI=.
.
##
T 192.168.33.12:4984 -> 192.168.33.1:65270 [AP]
HTTP/1.1 404 Not Found.
Content-Type: application/json.
Server: Couchbase Sync Gateway/1.2 branch/HEAD(nobranch) commit/9869366.
Date: Sun, 15 May 2016 04:41:13 GMT.
Content-Length: 40.
.
{"error":"not_found","reason":"missing"}
########
T 192.168.33.1:65271 -> 192.168.33.12:4984 [AP]
GET /db2/9659e26d116cce2c240b50e36afb029a HTTP/1.1.
Host: 192.168.33.12:4984.
Accept-Encoding: gzip, deflate.
Accept: */*.
User-Agent: python-requests/2.9.1.
Connection: keep-alive.
Content-Type: application/json.
Authorization: Basic c2cyX3VzZXI6c2cyX3VzZXI=.
.
##
T 192.168.33.12:4984 -> 192.168.33.1:65271 [AP]
HTTP/1.1 404 Not Found.
Content-Type: application/json.
Server: Couchbase Sync Gateway/1.2 branch/HEAD(nobranch) commit/9869366.
Date: Sun, 15 May 2016 04:41:14 GMT.
Content-Length: 40.
.
{"error":"not_found","reason":"missing"}
########
T 192.168.33.1:65272 -> 192.168.33.12:4984 [AP]
GET /db2/9659e26d116cce2c240b50e36afb029a HTTP/1.1.
Host: 192.168.33.12:4984.
Accept-Encoding: gzip, deflate.
Accept: */*.
User-Agent: python-requests/2.9.1.
Connection: keep-alive.
Content-Type: application/json.
Authorization: Basic c2cyX3VzZXI6c2cyX3VzZXI=.
.
##
T 192.168.33.12:4984 -> 192.168.33.1:65272 [AP]
HTTP/1.1 404 Not Found.
Content-Type: application/json.
Server: Couchbase Sync Gateway/1.2 branch/HEAD(nobranch) commit/9869366.
Date: Sun, 15 May 2016 04:41:15 GMT.
Content-Length: 40.
.
{"error":"not_found","reason":"missing"}
########
T 192.168.33.1:65273 -> 192.168.33.12:4984 [AP]
GET /db2/9659e26d116cce2c240b50e36afb029a HTTP/1.1.
Host: 192.168.33.12:4984.
Accept-Encoding: gzip, deflate.
Accept: */*.
User-Agent: python-requests/2.9.1.
Connection: keep-alive.
Content-Type: application/json.
Authorization: Basic c2cyX3VzZXI6c2cyX3VzZXI=.
.
##
T 192.168.33.12:4984 -> 192.168.33.1:65273 [AP]
HTTP/1.1 404 Not Found.
Content-Type: application/json.
Server: Couchbase Sync Gateway/1.2 branch/HEAD(nobranch) commit/9869366.
Date: Sun, 15 May 2016 04:41:16 GMT.
Content-Length: 40.
.
{"error":"not_found","reason":"missing"}
########
T 192.168.33.1:65274 -> 192.168.33.12:4984 [AP]
GET /db2/9659e26d116cce2c240b50e36afb029a HTTP/1.1.
Host: 192.168.33.12:4984.
Accept-Encoding: gzip, deflate.
Accept: */*.
User-Agent: python-requests/2.9.1.
Connection: keep-alive.
Content-Type: application/json.
Authorization: Basic c2cyX3VzZXI6c2cyX3VzZXI=.
.
##
T 192.168.33.12:4984 -> 192.168.33.1:65274 [AP]
HTTP/1.1 404 Not Found.
Content-Type: application/json.
Server: Couchbase Sync Gateway/1.2 branch/HEAD(nobranch) commit/9869366.
Date: Sun, 15 May 2016 04:41:17 GMT.
Content-Length: 40.
.
{"error":"not_found","reason":"missing"}
########
T 192.168.33.1:65275 -> 192.168.33.12:4984 [AP]
GET /db2/9659e26d116cce2c240b50e36afb029a HTTP/1.1.
Host: 192.168.33.12:4984.
Accept-Encoding: gzip, deflate.
Accept: */*.
User-Agent: python-requests/2.9.1.
Connection: keep-alive.
Content-Type: application/json.
Authorization: Basic c2cyX3VzZXI6c2cyX3VzZXI=.
.
##
T 192.168.33.12:4984 -> 192.168.33.1:65275 [AP]
HTTP/1.1 404 Not Found.
Content-Type: application/json.
Server: Couchbase Sync Gateway/1.2 branch/HEAD(nobranch) commit/9869366.
Date: Sun, 15 May 2016 04:41:18 GMT.
Content-Length: 40.
.
{"error":"not_found","reason":"missing"}
########
T 192.168.33.1:65277 -> 192.168.33.12:4984 [AP]
GET /db2/9659e26d116cce2c240b50e36afb029a HTTP/1.1.
Host: 192.168.33.12:4984.
Accept-Encoding: gzip, deflate.
Accept: */*.
User-Agent: python-requests/2.9.1.
Connection: keep-alive.
Content-Type: application/json.
Authorization: Basic c2cyX3VzZXI6c2cyX3VzZXI=.
.
##
T 192.168.33.12:4984 -> 192.168.33.1:65277 [AP]
HTTP/1.1 404 Not Found.
Content-Type: application/json.
Server: Couchbase Sync Gateway/1.2 branch/HEAD(nobranch) commit/9869366.
Date: Sun, 15 May 2016 04:41:19 GMT.
Content-Length: 40.
.
{"error":"not_found","reason":"missing"}
########
T 192.168.33.1:65278 -> 192.168.33.12:4984 [AP]
GET /db2/9659e26d116cce2c240b50e36afb029a HTTP/1.1.
Host: 192.168.33.12:4984.
Accept-Encoding: gzip, deflate.
Accept: */*.
User-Agent: python-requests/2.9.1.
Connection: keep-alive.
Content-Type: application/json.
Authorization: Basic c2cyX3VzZXI6c2cyX3VzZXI=.
.
##
T 192.168.33.12:4984 -> 192.168.33.1:65278 [AP]
HTTP/1.1 404 Not Found.
Content-Type: application/json.
Server: Couchbase Sync Gateway/1.2 branch/HEAD(nobranch) commit/9869366.
Date: Sun, 15 May 2016 04:41:20 GMT.
Content-Length: 40.
.
{"error":"not_found","reason":"missing"}
########
T 192.168.33.1:65279 -> 192.168.33.12:4984 [AP]
GET /db2/9659e26d116cce2c240b50e36afb029a HTTP/1.1.
Host: 192.168.33.12:4984.
Accept-Encoding: gzip, deflate.
Accept: */*.
User-Agent: python-requests/2.9.1.
Connection: keep-alive.
Content-Type: application/json.
Authorization: Basic c2cyX3VzZXI6c2cyX3VzZXI=.
.
##
T 192.168.33.12:4984 -> 192.168.33.1:65279 [AP]
HTTP/1.1 404 Not Found.
Content-Type: application/json.
Server: Couchbase Sync Gateway/1.2 branch/HEAD(nobranch) commit/9869366.
Date: Sun, 15 May 2016 04:41:21 GMT.
Content-Length: 40.
.
{"error":"not_found","reason":"missing"}
########
T 192.168.33.1:65280 -> 192.168.33.12:4984 [AP]
GET /db2/9659e26d116cce2c240b50e36afb029a HTTP/1.1.
Host: 192.168.33.12:4984.
Accept-Encoding: gzip, deflate.
Accept: */*.
User-Agent: python-requests/2.9.1.
Connection: keep-alive.
Content-Type: application/json.
Authorization: Basic c2cyX3VzZXI6c2cyX3VzZXI=.
.
##
T 192.168.33.12:4984 -> 192.168.33.1:65280 [AP]
HTTP/1.1 404 Not Found.
Content-Type: application/json.
Server: Couchbase Sync Gateway/1.2 branch/HEAD(nobranch) commit/9869366.
Date: Sun, 15 May 2016 04:41:22 GMT.
Content-Length: 40.
.
{"error":"not_found","reason":"missing"}
########
T 192.168.33.1:65281 -> 192.168.33.12:4984 [AP]
GET /db2/9659e26d116cce2c240b50e36afb029a HTTP/1.1.
Host: 192.168.33.12:4984.
Accept-Encoding: gzip, deflate.
Accept: */*.
User-Agent: python-requests/2.9.1.
Connection: keep-alive.
Content-Type: application/json.
Authorization: Basic c2cyX3VzZXI6c2cyX3VzZXI=.
.
##
T 192.168.33.12:4984 -> 192.168.33.1:65281 [AP]
HTTP/1.1 404 Not Found.
Content-Type: application/json.
Server: Couchbase Sync Gateway/1.2 branch/HEAD(nobranch) commit/9869366.
Date: Sun, 15 May 2016 04:41:23 GMT.
Content-Length: 40.
.
{"error":"not_found","reason":"missing"}
########
T 192.168.33.1:65282 -> 192.168.33.12:4984 [AP]
GET /db2/9659e26d116cce2c240b50e36afb029a HTTP/1.1.
Host: 192.168.33.12:4984.
Accept-Encoding: gzip, deflate.
Accept: */*.
User-Agent: python-requests/2.9.1.
Connection: keep-alive.
Content-Type: application/json.
Authorization: Basic c2cyX3VzZXI6c2cyX3VzZXI=.
.
##
T 192.168.33.12:4984 -> 192.168.33.1:65282 [AP]
HTTP/1.1 404 Not Found.
Content-Type: application/json.
Server: Couchbase Sync Gateway/1.2 branch/HEAD(nobranch) commit/9869366.
Date: Sun, 15 May 2016 04:41:24 GMT.
Content-Length: 40.
.
{"error":"not_found","reason":"missing"}
########
T 192.168.33.1:65283 -> 192.168.33.12:4984 [AP]
GET /db2/9659e26d116cce2c240b50e36afb029a HTTP/1.1.
Host: 192.168.33.12:4984.
Accept-Encoding: gzip, deflate.
Accept: */*.
User-Agent: python-requests/2.9.1.
Connection: keep-alive.
Content-Type: application/json.
Authorization: Basic c2cyX3VzZXI6c2cyX3VzZXI=.
.
##
T 192.168.33.12:4984 -> 192.168.33.1:65283 [AP]
HTTP/1.1 404 Not Found.
Content-Type: application/json.
Server: Couchbase Sync Gateway/1.2 branch/HEAD(nobranch) commit/9869366.
Date: Sun, 15 May 2016 04:41:25 GMT.
Content-Length: 40.
.
{"error":"not_found","reason":"missing"}
########
T 192.168.33.1:65284 -> 192.168.33.12:4984 [AP]
GET /db2/9659e26d116cce2c240b50e36afb029a HTTP/1.1.
Host: 192.168.33.12:4984.
Accept-Encoding: gzip, deflate.
Accept: */*.
User-Agent: python-requests/2.9.1.
Connection: keep-alive.
Content-Type: application/json.
Authorization: Basic c2cyX3VzZXI6c2cyX3VzZXI=.
.
##
T 192.168.33.12:4984 -> 192.168.33.1:65284 [AP]
HTTP/1.1 404 Not Found.
Content-Type: application/json.
Server: Couchbase Sync Gateway/1.2 branch/HEAD(nobranch) commit/9869366.
Date: Sun, 15 May 2016 04:41:26 GMT.
Content-Length: 40.
.
{"error":"not_found","reason":"missing"}
########
T 192.168.33.1:65285 -> 192.168.33.12:4984 [AP]
GET /db2/9659e26d116cce2c240b50e36afb029a HTTP/1.1.
Host: 192.168.33.12:4984.
Accept-Encoding: gzip, deflate.
Accept: */*.
User-Agent: python-requests/2.9.1.
Connection: keep-alive.
Content-Type: application/json.
Authorization: Basic c2cyX3VzZXI6c2cyX3VzZXI=.
.
##
T 192.168.33.12:4984 -> 192.168.33.1:65285 [AP]
HTTP/1.1 404 Not Found.
Content-Type: application/json.
Server: Couchbase Sync Gateway/1.2 branch/HEAD(nobranch) commit/9869366.
Date: Sun, 15 May 2016 04:41:27 GMT.
Content-Length: 40.
.
{"error":"not_found","reason":"missing"}
########
T 192.168.33.1:65286 -> 192.168.33.12:4984 [AP]
GET /db2/9659e26d116cce2c240b50e36afb029a HTTP/1.1.
Host: 192.168.33.12:4984.
Accept-Encoding: gzip, deflate.
Accept: */*.
User-Agent: python-requests/2.9.1.
Connection: keep-alive.
Content-Type: application/json.
Authorization: Basic c2cyX3VzZXI6c2cyX3VzZXI=.
.
##
T 192.168.33.12:4984 -> 192.168.33.1:65286 [AP]
HTTP/1.1 404 Not Found.
Content-Type: application/json.
Server: Couchbase Sync Gateway/1.2 branch/HEAD(nobranch) commit/9869366.
Date: Sun, 15 May 2016 04:41:28 GMT.
Content-Length: 40.
.
{"error":"not_found","reason":"missing"}
########
T 192.168.33.1:65289 -> 192.168.33.12:4984 [AP]
GET /db2/9659e26d116cce2c240b50e36afb029a HTTP/1.1.
Host: 192.168.33.12:4984.
Accept-Encoding: gzip, deflate.
Accept: */*.
User-Agent: python-requests/2.9.1.
Connection: keep-alive.
Content-Type: application/json.
Authorization: Basic c2cyX3VzZXI6c2cyX3VzZXI=.
.
##
T 192.168.33.12:4984 -> 192.168.33.1:65289 [AP]
HTTP/1.1 404 Not Found.
Content-Type: application/json.
Server: Couchbase Sync Gateway/1.2 branch/HEAD(nobranch) commit/9869366.
Date: Sun, 15 May 2016 04:41:29 GMT.
Content-Length: 40.
.
{"error":"not_found","reason":"missing"}
########
T 192.168.33.1:65290 -> 192.168.33.12:4984 [AP]
GET /db2/9659e26d116cce2c240b50e36afb029a HTTP/1.1.
Host: 192.168.33.12:4984.
Accept-Encoding: gzip, deflate.
Accept: */*.
User-Agent: python-requests/2.9.1.
Connection: keep-alive.
Content-Type: application/json.
Authorization: Basic c2cyX3VzZXI6c2cyX3VzZXI=.
.
##
T 192.168.33.12:4984 -> 192.168.33.1:65290 [AP]
HTTP/1.1 404 Not Found.
Content-Type: application/json.
Server: Couchbase Sync Gateway/1.2 branch/HEAD(nobranch) commit/9869366.
Date: Sun, 15 May 2016 04:41:30 GMT.
Content-Length: 40.
.
{"error":"not_found","reason":"missing"}
########
T 192.168.33.1:65291 -> 192.168.33.12:4984 [AP]
GET /db2/9659e26d116cce2c240b50e36afb029a HTTP/1.1.
Host: 192.168.33.12:4984.
Accept-Encoding: gzip, deflate.
Accept: */*.
User-Agent: python-requests/2.9.1.
Connection: keep-alive.
Content-Type: application/json.
Authorization: Basic c2cyX3VzZXI6c2cyX3VzZXI=.
.
##
T 192.168.33.12:4984 -> 192.168.33.1:65291 [AP]
HTTP/1.1 404 Not Found.
Content-Type: application/json.
Server: Couchbase Sync Gateway/1.2 branch/HEAD(nobranch) commit/9869366.
Date: Sun, 15 May 2016 04:41:31 GMT.
Content-Length: 40.
.
{"error":"not_found","reason":"missing"}
########
T 192.168.33.1:65292 -> 192.168.33.12:4984 [AP]
GET /db2/9659e26d116cce2c240b50e36afb029a HTTP/1.1.
Host: 192.168.33.12:4984.
Accept-Encoding: gzip, deflate.
Accept: */*.
User-Agent: python-requests/2.9.1.
Connection: keep-alive.
Content-Type: application/json.
Authorization: Basic c2cyX3VzZXI6c2cyX3VzZXI=.
.
##
T 192.168.33.12:4984 -> 192.168.33.1:65292 [AP]
HTTP/1.1 404 Not Found.
Content-Type: application/json.
Server: Couchbase Sync Gateway/1.2 branch/HEAD(nobranch) commit/9869366.
Date: Sun, 15 May 2016 04:41:32 GMT.
Content-Length: 40.
.
{"error":"not_found","reason":"missing"}
########
T 192.168.33.1:65293 -> 192.168.33.12:4984 [AP]
GET /db2/9659e26d116cce2c240b50e36afb029a HTTP/1.1.
Host: 192.168.33.12:4984.
Accept-Encoding: gzip, deflate.
Accept: */*.
User-Agent: python-requests/2.9.1.
Connection: keep-alive.
Content-Type: application/json.
Authorization: Basic c2cyX3VzZXI6c2cyX3VzZXI=.
.
##
T 192.168.33.12:4984 -> 192.168.33.1:65293 [AP]
HTTP/1.1 404 Not Found.
Content-Type: application/json.
Server: Couchbase Sync Gateway/1.2 branch/HEAD(nobranch) commit/9869366.
Date: Sun, 15 May 2016 04:41:33 GMT.
Content-Length: 40.
.
{"error":"not_found","reason":"missing"}
########
T 192.168.33.1:65294 -> 192.168.33.12:4984 [AP]
GET /db2/9659e26d116cce2c240b50e36afb029a HTTP/1.1.
Host: 192.168.33.12:4984.
Accept-Encoding: gzip, deflate.
Accept: */*.
User-Agent: python-requests/2.9.1.
Connection: keep-alive.
Content-Type: application/json.
Authorization: Basic c2cyX3VzZXI6c2cyX3VzZXI=.
.
##
T 192.168.33.12:4984 -> 192.168.33.1:65294 [AP]
HTTP/1.1 404 Not Found.
Content-Type: application/json.
Server: Couchbase Sync Gateway/1.2 branch/HEAD(nobranch) commit/9869366.
Date: Sun, 15 May 2016 04:41:34 GMT.
Content-Length: 40.
.
{"error":"not_found","reason":"missing"}
########
T 192.168.33.1:65295 -> 192.168.33.12:4984 [AP]
GET /db2/9659e26d116cce2c240b50e36afb029a HTTP/1.1.
Host: 192.168.33.12:4984.
Accept-Encoding: gzip, deflate.
Accept: */*.
User-Agent: python-requests/2.9.1.
Connection: keep-alive.
Content-Type: application/json.
Authorization: Basic c2cyX3VzZXI6c2cyX3VzZXI=.
.
##
T 192.168.33.12:4984 -> 192.168.33.1:65295 [AP]
HTTP/1.1 404 Not Found.
Content-Type: application/json.
Server: Couchbase Sync Gateway/1.2 branch/HEAD(nobranch) commit/9869366.
Date: Sun, 15 May 2016 04:41:35 GMT.
Content-Length: 40.
.
{"error":"not_found","reason":"missing"}
########
T 192.168.33.1:65296 -> 192.168.33.12:4984 [AP]
GET /db2/9659e26d116cce2c240b50e36afb029a HTTP/1.1.
Host: 192.168.33.12:4984.
Accept-Encoding: gzip, deflate.
Accept: */*.
User-Agent: python-requests/2.9.1.
Connection: keep-alive.
Content-Type: application/json.
Authorization: Basic c2cyX3VzZXI6c2cyX3VzZXI=.
.
##
T 192.168.33.12:4984 -> 192.168.33.1:65296 [AP]
HTTP/1.1 404 Not Found.
Content-Type: application/json.
Server: Couchbase Sync Gateway/1.2 branch/HEAD(nobranch) commit/9869366.
Date: Sun, 15 May 2016 04:41:36 GMT.
Content-Length: 40.
.
{"error":"not_found","reason":"missing"}
########
T 192.168.33.1:65297 -> 192.168.33.12:4984 [AP]
GET /db2/9659e26d116cce2c240b50e36afb029a HTTP/1.1.
Host: 192.168.33.12:4984.
Accept-Encoding: gzip, deflate.
Accept: */*.
User-Agent: python-requests/2.9.1.
Connection: keep-alive.
Content-Type: application/json.
Authorization: Basic c2cyX3VzZXI6c2cyX3VzZXI=.
.
##
T 192.168.33.12:4984 -> 192.168.33.1:65297 [AP]
HTTP/1.1 404 Not Found.
Content-Type: application/json.
Server: Couchbase Sync Gateway/1.2 branch/HEAD(nobranch) commit/9869366.
Date: Sun, 15 May 2016 04:41:37 GMT.
Content-Length: 40.
.
{"error":"not_found","reason":"missing"}
########
T 192.168.33.1:65299 -> 192.168.33.12:4984 [AP]
GET /db2/9659e26d116cce2c240b50e36afb029a HTTP/1.1.
Host: 192.168.33.12:4984.
Accept-Encoding: gzip, deflate.
Accept: */*.
User-Agent: python-requests/2.9.1.
Connection: keep-alive.
Content-Type: application/json.
Authorization: Basic c2cyX3VzZXI6c2cyX3VzZXI=.
.
##
T 192.168.33.12:4984 -> 192.168.33.1:65299 [AP]
HTTP/1.1 404 Not Found.
Content-Type: application/json.
Server: Couchbase Sync Gateway/1.2 branch/HEAD(nobranch) commit/9869366.
Date: Sun, 15 May 2016 04:41:38 GMT.
Content-Length: 40.
.
{"error":"not_found","reason":"missing"}
########
T 192.168.33.1:65300 -> 192.168.33.12:4984 [AP]
GET /db2/9659e26d116cce2c240b50e36afb029a HTTP/1.1.
Host: 192.168.33.12:4984.
Accept-Encoding: gzip, deflate.
Accept: */*.
User-Agent: python-requests/2.9.1.
Connection: keep-alive.
Content-Type: application/json.
Authorization: Basic c2cyX3VzZXI6c2cyX3VzZXI=.
.
##
T 192.168.33.12:4984 -> 192.168.33.1:65300 [AP]
HTTP/1.1 404 Not Found.
Content-Type: application/json.
Server: Couchbase Sync Gateway/1.2 branch/HEAD(nobranch) commit/9869366.
Date: Sun, 15 May 2016 04:41:39 GMT.
Content-Length: 40.
.
{"error":"not_found","reason":"missing"}
########
T 192.168.33.1:65301 -> 192.168.33.12:4984 [AP]
GET /db2/9659e26d116cce2c240b50e36afb029a HTTP/1.1.
Host: 192.168.33.12:4984.
Accept-Encoding: gzip, deflate.
Accept: */*.
User-Agent: python-requests/2.9.1.
Connection: keep-alive.
Content-Type: application/json.
Authorization: Basic c2cyX3VzZXI6c2cyX3VzZXI=.
.
##
T 192.168.33.12:4984 -> 192.168.33.1:65301 [AP]
HTTP/1.1 404 Not Found.
Content-Type: application/json.
Server: Couchbase Sync Gateway/1.2 branch/HEAD(nobranch) commit/9869366.
Date: Sun, 15 May 2016 04:41:40 GMT.
Content-Length: 40.
.
{"error":"not_found","reason":"missing"}
########
T 192.168.33.1:65302 -> 192.168.33.12:4984 [AP]
GET /db2/9659e26d116cce2c240b50e36afb029a HTTP/1.1.
Host: 192.168.33.12:4984.
Accept-Encoding: gzip, deflate.
Accept: */*.
User-Agent: python-requests/2.9.1.
Connection: keep-alive.
Content-Type: application/json.
Authorization: Basic c2cyX3VzZXI6c2cyX3VzZXI=.
.
##
T 192.168.33.12:4984 -> 192.168.33.1:65302 [AP]
HTTP/1.1 404 Not Found.
Content-Type: application/json.
Server: Couchbase Sync Gateway/1.2 branch/HEAD(nobranch) commit/9869366.
Date: Sun, 15 May 2016 04:41:41 GMT.
Content-Length: 40.
.
{"error":"not_found","reason":"missing"}
########
T 192.168.33.1:65303 -> 192.168.33.12:4984 [AP]
GET /db2/9659e26d116cce2c240b50e36afb029a HTTP/1.1.
Host: 192.168.33.12:4984.
Accept-Encoding: gzip, deflate.
Accept: */*.
User-Agent: python-requests/2.9.1.
Connection: keep-alive.
Content-Type: application/json.
Authorization: Basic c2cyX3VzZXI6c2cyX3VzZXI=.
.
##
T 192.168.33.12:4984 -> 192.168.33.1:65303 [AP]
HTTP/1.1 404 Not Found.
Content-Type: application/json.
Server: Couchbase Sync Gateway/1.2 branch/HEAD(nobranch) commit/9869366.
Date: Sun, 15 May 2016 04:41:42 GMT.
Content-Length: 40.
.
{"error":"not_found","reason":"missing"}
########
T 192.168.33.1:65304 -> 192.168.33.12:4984 [AP]
GET /db2/9659e26d116cce2c240b50e36afb029a HTTP/1.1.
Host: 192.168.33.12:4984.
Accept-Encoding: gzip, deflate.
Accept: */*.
User-Agent: python-requests/2.9.1.
Connection: keep-alive.
Content-Type: application/json.
Authorization: Basic c2cyX3VzZXI6c2cyX3VzZXI=.
.
##
T 192.168.33.12:4984 -> 192.168.33.1:65304 [AP]
HTTP/1.1 404 Not Found.
Content-Type: application/json.
Server: Couchbase Sync Gateway/1.2 branch/HEAD(nobranch) commit/9869366.
Date: Sun, 15 May 2016 04:41:43 GMT.
Content-Length: 40.
.
{"error":"not_found","reason":"missing"}
########
T 192.168.33.1:65305 -> 192.168.33.12:4984 [AP]
GET /db2/9659e26d116cce2c240b50e36afb029a HTTP/1.1.
Host: 192.168.33.12:4984.
Accept-Encoding: gzip, deflate.
Accept: */*.
User-Agent: python-requests/2.9.1.
Connection: keep-alive.
Content-Type: application/json.
Authorization: Basic c2cyX3VzZXI6c2cyX3VzZXI=.
.
##
T 192.168.33.12:4984 -> 192.168.33.1:65305 [AP]
HTTP/1.1 404 Not Found.
Content-Type: application/json.
Server: Couchbase Sync Gateway/1.2 branch/HEAD(nobranch) commit/9869366.
Date: Sun, 15 May 2016 04:41:44 GMT.
Content-Length: 40.
.
{"error":"not_found","reason":"missing"}
########
T 192.168.33.1:65307 -> 192.168.33.12:4984 [AP]
GET /db2/9659e26d116cce2c240b50e36afb029a HTTP/1.1.
Host: 192.168.33.12:4984.
Accept-Encoding: gzip, deflate.
Accept: */*.
User-Agent: python-requests/2.9.1.
Connection: keep-alive.
Content-Type: application/json.
Authorization: Basic c2cyX3VzZXI6c2cyX3VzZXI=.
.
##
T 192.168.33.12:4984 -> 192.168.33.1:65307 [AP]
HTTP/1.1 404 Not Found.
Content-Type: application/json.
Server: Couchbase Sync Gateway/1.2 branch/HEAD(nobranch) commit/9869366.
Date: Sun, 15 May 2016 04:41:45 GMT.
Content-Length: 40.
.
{"error":"not_found","reason":"missing"}
########
T 192.168.33.1:65308 -> 192.168.33.12:4984 [AP]
GET /db2/9659e26d116cce2c240b50e36afb029a HTTP/1.1.
Host: 192.168.33.12:4984.
Accept-Encoding: gzip, deflate.
Accept: */*.
User-Agent: python-requests/2.9.1.
Connection: keep-alive.
Content-Type: application/json.
Authorization: Basic c2cyX3VzZXI6c2cyX3VzZXI=.
.
##
T 192.168.33.12:4984 -> 192.168.33.1:65308 [AP]
HTTP/1.1 404 Not Found.
Content-Type: application/json.
Server: Couchbase Sync Gateway/1.2 branch/HEAD(nobranch) commit/9869366.
Date: Sun, 15 May 2016 04:41:46 GMT.
Content-Length: 40.
.
{"error":"not_found","reason":"missing"}
########
T 192.168.33.1:65309 -> 192.168.33.12:4984 [AP]
GET /db2/9659e26d116cce2c240b50e36afb029a HTTP/1.1.
Host: 192.168.33.12:4984.
Accept-Encoding: gzip, deflate.
Accept: */*.
User-Agent: python-requests/2.9.1.
Connection: keep-alive.
Content-Type: application/json.
Authorization: Basic c2cyX3VzZXI6c2cyX3VzZXI=.
.
##
T 192.168.33.12:4984 -> 192.168.33.1:65309 [AP]
HTTP/1.1 404 Not Found.
Content-Type: application/json.
Server: Couchbase Sync Gateway/1.2 branch/HEAD(nobranch) commit/9869366.
Date: Sun, 15 May 2016 04:41:47 GMT.
Content-Length: 40.
.
{"error":"not_found","reason":"missing"}
########
T 192.168.33.1:65310 -> 192.168.33.12:4984 [AP]
GET /db2/9659e26d116cce2c240b50e36afb029a HTTP/1.1.
Host: 192.168.33.12:4984.
Accept-Encoding: gzip, deflate.
Accept: */*.
User-Agent: python-requests/2.9.1.
Connection: keep-alive.
Content-Type: application/json.
Authorization: Basic c2cyX3VzZXI6c2cyX3VzZXI=.
.
##
T 192.168.33.12:4984 -> 192.168.33.1:65310 [AP]
HTTP/1.1 404 Not Found.
Content-Type: application/json.
Server: Couchbase Sync Gateway/1.2 branch/HEAD(nobranch) commit/9869366.
Date: Sun, 15 May 2016 04:41:48 GMT.
Content-Length: 40.
.
{"error":"not_found","reason":"missing"}
########
T 192.168.33.1:65311 -> 192.168.33.12:4984 [AP]
GET /db2/9659e26d116cce2c240b50e36afb029a HTTP/1.1.
Host: 192.168.33.12:4984.
Accept-Encoding: gzip, deflate.
Accept: */*.
User-Agent: python-requests/2.9.1.
Connection: keep-alive.
Content-Type: application/json.
Authorization: Basic c2cyX3VzZXI6c2cyX3VzZXI=.
.
##
T 192.168.33.12:4984 -> 192.168.33.1:65311 [AP]
HTTP/1.1 404 Not Found.
Content-Type: application/json.
Server: Couchbase Sync Gateway/1.2 branch/HEAD(nobranch) commit/9869366.
Date: Sun, 15 May 2016 04:41:49 GMT.
Content-Length: 40.
.
{"error":"not_found","reason":"missing"}
########
T 192.168.33.1:65312 -> 192.168.33.12:4984 [AP]
GET /db2/9659e26d116cce2c240b50e36afb029a HTTP/1.1.
Host: 192.168.33.12:4984.
Accept-Encoding: gzip, deflate.
Accept: */*.
User-Agent: python-requests/2.9.1.
Connection: keep-alive.
Content-Type: application/json.
Authorization: Basic c2cyX3VzZXI6c2cyX3VzZXI=.
.
##
T 192.168.33.12:4984 -> 192.168.33.1:65312 [AP]
HTTP/1.1 404 Not Found.
Content-Type: application/json.
Server: Couchbase Sync Gateway/1.2 branch/HEAD(nobranch) commit/9869366.
Date: Sun, 15 May 2016 04:41:50 GMT.
Content-Length: 40.
.
{"error":"not_found","reason":"missing"}
########
T 192.168.33.1:65313 -> 192.168.33.12:4984 [AP]
GET /db2/9659e26d116cce2c240b50e36afb029a HTTP/1.1.
Host: 192.168.33.12:4984.
Accept-Encoding: gzip, deflate.
Accept: */*.
User-Agent: python-requests/2.9.1.
Connection: keep-alive.
Content-Type: application/json.
Authorization: Basic c2cyX3VzZXI6c2cyX3VzZXI=.
.
##
T 192.168.33.12:4984 -> 192.168.33.1:65313 [AP]
HTTP/1.1 404 Not Found.
Content-Type: application/json.
Server: Couchbase Sync Gateway/1.2 branch/HEAD(nobranch) commit/9869366.
Date: Sun, 15 May 2016 04:41:51 GMT.
Content-Length: 40.
.
{"error":"not_found","reason":"missing"}
########
T 192.168.33.1:65314 -> 192.168.33.12:4984 [AP]
GET /db2/9659e26d116cce2c240b50e36afb029a HTTP/1.1.
Host: 192.168.33.12:4984.
Accept-Encoding: gzip, deflate.
Accept: */*.
User-Agent: python-requests/2.9.1.
Connection: keep-alive.
Content-Type: application/json.
Authorization: Basic c2cyX3VzZXI6c2cyX3VzZXI=.
.
##
T 192.168.33.12:4984 -> 192.168.33.1:65314 [AP]
HTTP/1.1 404 Not Found.
Content-Type: application/json.
Server: Couchbase Sync Gateway/1.2 branch/HEAD(nobranch) commit/9869366.
Date: Sun, 15 May 2016 04:41:52 GMT.
Content-Length: 40.
.
{"error":"not_found","reason":"missing"}
########
T 192.168.33.1:65315 -> 192.168.33.12:4984 [AP]
GET /db2/9659e26d116cce2c240b50e36afb029a HTTP/1.1.
Host: 192.168.33.12:4984.
Accept-Encoding: gzip, deflate.
Accept: */*.
User-Agent: python-requests/2.9.1.
Connection: keep-alive.
Content-Type: application/json.
Authorization: Basic c2cyX3VzZXI6c2cyX3VzZXI=.
.
##
T 192.168.33.12:4984 -> 192.168.33.1:65315 [AP]
HTTP/1.1 404 Not Found.
Content-Type: application/json.
Server: Couchbase Sync Gateway/1.2 branch/HEAD(nobranch) commit/9869366.
Date: Sun, 15 May 2016 04:41:53 GMT.
Content-Length: 40.
.
{"error":"not_found","reason":"missing"}
########
T 192.168.33.1:65316 -> 192.168.33.12:4984 [AP]
GET /db2/9659e26d116cce2c240b50e36afb029a HTTP/1.1.
Host: 192.168.33.12:4984.
Accept-Encoding: gzip, deflate.
Accept: */*.
User-Agent: python-requests/2.9.1.
Connection: keep-alive.
Content-Type: application/json.
Authorization: Basic c2cyX3VzZXI6c2cyX3VzZXI=.
.
##
T 192.168.33.12:4984 -> 192.168.33.1:65316 [AP]
HTTP/1.1 404 Not Found.
Content-Type: application/json.
Server: Couchbase Sync Gateway/1.2 branch/HEAD(nobranch) commit/9869366.
Date: Sun, 15 May 2016 04:41:54 GMT.
Content-Length: 40.
.
{"error":"not_found","reason":"missing"}
########
T 192.168.33.1:65317 -> 192.168.33.12:4984 [AP]
GET /db2/9659e26d116cce2c240b50e36afb029a HTTP/1.1.
Host: 192.168.33.12:4984.
Accept-Encoding: gzip, deflate.
Accept: */*.
User-Agent: python-requests/2.9.1.
Connection: keep-alive.
Content-Type: application/json.
Authorization: Basic c2cyX3VzZXI6c2cyX3VzZXI=.
.
##
T 192.168.33.12:4984 -> 192.168.33.1:65317 [AP]
HTTP/1.1 404 Not Found.
Content-Type: application/json.
Server: Couchbase Sync Gateway/1.2 branch/HEAD(nobranch) commit/9869366.
Date: Sun, 15 May 2016 04:41:55 GMT.
Content-Length: 40.
.
{"error":"not_found","reason":"missing"}
########
T 192.168.33.1:65318 -> 192.168.33.12:4984 [AP]
GET /db2/9659e26d116cce2c240b50e36afb029a HTTP/1.1.
Host: 192.168.33.12:4984.
Accept-Encoding: gzip, deflate.
Accept: */*.
User-Agent: python-requests/2.9.1.
Connection: keep-alive.
Content-Type: application/json.
Authorization: Basic c2cyX3VzZXI6c2cyX3VzZXI=.
.
##
T 192.168.33.12:4984 -> 192.168.33.1:65318 [AP]
HTTP/1.1 404 Not Found.
Content-Type: application/json.
Server: Couchbase Sync Gateway/1.2 branch/HEAD(nobranch) commit/9869366.
Date: Sun, 15 May 2016 04:41:56 GMT.
Content-Length: 40.
.
{"error":"not_found","reason":"missing"}
########
T 192.168.33.1:65319 -> 192.168.33.12:4984 [AP]
GET /db2/9659e26d116cce2c240b50e36afb029a HTTP/1.1.
Host: 192.168.33.12:4984.
Accept-Encoding: gzip, deflate.
Accept: */*.
User-Agent: python-requests/2.9.1.
Connection: keep-alive.
Content-Type: application/json.
Authorization: Basic c2cyX3VzZXI6c2cyX3VzZXI=.
.
##
T 192.168.33.12:4984 -> 192.168.33.1:65319 [AP]
HTTP/1.1 404 Not Found.
Content-Type: application/json.
Server: Couchbase Sync Gateway/1.2 branch/HEAD(nobranch) commit/9869366.
Date: Sun, 15 May 2016 04:41:57 GMT.
Content-Length: 40.
.
{"error":"not_found","reason":"missing"}
########
T 192.168.33.1:65320 -> 192.168.33.12:4984 [AP]
GET /db2/9659e26d116cce2c240b50e36afb029a HTTP/1.1.
Host: 192.168.33.12:4984.
Accept-Encoding: gzip, deflate.
Accept: */*.
User-Agent: python-requests/2.9.1.
Connection: keep-alive.
Content-Type: application/json.
Authorization: Basic c2cyX3VzZXI6c2cyX3VzZXI=.
.
##
T 192.168.33.12:4984 -> 192.168.33.1:65320 [AP]
HTTP/1.1 404 Not Found.
Content-Type: application/json.
Server: Couchbase Sync Gateway/1.2 branch/HEAD(nobranch) commit/9869366.
Date: Sun, 15 May 2016 04:41:58 GMT.
Content-Length: 40.
.
{"error":"not_found","reason":"missing"}
########
T 192.168.33.1:65321 -> 192.168.33.12:4984 [AP]
GET /db2/9659e26d116cce2c240b50e36afb029a HTTP/1.1.
Host: 192.168.33.12:4984.
Accept-Encoding: gzip, deflate.
Accept: */*.
User-Agent: python-requests/2.9.1.
Connection: keep-alive.
Content-Type: application/json.
Authorization: Basic c2cyX3VzZXI6c2cyX3VzZXI=.
.
##
T 192.168.33.12:4984 -> 192.168.33.1:65321 [AP]
HTTP/1.1 404 Not Found.
Content-Type: application/json.
Server: Couchbase Sync Gateway/1.2 branch/HEAD(nobranch) commit/9869366.
Date: Sun, 15 May 2016 04:41:59 GMT.
Content-Length: 40.
.
{"error":"not_found","reason":"missing"}
########
T 192.168.33.1:65322 -> 192.168.33.12:4984 [AP]
GET /db2/9659e26d116cce2c240b50e36afb029a HTTP/1.1.
Host: 192.168.33.12:4984.
Accept-Encoding: gzip, deflate.
Accept: */*.
User-Agent: python-requests/2.9.1.
Connection: keep-alive.
Content-Type: application/json.
Authorization: Basic c2cyX3VzZXI6c2cyX3VzZXI=.
.
##
T 192.168.33.12:4984 -> 192.168.33.1:65322 [AP]
HTTP/1.1 404 Not Found.
Content-Type: application/json.
Server: Couchbase Sync Gateway/1.2 branch/HEAD(nobranch) commit/9869366.
Date: Sun, 15 May 2016 04:42:00 GMT.
Content-Length: 40.
.
{"error":"not_found","reason":"missing"}
########
T 192.168.33.1:65323 -> 192.168.33.12:4984 [AP]
GET /db2/9659e26d116cce2c240b50e36afb029a HTTP/1.1.
Host: 192.168.33.12:4984.
Accept-Encoding: gzip, deflate.
Accept: */*.
User-Agent: python-requests/2.9.1.
Connection: keep-alive.
Content-Type: application/json.
Authorization: Basic c2cyX3VzZXI6c2cyX3VzZXI=.
.
##
T 192.168.33.12:4984 -> 192.168.33.1:65323 [AP]
HTTP/1.1 404 Not Found.
Content-Type: application/json.
Server: Couchbase Sync Gateway/1.2 branch/HEAD(nobranch) commit/9869366.
Date: Sun, 15 May 2016 04:42:01 GMT.
Content-Length: 40.
.
{"error":"not_found","reason":"missing"}
########
T 192.168.33.1:65325 -> 192.168.33.12:4984 [AP]
GET /db2/9659e26d116cce2c240b50e36afb029a HTTP/1.1.
Host: 192.168.33.12:4984.
Accept-Encoding: gzip, deflate.
Accept: */*.
User-Agent: python-requests/2.9.1.
Connection: keep-alive.
Content-Type: application/json.
Authorization: Basic c2cyX3VzZXI6c2cyX3VzZXI=.
.
##
T 192.168.33.12:4984 -> 192.168.33.1:65325 [AP]
HTTP/1.1 404 Not Found.
Content-Type: application/json.
Server: Couchbase Sync Gateway/1.2 branch/HEAD(nobranch) commit/9869366.
Date: Sun, 15 May 2016 04:42:02 GMT.
Content-Length: 40.
.
{"error":"not_found","reason":"missing"}
########
T 192.168.33.1:65327 -> 192.168.33.12:4984 [AP]
GET /db2/9659e26d116cce2c240b50e36afb029a HTTP/1.1.
Host: 192.168.33.12:4984.
Accept-Encoding: gzip, deflate.
Accept: */*.
User-Agent: python-requests/2.9.1.
Connection: keep-alive.
Content-Type: application/json.
Authorization: Basic c2cyX3VzZXI6c2cyX3VzZXI=.
.
##
T 192.168.33.12:4984 -> 192.168.33.1:65327 [AP]
HTTP/1.1 404 Not Found.
Content-Type: application/json.
Server: Couchbase Sync Gateway/1.2 branch/HEAD(nobranch) commit/9869366.
Date: Sun, 15 May 2016 04:42:03 GMT.
Content-Length: 40.
.
{"error":"not_found","reason":"missing"}
########
T 192.168.33.1:65328 -> 192.168.33.12:4984 [AP]
GET /db2/9659e26d116cce2c240b50e36afb029a HTTP/1.1.
Host: 192.168.33.12:4984.
Accept-Encoding: gzip, deflate.
Accept: */*.
User-Agent: python-requests/2.9.1.
Connection: keep-alive.
Content-Type: application/json.
Authorization: Basic c2cyX3VzZXI6c2cyX3VzZXI=.
.
##
T 192.168.33.12:4984 -> 192.168.33.1:65328 [AP]
HTTP/1.1 404 Not Found.
Content-Type: application/json.
Server: Couchbase Sync Gateway/1.2 branch/HEAD(nobranch) commit/9869366.
Date: Sun, 15 May 2016 04:42:04 GMT.
Content-Length: 40.
.
{"error":"not_found","reason":"missing"}
########
T 192.168.33.1:65330 -> 192.168.33.12:4984 [AP]
GET /db2/9659e26d116cce2c240b50e36afb029a HTTP/1.1.
Host: 192.168.33.12:4984.
Accept-Encoding: gzip, deflate.
Accept: */*.
User-Agent: python-requests/2.9.1.
Connection: keep-alive.
Content-Type: application/json.
Authorization: Basic c2cyX3VzZXI6c2cyX3VzZXI=.
.
##
T 192.168.33.12:4984 -> 192.168.33.1:65330 [AP]
HTTP/1.1 404 Not Found.
Content-Type: application/json.
Server: Couchbase Sync Gateway/1.2 branch/HEAD(nobranch) commit/9869366.
Date: Sun, 15 May 2016 04:42:05 GMT.
Content-Length: 40.
.
{"error":"not_found","reason":"missing"}
########
T 192.168.33.1:65333 -> 192.168.33.12:4984 [AP]
GET /db2/9659e26d116cce2c240b50e36afb029a HTTP/1.1.
Host: 192.168.33.12:4984.
Accept-Encoding: gzip, deflate.
Accept: */*.
User-Agent: python-requests/2.9.1.
Connection: keep-alive.
Content-Type: application/json.
Authorization: Basic c2cyX3VzZXI6c2cyX3VzZXI=.
.
##
T 192.168.33.12:4984 -> 192.168.33.1:65333 [AP]
HTTP/1.1 404 Not Found.
Content-Type: application/json.
Server: Couchbase Sync Gateway/1.2 branch/HEAD(nobranch) commit/9869366.
Date: Sun, 15 May 2016 04:42:06 GMT.
Content-Length: 40.
.
{"error":"not_found","reason":"missing"}
########
T 192.168.33.1:65336 -> 192.168.33.12:4984 [AP]
GET /db2/9659e26d116cce2c240b50e36afb029a HTTP/1.1.
Host: 192.168.33.12:4984.
Accept-Encoding: gzip, deflate.
Accept: */*.
User-Agent: python-requests/2.9.1.
Connection: keep-alive.
Content-Type: application/json.
Authorization: Basic c2cyX3VzZXI6c2cyX3VzZXI=.
.
##
T 192.168.33.12:4984 -> 192.168.33.1:65336 [AP]
HTTP/1.1 404 Not Found.
Content-Type: application/json.
Server: Couchbase Sync Gateway/1.2 branch/HEAD(nobranch) commit/9869366.
Date: Sun, 15 May 2016 04:42:07 GMT.
Content-Length: 40.
.
{"error":"not_found","reason":"missing"}
########
T 192.168.33.1:65338 -> 192.168.33.12:4984 [AP]
GET /db2/9659e26d116cce2c240b50e36afb029a HTTP/1.1.
Host: 192.168.33.12:4984.
Accept-Encoding: gzip, deflate.
Accept: */*.
User-Agent: python-requests/2.9.1.
Connection: keep-alive.
Content-Type: application/json.
Authorization: Basic c2cyX3VzZXI6c2cyX3VzZXI=.
.
##
T 192.168.33.12:4984 -> 192.168.33.1:65338 [AP]
HTTP/1.1 404 Not Found.
Content-Type: application/json.
Server: Couchbase Sync Gateway/1.2 branch/HEAD(nobranch) commit/9869366.
Date: Sun, 15 May 2016 04:42:08 GMT.
Content-Length: 40.
.
{"error":"not_found","reason":"missing"}
########
T 192.168.33.1:65339 -> 192.168.33.12:4984 [AP]
GET /db2/9659e26d116cce2c240b50e36afb029a HTTP/1.1.
Host: 192.168.33.12:4984.
Accept-Encoding: gzip, deflate.
Accept: */*.
User-Agent: python-requests/2.9.1.
Connection: keep-alive.
Content-Type: application/json.
Authorization: Basic c2cyX3VzZXI6c2cyX3VzZXI=.
.
##
T 192.168.33.12:4984 -> 192.168.33.1:65339 [AP]
HTTP/1.1 404 Not Found.
Content-Type: application/json.
Server: Couchbase Sync Gateway/1.2 branch/HEAD(nobranch) commit/9869366.
Date: Sun, 15 May 2016 04:42:09 GMT.
Content-Length: 40.
.
{"error":"not_found","reason":"missing"}
########
T 192.168.33.1:65341 -> 192.168.33.12:4984 [AP]
GET /db2/9659e26d116cce2c240b50e36afb029a HTTP/1.1.
Host: 192.168.33.12:4984.
Accept-Encoding: gzip, deflate.
Accept: */*.
User-Agent: python-requests/2.9.1.
Connection: keep-alive.
Content-Type: application/json.
Authorization: Basic c2cyX3VzZXI6c2cyX3VzZXI=.
.
##
T 192.168.33.12:4984 -> 192.168.33.1:65341 [AP]
HTTP/1.1 404 Not Found.
Content-Type: application/json.
Server: Couchbase Sync Gateway/1.2 branch/HEAD(nobranch) commit/9869366.
Date: Sun, 15 May 2016 04:42:10 GMT.
Content-Length: 40.
.
{"error":"not_found","reason":"missing"}
########
T 192.168.33.1:65342 -> 192.168.33.12:4984 [AP]
GET /db2/9659e26d116cce2c240b50e36afb029a HTTP/1.1.
Host: 192.168.33.12:4984.
Accept-Encoding: gzip, deflate.
Accept: */*.
User-Agent: python-requests/2.9.1.
Connection: keep-alive.
Content-Type: application/json.
Authorization: Basic c2cyX3VzZXI6c2cyX3VzZXI=.
.
##
T 192.168.33.12:4984 -> 192.168.33.1:65342 [AP]
HTTP/1.1 404 Not Found.
Content-Type: application/json.
Server: Couchbase Sync Gateway/1.2 branch/HEAD(nobranch) commit/9869366.
Date: Sun, 15 May 2016 04:42:11 GMT.
Content-Length: 40.
.
{"error":"not_found","reason":"missing"}
########
T 192.168.33.1:65343 -> 192.168.33.12:4984 [AP]
GET /db2/9659e26d116cce2c240b50e36afb029a HTTP/1.1.
Host: 192.168.33.12:4984.
Accept-Encoding: gzip, deflate.
Accept: */*.
User-Agent: python-requests/2.9.1.
Connection: keep-alive.
Content-Type: application/json.
Authorization: Basic c2cyX3VzZXI6c2cyX3VzZXI=.
.
##
T 192.168.33.12:4984 -> 192.168.33.1:65343 [AP]
HTTP/1.1 404 Not Found.
Content-Type: application/json.
Server: Couchbase Sync Gateway/1.2 branch/HEAD(nobranch) commit/9869366.
Date: Sun, 15 May 2016 04:42:12 GMT.
Content-Length: 40.
.
{"error":"not_found","reason":"missing"}
########
T 192.168.33.1:65344 -> 192.168.33.12:4984 [AP]
GET /db2/9659e26d116cce2c240b50e36afb029a HTTP/1.1.
Host: 192.168.33.12:4984.
Accept-Encoding: gzip, deflate.
Accept: */*.
User-Agent: python-requests/2.9.1.
Connection: keep-alive.
Content-Type: application/json.
Authorization: Basic c2cyX3VzZXI6c2cyX3VzZXI=.
.
##
T 192.168.33.12:4984 -> 192.168.33.1:65344 [AP]
HTTP/1.1 404 Not Found.
Content-Type: application/json.
Server: Couchbase Sync Gateway/1.2 branch/HEAD(nobranch) commit/9869366.
Date: Sun, 15 May 2016 04:42:13 GMT.
Content-Length: 40.
.
{"error":"not_found","reason":"missing"}
########
T 192.168.33.1:65345 -> 192.168.33.12:4984 [AP]
GET /db2/9659e26d116cce2c240b50e36afb029a HTTP/1.1.
Host: 192.168.33.12:4984.
Accept-Encoding: gzip, deflate.
Accept: */*.
User-Agent: python-requests/2.9.1.
Connection: keep-alive.
Content-Type: application/json.
Authorization: Basic c2cyX3VzZXI6c2cyX3VzZXI=.
.
##
T 192.168.33.12:4984 -> 192.168.33.1:65345 [AP]
HTTP/1.1 404 Not Found.
Content-Type: application/json.
Server: Couchbase Sync Gateway/1.2 branch/HEAD(nobranch) commit/9869366.
Date: Sun, 15 May 2016 04:42:14 GMT.
Content-Length: 40.
.
{"error":"not_found","reason":"missing"}
########
T 192.168.33.1:65346 -> 192.168.33.12:4984 [AP]
GET /db2/9659e26d116cce2c240b50e36afb029a HTTP/1.1.
Host: 192.168.33.12:4984.
Accept-Encoding: gzip, deflate.
Accept: */*.
User-Agent: python-requests/2.9.1.
Connection: keep-alive.
Content-Type: application/json.
Authorization: Basic c2cyX3VzZXI6c2cyX3VzZXI=.
.
##
T 192.168.33.12:4984 -> 192.168.33.1:65346 [AP]
HTTP/1.1 404 Not Found.
Content-Type: application/json.
Server: Couchbase Sync Gateway/1.2 branch/HEAD(nobranch) commit/9869366.
Date: Sun, 15 May 2016 04:42:15 GMT.
Content-Length: 40.
.
{"error":"not_found","reason":"missing"}
########
T 192.168.33.1:65347 -> 192.168.33.12:4984 [AP]
GET /db2/9659e26d116cce2c240b50e36afb029a HTTP/1.1.
Host: 192.168.33.12:4984.
Accept-Encoding: gzip, deflate.
Accept: */*.
User-Agent: python-requests/2.9.1.
Connection: keep-alive.
Content-Type: application/json.
Authorization: Basic c2cyX3VzZXI6c2cyX3VzZXI=.
.
##
T 192.168.33.12:4984 -> 192.168.33.1:65347 [AP]
HTTP/1.1 404 Not Found.
Content-Type: application/json.
Server: Couchbase Sync Gateway/1.2 branch/HEAD(nobranch) commit/9869366.
Date: Sun, 15 May 2016 04:42:16 GMT.
Content-Length: 40.
.
{"error":"not_found","reason":"missing"}
########
T 192.168.33.1:65348 -> 192.168.33.12:4984 [AP]
GET /db2/9659e26d116cce2c240b50e36afb029a HTTP/1.1.
Host: 192.168.33.12:4984.
Accept-Encoding: gzip, deflate.
Accept: */*.
User-Agent: python-requests/2.9.1.
Connection: keep-alive.
Content-Type: application/json.
Authorization: Basic c2cyX3VzZXI6c2cyX3VzZXI=.
.
##
T 192.168.33.12:4984 -> 192.168.33.1:65348 [AP]
HTTP/1.1 404 Not Found.
Content-Type: application/json.
Server: Couchbase Sync Gateway/1.2 branch/HEAD(nobranch) commit/9869366.
Date: Sun, 15 May 2016 04:42:17 GMT.
Content-Length: 40.
.
{"error":"not_found","reason":"missing"}
########
T 192.168.33.1:65349 -> 192.168.33.12:4984 [AP]
GET /db2/9659e26d116cce2c240b50e36afb029a HTTP/1.1.
Host: 192.168.33.12:4984.
Accept-Encoding: gzip, deflate.
Accept: */*.
User-Agent: python-requests/2.9.1.
Connection: keep-alive.
Content-Type: application/json.
Authorization: Basic c2cyX3VzZXI6c2cyX3VzZXI=.
.
##
T 192.168.33.12:4984 -> 192.168.33.1:65349 [AP]
HTTP/1.1 404 Not Found.
Content-Type: application/json.
Server: Couchbase Sync Gateway/1.2 branch/HEAD(nobranch) commit/9869366.
Date: Sun, 15 May 2016 04:42:18 GMT.
Content-Length: 40.
.
{"error":"not_found","reason":"missing"}
########
T 192.168.33.1:65350 -> 192.168.33.12:4984 [AP]
GET /db2/9659e26d116cce2c240b50e36afb029a HTTP/1.1.
Host: 192.168.33.12:4984.
Accept-Encoding: gzip, deflate.
Accept: */*.
User-Agent: python-requests/2.9.1.
Connection: keep-alive.
Content-Type: application/json.
Authorization: Basic c2cyX3VzZXI6c2cyX3VzZXI=.
.
##
T 192.168.33.12:4984 -> 192.168.33.1:65350 [AP]
HTTP/1.1 404 Not Found.
Content-Type: application/json.
Server: Couchbase Sync Gateway/1.2 branch/HEAD(nobranch) commit/9869366.
Date: Sun, 15 May 2016 04:42:19 GMT.
Content-Length: 40.
.
{"error":"not_found","reason":"missing"}
########
T 192.168.33.1:65351 -> 192.168.33.12:4984 [AP]
GET /db2/9659e26d116cce2c240b50e36afb029a HTTP/1.1.
Host: 192.168.33.12:4984.
Accept-Encoding: gzip, deflate.
Accept: */*.
User-Agent: python-requests/2.9.1.
Connection: keep-alive.
Content-Type: application/json.
Authorization: Basic c2cyX3VzZXI6c2cyX3VzZXI=.
.
##
T 192.168.33.12:4984 -> 192.168.33.1:65351 [AP]
HTTP/1.1 404 Not Found.
Content-Type: application/json.
Server: Couchbase Sync Gateway/1.2 branch/HEAD(nobranch) commit/9869366.
Date: Sun, 15 May 2016 04:42:20 GMT.
Content-Length: 40.
.
{"error":"not_found","reason":"missing"}
########
T 192.168.33.1:65352 -> 192.168.33.12:4984 [AP]
GET /db2/9659e26d116cce2c240b50e36afb029a HTTP/1.1.
Host: 192.168.33.12:4984.
Accept-Encoding: gzip, deflate.
Accept: */*.
User-Agent: python-requests/2.9.1.
Connection: keep-alive.
Content-Type: application/json.
Authorization: Basic c2cyX3VzZXI6c2cyX3VzZXI=.
.
##
T 192.168.33.12:4984 -> 192.168.33.1:65352 [AP]
HTTP/1.1 404 Not Found.
Content-Type: application/json.
Server: Couchbase Sync Gateway/1.2 branch/HEAD(nobranch) commit/9869366.
Date: Sun, 15 May 2016 04:42:21 GMT.
Content-Length: 40.
.
{"error":"not_found","reason":"missing"}
########
T 192.168.33.1:65353 -> 192.168.33.12:4984 [AP]
GET /db2/9659e26d116cce2c240b50e36afb029a HTTP/1.1.
Host: 192.168.33.12:4984.
Accept-Encoding: gzip, deflate.
Accept: */*.
User-Agent: python-requests/2.9.1.
Connection: keep-alive.
Content-Type: application/json.
Authorization: Basic c2cyX3VzZXI6c2cyX3VzZXI=.
.
##
T 192.168.33.12:4984 -> 192.168.33.1:65353 [AP]
HTTP/1.1 404 Not Found.
Content-Type: application/json.
Server: Couchbase Sync Gateway/1.2 branch/HEAD(nobranch) commit/9869366.
Date: Sun, 15 May 2016 04:42:22 GMT.
Content-Length: 40.
.
{"error":"not_found","reason":"missing"}
########
T 192.168.33.1:65354 -> 192.168.33.12:4984 [AP]
GET /db2/9659e26d116cce2c240b50e36afb029a HTTP/1.1.
Host: 192.168.33.12:4984.
Accept-Encoding: gzip, deflate.
Accept: */*.
User-Agent: python-requests/2.9.1.
Connection: keep-alive.
Content-Type: application/json.
Authorization: Basic c2cyX3VzZXI6c2cyX3VzZXI=.
.
##
T 192.168.33.12:4984 -> 192.168.33.1:65354 [AP]
HTTP/1.1 404 Not Found.
Content-Type: application/json.
Server: Couchbase Sync Gateway/1.2 branch/HEAD(nobranch) commit/9869366.
Date: Sun, 15 May 2016 04:42:23 GMT.
Content-Length: 40.
.
{"error":"not_found","reason":"missing"}
########
T 192.168.33.1:65355 -> 192.168.33.12:4984 [AP]
GET /db2/9659e26d116cce2c240b50e36afb029a HTTP/1.1.
Host: 192.168.33.12:4984.
Accept-Encoding: gzip, deflate.
Accept: */*.
User-Agent: python-requests/2.9.1.
Connection: keep-alive.
Content-Type: application/json.
Authorization: Basic c2cyX3VzZXI6c2cyX3VzZXI=.
.
##
T 192.168.33.12:4984 -> 192.168.33.1:65355 [AP]
HTTP/1.1 404 Not Found.
Content-Type: application/json.
Server: Couchbase Sync Gateway/1.2 branch/HEAD(nobranch) commit/9869366.
Date: Sun, 15 May 2016 04:42:24 GMT.
Content-Length: 40.
.
{"error":"not_found","reason":"missing"}
########
T 192.168.33.1:65356 -> 192.168.33.12:4984 [AP]
GET /db2/9659e26d116cce2c240b50e36afb029a HTTP/1.1.
Host: 192.168.33.12:4984.
Accept-Encoding: gzip, deflate.
Accept: */*.
User-Agent: python-requests/2.9.1.
Connection: keep-alive.
Content-Type: application/json.
Authorization: Basic c2cyX3VzZXI6c2cyX3VzZXI=.
.
##
T 192.168.33.12:4984 -> 192.168.33.1:65356 [AP]
HTTP/1.1 404 Not Found.
Content-Type: application/json.
Server: Couchbase Sync Gateway/1.2 branch/HEAD(nobranch) commit/9869366.
Date: Sun, 15 May 2016 04:42:25 GMT.
Content-Length: 40.
.
{"error":"not_found","reason":"missing"}
########
T 192.168.33.1:65357 -> 192.168.33.12:4984 [AP]
GET /db2/9659e26d116cce2c240b50e36afb029a HTTP/1.1.
Host: 192.168.33.12:4984.
Accept-Encoding: gzip, deflate.
Accept: */*.
User-Agent: python-requests/2.9.1.
Connection: keep-alive.
Content-Type: application/json.
Authorization: Basic c2cyX3VzZXI6c2cyX3VzZXI=.
.
##
T 192.168.33.12:4984 -> 192.168.33.1:65357 [AP]
HTTP/1.1 404 Not Found.
Content-Type: application/json.
Server: Couchbase Sync Gateway/1.2 branch/HEAD(nobranch) commit/9869366.
Date: Sun, 15 May 2016 04:42:26 GMT.
Content-Length: 40.
.
{"error":"not_found","reason":"missing"}
########
T 192.168.33.1:65358 -> 192.168.33.12:4984 [AP]
GET /db2/9659e26d116cce2c240b50e36afb029a HTTP/1.1.
Host: 192.168.33.12:4984.
Accept-Encoding: gzip, deflate.
Accept: */*.
User-Agent: python-requests/2.9.1.
Connection: keep-alive.
Content-Type: application/json.
Authorization: Basic c2cyX3VzZXI6c2cyX3VzZXI=.
.
##
T 192.168.33.12:4984 -> 192.168.33.1:65358 [AP]
HTTP/1.1 404 Not Found.
Content-Type: application/json.
Server: Couchbase Sync Gateway/1.2 branch/HEAD(nobranch) commit/9869366.
Date: Sun, 15 May 2016 04:42:27 GMT.
Content-Length: 40.
.
{"error":"not_found","reason":"missing"}
########
T 192.168.33.1:65361 -> 192.168.33.12:4984 [AP]
GET /db2/9659e26d116cce2c240b50e36afb029a HTTP/1.1.
Host: 192.168.33.12:4984.
Accept-Encoding: gzip, deflate.
Accept: */*.
User-Agent: python-requests/2.9.1.
Connection: keep-alive.
Content-Type: application/json.
Authorization: Basic c2cyX3VzZXI6c2cyX3VzZXI=.
.
##
T 192.168.33.12:4984 -> 192.168.33.1:65361 [AP]
HTTP/1.1 404 Not Found.
Content-Type: application/json.
Server: Couchbase Sync Gateway/1.2 branch/HEAD(nobranch) commit/9869366.
Date: Sun, 15 May 2016 04:42:28 GMT.
Content-Length: 40.
.
{"error":"not_found","reason":"missing"}
########
T 192.168.33.1:65363 -> 192.168.33.12:4984 [AP]
GET /db2/9659e26d116cce2c240b50e36afb029a HTTP/1.1.
Host: 192.168.33.12:4984.
Accept-Encoding: gzip, deflate.
Accept: */*.
User-Agent: python-requests/2.9.1.
Connection: keep-alive.
Content-Type: application/json.
Authorization: Basic c2cyX3VzZXI6c2cyX3VzZXI=.
.
##
T 192.168.33.12:4984 -> 192.168.33.1:65363 [AP]
HTTP/1.1 404 Not Found.
Content-Type: application/json.
Server: Couchbase Sync Gateway/1.2 branch/HEAD(nobranch) commit/9869366.
Date: Sun, 15 May 2016 04:42:29 GMT.
Content-Length: 40.
.
{"error":"not_found","reason":"missing"}
########
T 192.168.33.1:65364 -> 192.168.33.12:4984 [AP]
GET /db2/9659e26d116cce2c240b50e36afb029a HTTP/1.1.
Host: 192.168.33.12:4984.
Accept-Encoding: gzip, deflate.
Accept: */*.
User-Agent: python-requests/2.9.1.
Connection: keep-alive.
Content-Type: application/json.
Authorization: Basic c2cyX3VzZXI6c2cyX3VzZXI=.
.
##
T 192.168.33.12:4984 -> 192.168.33.1:65364 [AP]
HTTP/1.1 404 Not Found.
Content-Type: application/json.
Server: Couchbase Sync Gateway/1.2 branch/HEAD(nobranch) commit/9869366.
Date: Sun, 15 May 2016 04:42:30 GMT.
Content-Length: 40.
.
{"error":"not_found","reason":"missing"}
########
T 192.168.33.1:65366 -> 192.168.33.12:4984 [AP]
GET /db2/9659e26d116cce2c240b50e36afb029a HTTP/1.1.
Host: 192.168.33.12:4984.
Accept-Encoding: gzip, deflate.
Accept: */*.
User-Agent: python-requests/2.9.1.
Connection: keep-alive.
Content-Type: application/json.
Authorization: Basic c2cyX3VzZXI6c2cyX3VzZXI=.
.
##
T 192.168.33.12:4984 -> 192.168.33.1:65366 [AP]
HTTP/1.1 404 Not Found.
Content-Type: application/json.
Server: Couchbase Sync Gateway/1.2 branch/HEAD(nobranch) commit/9869366.
Date: Sun, 15 May 2016 04:42:32 GMT.
Content-Length: 40.
.
{"error":"not_found","reason":"missing"}
########
T 192.168.33.1:65367 -> 192.168.33.12:4984 [AP]
GET /db2/9659e26d116cce2c240b50e36afb029a HTTP/1.1.
Host: 192.168.33.12:4984.
Accept-Encoding: gzip, deflate.
Accept: */*.
User-Agent: python-requests/2.9.1.
Connection: keep-alive.
Content-Type: application/json.
Authorization: Basic c2cyX3VzZXI6c2cyX3VzZXI=.
.
##
T 192.168.33.12:4984 -> 192.168.33.1:65367 [AP]
HTTP/1.1 404 Not Found.
Content-Type: application/json.
Server: Couchbase Sync Gateway/1.2 branch/HEAD(nobranch) commit/9869366.
Date: Sun, 15 May 2016 04:42:33 GMT.
Content-Length: 40.
.
{"error":"not_found","reason":"missing"}
########
T 192.168.33.1:65368 -> 192.168.33.12:4984 [AP]
GET /db2/9659e26d116cce2c240b50e36afb029a HTTP/1.1.
Host: 192.168.33.12:4984.
Accept-Encoding: gzip, deflate.
Accept: */*.
User-Agent: python-requests/2.9.1.
Connection: keep-alive.
Content-Type: application/json.
Authorization: Basic c2cyX3VzZXI6c2cyX3VzZXI=.
.
##
T 192.168.33.12:4984 -> 192.168.33.1:65368 [AP]
HTTP/1.1 404 Not Found.
Content-Type: application/json.
Server: Couchbase Sync Gateway/1.2 branch/HEAD(nobranch) commit/9869366.
Date: Sun, 15 May 2016 04:42:34 GMT.
Content-Length: 40.
.
{"error":"not_found","reason":"missing"}
########
T 192.168.33.1:65369 -> 192.168.33.12:4984 [AP]
GET /db2/9659e26d116cce2c240b50e36afb029a HTTP/1.1.
Host: 192.168.33.12:4984.
Accept-Encoding: gzip, deflate.
Accept: */*.
User-Agent: python-requests/2.9.1.
Connection: keep-alive.
Content-Type: application/json.
Authorization: Basic c2cyX3VzZXI6c2cyX3VzZXI=.
.
##
T 192.168.33.12:4984 -> 192.168.33.1:65369 [AP]
HTTP/1.1 404 Not Found.
Content-Type: application/json.
Server: Couchbase Sync Gateway/1.2 branch/HEAD(nobranch) commit/9869366.
Date: Sun, 15 May 2016 04:42:35 GMT.
Content-Length: 40.
.
{"error":"not_found","reason":"missing"}
########
T 192.168.33.1:65370 -> 192.168.33.12:4984 [AP]
GET /db2/9659e26d116cce2c240b50e36afb029a HTTP/1.1.
Host: 192.168.33.12:4984.
Accept-Encoding: gzip, deflate.
Accept: */*.
User-Agent: python-requests/2.9.1.
Connection: keep-alive.
Content-Type: application/json.
Authorization: Basic c2cyX3VzZXI6c2cyX3VzZXI=.
.
##
T 192.168.33.12:4984 -> 192.168.33.1:65370 [AP]
HTTP/1.1 404 Not Found.
Content-Type: application/json.
Server: Couchbase Sync Gateway/1.2 branch/HEAD(nobranch) commit/9869366.
Date: Sun, 15 May 2016 04:42:36 GMT.
Content-Length: 40.
.
{"error":"not_found","reason":"missing"}
########
T 192.168.33.1:65381 -> 192.168.33.12:4984 [AP]
GET /db2/9659e26d116cce2c240b50e36afb029a HTTP/1.1.
Host: 192.168.33.12:4984.
Accept-Encoding: gzip, deflate.
Accept: */*.
User-Agent: python-requests/2.9.1.
Connection: keep-alive.
Content-Type: application/json.
Authorization: Basic c2cyX3VzZXI6c2cyX3VzZXI=.
.
##
T 192.168.33.12:4984 -> 192.168.33.1:65381 [AP]
HTTP/1.1 404 Not Found.
Content-Type: application/json.
Server: Couchbase Sync Gateway/1.2 branch/HEAD(nobranch) commit/9869366.
Date: Sun, 15 May 2016 04:42:37 GMT.
Content-Length: 40.
.
{"error":"not_found","reason":"missing"}
########
T 192.168.33.1:65382 -> 192.168.33.12:4984 [AP]
GET /db2/9659e26d116cce2c240b50e36afb029a HTTP/1.1.
Host: 192.168.33.12:4984.
Accept-Encoding: gzip, deflate.
Accept: */*.
User-Agent: python-requests/2.9.1.
Connection: keep-alive.
Content-Type: application/json.
Authorization: Basic c2cyX3VzZXI6c2cyX3VzZXI=.
.
##
T 192.168.33.12:4984 -> 192.168.33.1:65382 [AP]
HTTP/1.1 404 Not Found.
Content-Type: application/json.
Server: Couchbase Sync Gateway/1.2 branch/HEAD(nobranch) commit/9869366.
Date: Sun, 15 May 2016 04:42:38 GMT.
Content-Length: 40.
.
{"error":"not_found","reason":"missing"}
########
T 192.168.33.1:65383 -> 192.168.33.12:4984 [AP]
GET /db2/9659e26d116cce2c240b50e36afb029a HTTP/1.1.
Host: 192.168.33.12:4984.
Accept-Encoding: gzip, deflate.
Accept: */*.
User-Agent: python-requests/2.9.1.
Connection: keep-alive.
Content-Type: application/json.
Authorization: Basic c2cyX3VzZXI6c2cyX3VzZXI=.
.
##
T 192.168.33.12:4984 -> 192.168.33.1:65383 [AP]
HTTP/1.1 404 Not Found.
Content-Type: application/json.
Server: Couchbase Sync Gateway/1.2 branch/HEAD(nobranch) commit/9869366.
Date: Sun, 15 May 2016 04:42:39 GMT.
Content-Length: 40.
.
{"error":"not_found","reason":"missing"}
########
T 192.168.33.1:65384 -> 192.168.33.12:4984 [AP]
GET /db2/9659e26d116cce2c240b50e36afb029a HTTP/1.1.
Host: 192.168.33.12:4984.
Accept-Encoding: gzip, deflate.
Accept: */*.
User-Agent: python-requests/2.9.1.
Connection: keep-alive.
Content-Type: application/json.
Authorization: Basic c2cyX3VzZXI6c2cyX3VzZXI=.
.
##
T 192.168.33.12:4984 -> 192.168.33.1:65384 [AP]
HTTP/1.1 404 Not Found.
Content-Type: application/json.
Server: Couchbase Sync Gateway/1.2 branch/HEAD(nobranch) commit/9869366.
Date: Sun, 15 May 2016 04:42:40 GMT.
Content-Length: 40.
.
{"error":"not_found","reason":"missing"}
########
T 192.168.33.1:65385 -> 192.168.33.12:4984 [AP]
GET /db2/9659e26d116cce2c240b50e36afb029a HTTP/1.1.
Host: 192.168.33.12:4984.
Accept-Encoding: gzip, deflate.
Accept: */*.
User-Agent: python-requests/2.9.1.
Connection: keep-alive.
Content-Type: application/json.
Authorization: Basic c2cyX3VzZXI6c2cyX3VzZXI=.
.
##
T 192.168.33.12:4984 -> 192.168.33.1:65385 [AP]
HTTP/1.1 404 Not Found.
Content-Type: application/json.
Server: Couchbase Sync Gateway/1.2 branch/HEAD(nobranch) commit/9869366.
Date: Sun, 15 May 2016 04:42:41 GMT.
Content-Length: 40.
.
{"error":"not_found","reason":"missing"}
########
T 192.168.33.1:65386 -> 192.168.33.12:4984 [AP]
GET /db2/9659e26d116cce2c240b50e36afb029a HTTP/1.1.
Host: 192.168.33.12:4984.
Accept-Encoding: gzip, deflate.
Accept: */*.
User-Agent: python-requests/2.9.1.
Connection: keep-alive.
Content-Type: application/json.
Authorization: Basic c2cyX3VzZXI6c2cyX3VzZXI=.
.
##
T 192.168.33.12:4984 -> 192.168.33.1:65386 [AP]
HTTP/1.1 404 Not Found.
Content-Type: application/json.
Server: Couchbase Sync Gateway/1.2 branch/HEAD(nobranch) commit/9869366.
Date: Sun, 15 May 2016 04:42:42 GMT.
Content-Length: 40.
.
{"error":"not_found","reason":"missing"}
########
T 192.168.33.1:65387 -> 192.168.33.12:4984 [AP]
GET /db2/9659e26d116cce2c240b50e36afb029a HTTP/1.1.
Host: 192.168.33.12:4984.
Accept-Encoding: gzip, deflate.
Accept: */*.
User-Agent: python-requests/2.9.1.
Connection: keep-alive.
Content-Type: application/json.
Authorization: Basic c2cyX3VzZXI6c2cyX3VzZXI=.
.
##
T 192.168.33.12:4984 -> 192.168.33.1:65387 [AP]
HTTP/1.1 404 Not Found.
Content-Type: application/json.
Server: Couchbase Sync Gateway/1.2 branch/HEAD(nobranch) commit/9869366.
Date: Sun, 15 May 2016 04:42:43 GMT.
Content-Length: 40.
.
{"error":"not_found","reason":"missing"}
########
T 192.168.33.1:65388 -> 192.168.33.12:4984 [AP]
GET /db2/9659e26d116cce2c240b50e36afb029a HTTP/1.1.
Host: 192.168.33.12:4984.
Accept-Encoding: gzip, deflate.
Accept: */*.
User-Agent: python-requests/2.9.1.
Connection: keep-alive.
Content-Type: application/json.
Authorization: Basic c2cyX3VzZXI6c2cyX3VzZXI=.
.
##
T 192.168.33.12:4984 -> 192.168.33.1:65388 [AP]
HTTP/1.1 404 Not Found.
Content-Type: application/json.
Server: Couchbase Sync Gateway/1.2 branch/HEAD(nobranch) commit/9869366.
Date: Sun, 15 May 2016 04:42:44 GMT.
Content-Length: 40.
.
{"error":"not_found","reason":"missing"}
########
T 192.168.33.1:65389 -> 192.168.33.12:4984 [AP]
GET /db2/9659e26d116cce2c240b50e36afb029a HTTP/1.1.
Host: 192.168.33.12:4984.
Accept-Encoding: gzip, deflate.
Accept: */*.
User-Agent: python-requests/2.9.1.
Connection: keep-alive.
Content-Type: application/json.
Authorization: Basic c2cyX3VzZXI6c2cyX3VzZXI=.
.
##
T 192.168.33.12:4984 -> 192.168.33.1:65389 [AP]
HTTP/1.1 404 Not Found.
Content-Type: application/json.
Server: Couchbase Sync Gateway/1.2 branch/HEAD(nobranch) commit/9869366.
Date: Sun, 15 May 2016 04:42:45 GMT.
Content-Length: 40.
.
{"error":"not_found","reason":"missing"}
########
T 192.168.33.1:65390 -> 192.168.33.12:4984 [AP]
GET /db2/9659e26d116cce2c240b50e36afb029a HTTP/1.1.
Host: 192.168.33.12:4984.
Accept-Encoding: gzip, deflate.
Accept: */*.
User-Agent: python-requests/2.9.1.
Connection: keep-alive.
Content-Type: application/json.
Authorization: Basic c2cyX3VzZXI6c2cyX3VzZXI=.
.
##
T 192.168.33.12:4984 -> 192.168.33.1:65390 [AP]
HTTP/1.1 404 Not Found.
Content-Type: application/json.
Server: Couchbase Sync Gateway/1.2 branch/HEAD(nobranch) commit/9869366.
Date: Sun, 15 May 2016 04:42:46 GMT.
Content-Length: 40.
.
{"error":"not_found","reason":"missing"}
########
T 192.168.33.1:65391 -> 192.168.33.12:4984 [AP]
GET /db2/9659e26d116cce2c240b50e36afb029a HTTP/1.1.
Host: 192.168.33.12:4984.
Accept-Encoding: gzip, deflate.
Accept: */*.
User-Agent: python-requests/2.9.1.
Connection: keep-alive.
Content-Type: application/json.
Authorization: Basic c2cyX3VzZXI6c2cyX3VzZXI=.
.
##
T 192.168.33.12:4984 -> 192.168.33.1:65391 [AP]
HTTP/1.1 404 Not Found.
Content-Type: application/json.
Server: Couchbase Sync Gateway/1.2 branch/HEAD(nobranch) commit/9869366.
Date: Sun, 15 May 2016 04:42:47 GMT.
Content-Length: 40.
.
{"error":"not_found","reason":"missing"}
########
T 192.168.33.1:65393 -> 192.168.33.12:4984 [AP]
GET /db2/9659e26d116cce2c240b50e36afb029a HTTP/1.1.
Host: 192.168.33.12:4984.
Accept-Encoding: gzip, deflate.
Accept: */*.
User-Agent: python-requests/2.9.1.
Connection: keep-alive.
Content-Type: application/json.
Authorization: Basic c2cyX3VzZXI6c2cyX3VzZXI=.
.
##
T 192.168.33.12:4984 -> 192.168.33.1:65393 [AP]
HTTP/1.1 404 Not Found.
Content-Type: application/json.
Server: Couchbase Sync Gateway/1.2 branch/HEAD(nobranch) commit/9869366.
Date: Sun, 15 May 2016 04:42:48 GMT.
Content-Length: 40.
.
{"error":"not_found","reason":"missing"}
########
T 192.168.33.1:65396 -> 192.168.33.12:4984 [AP]
GET /db2/9659e26d116cce2c240b50e36afb029a HTTP/1.1.
Host: 192.168.33.12:4984.
Accept-Encoding: gzip, deflate.
Accept: */*.
User-Agent: python-requests/2.9.1.
Connection: keep-alive.
Content-Type: application/json.
Authorization: Basic c2cyX3VzZXI6c2cyX3VzZXI=.
.
##
T 192.168.33.12:4984 -> 192.168.33.1:65396 [AP]
HTTP/1.1 404 Not Found.
Content-Type: application/json.
Server: Couchbase Sync Gateway/1.2 branch/HEAD(nobranch) commit/9869366.
Date: Sun, 15 May 2016 04:42:49 GMT.
Content-Length: 40.
.
{"error":"not_found","reason":"missing"}
########
T 192.168.33.1:65397 -> 192.168.33.12:4984 [AP]
GET /db2/9659e26d116cce2c240b50e36afb029a HTTP/1.1.
Host: 192.168.33.12:4984.
Accept-Encoding: gzip, deflate.
Accept: */*.
User-Agent: python-requests/2.9.1.
Connection: keep-alive.
Content-Type: application/json.
Authorization: Basic c2cyX3VzZXI6c2cyX3VzZXI=.
.
##
T 192.168.33.12:4984 -> 192.168.33.1:65397 [AP]
HTTP/1.1 404 Not Found.
Content-Type: application/json.
Server: Couchbase Sync Gateway/1.2 branch/HEAD(nobranch) commit/9869366.
Date: Sun, 15 May 2016 04:42:50 GMT.
Content-Length: 40.
.
{"error":"not_found","reason":"missing"}
########
T 192.168.33.1:65398 -> 192.168.33.12:4984 [AP]
GET /db2/9659e26d116cce2c240b50e36afb029a HTTP/1.1.
Host: 192.168.33.12:4984.
Accept-Encoding: gzip, deflate.
Accept: */*.
User-Agent: python-requests/2.9.1.
Connection: keep-alive.
Content-Type: application/json.
Authorization: Basic c2cyX3VzZXI6c2cyX3VzZXI=.
.
##
T 192.168.33.12:4984 -> 192.168.33.1:65398 [AP]
HTTP/1.1 404 Not Found.
Content-Type: application/json.
Server: Couchbase Sync Gateway/1.2 branch/HEAD(nobranch) commit/9869366.
Date: Sun, 15 May 2016 04:42:51 GMT.
Content-Length: 40.
.
{"error":"not_found","reason":"missing"}
########
T 192.168.33.1:65400 -> 192.168.33.12:4984 [AP]
GET /db2/9659e26d116cce2c240b50e36afb029a HTTP/1.1.
Host: 192.168.33.12:4984.
Accept-Encoding: gzip, deflate.
Accept: */*.
User-Agent: python-requests/2.9.1.
Connection: keep-alive.
Content-Type: application/json.
Authorization: Basic c2cyX3VzZXI6c2cyX3VzZXI=.
.
##
T 192.168.33.12:4984 -> 192.168.33.1:65400 [AP]
HTTP/1.1 404 Not Found.
Content-Type: application/json.
Server: Couchbase Sync Gateway/1.2 branch/HEAD(nobranch) commit/9869366.
Date: Sun, 15 May 2016 04:42:52 GMT.
Content-Length: 40.
.
{"error":"not_found","reason":"missing"}
####
2016-05-15T00:41:09.341-04:00 Enabling logging: [*]
2016-05-15T00:41:09.341-04:00 ==== Couchbase Sync Gateway/HEAD(nobranch)(9869366) ====
2016-05-15T00:41:09.341-04:00 requestedSoftFDLimit >= currentHardFdLimit (90000 >= 65535) capping at 65535
2016-05-15T00:41:09.341-04:00 Configured process to allow 65535 open file descriptors
2016-05-15T00:41:09.341-04:00 Opening db /db1 as bucket "data-bucket-1", pool "default", server <http://192.168.33.10:8091>
2016-05-15T00:41:09.341-04:00 Opening Couchbase database data-bucket-1 on <http://192.168.33.10:8091>
2016/05/15 00:41:09 Trying with selected node 0
2016/05/15 00:41:09 Trying with http://192.168.33.10:8091/pools/default/bucketsStreaming/data-bucket-1
2016/05/15 00:41:09 Got new configuration for bucket data-bucket-1
2016/05/15 00:41:09 Trying with selected node 0
2016-05-15T00:41:09.579-04:00 Cache: Initializing changes cache with options {ChannelCacheOptions:{ChannelCacheMinLength:0 ChannelCacheMaxLength:0 ChannelCacheAge:0} CachePendingSeqMaxWait:5s CachePendingSeqMaxNum:10000 CacheSkippedSeqMaxWait:1h0m0s}
2016-05-15T00:41:09.580-04:00 Feed: Using TAP feed for bucket: "data-bucket-1" (based on feed_type specified in config file
2016-05-15T00:41:09.580-04:00 Using default sync function 'channel(doc.channels)' for database "db1"
2016-05-15T00:41:09.888-04:00 WARNING: No users have been defined in the 'db1' 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:842
2016-05-15T00:41:09.888-04:00 Opening db /db2 as bucket "data-bucket-2", pool "default", server <http://192.168.33.10:8091>
2016-05-15T00:41:09.889-04:00 Opening Couchbase database data-bucket-2 on <http://192.168.33.10:8091>
2016/05/15 00:41:09 Trying with selected node 0
2016/05/15 00:41:09 Trying with http://192.168.33.10:8091/pools/default/bucketsStreaming/data-bucket-2
2016/05/15 00:41:09 Got new configuration for bucket data-bucket-2
2016/05/15 00:41:09 Trying with selected node 0
2016-05-15T00:41:10.108-04:00 Cache: Initializing changes cache with options {ChannelCacheOptions:{ChannelCacheMinLength:0 ChannelCacheMaxLength:0 ChannelCacheAge:0} CachePendingSeqMaxWait:5s CachePendingSeqMaxNum:10000 CacheSkippedSeqMaxWait:1h0m0s}
2016-05-15T00:41:10.108-04:00 Feed: Using TAP feed for bucket: "data-bucket-2" (based on feed_type specified in config file
2016-05-15T00:41:10.109-04:00 Using default sync function 'channel(doc.channels)' for database "db2"
2016-05-15T00:41:10.388-04:00 WARNING: No users have been defined in the 'db2' 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:842
2016-05-15T00:41:10.388-04:00 Starting admin server on 0.0.0.0:4985
2016-05-15T00:41:10.392-04:00 Starting server on :4984 ...
2016-05-15T00:41:11.678-04:00 HTTP: #001: PUT /db2/_user/sg2_user (ADMIN)
2016-05-15T00:41:11.694-04:00 Access: Computed channels for "sg2_user": !:1
2016-05-15T00:41:11.699-04:00 Access: Computed roles for "sg2_user":
2016-05-15T00:41:11.798-04:00 Auth: Saved _sync:user:sg2_user: {"name":"sg2_user","admin_channels":{"A":1},"all_channels":null,"sequence":1,"passwordhash_bcrypt":"JDJhJDEwJDJqVkhaVzhwc3A1ZkJGaXVuOXRKMi54S2huY21FYkJSZXdLblE3cFh6anJWUE9TRFpLa055","rolesSince":{}}
2016-05-15T00:41:11.798-04:00 HTTP+: #001: --> 201 Created (119.6 ms)
2016-05-15T00:41:11.804-04:00 HTTP: #002: GET /db2/_local/da39a3ee5e6b4b0d3255bfef95601890afd80709 (ADMIN)
2016-05-15T00:41:11.808-04:00 HTTP: #002: --> 404 missing (4.8 ms)
2016-05-15T00:41:12.100-04:00 Access: Computed channels for "sg2_user": !:1,A:1
2016-05-15T00:41:12.191-04:00 HTTP: #003: GET /db2/9659e26d116cce2c240b50e36afb029a (as sg2_user)
2016-05-15T00:41:12.192-04:00 HTTP: #003: --> 404 missing (193.2 ms)
2016-05-15T00:41:12.512-04:00 Cache: Received #2 after 2697ms ("9659e26d116cce2c240b50e36afb029a" / "1-d1953847b126130d153fb7257d4aca48")
2016-05-15T00:41:12.512-04:00 Cache: Deferring #2 (1 now waiting for #1...#1)
2016-05-15T00:41:12.512-04:00 Changes+: Notifying that "data-bucket-1" changed (keys="{_sync:user:sg1_user}") count=2
2016-05-15T00:41:12.512-04:00 Changes+: Notifying that "data-bucket-1" changed (keys="{_sync:user:sg1_user}") count=3
2016-05-15T00:41:12.512-04:00 Cache: Received #1 ("_user/sg1_user")
2016-05-15T00:41:12.512-04:00 Cache: Initialized cache for channel "*" with options: &{ChannelCacheMinLength:50 ChannelCacheMaxLength:500 ChannelCacheAge:1m0s}
2016-05-15T00:41:12.512-04:00 Cache: #1 ==> channel "*"
2016-05-15T00:41:12.512-04:00 Cache: Initialized cache for channel "A" with options: &{ChannelCacheMinLength:50 ChannelCacheMaxLength:500 ChannelCacheAge:1m0s}
2016-05-15T00:41:12.512-04:00 Cache: #2 ==> channel "A"
2016-05-15T00:41:12.512-04:00 Cache: #2 ==> channel "*"
2016-05-15T00:41:12.512-04:00 Cache: Received #1 ("_user/sg1_user")
2016-05-15T00:41:12.512-04:00 Cache+: Ignoring duplicate of #1
2016-05-15T00:41:12.860-04:00 Changes+: Notifying that "data-bucket-2" changed (keys="{_sync:user:sg2_user}") count=2
2016-05-15T00:41:12.860-04:00 Changes+: Notifying that "data-bucket-2" changed (keys="{_sync:user:sg2_user}") count=3
2016-05-15T00:41:12.861-04:00 Cache: Received #1 ("_user/sg2_user")
2016-05-15T00:41:12.861-04:00 Cache: Initialized cache for channel "*" with options: &{ChannelCacheMinLength:50 ChannelCacheMaxLength:500 ChannelCacheAge:1m0s}
2016-05-15T00:41:12.861-04:00 Cache: #1 ==> channel "*"
2016-05-15T00:41:12.861-04:00 Cache: Received #1 ("_user/sg2_user")
2016-05-15T00:41:12.861-04:00 Cache+: Ignoring duplicate of #1
2016-05-15T00:41:13.201-04:00 HTTP: #004: GET /db2/9659e26d116cce2c240b50e36afb029a (as sg2_user)
2016-05-15T00:41:13.201-04:00 HTTP: #004: --> 404 missing (1.1 ms)
2016-05-15T00:41:14.211-04:00 HTTP: #005: GET /db2/9659e26d116cce2c240b50e36afb029a (as sg2_user)
2016-05-15T00:41:14.211-04:00 HTTP: #005: --> 404 missing (1.0 ms)
2016-05-15T00:41:15.222-04:00 HTTP: #006: GET /db2/9659e26d116cce2c240b50e36afb029a (as sg2_user)
2016-05-15T00:41:15.222-04:00 HTTP: #006: --> 404 missing (1.0 ms)
2016-05-15T00:41:16.234-04:00 HTTP: #007: GET /db2/9659e26d116cce2c240b50e36afb029a (as sg2_user)
2016-05-15T00:41:16.234-04:00 HTTP: #007: --> 404 missing (1.3 ms)
2016-05-15T00:41:17.244-04:00 HTTP: #008: GET /db2/9659e26d116cce2c240b50e36afb029a (as sg2_user)
2016-05-15T00:41:17.244-04:00 HTTP: #008: --> 404 missing (1.0 ms)
2016-05-15T00:41:18.253-04:00 HTTP: #009: GET /db2/9659e26d116cce2c240b50e36afb029a (as sg2_user)
2016-05-15T00:41:18.253-04:00 HTTP: #009: --> 404 missing (0.7 ms)
2016-05-15T00:41:19.259-04:00 HTTP: #010: GET /db2/9659e26d116cce2c240b50e36afb029a (as sg2_user)
2016-05-15T00:41:19.259-04:00 HTTP: #010: --> 404 missing (1.0 ms)
2016-05-15T00:41:20.270-04:00 HTTP: #011: GET /db2/9659e26d116cce2c240b50e36afb029a (as sg2_user)
2016-05-15T00:41:20.270-04:00 HTTP: #011: --> 404 missing (1.2 ms)
2016-05-15T00:41:21.279-04:00 HTTP: #012: GET /db2/9659e26d116cce2c240b50e36afb029a (as sg2_user)
2016-05-15T00:41:21.279-04:00 HTTP: #012: --> 404 missing (1.0 ms)
2016-05-15T00:41:22.289-04:00 HTTP: #013: GET /db2/9659e26d116cce2c240b50e36afb029a (as sg2_user)
2016-05-15T00:41:22.289-04:00 HTTP: #013: --> 404 missing (1.0 ms)
2016-05-15T00:41:23.299-04:00 HTTP: #014: GET /db2/9659e26d116cce2c240b50e36afb029a (as sg2_user)
2016-05-15T00:41:23.300-04:00 HTTP: #014: --> 404 missing (1.7 ms)
2016-05-15T00:41:24.310-04:00 HTTP: #015: GET /db2/9659e26d116cce2c240b50e36afb029a (as sg2_user)
2016-05-15T00:41:24.310-04:00 HTTP: #015: --> 404 missing (1.0 ms)
2016-05-15T00:41:25.320-04:00 HTTP: #016: GET /db2/9659e26d116cce2c240b50e36afb029a (as sg2_user)
2016-05-15T00:41:25.320-04:00 HTTP: #016: --> 404 missing (1.2 ms)
2016-05-15T00:41:26.329-04:00 HTTP: #017: GET /db2/9659e26d116cce2c240b50e36afb029a (as sg2_user)
2016-05-15T00:41:26.330-04:00 HTTP: #017: --> 404 missing (1.0 ms)
2016-05-15T00:41:27.339-04:00 HTTP: #018: GET /db2/9659e26d116cce2c240b50e36afb029a (as sg2_user)
2016-05-15T00:41:27.340-04:00 HTTP: #018: --> 404 missing (1.0 ms)
2016-05-15T00:41:28.350-04:00 HTTP: #019: GET /db2/9659e26d116cce2c240b50e36afb029a (as sg2_user)
2016-05-15T00:41:28.350-04:00 HTTP: #019: --> 404 missing (1.1 ms)
2016-05-15T00:41:29.360-04:00 HTTP: #020: GET /db2/9659e26d116cce2c240b50e36afb029a (as sg2_user)
2016-05-15T00:41:29.361-04:00 HTTP: #020: --> 404 missing (1.0 ms)
2016-05-15T00:41:30.371-04:00 HTTP: #021: GET /db2/9659e26d116cce2c240b50e36afb029a (as sg2_user)
2016-05-15T00:41:30.371-04:00 HTTP: #021: --> 404 missing (1.3 ms)
2016-05-15T00:41:31.381-04:00 HTTP: #022: GET /db2/9659e26d116cce2c240b50e36afb029a (as sg2_user)
2016-05-15T00:41:31.381-04:00 HTTP: #022: --> 404 missing (1.0 ms)
2016-05-15T00:41:32.392-04:00 HTTP: #023: GET /db2/9659e26d116cce2c240b50e36afb029a (as sg2_user)
2016-05-15T00:41:32.392-04:00 HTTP: #023: --> 404 missing (1.1 ms)
2016-05-15T00:41:33.402-04:00 HTTP: #024: GET /db2/9659e26d116cce2c240b50e36afb029a (as sg2_user)
2016-05-15T00:41:33.402-04:00 HTTP: #024: --> 404 missing (1.2 ms)
2016-05-15T00:41:34.414-04:00 HTTP: #025: GET /db2/9659e26d116cce2c240b50e36afb029a (as sg2_user)
2016-05-15T00:41:34.414-04:00 HTTP: #025: --> 404 missing (0.9 ms)
2016-05-15T00:41:35.424-04:00 HTTP: #026: GET /db2/9659e26d116cce2c240b50e36afb029a (as sg2_user)
2016-05-15T00:41:35.425-04:00 HTTP: #026: --> 404 missing (1.0 ms)
2016-05-15T00:41:36.434-04:00 HTTP: #027: GET /db2/9659e26d116cce2c240b50e36afb029a (as sg2_user)
2016-05-15T00:41:36.435-04:00 HTTP: #027: --> 404 missing (1.1 ms)
2016-05-15T00:41:37.445-04:00 HTTP: #028: GET /db2/9659e26d116cce2c240b50e36afb029a (as sg2_user)
2016-05-15T00:41:37.445-04:00 HTTP: #028: --> 404 missing (1.0 ms)
2016-05-15T00:41:38.453-04:00 HTTP: #029: GET /db2/9659e26d116cce2c240b50e36afb029a (as sg2_user)
2016-05-15T00:41:38.453-04:00 HTTP: #029: --> 404 missing (0.8 ms)
2016-05-15T00:41:39.461-04:00 HTTP: #030: GET /db2/9659e26d116cce2c240b50e36afb029a (as sg2_user)
2016-05-15T00:41:39.462-04:00 HTTP: #030: --> 404 missing (1.1 ms)
2016-05-15T00:41:40.472-04:00 HTTP: #031: GET /db2/9659e26d116cce2c240b50e36afb029a (as sg2_user)
2016-05-15T00:41:40.472-04:00 HTTP: #031: --> 404 missing (0.9 ms)
2016-05-15T00:41:41.481-04:00 HTTP: #032: GET /db2/9659e26d116cce2c240b50e36afb029a (as sg2_user)
2016-05-15T00:41:41.482-04:00 HTTP: #032: --> 404 missing (0.9 ms)
2016-05-15T00:41:42.491-04:00 HTTP: #033: GET /db2/9659e26d116cce2c240b50e36afb029a (as sg2_user)
2016-05-15T00:41:42.492-04:00 HTTP: #033: --> 404 missing (1.0 ms)
2016-05-15T00:41:43.501-04:00 HTTP: #034: GET /db2/9659e26d116cce2c240b50e36afb029a (as sg2_user)
2016-05-15T00:41:43.501-04:00 HTTP: #034: --> 404 missing (1.1 ms)
2016-05-15T00:41:44.511-04:00 HTTP: #035: GET /db2/9659e26d116cce2c240b50e36afb029a (as sg2_user)
2016-05-15T00:41:44.511-04:00 HTTP: #035: --> 404 missing (1.0 ms)
2016-05-15T00:41:45.521-04:00 HTTP: #036: GET /db2/9659e26d116cce2c240b50e36afb029a (as sg2_user)
2016-05-15T00:41:45.522-04:00 HTTP: #036: --> 404 missing (0.9 ms)
2016-05-15T00:41:46.531-04:00 HTTP: #037: GET /db2/9659e26d116cce2c240b50e36afb029a (as sg2_user)
2016-05-15T00:41:46.531-04:00 HTTP: #037: --> 404 missing (1.0 ms)
2016-05-15T00:41:47.541-04:00 HTTP: #038: GET /db2/9659e26d116cce2c240b50e36afb029a (as sg2_user)
2016-05-15T00:41:47.541-04:00 HTTP: #038: --> 404 missing (1.0 ms)
2016-05-15T00:41:48.551-04:00 HTTP: #039: GET /db2/9659e26d116cce2c240b50e36afb029a (as sg2_user)
2016-05-15T00:41:48.552-04:00 HTTP: #039: --> 404 missing (0.9 ms)
2016-05-15T00:41:49.561-04:00 HTTP: #040: GET /db2/9659e26d116cce2c240b50e36afb029a (as sg2_user)
2016-05-15T00:41:49.562-04:00 HTTP: #040: --> 404 missing (1.1 ms)
2016-05-15T00:41:50.572-04:00 HTTP: #041: GET /db2/9659e26d116cce2c240b50e36afb029a (as sg2_user)
2016-05-15T00:41:50.572-04:00 HTTP: #041: --> 404 missing (1.6 ms)
2016-05-15T00:41:51.583-04:00 HTTP: #042: GET /db2/9659e26d116cce2c240b50e36afb029a (as sg2_user)
2016-05-15T00:41:51.583-04:00 HTTP: #042: --> 404 missing (1.1 ms)
2016-05-15T00:41:52.592-04:00 HTTP: #043: GET /db2/9659e26d116cce2c240b50e36afb029a (as sg2_user)
2016-05-15T00:41:52.592-04:00 HTTP: #043: --> 404 missing (1.0 ms)
2016-05-15T00:41:53.601-04:00 HTTP: #044: GET /db2/9659e26d116cce2c240b50e36afb029a (as sg2_user)
2016-05-15T00:41:53.602-04:00 HTTP: #044: --> 404 missing (1.0 ms)
2016-05-15T00:41:54.612-04:00 HTTP: #045: GET /db2/9659e26d116cce2c240b50e36afb029a (as sg2_user)
2016-05-15T00:41:54.612-04:00 HTTP: #045: --> 404 missing (1.1 ms)
2016-05-15T00:41:55.622-04:00 HTTP: #046: GET /db2/9659e26d116cce2c240b50e36afb029a (as sg2_user)
2016-05-15T00:41:55.622-04:00 HTTP: #046: --> 404 missing (1.0 ms)
2016-05-15T00:41:56.632-04:00 HTTP: #047: GET /db2/9659e26d116cce2c240b50e36afb029a (as sg2_user)
2016-05-15T00:41:56.633-04:00 HTTP: #047: --> 404 missing (1.7 ms)
2016-05-15T00:41:57.642-04:00 HTTP: #048: GET /db2/9659e26d116cce2c240b50e36afb029a (as sg2_user)
2016-05-15T00:41:57.642-04:00 HTTP: #048: --> 404 missing (1.0 ms)
2016-05-15T00:41:58.652-04:00 HTTP: #049: GET /db2/9659e26d116cce2c240b50e36afb029a (as sg2_user)
2016-05-15T00:41:58.652-04:00 HTTP: #049: --> 404 missing (0.8 ms)
2016-05-15T00:41:59.660-04:00 HTTP: #050: GET /db2/9659e26d116cce2c240b50e36afb029a (as sg2_user)
2016-05-15T00:41:59.661-04:00 HTTP: #050: --> 404 missing (1.8 ms)
2016-05-15T00:42:00.670-04:00 HTTP: #051: GET /db2/9659e26d116cce2c240b50e36afb029a (as sg2_user)
2016-05-15T00:42:00.671-04:00 HTTP: #051: --> 404 missing (1.4 ms)
2016-05-15T00:42:01.680-04:00 HTTP: #052: GET /db2/9659e26d116cce2c240b50e36afb029a (as sg2_user)
2016-05-15T00:42:01.680-04:00 HTTP: #052: --> 404 missing (1.1 ms)
2016-05-15T00:42:02.690-04:00 HTTP: #053: GET /db2/9659e26d116cce2c240b50e36afb029a (as sg2_user)
2016-05-15T00:42:02.691-04:00 HTTP: #053: --> 404 missing (1.1 ms)
2016-05-15T00:42:03.700-04:00 HTTP: #054: GET /db2/9659e26d116cce2c240b50e36afb029a (as sg2_user)
2016-05-15T00:42:03.701-04:00 HTTP: #054: --> 404 missing (1.1 ms)
2016-05-15T00:42:04.711-04:00 HTTP: #055: GET /db2/9659e26d116cce2c240b50e36afb029a (as sg2_user)
2016-05-15T00:42:04.711-04:00 HTTP: #055: --> 404 missing (1.0 ms)
2016-05-15T00:42:05.724-04:00 HTTP: #056: GET /db2/9659e26d116cce2c240b50e36afb029a (as sg2_user)
2016-05-15T00:42:05.725-04:00 HTTP: #056: --> 404 missing (1.3 ms)
2016-05-15T00:42:06.734-04:00 HTTP: #057: GET /db2/9659e26d116cce2c240b50e36afb029a (as sg2_user)
2016-05-15T00:42:06.735-04:00 HTTP: #057: --> 404 missing (1.0 ms)
2016-05-15T00:42:07.743-04:00 HTTP: #058: GET /db2/9659e26d116cce2c240b50e36afb029a (as sg2_user)
2016-05-15T00:42:07.744-04:00 HTTP: #058: --> 404 missing (0.9 ms)
2016-05-15T00:42:08.752-04:00 HTTP: #059: GET /db2/9659e26d116cce2c240b50e36afb029a (as sg2_user)
2016-05-15T00:42:08.753-04:00 HTTP: #059: --> 404 missing (1.0 ms)
2016-05-15T00:42:09.763-04:00 HTTP: #060: GET /db2/9659e26d116cce2c240b50e36afb029a (as sg2_user)
2016-05-15T00:42:09.763-04:00 HTTP: #060: --> 404 missing (1.0 ms)
2016-05-15T00:42:10.774-04:00 HTTP: #061: GET /db2/9659e26d116cce2c240b50e36afb029a (as sg2_user)
2016-05-15T00:42:10.775-04:00 HTTP: #061: --> 404 missing (1.0 ms)
2016-05-15T00:42:11.787-04:00 HTTP: #062: GET /db2/9659e26d116cce2c240b50e36afb029a (as sg2_user)
2016-05-15T00:42:11.798-04:00 HTTP: #062: --> 404 missing (14.7 ms)
2016-05-15T00:42:12.808-04:00 HTTP: #063: GET /db2/9659e26d116cce2c240b50e36afb029a (as sg2_user)
2016-05-15T00:42:12.808-04:00 HTTP: #063: --> 404 missing (1.0 ms)
2016-05-15T00:42:13.817-04:00 HTTP: #064: GET /db2/9659e26d116cce2c240b50e36afb029a (as sg2_user)
2016-05-15T00:42:13.817-04:00 HTTP: #064: --> 404 missing (1.0 ms)
2016-05-15T00:42:14.827-04:00 HTTP: #065: GET /db2/9659e26d116cce2c240b50e36afb029a (as sg2_user)
2016-05-15T00:42:14.827-04:00 HTTP: #065: --> 404 missing (1.0 ms)
2016-05-15T00:42:15.837-04:00 HTTP: #066: GET /db2/9659e26d116cce2c240b50e36afb029a (as sg2_user)
2016-05-15T00:42:15.837-04:00 HTTP: #066: --> 404 missing (1.2 ms)
2016-05-15T00:42:16.848-04:00 HTTP: #067: GET /db2/9659e26d116cce2c240b50e36afb029a (as sg2_user)
2016-05-15T00:42:16.850-04:00 HTTP: #067: --> 404 missing (5.0 ms)
2016-05-15T00:42:17.860-04:00 HTTP: #068: GET /db2/9659e26d116cce2c240b50e36afb029a (as sg2_user)
2016-05-15T00:42:17.861-04:00 HTTP: #068: --> 404 missing (1.0 ms)
2016-05-15T00:42:18.871-04:00 HTTP: #069: GET /db2/9659e26d116cce2c240b50e36afb029a (as sg2_user)
2016-05-15T00:42:18.871-04:00 HTTP: #069: --> 404 missing (1.1 ms)
2016-05-15T00:42:19.881-04:00 HTTP: #070: GET /db2/9659e26d116cce2c240b50e36afb029a (as sg2_user)
2016-05-15T00:42:19.881-04:00 HTTP: #070: --> 404 missing (1.1 ms)
2016-05-15T00:42:20.891-04:00 HTTP: #071: GET /db2/9659e26d116cce2c240b50e36afb029a (as sg2_user)
2016-05-15T00:42:20.891-04:00 HTTP: #071: --> 404 missing (1.1 ms)
2016-05-15T00:42:21.901-04:00 HTTP: #072: GET /db2/9659e26d116cce2c240b50e36afb029a (as sg2_user)
2016-05-15T00:42:21.901-04:00 HTTP: #072: --> 404 missing (1.0 ms)
2016-05-15T00:42:22.911-04:00 HTTP: #073: GET /db2/9659e26d116cce2c240b50e36afb029a (as sg2_user)
2016-05-15T00:42:22.911-04:00 HTTP: #073: --> 404 missing (1.0 ms)
2016-05-15T00:42:23.921-04:00 HTTP: #074: GET /db2/9659e26d116cce2c240b50e36afb029a (as sg2_user)
2016-05-15T00:42:23.922-04:00 HTTP: #074: --> 404 missing (1.0 ms)
2016-05-15T00:42:24.931-04:00 HTTP: #075: GET /db2/9659e26d116cce2c240b50e36afb029a (as sg2_user)
2016-05-15T00:42:24.931-04:00 HTTP: #075: --> 404 missing (1.0 ms)
2016-05-15T00:42:25.948-04:00 HTTP: #076: GET /db2/9659e26d116cce2c240b50e36afb029a (as sg2_user)
2016-05-15T00:42:25.948-04:00 HTTP: #076: --> 404 missing (8.5 ms)
2016-05-15T00:42:26.958-04:00 HTTP: #077: GET /db2/9659e26d116cce2c240b50e36afb029a (as sg2_user)
2016-05-15T00:42:26.958-04:00 HTTP: #077: --> 404 missing (1.0 ms)
2016-05-15T00:42:27.968-04:00 HTTP: #078: GET /db2/9659e26d116cce2c240b50e36afb029a (as sg2_user)
2016-05-15T00:42:27.968-04:00 HTTP: #078: --> 404 missing (1.1 ms)
2016-05-15T00:42:28.977-04:00 HTTP: #079: GET /db2/9659e26d116cce2c240b50e36afb029a (as sg2_user)
2016-05-15T00:42:28.977-04:00 HTTP: #079: --> 404 missing (1.0 ms)
2016-05-15T00:42:29.986-04:00 HTTP: #080: GET /db2/9659e26d116cce2c240b50e36afb029a (as sg2_user)
2016-05-15T00:42:29.987-04:00 HTTP: #080: --> 404 missing (1.0 ms)
2016-05-15T00:42:30.996-04:00 HTTP: #081: GET /db2/9659e26d116cce2c240b50e36afb029a (as sg2_user)
2016-05-15T00:42:30.996-04:00 HTTP: #081: --> 404 missing (1.0 ms)
2016-05-15T00:42:32.006-04:00 HTTP: #082: GET /db2/9659e26d116cce2c240b50e36afb029a (as sg2_user)
2016-05-15T00:42:32.007-04:00 HTTP: #082: --> 404 missing (1.1 ms)
2016-05-15T00:42:33.015-04:00 HTTP: #083: GET /db2/9659e26d116cce2c240b50e36afb029a (as sg2_user)
2016-05-15T00:42:33.015-04:00 HTTP: #083: --> 404 missing (0.9 ms)
2016-05-15T00:42:34.025-04:00 HTTP: #084: GET /db2/9659e26d116cce2c240b50e36afb029a (as sg2_user)
2016-05-15T00:42:34.025-04:00 HTTP: #084: --> 404 missing (1.0 ms)
2016-05-15T00:42:35.034-04:00 HTTP: #085: GET /db2/9659e26d116cce2c240b50e36afb029a (as sg2_user)
2016-05-15T00:42:35.034-04:00 HTTP: #085: --> 404 missing (0.9 ms)
2016-05-15T00:42:36.043-04:00 HTTP: #086: GET /db2/9659e26d116cce2c240b50e36afb029a (as sg2_user)
2016-05-15T00:42:36.044-04:00 HTTP: #086: --> 404 missing (1.0 ms)
2016-05-15T00:42:37.053-04:00 HTTP: #087: GET /db2/9659e26d116cce2c240b50e36afb029a (as sg2_user)
2016-05-15T00:42:37.054-04:00 HTTP: #087: --> 404 missing (1.0 ms)
2016-05-15T00:42:38.063-04:00 HTTP: #088: GET /db2/9659e26d116cce2c240b50e36afb029a (as sg2_user)
2016-05-15T00:42:38.063-04:00 HTTP: #088: --> 404 missing (1.1 ms)
2016-05-15T00:42:39.072-04:00 HTTP: #089: GET /db2/9659e26d116cce2c240b50e36afb029a (as sg2_user)
2016-05-15T00:42:39.072-04:00 HTTP: #089: --> 404 missing (1.0 ms)
2016-05-15T00:42:40.082-04:00 HTTP: #090: GET /db2/9659e26d116cce2c240b50e36afb029a (as sg2_user)
2016-05-15T00:42:40.082-04:00 HTTP: #090: --> 404 missing (1.0 ms)
2016-05-15T00:42:41.092-04:00 HTTP: #091: GET /db2/9659e26d116cce2c240b50e36afb029a (as sg2_user)
2016-05-15T00:42:41.092-04:00 HTTP: #091: --> 404 missing (1.1 ms)
2016-05-15T00:42:42.102-04:00 HTTP: #092: GET /db2/9659e26d116cce2c240b50e36afb029a (as sg2_user)
2016-05-15T00:42:42.102-04:00 HTTP: #092: --> 404 missing (1.1 ms)
2016-05-15T00:42:43.112-04:00 HTTP: #093: GET /db2/9659e26d116cce2c240b50e36afb029a (as sg2_user)
2016-05-15T00:42:43.113-04:00 HTTP: #093: --> 404 missing (1.1 ms)
2016-05-15T00:42:44.121-04:00 HTTP: #094: GET /db2/9659e26d116cce2c240b50e36afb029a (as sg2_user)
2016-05-15T00:42:44.122-04:00 HTTP: #094: --> 404 missing (0.7 ms)
2016-05-15T00:42:45.131-04:00 HTTP: #095: GET /db2/9659e26d116cce2c240b50e36afb029a (as sg2_user)
2016-05-15T00:42:45.132-04:00 HTTP: #095: --> 404 missing (1.1 ms)
2016-05-15T00:42:46.141-04:00 HTTP: #096: GET /db2/9659e26d116cce2c240b50e36afb029a (as sg2_user)
2016-05-15T00:42:46.141-04:00 HTTP: #096: --> 404 missing (1.3 ms)
2016-05-15T00:42:47.150-04:00 HTTP: #097: GET /db2/9659e26d116cce2c240b50e36afb029a (as sg2_user)
2016-05-15T00:42:47.150-04:00 HTTP: #097: --> 404 missing (1.1 ms)
2016-05-15T00:42:48.157-04:00 HTTP: #098: GET /db2/9659e26d116cce2c240b50e36afb029a (as sg2_user)
2016-05-15T00:42:48.157-04:00 HTTP: #098: --> 404 missing (0.9 ms)
2016-05-15T00:42:49.167-04:00 HTTP: #099: GET /db2/9659e26d116cce2c240b50e36afb029a (as sg2_user)
2016-05-15T00:42:49.167-04:00 HTTP: #099: --> 404 missing (1.0 ms)
2016-05-15T00:42:50.177-04:00 HTTP: #100: GET /db2/9659e26d116cce2c240b50e36afb029a (as sg2_user)
2016-05-15T00:42:50.177-04:00 HTTP: #100: --> 404 missing (1.0 ms)
2016-05-15T00:42:51.187-04:00 HTTP: #101: GET /db2/9659e26d116cce2c240b50e36afb029a (as sg2_user)
2016-05-15T00:42:51.187-04:00 HTTP: #101: --> 404 missing (1.1 ms)
2016-05-15T00:42:52.197-04:00 HTTP: #102: GET /db2/9659e26d116cce2c240b50e36afb029a (as sg2_user)
2016-05-15T00:42:52.197-04:00 HTTP: #102: --> 404 missing (1.0 ms)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment