Created
April 18, 2017 00:46
-
-
Save tleyden/4e9c5e00b0c7e75bf96dc25b6975b083 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2017-04-17T17:46:00.326-07:00 Enabling logging: [* Bucket] | |
2017-04-17T17:46:00.326-07:00 ==== Couchbase Sync Gateway/feature/remove_gocb_hybrid(fbec560) ==== | |
2017-04-17T17:46:00.326-07:00 requestedSoftFDLimit < currentSoftFdLimit (5000 < 10240) no action needed | |
2017-04-17T17:46:00.326-07:00 Opening db /db as bucket "db", pool "default", server <http://localhost:8091> | |
2017-04-17T17:46:00.326-07:00 GoCBGoCouchbaseHybrid Opening Couchbase database db on <http://localhost:8091> as user "db" | |
_time=2017-04-17T17:46:00.336-07:00 _level=INFO _msg= Trying with http://127.0.0.1:8091/pools/default/bucketsStreaming/db | |
_time=2017-04-17T17:46:00.338-07:00 _level=INFO _msg=Got new configuration for bucket db | |
2017-04-17T17:46:00.423-07:00 Bucket: PutDDoc("sync_gateway", ...) [86.88589ms] | |
2017-04-17T17:46:00.474-07:00 Bucket: PutDDoc("sync_housekeeping", ...) [51.08729ms] | |
2017-04-17T17:46:00.474-07:00 Bucket: Incr("_sync:seq", 0, 0, 0) [275.305µs] | |
2017-04-17T17:46:00.474-07:00 Bucket: Incr("_sync:seq", 0, 0, 0) [122.959µs] | |
2017-04-17T17:46:00.474-07:00 Cache: Initializing changes cache with options {ChannelCacheOptions:{ChannelCacheMinLength:0 ChannelCacheMaxLength:0 ChannelCacheAge:0s} CachePendingSeqMaxWait:5s CachePendingSeqMaxNum:10000 CacheSkippedSeqMaxWait:1h0m0s} | |
2017-04-17T17:46:00.474-07:00 Feed: Using TAP feed for bucket: "db" (based on feed_type specified in config file | |
2017-04-17T17:46:00.474-07:00 Bucket: StartTapFeed(...) [25.684µs] | |
2017-04-17T17:46:00.474-07:00 Bucket: Update("_sync:syncdata", 0, ...) --> CAS quit [117.036µs] | |
2017-04-17T17:46:00.474-07:00 Using default sync function 'channel(doc.channels)' for database "db" | |
2017-04-17T17:46:00.475-07:00 Bucket: Update("_sync:user:foo", 0, ...) --> CAS quit [87.839µs] | |
2017-04-17T17:46:00.544-07:00 Bucket: ViewCustom("sync_gateway", "access", ...) [69.064466ms] | |
2017-04-17T17:46:00.544-07:00 Access: Computed channels for "foo": !:1 | |
2017-04-17T17:46:00.548-07:00 Bucket: ViewCustom("sync_gateway", "role_access", ...) [4.19998ms] | |
2017-04-17T17:46:00.548-07:00 Access: Computed roles for "foo": | |
2017-04-17T17:46:00.624-07:00 Bucket: Incr("_sync:seq", 1, 1, 0) [290.003µs] | |
2017-04-17T17:46:00.624-07:00 Bucket: SetRaw("_sync:user:foo", 0, ...) [203.296µs] | |
2017-04-17T17:46:00.624-07:00 Auth: Saved _sync:user:foo: {"name":"foo","admin_channels":{"*":2},"all_channels":null,"sequence":2,"passwordhash_bcrypt":"JDJhJDEwJGMzTWFRQzdPUDVXUXdyLmVoUmRLNHVWOWVNeDNBQ3NKZ1poV1V3LkNNQlJIREtlR08xZUw2","rolesSince":{}} | |
2017-04-17T17:46:00.624-07:00 Created user "foo" | |
2017-04-17T17:46:00.672-07:00 Bucket: ViewCustom("sync_gateway", "access", ...) [48.064709ms] | |
2017-04-17T17:46:00.672-07:00 Access: Computed channels for "": !:1,*:1 | |
2017-04-17T17:46:00.676-07:00 Bucket: ViewCustom("sync_gateway", "role_access", ...) [3.414091ms] | |
2017-04-17T17:46:00.676-07:00 Access: Computed roles for "": | |
2017-04-17T17:46:00.676-07:00 Bucket: Update("_sync:user:", 0, ...) --> <nil> [51.843427ms] | |
2017-04-17T17:46:00.676-07:00 Reset guest user to config | |
2017-04-17T17:46:00.676-07:00 Starting admin server on :4985 | |
2017-04-17T17:46:00.678-07:00 Starting server on :4984 ... | |
2017-04-17T17:46:01.121-07:00 Changes+: Notifying that "db" changed (keys="{_sync:user:}") count=2 | |
2017-04-17T17:46:01.121-07:00 Changes+: Notifying that "db" changed (keys="{_sync:user:foo}") count=3 | |
2017-04-17T17:46:01.121-07:00 Cache: Received #2 ("_user/foo") | |
2017-04-17T17:46:01.121-07:00 Cache: Initialized cache for channel "*" with options: &{ChannelCacheMinLength:50 ChannelCacheMaxLength:500 ChannelCacheAge:1m0s} | |
2017-04-17T17:46:01.121-07:00 Cache: #2 ==> channel "*" | |
2017-04-17T17:46:01.121-07:00 Changes+: Notifying that "db" changed (keys="{*}") count=4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment