Skip to content

Instantly share code, notes, and snippets.

@tleyden
Created January 26, 2016 18:40
Show Gist options
  • Save tleyden/8e5f6523f63e1c464676 to your computer and use it in GitHub Desktop.
Save tleyden/8e5f6523f63e1c464676 to your computer and use it in GitHub Desktop.
[root@nemesis02-s618 tmp]# zipgrep -500 "DATA RACE" /tmp/functional_tests-test_db_online_offline.py-test_db_delayed_online[CC-1]-2016-01-25-21-33-27-sglogs.zip
sg3/sync_gateway_error.log:2016-01-25T18:32:38.327-08:00 Enabling logging: [CRUD+ Cache+ HTTP+ Changes+]
sg3/sync_gateway_error.log:2016-01-25T18:32:38.327-08:00 ==== Couchbase Sync Gateway/master(4bbafb2) ====
sg3/sync_gateway_error.log:2016-01-25T18:32:38.327-08:00 requestedSoftFDLimit >= currentHardFdLimit (90000 >= 65535) capping at 65535
sg3/sync_gateway_error.log:2016-01-25T18:32:38.327-08:00 Configured process to allow 65535 open file descriptors
sg3/sync_gateway_error.log:2016-01-25T18:32:38.327-08:00 Opening db /db as bucket "data-bucket", pool "default", server <http://172.23.106.39:8091>
sg3/sync_gateway_error.log:2016-01-25T18:32:38.328-08:00 Opening Couchbase database data-bucket on <http://172.23.106.39:8091>
sg3/sync_gateway_error.log:2016/01/25 18:32:38 Trying with selected node 0
sg3/sync_gateway_error.log:2016/01/25 18:32:38 Trying with http://172.23.107.11:8091/pools/default/bucketsStreaming/data-bucket
sg3/sync_gateway_error.log:2016/01/25 18:32:38 Got new configuration for bucket data-bucket
sg3/sync_gateway_error.log:2016/01/25 18:32:38 Trying with selected node 0
sg3/sync_gateway_error.log:2016-01-25T18:32:38.469-08:00 Cache: Initializing changes cache with options {ChannelCacheOptions:{ChannelCacheMinLength:0 ChannelCacheMaxLength:0 ChannelCacheAge:0} CachePendingSeqMaxWait:5s CachePendingSeqMaxNum:10000 CacheSkippedSeqMaxWait:1h0m0s}
sg3/sync_gateway_error.log:2016-01-25T18:32:38.472-08:00 Using default sync function 'channel(doc.channels)' for database "db"
sg3/sync_gateway_error.log:2016-01-25T18:32:38.646-08:00 WARNING: No users have been defined in the 'db' database, which means that you will not be able to get useful data out of the sync gateway over the standard port. FIX: define users in the configuration json or via the REST API on the admin port, and grant users to channels via the admin_channels parameter. -- rest.emitAccessRelatedWarnings() at server_context.go:1123
sg3/sync_gateway_error.log:2016-01-25T18:32:38.646-08:00 Starting admin server on 0.0.0.0:4985
sg3/sync_gateway_error.log:2016-01-25T18:32:38.663-08:00 Starting server on :4984 ...
sg3/sync_gateway_error.log:2016-01-25T18:32:42.492-08:00 HTTP: #001: POST /db/_offline (ADMIN)
sg3/sync_gateway_error.log:2016-01-25T18:32:42.492-08:00 CRUD: Taking Database : db, offline
sg3/sync_gateway_error.log:2016-01-25T18:32:42.492-08:00 CRUD: Waiting for all active calls to complete on Database : db
sg3/sync_gateway_error.log:2016-01-25T18:32:42.492-08:00 CRUD: Database : db, is offline
sg3/sync_gateway_error.log:2016-01-25T18:32:42.492-08:00 HTTP+: #001: --> 200 (0.2 ms)
sg3/sync_gateway_error.log:2016-01-25T18:32:52.513-08:00 HTTP: #002: GET /db/ (ADMIN)
sg3/sync_gateway_error.log:2016-01-25T18:32:52.516-08:00 HTTP+: #002: --> 200 (3.0 ms)
sg3/sync_gateway_error.log:2016-01-25T18:32:52.524-08:00 HTTP: #003: POST /db/_online (ADMIN)
sg3/sync_gateway_error.log:2016-01-25T18:32:52.524-08:00 CRUD: Taking Database : db, online in 15 seconds
sg3/sync_gateway_error.log:2016-01-25T18:32:52.524-08:00 HTTP+: #003: --> 200 (0.4 ms)
sg3/sync_gateway_error.log:2016-01-25T18:33:07.524-08:00 Closing db /db (bucket "data-bucket")
sg3/sync_gateway_error.log:==================
sg3/sync_gateway_error.log:WARNING: DATA RACE
sg3/sync_gateway_error.log:Read by goroutine 48:
sg3/sync_gateway_error.log: github.com/couchbase/go-couchbase.(*TapFeed).closeNodeFeeds()
sg3/sync_gateway_error.log: /home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/tap.go:121 +0x37
sg3/sync_gateway_error.log: github.com/couchbase/go-couchbase.(*TapFeed).Close()
sg3/sync_gateway_error.log: /home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/tap.go:135 +0x98
sg3/sync_gateway_error.log: github.com/couchbase/sync_gateway/base.(*couchbaseFeedImpl).Close()
sg3/sync_gateway_error.log: <autogenerated>:1 +0x61
sg3/sync_gateway_error.log: github.com/couchbase/sync_gateway/db.(*changeListener).Stop()
sg3/sync_gateway_error.log: /home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/change_listener.go:82 +0x77
sg3/sync_gateway_error.log: github.com/couchbase/sync_gateway/db.(*DatabaseContext).Close()
sg3/sync_gateway_error.log: /home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/database.go:262 +0xa6
sg3/sync_gateway_error.log: github.com/couchbase/sync_gateway/rest.(*ServerContext)._removeDatabase()
sg3/sync_gateway_error.log: /home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/server_context.go:980 +0x2a7
sg3/sync_gateway_error.log: github.com/couchbase/sync_gateway/rest.(*ServerContext).ReloadDatabaseFromConfig()
sg3/sync_gateway_error.log: /home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/server_context.go:528 +0xbf
sg3/sync_gateway_error.log: github.com/couchbase/sync_gateway/rest.(*handler).handleDbOnline.func1()
sg3/sync_gateway_error.log: /home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/admin_api.go:87 +0x24f
sg3/sync_gateway_error.log:
sg3/sync_gateway_error.log:Previous write by goroutine 27:
sg3/sync_gateway_error.log: github.com/couchbase/go-couchbase.(*TapFeed).connectToNodes()
sg3/sync_gateway_error.log: /home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/tap.go:95 +0x4bf
sg3/sync_gateway_error.log: github.com/couchbase/go-couchbase.(*TapFeed).run()
sg3/sync_gateway_error.log: /home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/tap.go:55 +0x81
sg3/sync_gateway_error.log:
sg3/sync_gateway_error.log:Goroutine 48 (running) created at:
sg3/sync_gateway_error.log: github.com/couchbase/sync_gateway/rest.(*handler).handleDbOnline()
sg3/sync_gateway_error.log: /home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/admin_api.go:97 +0x47a
sg3/sync_gateway_error.log: github.com/couchbase/sync_gateway/rest.(*handler).invoke()
sg3/sync_gateway_error.log: /home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/handler.go:201 +0xa38
sg3/sync_gateway_error.log: github.com/couchbase/sync_gateway/rest.makeOfflineHandler.func1()
sg3/sync_gateway_error.log: /home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/handler.go:101 +0x89
sg3/sync_gateway_error.log: net/http.HandlerFunc.ServeHTTP()
sg3/sync_gateway_error.log: /tmp/workdir/go/src/net/http/server.go:1422 +0x47
sg3/sync_gateway_error.log: github.com/gorilla/mux.(*Router).ServeHTTP()
sg3/sync_gateway_error.log: /home/centos/sync_gateway/src/github.com/gorilla/mux/mux.go:86 +0x39e
sg3/sync_gateway_error.log: github.com/couchbase/sync_gateway/rest.wrapRouter.func1()
sg3/sync_gateway_error.log: /home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/routing.go:301 +0x45f
sg3/sync_gateway_error.log: net/http.HandlerFunc.ServeHTTP()
sg3/sync_gateway_error.log: /tmp/workdir/go/src/net/http/server.go:1422 +0x47
sg3/sync_gateway_error.log: net/http.serverHandler.ServeHTTP()
sg3/sync_gateway_error.log: /tmp/workdir/go/src/net/http/server.go:1862 +0x206
sg3/sync_gateway_error.log: net/http.(*conn).serve()
sg3/sync_gateway_error.log: /tmp/workdir/go/src/net/http/server.go:1361 +0x117c
sg3/sync_gateway_error.log:
sg3/sync_gateway_error.log:Goroutine 27 (running) created at:
sg3/sync_gateway_error.log: github.com/couchbase/go-couchbase.(*Bucket).StartTapFeed()
sg3/sync_gateway_error.log: /home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/tap.go:42 +0x2ad
sg3/sync_gateway_error.log: github.com/couchbase/sync_gateway/base.CouchbaseBucket.StartCouchbaseTapFeed()
sg3/sync_gateway_error.log: /home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/base/bucket.go:256 +0xf6
sg3/sync_gateway_error.log: github.com/couchbase/sync_gateway/base.CouchbaseBucket.StartTapFeed()
sg3/sync_gateway_error.log: /home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/base/bucket.go:183 +0x4e2
sg3/sync_gateway_error.log: github.com/couchbase/sync_gateway/base.(*CouchbaseBucket).StartTapFeed()
sg3/sync_gateway_error.log: <autogenerated>:88 +0x137
sg3/sync_gateway_error.log: github.com/couchbase/sync_gateway/db.(*changeListener).Start()
sg3/sync_gateway_error.log: /home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/change_listener.go:35 +0x17e
sg3/sync_gateway_error.log: github.com/couchbase/sync_gateway/db.NewDatabaseContext()
sg3/sync_gateway_error.log: /home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/database.go:172 +0xd42
sg3/sync_gateway_error.log: github.com/couchbase/sync_gateway/rest.(*ServerContext)._getOrAddDatabaseFromConfig()
sg3/sync_gateway_error.log: /home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/server_context.go:749 +0x264f
sg3/sync_gateway_error.log: github.com/couchbase/sync_gateway/rest.(*ServerContext).getOrAddDatabaseFromConfig()
sg3/sync_gateway_error.log: /home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/server_context.go:543 +0xb1
sg3/sync_gateway_error.log: github.com/couchbase/sync_gateway/rest.(*ServerContext).AddDatabaseFromConfig()
sg3/sync_gateway_error.log: /home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/server_context.go:885 +0x49
sg3/sync_gateway_error.log: github.com/couchbase/sync_gateway/rest.RunServer()
sg3/sync_gateway_error.log: /home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/config.go:643 +0x406
sg3/sync_gateway_error.log: github.com/couchbase/sync_gateway/rest.ServerMain()
sg3/sync_gateway_error.log: /home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/config.go:705 +0x57
sg3/sync_gateway_error.log: main.main()
sg3/sync_gateway_error.log: /home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/main.go:34 +0x15b
sg3/sync_gateway_error.log:==================
sg3/sync_gateway_error.log:==================
sg3/sync_gateway_error.log:WARNING: DATA RACE
sg3/sync_gateway_error.log:Read by goroutine 48:
sg3/sync_gateway_error.log: github.com/couchbase/go-couchbase.(*TapFeed).closeNodeFeeds()
sg3/sync_gateway_error.log: /home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/tap.go:121 +0x88
sg3/sync_gateway_error.log: github.com/couchbase/go-couchbase.(*TapFeed).Close()
sg3/sync_gateway_error.log: /home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/tap.go:135 +0x98
sg3/sync_gateway_error.log: github.com/couchbase/sync_gateway/base.(*couchbaseFeedImpl).Close()
sg3/sync_gateway_error.log: <autogenerated>:1 +0x61
sg3/sync_gateway_error.log: github.com/couchbase/sync_gateway/db.(*changeListener).Stop()
sg3/sync_gateway_error.log: /home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/change_listener.go:82 +0x77
sg3/sync_gateway_error.log: github.com/couchbase/sync_gateway/db.(*DatabaseContext).Close()
sg3/sync_gateway_error.log: /home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/database.go:262 +0xa6
sg3/sync_gateway_error.log: github.com/couchbase/sync_gateway/rest.(*ServerContext)._removeDatabase()
sg3/sync_gateway_error.log: /home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/server_context.go:980 +0x2a7
sg3/sync_gateway_error.log: github.com/couchbase/sync_gateway/rest.(*ServerContext).ReloadDatabaseFromConfig()
sg3/sync_gateway_error.log: /home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/server_context.go:528 +0xbf
sg3/sync_gateway_error.log: github.com/couchbase/sync_gateway/rest.(*handler).handleDbOnline.func1()
sg3/sync_gateway_error.log: /home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/admin_api.go:87 +0x24f
sg3/sync_gateway_error.log:
sg3/sync_gateway_error.log:Previous write by goroutine 27:
sg3/sync_gateway_error.log: github.com/couchbase/go-couchbase.(*TapFeed).connectToNodes()
sg3/sync_gateway_error.log: /home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/tap.go:95 +0x47d
sg3/sync_gateway_error.log: github.com/couchbase/go-couchbase.(*TapFeed).run()
sg3/sync_gateway_error.log: /home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/tap.go:55 +0x81
sg3/sync_gateway_error.log:
sg3/sync_gateway_error.log:Goroutine 48 (running) created at:
sg3/sync_gateway_error.log: github.com/couchbase/sync_gateway/rest.(*handler).handleDbOnline()
sg3/sync_gateway_error.log: /home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/admin_api.go:97 +0x47a
sg3/sync_gateway_error.log: github.com/couchbase/sync_gateway/rest.(*handler).invoke()
sg3/sync_gateway_error.log: /home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/handler.go:201 +0xa38
sg3/sync_gateway_error.log: github.com/couchbase/sync_gateway/rest.makeOfflineHandler.func1()
sg3/sync_gateway_error.log: /home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/handler.go:101 +0x89
sg3/sync_gateway_error.log: net/http.HandlerFunc.ServeHTTP()
sg3/sync_gateway_error.log: /tmp/workdir/go/src/net/http/server.go:1422 +0x47
sg3/sync_gateway_error.log: github.com/gorilla/mux.(*Router).ServeHTTP()
sg3/sync_gateway_error.log: /home/centos/sync_gateway/src/github.com/gorilla/mux/mux.go:86 +0x39e
sg3/sync_gateway_error.log: github.com/couchbase/sync_gateway/rest.wrapRouter.func1()
sg3/sync_gateway_error.log: /home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/routing.go:301 +0x45f
sg3/sync_gateway_error.log: net/http.HandlerFunc.ServeHTTP()
sg3/sync_gateway_error.log: /tmp/workdir/go/src/net/http/server.go:1422 +0x47
sg3/sync_gateway_error.log: net/http.serverHandler.ServeHTTP()
sg3/sync_gateway_error.log: /tmp/workdir/go/src/net/http/server.go:1862 +0x206
sg3/sync_gateway_error.log: net/http.(*conn).serve()
sg3/sync_gateway_error.log: /tmp/workdir/go/src/net/http/server.go:1361 +0x117c
sg3/sync_gateway_error.log:
sg3/sync_gateway_error.log:Goroutine 27 (running) created at:
sg3/sync_gateway_error.log: github.com/couchbase/go-couchbase.(*Bucket).StartTapFeed()
sg3/sync_gateway_error.log: /home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/tap.go:42 +0x2ad
sg3/sync_gateway_error.log: github.com/couchbase/sync_gateway/base.CouchbaseBucket.StartCouchbaseTapFeed()
sg3/sync_gateway_error.log: /home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/base/bucket.go:256 +0xf6
sg3/sync_gateway_error.log: github.com/couchbase/sync_gateway/base.CouchbaseBucket.StartTapFeed()
sg3/sync_gateway_error.log: /home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/base/bucket.go:183 +0x4e2
sg3/sync_gateway_error.log: github.com/couchbase/sync_gateway/base.(*CouchbaseBucket).StartTapFeed()
sg3/sync_gateway_error.log: <autogenerated>:88 +0x137
sg3/sync_gateway_error.log: github.com/couchbase/sync_gateway/db.(*changeListener).Start()
sg3/sync_gateway_error.log: /home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/change_listener.go:35 +0x17e
sg3/sync_gateway_error.log: github.com/couchbase/sync_gateway/db.NewDatabaseContext()
sg3/sync_gateway_error.log: /home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/database.go:172 +0xd42
sg3/sync_gateway_error.log: github.com/couchbase/sync_gateway/rest.(*ServerContext)._getOrAddDatabaseFromConfig()
sg3/sync_gateway_error.log: /home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/server_context.go:749 +0x264f
sg3/sync_gateway_error.log: github.com/couchbase/sync_gateway/rest.(*ServerContext).getOrAddDatabaseFromConfig()
sg3/sync_gateway_error.log: /home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/server_context.go:543 +0xb1
sg3/sync_gateway_error.log: github.com/couchbase/sync_gateway/rest.(*ServerContext).AddDatabaseFromConfig()
sg3/sync_gateway_error.log: /home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/server_context.go:885 +0x49
sg3/sync_gateway_error.log: github.com/couchbase/sync_gateway/rest.RunServer()
sg3/sync_gateway_error.log: /home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/config.go:643 +0x406
sg3/sync_gateway_error.log: github.com/couchbase/sync_gateway/rest.ServerMain()
sg3/sync_gateway_error.log: /home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/config.go:705 +0x57
sg3/sync_gateway_error.log: main.main()
sg3/sync_gateway_error.log: /home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/main.go:34 +0x15b
sg3/sync_gateway_error.log:==================
sg3/sync_gateway_error.log:==================
sg3/sync_gateway_error.log:WARNING: DATA RACE
sg3/sync_gateway_error.log:Read by goroutine 48:
sg3/sync_gateway_error.log: github.com/couchbase/go-couchbase.(*TapFeed).closeNodeFeeds()
sg3/sync_gateway_error.log: /home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/tap.go:122 +0xa3
sg3/sync_gateway_error.log: github.com/couchbase/go-couchbase.(*TapFeed).Close()
sg3/sync_gateway_error.log: /home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/tap.go:135 +0x98
sg3/sync_gateway_error.log: github.com/couchbase/sync_gateway/base.(*couchbaseFeedImpl).Close()
sg3/sync_gateway_error.log: <autogenerated>:1 +0x61
sg3/sync_gateway_error.log: github.com/couchbase/sync_gateway/db.(*changeListener).Stop()
sg3/sync_gateway_error.log: /home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/change_listener.go:82 +0x77
sg3/sync_gateway_error.log: github.com/couchbase/sync_gateway/db.(*DatabaseContext).Close()
sg3/sync_gateway_error.log: /home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/database.go:262 +0xa6
sg3/sync_gateway_error.log: github.com/couchbase/sync_gateway/rest.(*ServerContext)._removeDatabase()
sg3/sync_gateway_error.log: /home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/server_context.go:980 +0x2a7
sg3/sync_gateway_error.log: github.com/couchbase/sync_gateway/rest.(*ServerContext).ReloadDatabaseFromConfig()
sg3/sync_gateway_error.log: /home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/server_context.go:528 +0xbf
sg3/sync_gateway_error.log: github.com/couchbase/sync_gateway/rest.(*handler).handleDbOnline.func1()
sg3/sync_gateway_error.log: /home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/admin_api.go:87 +0x24f
sg3/sync_gateway_error.log:
sg3/sync_gateway_error.log:Previous write by goroutine 27:
sg3/sync_gateway_error.log: github.com/couchbase/gomemcached/client.(*Client).StartTapFeed()
sg3/sync_gateway_error.log: /home/centos/sync_gateway/src/github.com/couchbase/gomemcached/client/tap_feed.go:249 +0x5dc
sg3/sync_gateway_error.log: github.com/couchbase/go-couchbase.(*connectionPool).StartTapFeed()
sg3/sync_gateway_error.log: /home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/conn_pool.go:214 +0x16d
sg3/sync_gateway_error.log: github.com/couchbase/go-couchbase.(*TapFeed).connectToNodes()
sg3/sync_gateway_error.log: /home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/tap.go:89 +0x18d
sg3/sync_gateway_error.log: github.com/couchbase/go-couchbase.(*TapFeed).run()
sg3/sync_gateway_error.log: /home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/tap.go:55 +0x81
sg3/sync_gateway_error.log:
sg3/sync_gateway_error.log:Goroutine 48 (running) created at:
sg3/sync_gateway_error.log: github.com/couchbase/sync_gateway/rest.(*handler).handleDbOnline()
sg3/sync_gateway_error.log: /home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/admin_api.go:97 +0x47a
sg3/sync_gateway_error.log: github.com/couchbase/sync_gateway/rest.(*handler).invoke()
sg3/sync_gateway_error.log: /home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/handler.go:201 +0xa38
sg3/sync_gateway_error.log: github.com/couchbase/sync_gateway/rest.makeOfflineHandler.func1()
sg3/sync_gateway_error.log: /home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/handler.go:101 +0x89
sg3/sync_gateway_error.log: net/http.HandlerFunc.ServeHTTP()
sg3/sync_gateway_error.log: /tmp/workdir/go/src/net/http/server.go:1422 +0x47
sg3/sync_gateway_error.log: github.com/gorilla/mux.(*Router).ServeHTTP()
sg3/sync_gateway_error.log: /home/centos/sync_gateway/src/github.com/gorilla/mux/mux.go:86 +0x39e
sg3/sync_gateway_error.log: github.com/couchbase/sync_gateway/rest.wrapRouter.func1()
sg3/sync_gateway_error.log: /home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/routing.go:301 +0x45f
sg3/sync_gateway_error.log: net/http.HandlerFunc.ServeHTTP()
sg3/sync_gateway_error.log: /tmp/workdir/go/src/net/http/server.go:1422 +0x47
sg3/sync_gateway_error.log: net/http.serverHandler.ServeHTTP()
sg3/sync_gateway_error.log: /tmp/workdir/go/src/net/http/server.go:1862 +0x206
sg3/sync_gateway_error.log: net/http.(*conn).serve()
sg3/sync_gateway_error.log: /tmp/workdir/go/src/net/http/server.go:1361 +0x117c
sg3/sync_gateway_error.log:
sg3/sync_gateway_error.log:Goroutine 27 (running) created at:
sg3/sync_gateway_error.log: github.com/couchbase/go-couchbase.(*Bucket).StartTapFeed()
sg3/sync_gateway_error.log: /home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/tap.go:42 +0x2ad
sg3/sync_gateway_error.log: github.com/couchbase/sync_gateway/base.CouchbaseBucket.StartCouchbaseTapFeed()
sg3/sync_gateway_error.log: /home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/base/bucket.go:256 +0xf6
sg3/sync_gateway_error.log: github.com/couchbase/sync_gateway/base.CouchbaseBucket.StartTapFeed()
sg3/sync_gateway_error.log: /home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/base/bucket.go:183 +0x4e2
sg3/sync_gateway_error.log: github.com/couchbase/sync_gateway/base.(*CouchbaseBucket).StartTapFeed()
sg3/sync_gateway_error.log: <autogenerated>:88 +0x137
sg3/sync_gateway_error.log: github.com/couchbase/sync_gateway/db.(*changeListener).Start()
sg3/sync_gateway_error.log: /home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/change_listener.go:35 +0x17e
sg3/sync_gateway_error.log: github.com/couchbase/sync_gateway/db.NewDatabaseContext()
sg3/sync_gateway_error.log: /home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/database.go:172 +0xd42
sg3/sync_gateway_error.log: github.com/couchbase/sync_gateway/rest.(*ServerContext)._getOrAddDatabaseFromConfig()
sg3/sync_gateway_error.log: /home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/server_context.go:749 +0x264f
sg3/sync_gateway_error.log: github.com/couchbase/sync_gateway/rest.(*ServerContext).getOrAddDatabaseFromConfig()
sg3/sync_gateway_error.log: /home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/server_context.go:543 +0xb1
sg3/sync_gateway_error.log: github.com/couchbase/sync_gateway/rest.(*ServerContext).AddDatabaseFromConfig()
sg3/sync_gateway_error.log: /home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/server_context.go:885 +0x49
sg3/sync_gateway_error.log: github.com/couchbase/sync_gateway/rest.RunServer()
sg3/sync_gateway_error.log: /home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/config.go:643 +0x406
sg3/sync_gateway_error.log: github.com/couchbase/sync_gateway/rest.ServerMain()
sg3/sync_gateway_error.log: /home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/config.go:705 +0x57
sg3/sync_gateway_error.log: main.main()
sg3/sync_gateway_error.log: /home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/main.go:34 +0x15b
sg3/sync_gateway_error.log:==================
sg3/sync_gateway_error.log:==================
sg3/sync_gateway_error.log:WARNING: DATA RACE
sg3/sync_gateway_error.log:Write by goroutine 48:
sg3/sync_gateway_error.log: runtime.closechan()
sg3/sync_gateway_error.log: /tmp/workdir/go/src/runtime/chan.go:295 +0x0
sg3/sync_gateway_error.log: github.com/couchbase/go-couchbase.(*TapFeed).Close()
sg3/sync_gateway_error.log: /home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/tap.go:137 +0xe2
sg3/sync_gateway_error.log: github.com/couchbase/sync_gateway/base.(*couchbaseFeedImpl).Close()
sg3/sync_gateway_error.log: <autogenerated>:1 +0x61
sg3/sync_gateway_error.log: github.com/couchbase/sync_gateway/db.(*changeListener).Stop()
sg3/sync_gateway_error.log: /home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/change_listener.go:82 +0x77
sg3/sync_gateway_error.log: github.com/couchbase/sync_gateway/db.(*DatabaseContext).Close()
sg3/sync_gateway_error.log: /home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/db/database.go:262 +0xa6
sg3/sync_gateway_error.log: github.com/couchbase/sync_gateway/rest.(*ServerContext)._removeDatabase()
sg3/sync_gateway_error.log: /home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/server_context.go:980 +0x2a7
sg3/sync_gateway_error.log: github.com/couchbase/sync_gateway/rest.(*ServerContext).ReloadDatabaseFromConfig()
sg3/sync_gateway_error.log: /home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/server_context.go:528 +0xbf
sg3/sync_gateway_error.log: github.com/couchbase/sync_gateway/rest.(*handler).handleDbOnline.func1()
sg3/sync_gateway_error.log: /home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/admin_api.go:87 +0x24f
sg3/sync_gateway_error.log:
sg3/sync_gateway_error.log:Previous read by goroutine 35:
sg3/sync_gateway_error.log: runtime.chansend()
sg3/sync_gateway_error.log: /tmp/workdir/go/src/runtime/chan.go:107 +0x0
sg3/sync_gateway_error.log: github.com/couchbase/go-couchbase.(*TapFeed).forwardTapEvents()
sg3/sync_gateway_error.log: /home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/tap.go:113 +0x3c6
sg3/sync_gateway_error.log:
sg3/sync_gateway_error.log:Goroutine 48 (running) created at:
sg3/sync_gateway_error.log: github.com/couchbase/sync_gateway/rest.(*handler).handleDbOnline()
sg3/sync_gateway_error.log: /home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/admin_api.go:97 +0x47a
sg3/sync_gateway_error.log: github.com/couchbase/sync_gateway/rest.(*handler).invoke()
sg3/sync_gateway_error.log: /home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/handler.go:201 +0xa38
sg3/sync_gateway_error.log: github.com/couchbase/sync_gateway/rest.makeOfflineHandler.func1()
sg3/sync_gateway_error.log: /home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/handler.go:101 +0x89
sg3/sync_gateway_error.log: net/http.HandlerFunc.ServeHTTP()
sg3/sync_gateway_error.log: /tmp/workdir/go/src/net/http/server.go:1422 +0x47
sg3/sync_gateway_error.log: github.com/gorilla/mux.(*Router).ServeHTTP()
sg3/sync_gateway_error.log: /home/centos/sync_gateway/src/github.com/gorilla/mux/mux.go:86 +0x39e
sg3/sync_gateway_error.log: github.com/couchbase/sync_gateway/rest.wrapRouter.func1()
sg3/sync_gateway_error.log: /home/centos/sync_gateway/src/github.com/couchbase/sync_gateway/rest/routing.go:301 +0x45f
sg3/sync_gateway_error.log: net/http.HandlerFunc.ServeHTTP()
sg3/sync_gateway_error.log: /tmp/workdir/go/src/net/http/server.go:1422 +0x47
sg3/sync_gateway_error.log: net/http.serverHandler.ServeHTTP()
sg3/sync_gateway_error.log: /tmp/workdir/go/src/net/http/server.go:1862 +0x206
sg3/sync_gateway_error.log: net/http.(*conn).serve()
sg3/sync_gateway_error.log: /tmp/workdir/go/src/net/http/server.go:1361 +0x117c
sg3/sync_gateway_error.log:
sg3/sync_gateway_error.log:Goroutine 35 (running) created at:
sg3/sync_gateway_error.log: github.com/couchbase/go-couchbase.(*TapFeed).connectToNodes()
sg3/sync_gateway_error.log: /home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/tap.go:96 +0x563
sg3/sync_gateway_error.log: github.com/couchbase/go-couchbase.(*TapFeed).run()
sg3/sync_gateway_error.log: /home/centos/sync_gateway/src/github.com/couchbase/go-couchbase/tap.go:55 +0x81
sg3/sync_gateway_error.log:==================
sg3/sync_gateway_error.log:2016-01-25T18:33:07.526-08:00 Opening db /db as bucket "data-bucket", pool "default", server <http://172.23.106.39:8091>
sg3/sync_gateway_error.log:2016-01-25T18:33:07.526-08:00 Opening Couchbase database data-bucket on <http://172.23.106.39:8091>
sg3/sync_gateway_error.log:2016/01/25 18:33:07 Trying with http://172.23.107.11:8091/pools/default/bucketsStreaming/data-bucket
sg3/sync_gateway_error.log:2016/01/25 18:33:07 Trying with selected node 1
sg3/sync_gateway_error.log:2016/01/25 18:33:07 Got new configuration for bucket data-bucket
sg3/sync_gateway_error.log:2016/01/25 18:33:07 Trying with selected node 1
sg3/sync_gateway_error.log:2016-01-25T18:33:07.636-08:00 Cache: Initializing changes cache with options {ChannelCacheOptions:{ChannelCacheMinLength:0 ChannelCacheMaxLength:0 ChannelCacheAge:0} CachePendingSeqMaxWait:5s CachePendingSeqMaxNum:10000 CacheSkippedSeqMaxWait:1h0m0s}
sg3/sync_gateway_error.log:2016-01-25T18:33:07.637-08:00 Using default sync function 'channel(doc.channels)' for database "db"
sg3/sync_gateway_error.log:2016-01-25T18:33:07.734-08:00 WARNING: No users have been defined in the 'db' database, which means that you will not be able to get useful data out of the sync gateway over the standard port. FIX: define users in the configuration json or via the REST API on the admin port, and grant users to channels via the admin_channels parameter. -- rest.emitAccessRelatedWarnings() at server_context.go:1123
sg3/sync_gateway_error.log:2016-01-25T18:33:12.561-08:00 HTTP: #004: GET /db/ (ADMIN)
sg3/sync_gateway_error.log:2016-01-25T18:33:12.564-08:00 HTTP+: #004: --> 200 (3.5 ms)
sg3/sync_gateway_error.log:2016-01-25T18:33:12.571-08:00 HTTP: #005: PUT /db/_role/radio_stations (ADMIN)
sg3/sync_gateway_error.log:2016-01-25T18:33:12.655-08:00 HTTP+: #005: --> 201 Created (84.8 ms)
sg3/sync_gateway_error.log:2016-01-25T18:33:12.661-08:00 HTTP: #006: GET /db/_role/ (ADMIN)
sg3/sync_gateway_error.log:2016-01-25T18:33:12.749-08:00 HTTP+: #006: --> 200 (87.3 ms)
sg3/sync_gateway_error.log:2016-01-25T18:33:12.755-08:00 HTTP: #007: GET /db/_role/radio_stations (ADMIN)
sg3/sync_gateway_error.log:2016-01-25T18:33:12.767-08:00 HTTP+: #007: --> 200 (11.4 ms)
sg3/sync_gateway_error.log:2016-01-25T18:33:12.773-08:00 HTTP: #008: PUT /db/_user/seth (ADMIN)
sg3/sync_gateway_error.log:2016-01-25T18:33:13.907-08:00 Changes+: Notifying that "data-bucket" changed (keys="{_sync:role:radio_stations}") count=2
sg3/sync_gateway_error.log:2016-01-25T18:33:13.907-08:00 Cache: Received #1 ("_role/radio_stations")
sg3/sync_gateway_error.log:2016-01-25T18:33:13.907-08:00 Cache: Initialized cache for channel "*" with options: &{ChannelCacheMinLength:50 ChannelCacheMaxLength:500 ChannelCacheAge:1m0s}
sg3/sync_gateway_error.log:2016-01-25T18:33:13.907-08:00 Cache: #1 ==> channel "*"
sg3/sync_gateway_error.log:2016-01-25T18:33:13.910-08:00 Changes+: Notifying that "data-bucket" changed (keys="{_sync:role:radio_stations}") count=3
sg3/sync_gateway_error.log:2016-01-25T18:33:13.910-08:00 Cache: Received #1 ("_role/radio_stations")
sg3/sync_gateway_error.log:2016-01-25T18:33:13.910-08:00 Cache+: Ignoring duplicate of #1
sg3/sync_gateway_error.log:2016-01-25T18:33:13.910-08:00 Changes+: Notifying that "data-bucket" changed (keys="{_sync:role:radio_stations}") count=4
sg3/sync_gateway_error.log:2016-01-25T18:33:13.911-08:00 Cache: Received #1 ("_role/radio_stations")
sg3/sync_gateway_error.log:2016-01-25T18:33:13.911-08:00 Cache+: Ignoring duplicate of #1
sg3/sync_gateway_error.log:2016-01-25T18:33:13.979-08:00 HTTP+: #008: --> 201 Created (1205.9 ms)
sg3/sync_gateway_error.log:2016-01-25T18:33:13.984-08:00 HTTP: #009: GET /db/_user/ (ADMIN)
sg3/sync_gateway_error.log:2016-01-25T18:33:14.070-08:00 HTTP+: #009: --> 200 (86.0 ms)
sg3/sync_gateway_error.log:2016-01-25T18:33:14.077-08:00 HTTP: #010: GET /db/_user/seth (ADMIN)
sg3/sync_gateway_error.log:2016-01-25T18:33:14.086-08:00 HTTP+: #010: --> 200 (9.4 ms)
sg3/sync_gateway_error.log:2016-01-25T18:33:14.092-08:00 HTTP: #011: GET /db/ (ADMIN)
sg3/sync_gateway_error.log:2016-01-25T18:33:14.092-08:00 HTTP+: #011: --> 200 (0.6 ms)
sg3/sync_gateway_error.log:2016/01/25 18:33:14 go-couchbase: call to Do("_sync:user:seth") in github.com/couchbase/go-couchbase.(*Bucket).casNext took 531.968791ms
sg3/sync_gateway_error.log:2016/01/25 18:33:14 go-couchbase: call to Do("_sync:user:seth") in github.com/couchbase/go-couchbase.(*Bucket).casNext took 523.496606ms
sg3/sync_gateway_error.log:2016/01/25 18:33:14 go-couchbase: call to Do("_sync:user:seth") in github.com/couchbase/go-couchbase.(*Bucket).casNext took 513.584989ms
sg3/sync_gateway_error.log:2016/01/25 18:33:14 go-couchbase: call to Do("_sync:user:seth") in github.com/couchbase/go-couchbase.(*Bucket).casNext took 547.424584ms
sg3/sync_gateway_error.log:2016/01/25 18:33:14 go-couchbase: call to Do("_sync:user:seth") in github.com/couchbase/go-couchbase.(*Bucket).casNext took 600.855097ms
sg3/sync_gateway_error.log:2016/01/25 18:33:15 go-couchbase: call to Do("_sync:user:seth") in github.com/couchbase/go-couchbase.(*Bucket).casNext took 780.399952ms
sg3/sync_gateway_error.log:2016/01/25 18:33:15 go-couchbase: call to Do("_sync:user:seth") in github.com/couchbase/go-couchbase.(*Bucket).casNext took 790.751954ms
sg3/sync_gateway_error.log:2016/01/25 18:33:15 go-couchbase: call to Do("_sync:user:seth") in github.com/couchbase/go-couchbase.(*Bucket).casNext took 771.986111ms
sg3/sync_gateway_error.log:2016-01-25T18:33:16.214-08:00 Changes+: Notifying that "data-bucket" changed (keys="{_sync:user:seth}") count=5
sg3/sync_gateway_error.log:2016-01-25T18:33:16.215-08:00 Cache: Received #2 ("_user/seth")
sg3/sync_gateway_error.log:2016-01-25T18:33:16.215-08:00 Cache: #2 ==> channel "*"
sg3/sync_gateway_error.log:2016-01-25T18:33:16.215-08:00 Changes+: Notifying that "data-bucket" changed (keys="{_sync:user:seth}") count=6
sg3/sync_gateway_error.log:2016-01-25T18:33:16.216-08:00 Cache: Received #2 ("_user/seth")
sg3/sync_gateway_error.log:2016-01-25T18:33:16.216-08:00 Cache+: Ignoring duplicate of #2
sg3/sync_gateway_error.log:2016-01-25T18:33:16.216-08:00 Changes+: Notifying that "data-bucket" changed (keys="{_sync:user:seth}") count=7
sg3/sync_gateway_error.log:2016-01-25T18:33:16.216-08:00 Cache: Received #2 ("_user/seth")
sg3/sync_gateway_error.log:2016-01-25T18:33:16.217-08:00 Cache+: Ignoring duplicate of #2
sg3/sync_gateway_error.log:2016-01-25T18:33:25.650-08:00 HTTP: #013: PUT /db/c326084e-c8d1-4ab3-9d76-51162147e7cf (as seth)
sg3/sync_gateway_error.log:2016-01-25T18:33:25.792-08:00 CRUD+: Invoking sync on doc "c326084e-c8d1-4ab3-9d76-51162147e7cf" rev 1-c3bcf352dc26b1790d78cfe030738faf
sg3/sync_gateway_error.log:2016-01-25T18:33:25.941-08:00 HTTP: #016: PUT /db/97dcbcd9-0ae6-4056-bbe4-86c7e9572e35 (as seth)
sg3/sync_gateway_error.log:2016-01-25T18:33:25.957-08:00 CRUD: Doc "c326084e-c8d1-4ab3-9d76-51162147e7cf" in channels "{ABC}"
sg3/sync_gateway_error.log:2016-01-25T18:33:25.958-08:00 Cache: SAVING #3
sg3/sync_gateway_error.log:2016-01-25T18:33:26.241-08:00 CRUD: Stored doc "c326084e-c8d1-4ab3-9d76-51162147e7cf" / "1-c3bcf352dc26b1790d78cfe030738faf"
sg3/sync_gateway_error.log:2016-01-25T18:33:26.242-08:00 HTTP+: #013: --> 201 (12110.3 ms)
sg3/sync_gateway_error.log:2016-01-25T18:33:26.378-08:00 HTTP: #017: PUT /db/e5cc9382-590a-4425-b059-c27c867d9739 (as seth)
sg3/sync_gateway_error.log:2016-01-25T18:33:26.416-08:00 HTTP: #037: PUT /db/f6abffd1-a02c-49b0-9188-1f3ad52c86ee (as seth)
sg3/sync_gateway_error.log:2016-01-25T18:33:26.515-08:00 HTTP: #022: PUT /db/cdadb3d4-28d8-4bf1-ae27-162090d5e19f (as seth)
sg3/sync_gateway_error.log:2016-01-25T18:33:26.518-08:00 HTTP: #012: PUT /db/a145c834-e97f-489d-9511-b12a95ac5744 (as seth)
sg3/sync_gateway_error.log:2016-01-25T18:33:26.610-08:00 HTTP: #014: PUT /db/760057bc-c5a6-47b0-ad6f-21b3760920eb (as seth)
sg3/sync_gateway_error.log:2016-01-25T18:33:26.613-08:00 HTTP: #062: PUT /db/d54f1981-0d9a-4fbc-acc0-214d36bc9785 (as seth)
sg3/sync_gateway_error.log:2016-01-25T18:33:26.802-08:00 CRUD+: Invoking sync on doc "e5cc9382-590a-4425-b059-c27c867d9739" rev 1-c3bcf352dc26b1790d78cfe030738faf
sg3/sync_gateway_error.log:2016-01-25T18:33:26.854-08:00 HTTP: #044: PUT /db/012c30d6-74e6-4811-aae9-13f96f1e19a7 (as seth)
sg3/sync_gateway_error.log:2016-01-25T18:33:26.866-08:00 CRUD+: Invoking sync on doc "d54f1981-0d9a-4fbc-acc0-214d36bc9785" rev 1-c3bcf352dc26b1790d78cfe030738faf
sg3/sync_gateway_error.log:2016-01-25T18:33:26.926-08:00 HTTP: #052: PUT /db/22f0f07f-102b-4bbd-b69c-e8eff9bffd4f (as seth)
sg3/sync_gateway_error.log:2016-01-25T18:33:26.938-08:00 HTTP: #033: PUT /db/827632cc-ae5b-473e-b8c2-869866b8f5a9 (as seth)
sg3/sync_gateway_error.log:2016-01-25T18:33:26.979-08:00 HTTP: #047: PUT /db/fd72b789-000d-4366-be95-50e9a0e6ad96 (as seth)
sg3/sync_gateway_error.log:2016-01-25T18:33:26.980-08:00 HTTP: #020: PUT /db/185175be-4ade-4469-a819-93303cc52a0c (as seth)
sg3/sync_gateway_error.log:2016-01-25T18:33:26.984-08:00 HTTP: #026: PUT /db/f7b7d9fa-8a53-4ec0-9a92-a6e875dbd21b (as seth)
sg3/sync_gateway_error.log:2016-01-25T18:33:27.014-08:00 CRUD+: Invoking sync on doc "760057bc-c5a6-47b0-ad6f-21b3760920eb" rev 1-c3bcf352dc26b1790d78cfe030738faf
sg3/sync_gateway_error.log:2016-01-25T18:33:27.072-08:00 HTTP: #025: PUT /db/5b0b0692-ba8b-4a14-988b-c3d529665247 (as seth)
sg3/sync_gateway_error.log:2016-01-25T18:33:27.089-08:00 CRUD+: Invoking sync on doc "22f0f07f-102b-4bbd-b69c-e8eff9bffd4f" rev 1-c3bcf352dc26b1790d78cfe030738faf
sg3/sync_gateway_error.log:2016-01-25T18:33:27.108-08:00 HTTP: #019: PUT /db/0bf93154-8860-4e1a-b463-3b707739e9a8 (as seth)
sg3/sync_gateway_error.log:2016-01-25T18:33:27.108-08:00 CRUD: Doc "e5cc9382-590a-4425-b059-c27c867d9739" in channels "{ABC}"
sg3/sync_gateway_error.log:2016-01-25T18:33:27.109-08:00 Cache: SAVING #4
sg3/sync_gateway_error.log:2016-01-25T18:33:27.109-08:00 CRUD+: Invoking sync on doc "012c30d6-74e6-4811-aae9-13f96f1e19a7" rev 1-c3bcf352dc26b1790d78cfe030738faf
sg3/sync_gateway_error.log:2016-01-25T18:33:27.199-08:00 HTTP: #053: PUT /db/84bfe869-ba55-4cb4-bf0d-444c3a374e54 (as seth)
sg3/sync_gateway_error.log:2016-01-25T18:33:27.200-08:00 CRUD: Doc "d54f1981-0d9a-4fbc-acc0-214d36bc9785" in channels "{ABC}"
sg3/sync_gateway_error.log:2016-01-25T18:33:27.200-08:00 Cache: SAVING #5
sg3/sync_gateway_error.log:2016-01-25T18:33:27.209-08:00 HTTP: #049: PUT /db/136c61b0-ae93-49fc-8a9e-a85bcf3c1c0c (as seth)
sg3/sync_gateway_error.log:2016-01-25T18:33:27.216-08:00 CRUD+: Invoking sync on doc "185175be-4ade-4469-a819-93303cc52a0c" rev 1-c3bcf352dc26b1790d78cfe030738faf
sg3/sync_gateway_error.log:2016-01-25T18:33:27.217-08:00 CRUD+: Invoking sync on doc "fd72b789-000d-4366-be95-50e9a0e6ad96" rev 1-c3bcf352dc26b1790d78cfe030738faf
sg3/sync_gateway_error.log:2016-01-25T18:33:27.217-08:00 CRUD: Stored doc "e5cc9382-590a-4425-b059-c27c867d9739" / "1-c3bcf352dc26b1790d78cfe030738faf"
sg3/sync_gateway_error.log:2016-01-25T18:33:27.217-08:00 HTTP+: #017: --> 201 (13062.8 ms)
sg3/sync_gateway_error.log:2016/01/25 18:33:27 go-couchbase: call to Do("97dcbcd9-0ae6-4056-bbe4-86c7e9572e35") in github.com/couchbase/go-couchbase.(*Bucket).casNext took 1.381357545s
sg3/sync_gateway_error.log:2016-01-25T18:33:27.322-08:00 CRUD+: Invoking sync on doc "97dcbcd9-0ae6-4056-bbe4-86c7e9572e35" rev 1-c3bcf352dc26b1790d78cfe030738faf
sg3/sync_gateway_error.log:2016-01-25T18:33:27.329-08:00 HTTP: #036: PUT /db/15871d4d-1350-4b47-a11b-d7cf2bf231c1 (as seth)
sg3/sync_gateway_error.log:2016-01-25T18:33:27.333-08:00 CRUD+: Invoking sync on doc "136c61b0-ae93-49fc-8a9e-a85bcf3c1c0c" rev 1-c3bcf352dc26b1790d78cfe030738faf
sg3/sync_gateway_error.log:2016-01-25T18:33:27.334-08:00 CRUD: Stored doc "d54f1981-0d9a-4fbc-acc0-214d36bc9785" / "1-c3bcf352dc26b1790d78cfe030738faf"
sg3/sync_gateway_error.log:2016-01-25T18:33:27.334-08:00 HTTP+: #062: --> 201 (901.7 ms)
sg3/sync_gateway_error.log:2016-01-25T18:33:27.345-08:00 HTTP: #018: PUT /db/a20c3e9d-a2ff-45b7-9e4a-ede21da3be59 (as seth)
sg3/sync_gateway_error.log:2016-01-25T18:33:27.347-08:00 CRUD: Doc "185175be-4ade-4469-a819-93303cc52a0c" in channels "{ABC}"
sg3/sync_gateway_error.log:2016-01-25T18:33:27.347-08:00 Cache: SAVING #6
sg3/sync_gateway_error.log:2016-01-25T18:33:27.353-08:00 HTTP: #021: PUT /db/5ceb2225-391f-45d6-95d5-262b58aac0e0 (as seth)
sg3/sync_gateway_error.log:2016-01-25T18:33:27.375-08:00 HTTP: #032: PUT /db/677fe13d-7f79-4824-ae8a-632a8e0876b5 (as seth)
sg3/sync_gateway_error.log:2016/01/25 18:33:27 go-couchbase: call to Do("a145c834-e97f-489d-9511-b12a95ac5744") in github.com/couchbase/go-couchbase.(*Bucket).casNext took 885.682112ms
sg3/sync_gateway_error.log:2016-01-25T18:33:27.404-08:00 CRUD+: Invoking sync on doc "a145c834-e97f-489d-9511-b12a95ac5744" rev 1-c3bcf352dc26b1790d78cfe030738faf
sg3/sync_gateway_error.log:2016-01-25T18:33:27.422-08:00 HTTP: #043: PUT /db/1c53d385-5b34-4fdc-8654-057d512f1f19 (as seth)
sg3/sync_gateway_error.log:2016-01-25T18:33:27.436-08:00 HTTP: #034: PUT /db/5f6269f8-2828-4c8f-bc3b-a02beff8c7b7 (as seth)
sg3/sync_gateway_error.log:2016-01-25T18:33:27.459-08:00 HTTP: #061: PUT /db/ffef90d1-ebfd-4d3a-9b32-92cdee9c190a (as seth)
sg3/sync_gateway_error.log:2016/01/25 18:33:27 go-couchbase: call to Do("cdadb3d4-28d8-4bf1-ae27-162090d5e19f") in github.com/couchbase/go-couchbase.(*Bucket).casNext took 943.899943ms
sg3/sync_gateway_error.log:2016-01-25T18:33:27.460-08:00 CRUD+: Invoking sync on doc "cdadb3d4-28d8-4bf1-ae27-162090d5e19f" rev 1-c3bcf352dc26b1790d78cfe030738faf
sg3/sync_gateway_error.log:2016-01-25T18:33:27.461-08:00 HTTP: #063: PUT /db/13ee5d67-55e8-492c-8e22-cf143bd64e95 (as seth)
sg3/sync_gateway_error.log:2016-01-25T18:33:27.461-08:00 CRUD+: Invoking sync on doc "a20c3e9d-a2ff-45b7-9e4a-ede21da3be59" rev 1-c3bcf352dc26b1790d78cfe030738faf
sg3/sync_gateway_error.log:2016-01-25T18:33:27.474-08:00 HTTP: #046: PUT /db/d6678b83-301a-424f-904b-ba9698d2a853 (as seth)
sg3/sync_gateway_error.log:2016-01-25T18:33:27.480-08:00 HTTP: #051: PUT /db/a158ef07-2cdf-4f5f-a209-5412c3f91bb6 (as seth)
sg3/sync_gateway_error.log:2016-01-25T18:33:27.504-08:00 HTTP: #057: PUT /db/9fe9d90b-0635-4168-bfd7-db4df6db8d8b (as seth)
sg3/sync_gateway_error.log:2016-01-25T18:33:27.504-08:00 CRUD+: Invoking sync on doc "5ceb2225-391f-45d6-95d5-262b58aac0e0" rev 1-c3bcf352dc26b1790d78cfe030738faf
sg3/sync_gateway_error.log:2016-01-25T18:33:27.504-08:00 CRUD+: Invoking sync on doc "15871d4d-1350-4b47-a11b-d7cf2bf231c1" rev 1-c3bcf352dc26b1790d78cfe030738faf
sg3/sync_gateway_error.log:2016-01-25T18:33:27.505-08:00 CRUD+: Invoking sync on doc "84bfe869-ba55-4cb4-bf0d-444c3a374e54" rev 1-c3bcf352dc26b1790d78cfe030738faf
sg3/sync_gateway_error.log:2016-01-25T18:33:27.505-08:00 HTTP: #064: PUT /db/03acb735-e985-444b-a7eb-cbf53dd91b11 (as seth)
sg3/sync_gateway_error.log:2016-01-25T18:33:27.505-08:00 CRUD: Doc "22f0f07f-102b-4bbd-b69c-e8eff9bffd4f" in channels "{ABC}"
sg3/sync_gateway_error.log:2016-01-25T18:33:27.505-08:00 Cache: SAVING #7
sg3/sync_gateway_error.log:2016-01-25T18:33:27.506-08:00 CRUD: Stored doc "185175be-4ade-4469-a819-93303cc52a0c" / "1-c3bcf352dc26b1790d78cfe030738faf"
sg3/sync_gateway_error.log:2016-01-25T18:33:27.506-08:00 HTTP+: #020: --> 201 (13349.3 ms)
sg3/sync_gateway_error.log:2016/01/25 18:33:27 go-couchbase: call to Do("f6abffd1-a02c-49b0-9188-1f3ad52c86ee") in github.com/couchbase/go-couchbase.(*Bucket).casNext took 1.089823684s
sg3/sync_gateway_error.log:2016-01-25T18:33:27.506-08:00 CRUD+: Invoking sync on doc "f6abffd1-a02c-49b0-9188-1f3ad52c86ee" rev 1-c3bcf352dc26b1790d78cfe030738faf
sg3/sync_gateway_error.log:2016-01-25T18:33:27.515-08:00 HTTP: #041: PUT /db/9f3e0d0b-b83d-4570-8537-a43c01d42bfc (as seth)
sg3/sync_gateway_error.log:2016-01-25T18:33:27.526-08:00 CRUD+: Invoking sync on doc "1c53d385-5b34-4fdc-8654-057d512f1f19" rev 1-c3bcf352dc26b1790d78cfe030738faf
sg3/sync_gateway_error.log:2016-01-25T18:33:27.526-08:00 CRUD+: Invoking sync on doc "677fe13d-7f79-4824-ae8a-632a8e0876b5" rev 1-c3bcf352dc26b1790d78cfe030738faf
sg3/sync_gateway_error.log:2016-01-25T18:33:27.557-08:00 HTTP: #040: PUT /db/4cc9b6e9-285a-45d1-b610-58fe53b51969 (as seth)
sg3/sync_gateway_error.log:2016-01-25T18:33:27.581-08:00 CRUD+: Invoking sync on doc "13ee5d67-55e8-492c-8e22-cf143bd64e95" rev 1-c3bcf352dc26b1790d78cfe030738faf
sg3/sync_gateway_error.log:2016-01-25T18:33:27.581-08:00 CRUD: Doc "f6abffd1-a02c-49b0-9188-1f3ad52c86ee" in channels "{ABC}"
sg3/sync_gateway_error.log:2016-01-25T18:33:27.582-08:00 Cache: SAVING #8
sg3/sync_gateway_error.log:2016-01-25T18:33:27.582-08:00 CRUD: Stored doc "22f0f07f-102b-4bbd-b69c-e8eff9bffd4f" / "1-c3bcf352dc26b1790d78cfe030738faf"
sg3/sync_gateway_error.log:2016-01-25T18:33:27.582-08:00 HTTP+: #052: --> 201 (13304.3 ms)
sg3/sync_gateway_error.log:2016-01-25T18:33:27.582-08:00 CRUD+: Invoking sync on doc "03acb735-e985-444b-a7eb-cbf53dd91b11" rev 1-c3bcf352dc26b1790d78cfe030738faf
sg3/sync_gateway_error.log:2016-01-25T18:33:27.592-08:00 CRUD+: Invoking sync on doc "5f6269f8-2828-4c8f-bc3b-a02beff8c7b7" rev 1-c3bcf352dc26b1790d78cfe030738faf
sg3/sync_gateway_error.log:2016-01-25T18:33:27.593-08:00 CRUD+: Invoking sync on doc "d6678b83-301a-424f-904b-ba9698d2a853" rev 1-c3bcf352dc26b1790d78cfe030738faf
sg3/sync_gateway_error.log:2016-01-25T18:33:27.598-08:00 HTTP: #027: PUT /db/d14e0a71-154e-4fd7-8441-60a83521f783 (as seth)
sg3/sync_gateway_error.log:2016-01-25T18:33:27.603-08:00 HTTP: #029: PUT /db/d1d475c1-839b-40ae-adc8-a1913db635d7 (as seth)
sg3/sync_gateway_error.log:2016-01-25T18:33:27.607-08:00 HTTP: #023: PUT /db/292f1e63-af3d-48f9-99f7-6e0fd126748f (as seth)
sg3/sync_gateway_error.log:2016-01-25T18:33:27.607-08:00 CRUD+: Invoking sync on doc "9f3e0d0b-b83d-4570-8537-a43c01d42bfc" rev 1-c3bcf352dc26b1790d78cfe030738faf
sg3/sync_gateway_error.log:2016-01-25T18:33:27.608-08:00 CRUD+: Invoking sync on doc "4cc9b6e9-285a-45d1-b610-58fe53b51969" rev 1-c3bcf352dc26b1790d78cfe030738faf
sg3/sync_gateway_error.log:2016-01-25T18:33:27.623-08:00 HTTP: #015: PUT /db/05458eb2-2311-431e-b58e-f6fec5860327 (as seth)
sg3/sync_gateway_error.log:2016-01-25T18:33:27.623-08:00 CRUD+: Invoking sync on doc "a158ef07-2cdf-4f5f-a209-5412c3f91bb6" rev 1-c3bcf352dc26b1790d78cfe030738faf
sg3/sync_gateway_error.log:2016-01-25T18:33:27.631-08:00 HTTP: #031: PUT /db/73606415-8cb5-41f3-88b4-5b855df21bce (as seth)
sg3/sync_gateway_error.log:2016-01-25T18:33:27.631-08:00 CRUD: Stored doc "f6abffd1-a02c-49b0-9188-1f3ad52c86ee" / "1-c3bcf352dc26b1790d78cfe030738faf"
sg3/sync_gateway_error.log:2016-01-25T18:33:27.631-08:00 HTTP+: #037: --> 201 (13386.5 ms)
sg3/sync_gateway_error.log:2016-01-25T18:33:27.669-08:00 HTTP: #038: PUT /db/80bcde85-3bdf-4f21-80b1-37d64546958f (as seth)
sg3/sync_gateway_error.log:2016-01-25T18:33:27.669-08:00 CRUD+: Invoking sync on doc "d14e0a71-154e-4fd7-8441-60a83521f783" rev 1-c3bcf352dc26b1790d78cfe030738faf
sg3/sync_gateway_error.log:2016/01/25 18:33:27 go-couchbase: call to Do("0bf93154-8860-4e1a-b463-3b707739e9a8") in github.com/couchbase/go-couchbase.(*Bucket).casNext took 560.725544ms
sg3/sync_gateway_error.log:2016-01-25T18:33:27.669-08:00 CRUD+: Invoking sync on doc "0bf93154-8860-4e1a-b463-3b707739e9a8" rev 1-c3bcf352dc26b1790d78cfe030738faf
sg3/sync_gateway_error.log:2016/01/25 18:33:27 go-couchbase: call to Do("f7b7d9fa-8a53-4ec0-9a92-a6e875dbd21b") in github.com/couchbase/go-couchbase.(*Bucket).casNext took 685.218357ms
sg3/sync_gateway_error.log:2016-01-25T18:33:27.669-08:00 CRUD+: Invoking sync on doc "f7b7d9fa-8a53-4ec0-9a92-a6e875dbd21b" rev 1-c3bcf352dc26b1790d78cfe030738faf
sg3/sync_gateway_error.log:2016-01-25T18:33:27.670-08:00 HTTP: #065: PUT /db/a822555b-6762-4f4c-8300-1e624fe8b19b (as seth)
sg3/sync_gateway_error.log:2016-01-25T18:33:27.670-08:00 CRUD+: Invoking sync on doc "d1d475c1-839b-40ae-adc8-a1913db635d7" rev 1-c3bcf352dc26b1790d78cfe030738faf
sg3/sync_gateway_error.log:2016-01-25T18:33:27.689-08:00 HTTP: #042: PUT /db/12bb8405-4c77-4067-9b21-3b4d83f4980e (as seth)
sg3/sync_gateway_error.log:2016-01-25T18:33:27.689-08:00 CRUD+: Invoking sync on doc "292f1e63-af3d-48f9-99f7-6e0fd126748f" rev 1-c3bcf352dc26b1790d78cfe030738faf
sg3/sync_gateway_error.log:2016-01-25T18:33:27.690-08:00 HTTP: #066: PUT /db/a6811675-3b43-4068-8c01-a6a07d71345b (as seth)
sg3/sync_gateway_error.log:2016/01/25 18:33:27 go-couchbase: call to Do("5b0b0692-ba8b-4a14-988b-c3d529665247") in github.com/couchbase/go-couchbase.(*Bucket).casNext took 617.617042ms
sg3/sync_gateway_error.log:2016-01-25T18:33:27.690-08:00 CRUD+: Invoking sync on doc "5b0b0692-ba8b-4a14-988b-c3d529665247" rev 1-c3bcf352dc26b1790d78cfe030738faf
sg3/sync_gateway_error.log:2016/01/25 18:33:27 go-couchbase: call to Do("827632cc-ae5b-473e-b8c2-869866b8f5a9") in github.com/couchbase/go-couchbase.(*Bucket).casNext took 752.726948ms
sg3/sync_gateway_error.log:2016-01-25T18:33:27.691-08:00 CRUD+: Invoking sync on doc "827632cc-ae5b-473e-b8c2-869866b8f5a9" rev 1-c3bcf352dc26b1790d78cfe030738faf
sg3/sync_gateway_error.log:2016-01-25T18:33:27.691-08:00 CRUD+: Invoking sync on doc "05458eb2-2311-431e-b58e-f6fec5860327" rev 1-c3bcf352dc26b1790d78cfe030738faf
sg3/sync_gateway_error.log:2016-01-25T18:33:27.693-08:00 HTTP: #059: PUT /db/8c9ec22a-ec92-4c91-a673-2064cbc94526 (as seth)
sg3/sync_gateway_error.log:2016-01-25T18:33:27.696-08:00 HTTP: #050: PUT /db/565dd5b1-481c-4dfe-a7e0-54da137cfea1 (as seth)
sg3/sync_gateway_error.log:2016-01-25T18:33:27.697-08:00 CRUD+: Invoking sync on doc "73606415-8cb5-41f3-88b4-5b855df21bce" rev 1-c3bcf352dc26b1790d78cfe030738faf
sg3/sync_gateway_error.log:2016-01-25T18:33:27.703-08:00 HTTP: #054: PUT /db/b28e707e-c66f-48a2-bcbb-418d9d5eba44 (as seth)
sg3/sync_gateway_error.log:2016-01-25T18:33:27.703-08:00 CRUD: Doc "03acb735-e985-444b-a7eb-cbf53dd91b11" in channels "{ABC}"
sg3/sync_gateway_error.log:2016-01-25T18:33:27.704-08:00 Cache: SAVING #9
sg3/sync_gateway_error.log:2016-01-25T18:33:27.719-08:00 CRUD+: Invoking sync on doc "a6811675-3b43-4068-8c01-a6a07d71345b" rev 1-c3bcf352dc26b1790d78cfe030738faf
sg3/sync_gateway_error.log:2016-01-25T18:33:27.720-08:00 CRUD+: Invoking sync on doc "12bb8405-4c77-4067-9b21-3b4d83f4980e" rev 1-c3bcf352dc26b1790d78cfe030738faf
sg3/sync_gateway_error.log:2016-01-25T18:33:27.724-08:00 HTTP: #056: PUT /db/9dd20715-27a1-4264-9f94-1c2df931060b (as seth)
sg3/sync_gateway_error.log:2016-01-25T18:33:27.730-08:00 CRUD: Stored doc "03acb735-e985-444b-a7eb-cbf53dd91b11" / "1-c3bcf352dc26b1790d78cfe030738faf"
sg3/sync_gateway_error.log:2016-01-25T18:33:27.731-08:00 HTTP+: #064: --> 201 (382.5 ms)
sg3/sync_gateway_error.log:2016-01-25T18:33:27.730-08:00 CRUD+: Invoking sync on doc "80bcde85-3bdf-4f21-80b1-37d64546958f" rev 1-c3bcf352dc26b1790d78cfe030738faf
sg3/sync_gateway_error.log:2016-01-25T18:33:27.731-08:00 CRUD+: Invoking sync on doc "b28e707e-c66f-48a2-bcbb-418d9d5eba44" rev 1-c3bcf352dc26b1790d78cfe030738faf
sg3/sync_gateway_error.log:2016-01-25T18:33:27.737-08:00 HTTP: #058: PUT /db/632d1577-2b2b-4cb8-9d79-537837d4cf06 (as seth)
sg3/sync_gateway_error.log:2016-01-25T18:33:27.738-08:00 HTTP: #024: PUT /db/7a92d646-e794-41bc-8d9c-1249749076d5 (as seth)
sg3/sync_gateway_error.log:2016-01-25T18:33:27.738-08:00 CRUD+: Invoking sync on doc "565dd5b1-481c-4dfe-a7e0-54da137cfea1" rev 1-c3bcf352dc26b1790d78cfe030738faf
sg3/sync_gateway_error.log:2016-01-25T18:33:27.738-08:00 CRUD+: Invoking sync on doc "8c9ec22a-ec92-4c91-a673-2064cbc94526" rev 1-c3bcf352dc26b1790d78cfe030738faf
sg3/sync_gateway_error.log:2016-01-25T18:33:27.739-08:00 HTTP: #067: PUT /db/53942043-4f6e-4a01-aafa-aaabd8f377b0 (as seth)
sg3/sync_gateway_error.log:2016-01-25T18:33:27.741-08:00 CRUD+: Invoking sync on doc "9dd20715-27a1-4264-9f94-1c2df931060b" rev 1-c3bcf352dc26b1790d78cfe030738faf
sg3/sync_gateway_error.log:2016-01-25T18:33:27.752-08:00 CRUD: Doc "97dcbcd9-0ae6-4056-bbe4-86c7e9572e35" in channels "{ABC}"
sg3/sync_gateway_error.log:2016-01-25T18:33:27.752-08:00 CRUD+: Invoking sync on doc "a822555b-6762-4f4c-8300-1e624fe8b19b" rev 1-c3bcf352dc26b1790d78cfe030738faf
sg3/sync_gateway_error.log:2016-01-25T18:33:27.752-08:00 Cache: SAVING #10
sg3/sync_gateway_error.log:2016-01-25T18:33:27.752-08:00 CRUD+: Invoking sync on doc "ffef90d1-ebfd-4d3a-9b32-92cdee9c190a" rev 1-c3bcf352dc26b1790d78cfe030738faf
sg3/sync_gateway_error.log:2016-01-25T18:33:27.753-08:00 CRUD+: Invoking sync on doc "9fe9d90b-0635-4168-bfd7-db4df6db8d8b" rev 1-c3bcf352dc26b1790d78cfe030738faf
sg3/sync_gateway_error.log:2016-01-25T18:33:27.753-08:00 CRUD+: Invoking sync on doc "53942043-4f6e-4a01-aafa-aaabd8f377b0" rev 1-c3bcf352dc26b1790d78cfe030738faf
sg3/sync_gateway_error.log:2016-01-25T18:33:27.753-08:00 CRUD+: Invoking sync on doc "7a92d646-e794-41bc-8d9c-1249749076d5" rev 1-c3bcf352dc26b1790d78cfe030738faf
sg3/sync_gateway_error.log:2016-01-25T18:33:27.753-08:00 CRUD+: Invoking sync on doc "632d1577-2b2b-4cb8-9d79-537837d4cf06" rev 1-c3bcf352dc26b1790d78cfe030738faf
sg3/sync_gateway_error.log:2016-01-25T18:33:27.767-08:00 HTTP: #028: PUT /db/56a3a5f2-4f05-4685-8845-c25de0cefb0d (as seth)
sg3/sync_gateway_error.log:2016-01-25T18:33:27.768-08:00 HTTP: #048: PUT /db/0b2d2094-0409-49e6-9300-d02fadbd3d97 (as seth)
sg3/sync_gateway_error.log:2016-01-25T18:33:27.792-08:00 CRUD: Stored doc "97dcbcd9-0ae6-4056-bbe4-86c7e9572e35" / "1-c3bcf352dc26b1790d78cfe030738faf"
sg3/sync_gateway_error.log:2016-01-25T18:33:27.792-08:00 HTTP+: #016: --> 201 (13648.8 ms)
sg3/sync_gateway_error.log:2016-01-25T18:33:27.792-08:00 CRUD+: Invoking sync on doc "56a3a5f2-4f05-4685-8845-c25de0cefb0d" rev 1-c3bcf352dc26b1790d78cfe030738faf
sg3/sync_gateway_error.log:2016-01-25T18:33:27.793-08:00 CRUD: Doc "a822555b-6762-4f4c-8300-1e624fe8b19b" in channels "{ABC}"
sg3/sync_gateway_error.log:2016-01-25T18:33:27.793-08:00 HTTP: #068: PUT /db/7e115bd3-c3a7-43a4-9393-621c5b1e1f98 (as seth)
sg3/sync_gateway_error.log:2016-01-25T18:33:27.793-08:00 Cache: SAVING #11
sg3/sync_gateway_error.log:2016-01-25T18:33:27.804-08:00 HTTP: #045: PUT /db/2087aaa8-15c3-4cfe-b1b6-6270c6a0513e (as seth)
sg3/sync_gateway_error.log:2016-01-25T18:33:27.805-08:00 CRUD: Doc "760057bc-c5a6-47b0-ad6f-21b3760920eb" in channels "{ABC}"
sg3/sync_gateway_error.log:2016-01-25T18:33:27.806-08:00 Cache: SAVING #12
sg3/sync_gateway_error.log:2016-01-25T18:33:27.806-08:00 HTTP: #055: PUT /db/0442a578-097b-4ae9-ad8b-ddd84159fc2c (as seth)
sg3/sync_gateway_error.log:2016-01-25T18:33:27.806-08:00 CRUD: Stored doc "a822555b-6762-4f4c-8300-1e624fe8b19b" / "1-c3bcf352dc26b1790d78cfe030738faf"
sg3/sync_gateway_error.log:2016-01-25T18:33:27.806-08:00 CRUD+: Invoking sync on doc "7e115bd3-c3a7-43a4-9393-621c5b1e1f98" rev 1-c3bcf352dc26b1790d78cfe030738faf
sg3/sync_gateway_error.log:2016-01-25T18:33:27.806-08:00 HTTP+: #065: --> 201 (201.7 ms)
sg3/sync_gateway_error.log:2016-01-25T18:33:27.806-08:00 CRUD+: Invoking sync on doc "0442a578-097b-4ae9-ad8b-ddd84159fc2c" rev 1-c3bcf352dc26b1790d78cfe030738faf
sg3/sync_gateway_error.log:2016-01-25T18:33:27.806-08:00 CRUD: Stored doc "760057bc-c5a6-47b0-ad6f-21b3760920eb" / "1-c3bcf352dc26b1790d78cfe030738faf"
sg3/sync_gateway_error.log:2016-01-25T18:33:27.807-08:00 HTTP+: #014: --> 201 (13672.6 ms)
sg3/sync_gateway_error.log:2016-01-25T18:33:27.807-08:00 HTTP: #069: PUT /db/1c20f55f-1089-4570-938d-fa2fa049b440 (as seth)
sg3/sync_gateway_error.log:2016-01-25T18:33:27.808-08:00 CRUD+: Invoking sync on doc "2087aaa8-15c3-4cfe-b1b6-6270c6a0513e" rev 1-c3bcf352dc26b1790d78cfe030738faf
sg3/sync_gateway_error.log:2016-01-25T18:33:27.808-08:00 CRUD: Doc "a145c834-e97f-489d-9511-b12a95ac5744" in channels "{ABC}"
sg3/sync_gateway_error.log:2016-01-25T18:33:27.808-08:00 Cache: SAVING #13
sg3/sync_gateway_error.log:2016-01-25T18:33:27.808-08:00 CRUD+: Invoking sync on doc "1c20f55f-1089-4570-938d-fa2fa049b440" rev 1-c3bcf352dc26b1790d78cfe030738faf
sg3/sync_gateway_error.log:2016-01-25T18:33:27.809-08:00 CRUD: Stored doc "a145c834-e97f-489d-9511-b12a95ac5744" / "1-c3bcf352dc26b1790d78cfe030738faf"
sg3/sync_gateway_error.log:2016-01-25T18:33:27.809-08:00 HTTP+: #012: --> 201 (13678.8 ms)
sg3/sync_gateway_error.log:2016-01-25T18:33:27.809-08:00 CRUD: Doc "cdadb3d4-28d8-4bf1-ae27-162090d5e19f" in channels "{ABC}"
sg3/sync_gateway_error.log:2016-01-25T18:33:27.810-08:00 Cache: SAVING #14
sg3/sync_gateway_error.log:2016-01-25T18:33:27.810-08:00 CRUD+: Invoking sync on doc "0b2d2094-0409-49e6-9300-d02fadbd3d97" rev 1-c3bcf352dc26b1790d78cfe030738faf
sg3/sync_gateway_error.log:2016-01-25T18:33:27.810-08:00 CRUD: Doc "a20c3e9d-a2ff-45b7-9e4a-ede21da3be59" in channels "{ABC}"
sg3/sync_gateway_error.log:2016-01-25T18:33:27.811-08:00 Cache: SAVING #15
sg3/sync_gateway_error.log:2016-01-25T18:33:27.811-08:00 CRUD: Stored doc "cdadb3d4-28d8-4bf1-ae27-162090d5e19f" / "1-c3bcf352dc26b1790d78cfe030738faf"
sg3/sync_gateway_error.log:2016-01-25T18:33:27.811-08:00 HTTP+: #022: --> 201 (13624.3 ms)
sg3/sync_gateway_error.log:2016-01-25T18:33:27.811-08:00 CRUD: Stored doc "a20c3e9d-a2ff-45b7-9e4a-ede21da3be59" / "1-c3bcf352dc26b1790d78cfe030738faf"
sg3/sync_gateway_error.log:2016-01-25T18:33:27.812-08:00 HTTP+: #018: --> 201 (13656.5 ms)
sg3/sync_gateway_error.log:2016-01-25T18:33:27.812-08:00 CRUD: Doc "5ceb2225-391f-45d6-95d5-262b58aac0e0" in channels "{ABC}"
sg3/sync_gateway_error.log:2016-01-25T18:33:27.812-08:00 Cache: SAVING #16
sg3/sync_gateway_error.log:2016-01-25T18:33:27.813-08:00 HTTP: #039: PUT /db/3b2d7491-e679-46c9-8829-a00d9ab37b9e (as seth)
sg3/sync_gateway_error.log:2016-01-25T18:33:27.813-08:00 CRUD: Doc "15871d4d-1350-4b47-a11b-d7cf2bf231c1" in channels "{ABC}"
sg3/sync_gateway_error.log:2016-01-25T18:33:27.813-08:00 Cache: SAVING #17
sg3/sync_gateway_error.log:2016-01-25T18:33:27.813-08:00 CRUD+: Invoking sync on doc "3b2d7491-e679-46c9-8829-a00d9ab37b9e" rev 1-c3bcf352dc26b1790d78cfe030738faf
sg3/sync_gateway_error.log:2016-01-25T18:33:27.813-08:00 CRUD: Stored doc "5ceb2225-391f-45d6-95d5-262b58aac0e0" / "1-c3bcf352dc26b1790d78cfe030738faf"
sg3/sync_gateway_error.log:2016-01-25T18:33:27.814-08:00 HTTP+: #021: --> 201 (13648.3 ms)
sg3/sync_gateway_error.log:2016-01-25T18:33:27.814-08:00 CRUD: Doc "84bfe869-ba55-4cb4-bf0d-444c3a374e54" in channels "{ABC}"
sg3/sync_gateway_error.log:2016-01-25T18:33:27.814-08:00 Cache: SAVING #18
sg3/sync_gateway_error.log:2016-01-25T18:33:27.815-08:00 CRUD: Stored doc "15871d4d-1350-4b47-a11b-d7cf2bf231c1" / "1-c3bcf352dc26b1790d78cfe030738faf"
sg3/sync_gateway_error.log:2016-01-25T18:33:27.815-08:00 HTTP+: #036: --> 201 (13570.6 ms)
sg3/sync_gateway_error.log:2016-01-25T18:33:27.815-08:00 CRUD: Stored doc "84bfe869-ba55-4cb4-bf0d-444c3a374e54" / "1-c3bcf352dc26b1790d78cfe030738faf"
sg3/sync_gateway_error.log:2016-01-25T18:33:27.815-08:00 HTTP+: #053: --> 201 (13531.5 ms)
sg3/sync_gateway_error.log:2016-01-25T18:33:27.815-08:00 CRUD: Doc "012c30d6-74e6-4811-aae9-13f96f1e19a7" in channels "{ABC}"
sg3/sync_gateway_error.log:2016-01-25T18:33:27.816-08:00 Cache: SAVING #19
sg3/sync_gateway_error.log:2016-01-25T18:33:27.816-08:00 CRUD: Stored doc "012c30d6-74e6-4811-aae9-13f96f1e19a7" / "1-c3bcf352dc26b1790d78cfe030738faf"
sg3/sync_gateway_error.log:2016-01-25T18:33:27.816-08:00 HTTP+: #044: --> 201 (13566.3 ms)
sg3/sync_gateway_error.log:2016-01-25T18:33:27.816-08:00 CRUD: Doc "1c53d385-5b34-4fdc-8654-057d512f1f19" in channels "{ABC}"
sg3/sync_gateway_error.log:2016-01-25T18:33:27.817-08:00 Cache: SAVING #20
sg3/sync_gateway_error.log:2016-01-25T18:33:27.817-08:00 CRUD: Stored doc "1c53d385-5b34-4fdc-8654-057d512f1f19" / "1-c3bcf352dc26b1790d78cfe030738faf"
sg3/sync_gateway_error.log:2016-01-25T18:33:27.817-08:00 HTTP+: #043: --> 201 (13568.0 ms)
sg3/sync_gateway_error.log:2016-01-25T18:33:27.817-08:00 HTTP: #030: PUT /db/cb4058cf-48d8-4777-81a2-178d20de183f (as seth)
sg3/sync_gateway_error.log:2016-01-25T18:33:27.817-08:00 CRUD: Doc "677fe13d-7f79-4824-ae8a-632a8e0876b5" in channels "{ABC}"
sg3/sync_gateway_error.log:2016-01-25T18:33:27.818-08:00 Cache: SAVING #21
sg3/sync_gateway_error.log:2016-01-25T18:33:27.818-08:00 CRUD: Doc "13ee5d67-55e8-492c-8e22-cf143bd64e95" in channels "{ABC}"
sg3/sync_gateway_error.log:2016-01-25T18:33:27.818-08:00 CRUD+: Invoking sync on doc "cb4058cf-48d8-4777-81a2-178d20de183f" rev 1-c3bcf352dc26b1790d78cfe030738faf
sg3/sync_gateway_error.log:2016-01-25T18:33:27.818-08:00 Cache: SAVING #22
sg3/sync_gateway_error.log:2016-01-25T18:33:27.818-08:00 CRUD: Stored doc "677fe13d-7f79-4824-ae8a-632a8e0876b5" / "1-c3bcf352dc26b1790d78cfe030738faf"
sg3/sync_gateway_error.log:2016-01-25T18:33:27.818-08:00 HTTP+: #032: --> 201 (13604.9 ms)
sg3/sync_gateway_error.log:2016-01-25T18:33:27.819-08:00 CRUD: Stored doc "13ee5d67-55e8-492c-8e22-cf143bd64e95" / "1-c3bcf352dc26b1790d78cfe030738faf"
sg3/sync_gateway_error.log:2016-01-25T18:33:27.819-08:00 HTTP+: #063: --> 201 (472.2 ms)
sg3/sync_gateway_error.log:2016-01-25T18:33:27.819-08:00 CRUD: Doc "cb4058cf-48d8-4777-81a2-178d20de183f" in channels "{ABC}"
sg3/sync_gateway_error.log:2016-01-25T18:33:27.819-08:00 Cache: SAVING #23
sg3/sync_gateway_error.log:2016-01-25T18:33:27.820-08:00 CRUD: Doc "d6678b83-301a-424f-904b-ba9698d2a853" in channels "{ABC}"
sg3/sync_gateway_error.log:2016-01-25T18:33:27.820-08:00 Cache: SAVING #24
sg3/sync_gateway_error.log:2016-01-25T18:33:27.820-08:00 CRUD: Stored doc "cb4058cf-48d8-4777-81a2-178d20de183f" / "1-c3bcf352dc26b1790d78cfe030738faf"
sg3/sync_gateway_error.log:2016-01-25T18:33:27.820-08:00 HTTP+: #030: --> 201 (13608.1 ms)
sg3/sync_gateway_error.log:2016-01-25T18:33:27.821-08:00 CRUD: Doc "9f3e0d0b-b83d-4570-8537-a43c01d42bfc" in channels "{ABC}"
sg3/sync_gateway_error.log:2016-01-25T18:33:27.821-08:00 Cache: SAVING #25
sg3/sync_gateway_error.log:2016-01-25T18:33:27.821-08:00 HTTP: #060: PUT /db/f0d9e857-8a51-4f6a-94c7-92546b842de8 (as seth)
sg3/sync_gateway_error.log:2016-01-25T18:33:27.821-08:00 CRUD: Stored doc "d6678b83-301a-424f-904b-ba9698d2a853" / "1-c3bcf352dc26b1790d78cfe030738faf"
sg3/sync_gateway_error.log:2016-01-25T18:33:27.821-08:00 HTTP+: #046: --> 201 (13570.2 ms)
sg3/sync_gateway_error.log:2016-01-25T18:33:27.821-08:00 CRUD: Doc "fd72b789-000d-4366-be95-50e9a0e6ad96" in channels "{ABC}"
sg3/sync_gateway_error.log:2016-01-25T18:33:27.821-08:00 CRUD: Stored doc "9f3e0d0b-b83d-4570-8537-a43c01d42bfc" / "1-c3bcf352dc26b1790d78cfe030738faf"
sg3/sync_gateway_error.log:2016-01-25T18:33:27.821-08:00 CRUD+: Invoking sync on doc "f0d9e857-8a51-4f6a-94c7-92546b842de8" rev 1-c3bcf352dc26b1790d78cfe030738faf
sg3/sync_gateway_error.log:2016-01-25T18:33:27.821-08:00 Cache: SAVING #26
sg3/sync_gateway_error.log:2016-01-25T18:33:27.821-08:00 HTTP+: #041: --> 201 (13573.8 ms)
sg3/sync_gateway_error.log:2016-01-25T18:33:27.822-08:00 CRUD: Doc "f0d9e857-8a51-4f6a-94c7-92546b842de8" in channels "{ABC}"
sg3/sync_gateway_error.log:2016-01-25T18:33:27.822-08:00 CRUD: Stored doc "fd72b789-000d-4366-be95-50e9a0e6ad96" / "1-c3bcf352dc26b1790d78cfe030738faf"
sg3/sync_gateway_error.log:2016-01-25T18:33:27.822-08:00 Cache: SAVING #27
sg3/sync_gateway_error.log:2016-01-25T18:33:27.822-08:00 HTTP+: #047: --> 201 (13570.4 ms)
sg3/sync_gateway_error.log:2016-01-25T18:33:27.822-08:00 CRUD: Doc "a158ef07-2cdf-4f5f-a209-5412c3f91bb6" in channels "{ABC}"
sg3/sync_gateway_error.log:2016-01-25T18:33:27.822-08:00 CRUD: Stored doc "f0d9e857-8a51-4f6a-94c7-92546b842de8" / "1-c3bcf352dc26b1790d78cfe030738faf"
sg3/sync_gateway_error.log:2016-01-25T18:33:27.822-08:00 HTTP+: #060: --> 201 (13533.9 ms)
sg3/sync_gateway_error.log:2016-01-25T18:33:27.823-08:00 CRUD: Doc "d14e0a71-154e-4fd7-8441-60a83521f783" in channels "{ABC}"
sg3/sync_gateway_error.log:2016-01-25T18:33:27.823-08:00 Cache: SAVING #28
sg3/sync_gateway_error.log:2016-01-25T18:33:27.823-08:00 Cache: SAVING #29
sg3/sync_gateway_error.log:2016-01-25T18:33:27.823-08:00 CRUD: Stored doc "a158ef07-2cdf-4f5f-a209-5412c3f91bb6" / "1-c3bcf352dc26b1790d78cfe030738faf"
sg3/sync_gateway_error.log:2016-01-25T18:33:27.823-08:00 HTTP+: #051: --> 201 (13548.4 ms)
sg3/sync_gateway_error.log:2016-01-25T18:33:27.823-08:00 CRUD: Stored doc "d14e0a71-154e-4fd7-8441-60a83521f783" / "1-c3bcf352dc26b1790d78cfe030738faf"
sg3/sync_gateway_error.log:2016-01-25T18:33:27.823-08:00 HTTP+: #027: --> 201 (13613.2 ms)
sg3/sync_gateway_error.log:2016-01-25T18:33:27.823-08:00 CRUD: Doc "0bf93154-8860-4e1a-b463-3b707739e9a8" in channels "{ABC}"
sg3/sync_gateway_error.log:2016-01-25T18:33:27.824-08:00 Cache: SAVING #30
sg3/sync_gateway_error.log:2016-01-25T18:33:27.824-08:00 CRUD: Doc "f7b7d9fa-8a53-4ec0-9a92-a6e875dbd21b" in channels "{ABC}"
sg3/sync_gateway_error.log:2016-01-25T18:33:27.824-08:00 Cache: SAVING #31
sg3/sync_gateway_error.log:2016-01-25T18:33:27.824-08:00 CRUD: Stored doc "0bf93154-8860-4e1a-b463-3b707739e9a8" / "1-c3bcf352dc26b1790d78cfe030738faf"
sg3/sync_gateway_error.log:2016-01-25T18:33:27.824-08:00 HTTP+: #019: --> 201 (13668.6 ms)
sg3/sync_gateway_error.log:2016-01-25T18:33:27.825-08:00 CRUD: Doc "d1d475c1-839b-40ae-adc8-a1913db635d7" in channels "{ABC}"
sg3/sync_gateway_error.log:2016-01-25T18:33:27.825-08:00 CRUD: Stored doc "f7b7d9fa-8a53-4ec0-9a92-a6e875dbd21b" / "1-c3bcf352dc26b1790d78cfe030738faf"
sg3/sync_gateway_error.log:2016-01-25T18:33:27.825-08:00 Cache: SAVING #32
sg3/sync_gateway_error.log:2016-01-25T18:33:27.825-08:00 HTTP+: #026: --> 201 (13615.3 ms)
sg3/sync_gateway_error.log:2016-01-25T18:33:27.825-08:00 CRUD: Doc "292f1e63-af3d-48f9-99f7-6e0fd126748f" in channels "{ABC}"
sg3/sync_gateway_error.log:2016-01-25T18:33:27.825-08:00 CRUD: Stored doc "d1d475c1-839b-40ae-adc8-a1913db635d7" / "1-c3bcf352dc26b1790d78cfe030738faf"
sg3/sync_gateway_error.log:2016-01-25T18:33:27.825-08:00 HTTP+: #029: --> 201 (13613.8 ms)
sg3/sync_gateway_error.log:2016-01-25T18:33:27.825-08:00 Cache: SAVING #33
sg3/sync_gateway_error.log:2016-01-25T18:33:27.826-08:00 CRUD: Doc "5b0b0692-ba8b-4a14-988b-c3d529665247" in channels "{ABC}"
sg3/sync_gateway_error.log:2016-01-25T18:33:27.826-08:00 Cache: SAVING #34
sg3/sync_gateway_error.log:2016-01-25T18:33:27.826-08:00 CRUD: Stored doc "292f1e63-af3d-48f9-99f7-6e0fd126748f" / "1-c3bcf352dc26b1790d78cfe030738faf"
sg3/sync_gateway_error.log:2016-01-25T18:33:27.826-08:00 HTTP+: #023: --> 201 (13637.8 ms)
sg3/sync_gateway_error.log:2016-01-25T18:33:27.826-08:00 CRUD: Doc "827632cc-ae5b-473e-b8c2-869866b8f5a9" in channels "{ABC}"
sg3/sync_gateway_error.log:2016-01-25T18:33:27.826-08:00 Cache: SAVING #35
sg3/sync_gateway_error.log:2016-01-25T18:33:27.827-08:00 CRUD: Doc "05458eb2-2311-431e-b58e-f6fec5860327" in channels "{ABC}"
sg3/sync_gateway_error.log:2016-01-25T18:33:27.827-08:00 Cache: SAVING #36
sg3/sync_gateway_error.log:2016-01-25T18:33:27.827-08:00 CRUD: Doc "73606415-8cb5-41f3-88b4-5b855df21bce" in channels "{ABC}"
sg3/sync_gateway_error.log:2016-01-25T18:33:27.827-08:00 Cache: SAVING #37
sg3/sync_gateway_error.log:2016-01-25T18:33:27.827-08:00 CRUD: Stored doc "5b0b0692-ba8b-4a14-988b-c3d529665247" / "1-c3bcf352dc26b1790d78cfe030738faf"
sg3/sync_gateway_error.log:2016-01-25T18:33:27.827-08:00 CRUD: Doc "a6811675-3b43-4068-8c01-a6a07d71345b" in channels "{ABC}"
sg3/sync_gateway_error.log:2016-01-25T18:33:27.827-08:00 CRUD: Stored doc "827632cc-ae5b-473e-b8c2-869866b8f5a9" / "1-c3bcf352dc26b1790d78cfe030738faf"
sg3/sync_gateway_error.log:2016-01-25T18:33:27.827-08:00 Cache: SAVING #38
sg3/sync_gateway_error.log:2016-01-25T18:33:27.828-08:00 HTTP+: #033: --> 201 (13585.6 ms)
sg3/sync_gateway_error.log:2016-01-25T18:33:27.827-08:00 HTTP+: #025: --> 201 (13618.5 ms)
sg3/sync_gateway_error.log:2016-01-25T18:33:27.828-08:00 CRUD: Stored doc "05458eb2-2311-431e-b58e-f6fec5860327" / "1-c3bcf352dc26b1790d78cfe030738faf"
sg3/sync_gateway_error.log:2016-01-25T18:33:27.828-08:00 CRUD: Doc "12bb8405-4c77-4067-9b21-3b4d83f4980e" in channels "{ABC}"
sg3/sync_gateway_error.log:2016-01-25T18:33:27.828-08:00 HTTP+: #015: --> 201 (13693.7 ms)
sg3/sync_gateway_error.log:2016-01-25T18:33:27.828-08:00 Cache: SAVING #39
sg3/sync_gateway_error.log:2016-01-25T18:33:27.828-08:00 CRUD: Stored doc "73606415-8cb5-41f3-88b4-5b855df21bce" / "1-c3bcf352dc26b1790d78cfe030738faf"
sg3/sync_gateway_error.log:2016-01-25T18:33:27.828-08:00 HTTP+: #031: --> 201 (13615.5 ms)
sg3/sync_gateway_error.log:2016-01-25T18:33:27.828-08:00 CRUD: Stored doc "a6811675-3b43-4068-8c01-a6a07d71345b" / "1-c3bcf352dc26b1790d78cfe030738faf"
sg3/sync_gateway_error.log:2016-01-25T18:33:27.828-08:00 HTTP+: #066: --> 201 (223.3 ms)
sg3/sync_gateway_error.log:2016-01-25T18:33:27.829-08:00 CRUD: Doc "80bcde85-3bdf-4f21-80b1-37d64546958f" in channels "{ABC}"
sg3/sync_gateway_error.log:2016-01-25T18:33:27.829-08:00 CRUD: Stored doc "12bb8405-4c77-4067-9b21-3b4d83f4980e" / "1-c3bcf352dc26b1790d78cfe030738faf"
sg3/sync_gateway_error.log:2016-01-25T18:33:27.829-08:00 HTTP+: #042: --> 201 (13580.5 ms)
sg3/sync_gateway_error.log:2016-01-25T18:33:27.829-08:00 Cache: SAVING #40
sg3/sync_gateway_error.log:2016-01-25T18:33:27.829-08:00 CRUD: Doc "b28e707e-c66f-48a2-bcbb-418d9d5eba44" in channels "{ABC}"
sg3/sync_gateway_error.log:2016-01-25T18:33:27.829-08:00 Cache: SAVING #41
sg3/sync_gateway_error.log:2016-01-25T18:33:27.829-08:00 CRUD: Stored doc "80bcde85-3bdf-4f21-80b1-37d64546958f" / "1-c3bcf352dc26b1790d78cfe030738faf"
sg3/sync_gateway_error.log:2016-01-25T18:33:27.830-08:00 HTTP+: #038: --> 201 (13583.8 ms)
sg3/sync_gateway_error.log:2016-01-25T18:33:27.830-08:00 CRUD: Doc "565dd5b1-481c-4dfe-a7e0-54da137cfea1" in channels "{ABC}"
sg3/sync_gateway_error.log:2016-01-25T18:33:27.830-08:00 Cache: SAVING #42
sg3/sync_gateway_error.log:2016-01-25T18:33:27.830-08:00 CRUD: Doc "8c9ec22a-ec92-4c91-a673-2064cbc94526" in channels "{ABC}"
sg3/sync_gateway_error.log:2016-01-25T18:33:27.830-08:00 Cache: SAVING #43
sg3/sync_gateway_error.log:2016-01-25T18:33:27.831-08:00 CRUD: Stored doc "b28e707e-c66f-48a2-bcbb-418d9d5eba44" / "1-c3bcf352dc26b1790d78cfe030738faf"
sg3/sync_gateway_error.log:2016-01-25T18:33:27.831-08:00 CRUD: Stored doc "565dd5b1-481c-4dfe-a7e0-54da137cfea1" / "1-c3bcf352dc26b1790d78cfe030738faf"
sg3/sync_gateway_error.log:2016-01-25T18:33:27.831-08:00 HTTP+: #054: --> 201 (13546.5 ms)
sg3/sync_gateway_error.log:2016-01-25T18:33:27.831-08:00 HTTP+: #050: --> 201 (13577.0 ms)
sg3/sync_gateway_error.log:2016-01-25T18:33:27.831-08:00 CRUD: Doc "9dd20715-27a1-4264-9f94-1c2df931060b" in channels "{ABC}"
sg3/sync_gateway_error.log:2016-01-25T18:33:27.831-08:00 CRUD: Stored doc "8c9ec22a-ec92-4c91-a673-2064cbc94526" / "1-c3bcf352dc26b1790d78cfe030738faf"
sg3/sync_gateway_error.log:2016-01-25T18:33:27.831-08:00 Cache: SAVING #44
sg3/sync_gateway_error.log:2016-01-25T18:33:27.831-08:00 HTTP+: #059: --> 201 (13543.4 ms)
sg3/sync_gateway_error.log:2016-01-25T18:33:27.832-08:00 CRUD: Doc "ffef90d1-ebfd-4d3a-9b32-92cdee9c190a" in channels "{ABC}"
sg3/sync_gateway_error.log:2016-01-25T18:33:27.832-08:00 CRUD: Stored doc "9dd20715-27a1-4264-9f94-1c2df931060b" / "1-c3bcf352dc26b1790d78cfe030738faf"
sg3/sync_gateway_error.log:2016-01-25T18:33:27.832-08:00 Cache: SAVING #45
sg3/sync_gateway_error.log:2016-01-25T18:33:27.832-08:00 HTTP+: #056: --> 201 (13546.1 ms)
sg3/sync_gateway_error.log:2016-01-25T18:33:27.832-08:00 CRUD: Doc "136c61b0-ae93-49fc-8a9e-a85bcf3c1c0c" in channels "{ABC}"
sg3/sync_gateway_error.log:2016-01-25T18:33:27.832-08:00 CRUD: Stored doc "ffef90d1-ebfd-4d3a-9b32-92cdee9c190a" / "1-c3bcf352dc26b1790d78cfe030738faf"
sg3/sync_gateway_error.log:2016-01-25T18:33:27.832-08:00 Cache: SAVING #46
sg3/sync_gateway_error.log:2016-01-25T18:33:27.832-08:00 HTTP+: #061: --> 201 (13449.7 ms)
sg3/sync_gateway_error.log:2016-01-25T18:33:27.833-08:00 CRUD: Doc "9fe9d90b-0635-4168-bfd7-db4df6db8d8b" in channels "{ABC}"
sg3/sync_gateway_error.log:2016-01-25T18:33:27.834-08:00 Cache: SAVING #47
sg3/sync_gateway_error.log:2016-01-25T18:33:27.834-08:00 CRUD: Stored doc "136c61b0-ae93-49fc-8a9e-a85bcf3c1c0c" / "1-c3bcf352dc26b1790d78cfe030738faf"
sg3/sync_gateway_error.log:2016-01-25T18:33:27.834-08:00 CRUD: Doc "53942043-4f6e-4a01-aafa-aaabd8f377b0" in channels "{ABC}"
sg3/sync_gateway_error.log:2016-01-25T18:33:27.834-08:00 HTTP+: #049: --> 201 (13580.9 ms)
sg3/sync_gateway_error.log:2016-01-25T18:33:27.834-08:00 Cache: SAVING #48
sg3/sync_gateway_error.log:2016-01-25T18:33:27.835-08:00 CRUD: Stored doc "9fe9d90b-0635-4168-bfd7-db4df6db8d8b" / "1-c3bcf352dc26b1790d78cfe030738faf"
sg3/sync_gateway_error.log:2016-01-25T18:33:27.835-08:00 HTTP+: #057: --> 201 (13548.4 ms)
sg3/sync_gateway_error.log:2016-01-25T18:33:27.835-08:00 CRUD: Doc "7a92d646-e794-41bc-8d9c-1249749076d5" in channels "{ABC}"
sg3/sync_gateway_error.log:2016-01-25T18:33:27.836-08:00 Cache: SAVING #49
sg3/sync_gateway_error.log:2016-01-25T18:33:27.836-08:00 CRUD: Stored doc "53942043-4f6e-4a01-aafa-aaabd8f377b0" / "1-c3bcf352dc26b1790d78cfe030738faf"
sg3/sync_gateway_error.log:2016-01-25T18:33:27.836-08:00 HTTP+: #067: --> 201 (127.1 ms)
sg3/sync_gateway_error.log:2016-01-25T18:33:27.837-08:00 CRUD: Doc "632d1577-2b2b-4cb8-9d79-537837d4cf06" in channels "{ABC}"
sg3/sync_gateway_error.log:2016-01-25T18:33:27.837-08:00 Cache: SAVING #50
sg3/sync_gateway_error.log:2016-01-25T18:33:27.837-08:00 CRUD: Stored doc "7a92d646-e794-41bc-8d9c-1249749076d5" / "1-c3bcf352dc26b1790d78cfe030738faf"
sg3/sync_gateway_error.log:2016-01-25T18:33:27.837-08:00 HTTP+: #024: --> 201 (13648.7 ms)
sg3/sync_gateway_error.log:2016-01-25T18:33:27.838-08:00 CRUD: Doc "56a3a5f2-4f05-4685-8845-c25de0cefb0d" in channels "{ABC}"
sg3/sync_gateway_error.log:2016-01-25T18:33:27.838-08:00 Cache: SAVING #51
sg3/sync_gateway_error.log:2016-01-25T18:33:27.838-08:00 CRUD: Stored doc "632d1577-2b2b-4cb8-9d79-537837d4cf06" / "1-c3bcf352dc26b1790d78cfe030738faf"
sg3/sync_gateway_error.log:2016-01-25T18:33:27.839-08:00 CRUD: Stored doc "56a3a5f2-4f05-4685-8845-c25de0cefb0d" / "1-c3bcf352dc26b1790d78cfe030738faf"
sg3/sync_gateway_error.log:2016-01-25T18:33:27.839-08:00 HTTP+: #058: --> 201 (13551.6 ms)
sg3/sync_gateway_error.log:2016-01-25T18:33:27.839-08:00 HTTP+: #028: --> 201 (13628.0 ms)
sg3/sync_gateway_error.log:2016-01-25T18:33:27.839-08:00 CRUD: Doc "7e115bd3-c3a7-43a4-9393-621c5b1e1f98" in channels "{ABC}"
sg3/sync_gateway_error.log:2016-01-25T18:33:27.839-08:00 CRUD: Doc "0442a578-097b-4ae9-ad8b-ddd84159fc2c" in channels "{ABC}"
sg3/sync_gateway_error.log:2016-01-25T18:33:27.839-08:00 Cache: SAVING #53
sg3/sync_gateway_error.log:2016-01-25T18:33:27.839-08:00 Cache: SAVING #52
sg3/sync_gateway_error.log:2016-01-25T18:33:27.840-08:00 CRUD: Doc "2087aaa8-15c3-4cfe-b1b6-6270c6a0513e" in channels "{ABC}"
sg3/sync_gateway_error.log:2016-01-25T18:33:27.840-08:00 HTTP: #035: PUT /db/e0cad87a-a447-4dde-b674-3342c7c17d98 (as seth)
sg3/sync_gateway_error.log:2016-01-25T18:33:27.840-08:00 Cache: SAVING #54
sg3/sync_gateway_error.log:2016-01-25T18:33:27.840-08:00 CRUD: Stored doc "7e115bd3-c3a7-43a4-9393-621c5b1e1f98" / "1-c3bcf352dc26b1790d78cfe030738faf"
sg3/sync_gateway_error.log:2016-01-25T18:33:27.840-08:00 CRUD: Doc "1c20f55f-1089-4570-938d-fa2fa049b440" in channels "{ABC}"
sg3/sync_gateway_error.log:2016-01-25T18:33:27.841-08:00 CRUD+: Invoking sync on doc "e0cad87a-a447-4dde-b674-3342c7c17d98" rev 1-c3bcf352dc26b1790d78cfe030738faf
sg3/sync_gateway_error.log:2016-01-25T18:33:27.841-08:00 Cache: SAVING #55
sg3/sync_gateway_error.log:2016-01-25T18:33:27.840-08:00 HTTP+: #068: --> 201 (86.0 ms)
sg3/sync_gateway_error.log:2016-01-25T18:33:27.841-08:00 CRUD: Stored doc "2087aaa8-15c3-4cfe-b1b6-6270c6a0513e" / "1-c3bcf352dc26b1790d78cfe030738faf"
sg3/sync_gateway_error.log:2016-01-25T18:33:27.842-08:00 HTTP+: #045: --> 201 (13591.3 ms)
sg3/sync_gateway_error.log:2016-01-25T18:33:27.840-08:00 CRUD: Stored doc "0442a578-097b-4ae9-ad8b-ddd84159fc2c" / "1-c3bcf352dc26b1790d78cfe030738faf"
sg3/sync_gateway_error.log:2016-01-25T18:33:27.842-08:00 HTTP+: #055: --> 201 (13556.9 ms)
sg3/sync_gateway_error.log:2016-01-25T18:33:27.842-08:00 CRUD: Doc "0b2d2094-0409-49e6-9300-d02fadbd3d97" in channels "{ABC}"
sg3/sync_gateway_error.log:2016-01-25T18:33:27.842-08:00 CRUD: Stored doc "1c20f55f-1089-4570-938d-fa2fa049b440" / "1-c3bcf352dc26b1790d78cfe030738faf"
sg3/sync_gateway_error.log:2016-01-25T18:33:27.842-08:00 HTTP+: #069: --> 201 (37.2 ms)
sg3/sync_gateway_error.log:2016-01-25T18:33:27.842-08:00 Cache: SAVING #56
sg3/sync_gateway_error.log:2016-01-25T18:33:27.843-08:00 CRUD: Doc "3b2d7491-e679-46c9-8829-a00d9ab37b9e" in channels "{ABC}"
sg3/sync_gateway_error.log:2016-01-25T18:33:27.843-08:00 CRUD: Stored doc "0b2d2094-0409-49e6-9300-d02fadbd3d97" / "1-c3bcf352dc26b1790d78cfe030738faf"
sg3/sync_gateway_error.log:2016-01-25T18:33:27.843-08:00 HTTP+: #048: --> 201 (13590.6 ms)
sg3/sync_gateway_error.log:2016-01-25T18:33:27.843-08:00 Cache: SAVING #57
sg3/sync_gateway_error.log:2016-01-25T18:33:27.843-08:00 CRUD: Doc "5f6269f8-2828-4c8f-bc3b-a02beff8c7b7" in channels "{ABC}"
sg3/sync_gateway_error.log:2016-01-25T18:33:27.843-08:00 CRUD: Stored doc "3b2d7491-e679-46c9-8829-a00d9ab37b9e" / "1-c3bcf352dc26b1790d78cfe030738faf"
sg3/sync_gateway_error.log:2016-01-25T18:33:27.844-08:00 Cache: SAVING #58
sg3/sync_gateway_error.log:2016-01-25T18:33:27.844-08:00 HTTP+: #039: --> 201 (13597.2 ms)
sg3/sync_gateway_error.log:2016-01-25T18:33:27.844-08:00 CRUD: Doc "4cc9b6e9-285a-45d1-b610-58fe53b51969" in channels "{ABC}"
sg3/sync_gateway_error.log:2016-01-25T18:33:27.844-08:00 CRUD: Stored doc "5f6269f8-2828-4c8f-bc3b-a02beff8c7b7" / "1-c3bcf352dc26b1790d78cfe030738faf"
sg3/sync_gateway_error.log:2016-01-25T18:33:27.844-08:00 Cache: SAVING #59
sg3/sync_gateway_error.log:2016-01-25T18:33:27.844-08:00 HTTP+: #034: --> 201 (13601.3 ms)
sg3/sync_gateway_error.log:2016-01-25T18:33:27.844-08:00 CRUD: Doc "e0cad87a-a447-4dde-b674-3342c7c17d98" in channels "{ABC}"
sg3/sync_gateway_error.log:2016-01-25T18:33:27.845-08:00 CRUD: Stored doc "4cc9b6e9-285a-45d1-b610-58fe53b51969" / "1-c3bcf352dc26b1790d78cfe030738faf"
sg3/sync_gateway_error.log:2016-01-25T18:33:27.845-08:00 Cache: SAVING #60
sg3/sync_gateway_error.log:2016-01-25T18:33:27.845-08:00 HTTP+: #040: --> 201 (13597.6 ms)
sg3/sync_gateway_error.log:2016-01-25T18:33:27.845-08:00 CRUD: Stored doc "e0cad87a-a447-4dde-b674-3342c7c17d98" / "1-c3bcf352dc26b1790d78cfe030738faf"
sg3/sync_gateway_error.log:2016-01-25T18:33:27.845-08:00 HTTP+: #035: --> 201 (13601.6 ms)
sg3/sync_gateway_error.log:2016-01-25T18:33:27.885-08:00 HTTP: #070: PUT /db/167f2691-fa5d-4093-9bb2-270bf3b60e61 (as seth)
sg3/sync_gateway_error.log:2016-01-25T18:33:27.885-08:00 CRUD+: Invoking sync on doc "167f2691-fa5d-4093-9bb2-270bf3b60e61" rev 1-c3bcf352dc26b1790d78cfe030738faf
sg3/sync_gateway_error.log:2016-01-25T18:33:27.885-08:00 CRUD: Doc "167f2691-fa5d-4093-9bb2-270bf3b60e61" in channels "{ABC}"
sg3/sync_gateway_error.log:2016-01-25T18:33:27.886-08:00 Cache: SAVING #61
sg3/sync_gateway_error.log:2016-01-25T18:33:27.886-08:00 CRUD: Stored doc "167f2691-fa5d-4093-9bb2-270bf3b60e61" / "1-c3bcf352dc26b1790d78cfe030738faf"
sg3/sync_gateway_error.log:2016-01-25T18:33:27.886-08:00 HTTP+: #070: --> 201 (2.4 ms)
sg3/sync_gateway_error.log:2016-01-25T18:33:27.890-08:00 HTTP: #071: PUT /db/6f11d19c-9028-4287-9478-9baad3ace5ee (as seth)
sg3/sync_gateway_error.log:2016-01-25T18:33:27.890-08:00 CRUD+: Invoking sync on doc "6f11d19c-9028-4287-9478-9baad3ace5ee" rev 1-c3bcf352dc26b1790d78cfe030738faf
sg3/sync_gateway_error.log:2016-01-25T18:33:27.891-08:00 CRUD: Doc "6f11d19c-9028-4287-9478-9baad3ace5ee" in channels "{ABC}"
sg3/sync_gateway_error.log:2016-01-25T18:33:27.892-08:00 HTTP: #073: PUT /db/2e77695c-e495-42d1-b609-9661c08b8fb5 (as seth)
sg3/sync_gateway_error.log:2016-01-25T18:33:27.893-08:00 HTTP: #075: PUT /db/f532b58e-cb4f-471b-8ab4-fdb7cfa8e0b4 (as seth)
sg3/sync_gateway_error.log:2016-01-25T18:33:27.893-08:00 HTTP: #074: PUT /db/9a8efa22-4847-40be-8458-f5e1a1dc2320 (as seth)
sg3/sync_gateway_error.log:2016-01-25T18:33:27.893-08:00 CRUD+: Invoking sync on doc "2e77695c-e495-42d1-b609-9661c08b8fb5" rev 1-c3bcf352dc26b1790d78cfe030738faf
sg3/sync_gateway_error.log:2016-01-25T18:33:27.894-08:00 HTTP: #076: PUT /db/a5aa3c4e-0973-4cb8-9443-4f3004c6ea59 (as seth)
sg3/sync_gateway_error.log:2016-01-25T18:33:27.894-08:00 CRUD+: Invoking sync on doc "9a8efa22-4847-40be-8458-f5e1a1dc2320" rev 1-c3bcf352dc26b1790d78cfe030738faf
sg3/sync_gateway_error.log:2016-01-25T18:33:27.894-08:00 CRUD+: Invoking sync on doc "f532b58e-cb4f-471b-8ab4-fdb7cfa8e0b4" rev 1-c3bcf352dc26b1790d78cfe030738faf
sg3/sync_gateway_error.log:2016-01-25T18:33:27.894-08:00 CRUD: Doc "2e77695c-e495-42d1-b609-9661c08b8fb5" in channels "{ABC}"
sg3/sync_gateway_error.log:2016-01-25T18:33:27.894-08:00 Cache: SAVING #63
sg3/sync_gateway_error.log:2016-01-25T18:33:27.895-08:00 CRUD+: Invoking sync on doc "a5aa3c4e-0973-4cb8-9443-4f3004c6ea59" rev 1-c3bcf352dc26b1790d78cfe030738faf
sg3/sync_gateway_error.log:2016-01-25T18:33:27.895-08:00 CRUD: Stored doc "2e77695c-e495-42d1-b609-9661c08b8fb5" / "1-c3bcf352dc26b1790d78cfe030738faf"
sg3/sync_gateway_error.log:2016-01-25T18:33:27.895-08:00 HTTP+: #073: --> 201 (4.1 ms)
sg3/sync_gateway_error.log:2016-01-25T18:33:27.895-08:00 HTTP: #077: PUT /db/d0f891f3-c8d5-4476-a5bc-a436f5defe7b (as seth)
sg3/sync_gateway_error.log:2016-01-25T18:33:27.896-08:00 CRUD: Doc "9a8efa22-4847-40be-8458-f5e1a1dc2320" in channels "{ABC}"
sg3/sync_gateway_error.log:2016-01-25T18:33:27.896-08:00 Cache: SAVING #64
sg3/sync_gateway_error.log:2016-01-25T18:33:27.896-08:00 HTTP: #072: PUT /db/34b7bc84-a534-45a9-a627-0c690b0646dc (as seth)
sg3/sync_gateway_error.log:2016-01-25T18:33:27.896-08:00 CRUD+: Invoking sync on doc "d0f891f3-c8d5-4476-a5bc-a436f5defe7b" rev 1-c3bcf352dc26b1790d78cfe030738faf
sg3/sync_gateway_error.log:2016-01-25T18:33:27.896-08:00 CRUD+: Invoking sync on doc "34b7bc84-a534-45a9-a627-0c690b0646dc" rev 1-c3bcf352dc26b1790d78cfe030738faf
sg3/sync_gateway_error.log:2016-01-25T18:33:27.896-08:00 CRUD: Doc "f532b58e-cb4f-471b-8ab4-fdb7cfa8e0b4" in channels "{ABC}"
sg3/sync_gateway_error.log:2016-01-25T18:33:27.897-08:00 HTTP: #078: PUT /db/80d7099c-1b36-4c42-981c-5a5f10f15199 (as seth)
sg3/sync_gateway_error.log:2016-01-25T18:33:27.897-08:00 Cache: SAVING #65
sg3/sync_gateway_error.log:2016-01-25T18:33:27.897-08:00 CRUD: Stored doc "9a8efa22-4847-40be-8458-f5e1a1dc2320" / "1-c3bcf352dc26b1790d78cfe030738faf"
sg3/sync_gateway_error.log:2016-01-25T18:33:27.897-08:00 HTTP+: #074: --> 201 (5.6 ms)
sg3/sync_gateway_error.log:2016-01-25T18:33:27.897-08:00 CRUD+: Invoking sync on doc "80d7099c-1b36-4c42-981c-5a5f10f15199" rev 1-c3bcf352dc26b1790d78cfe030738faf
sg3/sync_gateway_error.log:2016-01-25T18:33:27.897-08:00 CRUD: Stored doc "f532b58e-cb4f-471b-8ab4-fdb7cfa8e0b4" / "1-c3bcf352dc26b1790d78cfe030738faf"
sg3/sync_gateway_error.log:2016-01-25T18:33:27.897-08:00 CRUD: Doc "a5aa3c4e-0973-4cb8-9443-4f3004c6ea59" in channels "{ABC}"
sg3/sync_gateway_error.log:2016-01-25T18:33:27.897-08:00 Cache: SAVING #62
sg3/sync_gateway_error.log:2016-01-25T18:33:27.897-08:00 HTTP+: #075: --> 201 (5.5 ms)
sg3/sync_gateway_error.log:2016-01-25T18:33:27.898-08:00 Cache: SAVING #66
sg3/sync_gateway_error.log:2016-01-25T18:33:27.898-08:00 CRUD: Stored doc "6f11d19c-9028-4287-9478-9baad3ace5ee" / "1-c3bcf352dc26b1790d78cfe030738faf"
sg3/sync_gateway_error.log:2016-01-25T18:33:27.898-08:00 HTTP+: #071: --> 201 (10.0 ms)
sg3/sync_gateway_error.log:2016-01-25T18:33:27.898-08:00 CRUD: Doc "d0f891f3-c8d5-4476-a5bc-a436f5defe7b" in channels "{ABC}"
sg3/sync_gateway_error.log:2016-01-25T18:33:27.898-08:00 CRUD: Stored doc "a5aa3c4e-0973-4cb8-9443-4f3004c6ea59" / "1-c3bcf352dc26b1790d78cfe030738faf"
[root@nemesis02-s618 tmp]#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment