anuragvohraec opened a new issue #2961:
URL: https://github.com/apache/couchdb/issues/2961


   Local Couchdb becomes "Failed to connect" state, after replicate large 
number of documents.
   
   ## Description
   I have written a replication client in dart language.
   I am able to replicate docs,  say 30 docs with attachments with couchdb.
   But when I am replicating [from my dart client to couchdb] say 1000 docs, 
with 250 of them having attachments, couchdb fails completely during the 
replication process.
   
   
![image](https://user-images.githubusercontent.com/53807480/85362526-4c3db880-b53c-11ea-90f8-bb2d23573ca4.png)
   
   By fialing here I mean, that when you hit url : http://0.0.0.0:5984, in 
browser, it doesnot gives any result.
   
   
![image](https://user-images.githubusercontent.com/53807480/85362965-72178d00-b53d-11ea-83ee-fa5128869dd8.png)
   
   
   The confusing thing here is that docker container is still running but if we 
try to access local couchdb address http://0.0.0.0:5984, it cannot be connected 
any more.
   
   
   * CouchDB version used: 3.1.0
   * Browser name and version: Google Chrome 81.0.4044.138 (Official Build) 
(64-bit)
   * Operating system and version: Ubuntu 19.04 
   
   ## Additional Context
   Logs of my replication
   ```
   notice] 2020-06-23T04:35:36.183390Z nonode@nohost <0.315.0> -------- 
chttpd_auth_cache changes listener died because the _users database does not 
exist. Create the database to silence this notice.
   [error] 2020-06-23T04:35:36.183650Z nonode@nohost emulator -------- Error in 
process <0.2326.0> with exit value:
   
{database_does_not_exist,[{mem3_shards,load_shards_from_db,"_users",[{file,"src/mem3_shards.erl"},{line,399}]},{mem3_shards,load_shards_from_disk,1,[{file,"src/mem3_shards.erl"},{line,374}]},{mem3_shards,load_shards_from_disk,2,[{file,"src/mem3_shards.erl"},{line,403}]},{mem3_shards,for_docid,3,[{file,"src/mem3_shards.erl"},{line,96}]},{fabric_doc_open,go,3,[{file,"src/fabric_doc_open.erl"},{line,39}]},{chttpd_auth_cache,ensure_auth_ddoc_exists,2,[{file,"src/chttpd_auth_cache.erl"},{line,198}]},{chttpd_auth_cache,listen_for_changes,1,[{file,"src/chttpd_auth_cache.erl"},{line,145}]}]}
   
   [notice] 2020-06-23T04:35:41.184000Z nonode@nohost <0.315.0> -------- 
chttpd_auth_cache changes listener died because the _users database does not 
exist. Create the database to silence this notice.
   [error] 2020-06-23T04:35:41.184113Z nonode@nohost emulator -------- Error in 
process <0.2363.0> with exit value:
   
{database_does_not_exist,[{mem3_shards,load_shards_from_db,"_users",[{file,"src/mem3_shards.erl"},{line,399}]},{mem3_shards,load_shards_from_disk,1,[{file,"src/mem3_shards.erl"},{line,374}]},{mem3_shards,load_shards_from_disk,2,[{file,"src/mem3_shards.erl"},{line,403}]},{mem3_shards,for_docid,3,[{file,"src/mem3_shards.erl"},{line,96}]},{fabric_doc_open,go,3,[{file,"src/fabric_doc_open.erl"},{line,39}]},{chttpd_auth_cache,ensure_auth_ddoc_exists,2,[{file,"src/chttpd_auth_cache.erl"},{line,198}]},{chttpd_auth_cache,listen_for_changes,1,[{file,"src/chttpd_auth_cache.erl"},{line,145}]}]}
   
   [notice] 2020-06-23T04:35:45.499407Z nonode@nohost <0.2392.0> 2adc51c20e 
0.0.0.0:5984 172.17.0.1 admin HEAD /targetdb 404 ok 1
   [error] 2020-06-23T04:35:45.517912Z nonode@nohost <0.2392.0> 822314bf98 
Request to create N=3 DB but only 1 node(s)
   [notice] 2020-06-23T04:35:46.009740Z nonode@nohost <0.2392.0> 822314bf98 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb 201 ok 496
   [notice] 2020-06-23T04:35:46.025914Z nonode@nohost <0.2392.0> ce3a65c4de 
0.0.0.0:5984 172.17.0.1 admin HEAD 
/targetdb/_local/f22614633d9c88d7e0cf3e111d1db28a 404 ok 1
   [notice] 2020-06-23T04:35:46.185654Z nonode@nohost <0.315.0> -------- 
chttpd_auth_cache changes listener died because the _users database does not 
exist. Create the database to silence this notice.
   [error] 2020-06-23T04:35:46.186219Z nonode@nohost emulator -------- Error in 
process <0.2437.0> with exit value:
   
{database_does_not_exist,[{mem3_shards,load_shards_from_db,"_users",[{file,"src/mem3_shards.erl"},{line,399}]},{mem3_shards,load_shards_from_disk,1,[{file,"src/mem3_shards.erl"},{line,374}]},{mem3_shards,load_shards_from_disk,2,[{file,"src/mem3_shards.erl"},{line,403}]},{mem3_shards,for_docid,3,[{file,"src/mem3_shards.erl"},{line,96}]},{fabric_doc_open,go,3,[{file,"src/fabric_doc_open.erl"},{line,39}]},{chttpd_auth_cache,ensure_auth_ddoc_exists,2,[{file,"src/chttpd_auth_cache.erl"},{line,198}]},{chttpd_auth_cache,listen_for_changes,1,[{file,"src/chttpd_auth_cache.erl"},{line,145}]}]}
   
   [notice] 2020-06-23T04:35:46.193309Z nonode@nohost <0.2392.0> 07ed721f18 
0.0.0.0:5984 172.17.0.1 admin PUT 
/targetdb/_local/f22614633d9c88d7e0cf3e111d1db28a 201 ok 164
   [notice] 2020-06-23T04:35:46.200939Z nonode@nohost <0.2392.0> ba8af030c9 
0.0.0.0:5984 172.17.0.1 admin GET 
/targetdb/_local/f22614633d9c88d7e0cf3e111d1db28a 200 ok 3
   [notice] 2020-06-23T04:35:46.250372Z nonode@nohost <0.2392.0> a7a4148067 
0.0.0.0:5984 172.17.0.1 admin POST /targetdb/_revs_diff 200 ok 4
   [notice] 2020-06-23T04:35:46.543894Z nonode@nohost <0.2393.0> ae10197444 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886933878-22?new_edits=false 
201 ok 235
   [notice] 2020-06-23T04:35:46.835913Z nonode@nohost <0.2396.0> 4ded589bca 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886933816-1?new_edits=false 201 
ok 239
   [notice] 2020-06-23T04:35:47.052731Z nonode@nohost <0.2397.0> 07aa60e259 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886933829-5?new_edits=false 201 
ok 180
   [notice] 2020-06-23T04:35:47.278258Z nonode@nohost <0.2398.0> 475cf21012 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886933947-46?new_edits=false 
201 ok 181
   [notice] 2020-06-23T04:35:47.495843Z nonode@nohost <0.2408.0> 78c9658fe3 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886933936-42?new_edits=false 
201 ok 162
   [notice] 2020-06-23T04:35:47.728789Z nonode@nohost <0.2448.0> 75a2fdeb17 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886933923-37?new_edits=false 
201 ok 197
   [notice] 2020-06-23T04:35:47.954835Z nonode@nohost <0.2469.0> 7827b51cba 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886933912-33?new_edits=false 
201 ok 173
   [notice] 2020-06-23T04:35:48.179552Z nonode@nohost <0.2470.0> fd8745fc64 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886933889-25?new_edits=false 
201 ok 189
   [notice] 2020-06-23T04:35:48.422692Z nonode@nohost <0.2471.0> ac341697bf 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886933862-17?new_edits=false 
201 ok 209
   [notice] 2020-06-23T04:35:48.647843Z nonode@nohost <0.2485.0> 7c48e563b1 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886933847-12?new_edits=false 
201 ok 189
   [notice] 2020-06-23T04:35:48.898257Z nonode@nohost <0.2499.0> a357e4ebef 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886933821-2?new_edits=false 201 
ok 215
   [notice] 2020-06-23T04:35:49.149001Z nonode@nohost <0.2514.0> 8da571cb16 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886933950-47?new_edits=false 
201 ok 216
   [notice] 2020-06-23T04:35:49.374233Z nonode@nohost <0.2515.0> 8b5abe0458 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886933892-26?new_edits=false 
201 ok 191
   [notice] 2020-06-23T04:35:49.607995Z nonode@nohost <0.2537.0> bccf7bea83 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886933857-16?new_edits=false 
201 ok 198
   [notice] 2020-06-23T04:35:49.900380Z nonode@nohost <0.2551.0> d5dc51ab52 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886933839-9?new_edits=false 201 
ok 257
   [notice] 2020-06-23T04:35:50.159206Z nonode@nohost <0.2565.0> 913cb84bed 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886933831-6?new_edits=false 201 
ok 205
   [notice] 2020-06-23T04:35:50.384543Z nonode@nohost <0.2593.0> d229f5e3a2 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886933826-4?new_edits=false 201 
ok 153
   [notice] 2020-06-23T04:35:50.634998Z nonode@nohost <0.2607.0> 01e66887eb 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886933918-35?new_edits=false 
201 ok 215
   [notice] 2020-06-23T04:35:50.810962Z nonode@nohost <0.2621.0> bb178e47e6 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886933907-31?new_edits=false 
201 ok 133
   [notice] 2020-06-23T04:35:51.010865Z nonode@nohost <0.2635.0> 59433fc0f7 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886933874-21?new_edits=false 
201 ok 158
   [notice] 2020-06-23T04:35:51.169728Z nonode@nohost <0.2643.0> a7130971ad 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886933945-45?new_edits=false 
201 ok 115
   [notice] 2020-06-23T04:35:51.186974Z nonode@nohost <0.315.0> -------- 
chttpd_auth_cache changes listener died because the _users database does not 
exist. Create the database to silence this notice.
   [error] 2020-06-23T04:35:51.187098Z nonode@nohost emulator -------- Error in 
process <0.2770.0> with exit value:
   
{database_does_not_exist,[{mem3_shards,load_shards_from_db,"_users",[{file,"src/mem3_shards.erl"},{line,399}]},{mem3_shards,load_shards_from_disk,1,[{file,"src/mem3_shards.erl"},{line,374}]},{mem3_shards,load_shards_from_disk,2,[{file,"src/mem3_shards.erl"},{line,403}]},{mem3_shards,for_docid,3,[{file,"src/mem3_shards.erl"},{line,96}]},{fabric_doc_open,go,3,[{file,"src/fabric_doc_open.erl"},{line,39}]},{chttpd_auth_cache,ensure_auth_ddoc_exists,2,[{file,"src/chttpd_auth_cache.erl"},{line,198}]},{chttpd_auth_cache,listen_for_changes,1,[{file,"src/chttpd_auth_cache.erl"},{line,145}]}]}
   
   [notice] 2020-06-23T04:35:51.361650Z nonode@nohost <0.2644.0> 318e239e76 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886933934-41?new_edits=false 
201 ok 157
   [notice] 2020-06-23T04:35:51.620652Z nonode@nohost <0.2671.0> 67c20c3a31 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886933928-39?new_edits=false 
201 ok 192
   [notice] 2020-06-23T04:35:51.820972Z nonode@nohost <0.2685.0> b805361cc0 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886933921-36?new_edits=false 
201 ok 157
   [notice] 2020-06-23T04:35:52.054546Z nonode@nohost <0.2699.0> f9ff4e1118 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886933910-32?new_edits=false 
201 ok 162
   [notice] 2020-06-23T04:35:52.239093Z nonode@nohost <0.2700.0> ccd549398b 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886933898-28?new_edits=false 
201 ok 152
   [notice] 2020-06-23T04:35:52.381078Z nonode@nohost <0.2714.0> 8ab95d07f9 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886933867-19?new_edits=false 
201 ok 107
   [notice] 2020-06-23T04:35:52.531607Z nonode@nohost <0.2728.0> 66e5eeec9a 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886933955-49?new_edits=false 
201 ok 118
   [notice] 2020-06-23T04:35:52.690575Z nonode@nohost <0.2742.0> 4d42254e63 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886933886-24?new_edits=false 
201 ok 117
   [notice] 2020-06-23T04:35:52.882609Z nonode@nohost <0.2756.0> 0e793237ed 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886933855-15?new_edits=false 
201 ok 116
   [notice] 2020-06-23T04:35:53.032999Z nonode@nohost <0.2771.0> f0dcec9018 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886933844-11?new_edits=false 
201 ok 115
   [notice] 2020-06-23T04:35:53.233359Z nonode@nohost <0.2779.0> b427e46118 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886933836-8?new_edits=false 201 
ok 129
   [notice] 2020-06-23T04:35:53.383823Z nonode@nohost <0.2780.0> eb01904c2f 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886933823-3?new_edits=false 201 
ok 115
   [notice] 2020-06-23T04:35:53.558930Z nonode@nohost <0.2792.0> dfaa12520a 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886933939-43?new_edits=false 
201 ok 140
   [notice] 2020-06-23T04:35:53.734452Z nonode@nohost <0.2806.0> c73ed4f9ac 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886933926-38?new_edits=false 
201 ok 143
   [notice] 2020-06-23T04:35:53.951685Z nonode@nohost <0.2820.0> d03e78fe4b 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886933915-34?new_edits=false 
201 ok 144
   [notice] 2020-06-23T04:35:54.118722Z nonode@nohost <0.2834.0> ffede5bed3 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886933904-30?new_edits=false 
201 ok 117
   [notice] 2020-06-23T04:35:54.285727Z nonode@nohost <0.2848.0> 5c7425617a 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886933833-7?new_edits=false 201 
ok 123
   [notice] 2020-06-23T04:35:54.552975Z nonode@nohost <0.2862.0> 983129530b 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886933942-44?new_edits=false 
201 ok 196
   [notice] 2020-06-23T04:35:54.803202Z nonode@nohost <0.2890.0> 728384ad22 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886933931-40?new_edits=false 
201 ok 197
   [notice] 2020-06-23T04:35:55.036908Z nonode@nohost <0.2904.0> 4102498045 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886933901-29?new_edits=false 
201 ok 169
   [notice] 2020-06-23T04:35:55.229065Z nonode@nohost <0.2918.0> 3ca9856280 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886933895-27?new_edits=false 
201 ok 158
   [notice] 2020-06-23T04:35:55.496284Z nonode@nohost <0.2940.0> 1183fe10a6 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886933870-20?new_edits=false 
201 ok 193
   [notice] 2020-06-23T04:35:55.721811Z nonode@nohost <0.2965.0> 61e6edfd61 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886933864-18?new_edits=false 
201 ok 189
   [notice] 2020-06-23T04:35:55.913714Z nonode@nohost <0.2979.0> 4dd08315f7 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886933849-13?new_edits=false 
201 ok 160
   [notice] 2020-06-23T04:35:56.139267Z nonode@nohost <0.2993.0> a582ec1bc3 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886933842-10?new_edits=false 
201 ok 190
   [notice] 2020-06-23T04:35:56.187996Z nonode@nohost <0.315.0> -------- 
chttpd_auth_cache changes listener died because the _users database does not 
exist. Create the database to silence this notice.
   [error] 2020-06-23T04:35:56.188020Z nonode@nohost emulator -------- Error in 
process <0.3149.0> with exit value:
   
{database_does_not_exist,[{mem3_shards,load_shards_from_db,"_users",[{file,"src/mem3_shards.erl"},{line,399}]},{mem3_shards,load_shards_from_disk,1,[{file,"src/mem3_shards.erl"},{line,374}]},{mem3_shards,load_shards_from_disk,2,[{file,"src/mem3_shards.erl"},{line,403}]},{mem3_shards,for_docid,3,[{file,"src/mem3_shards.erl"},{line,96}]},{fabric_doc_open,go,3,[{file,"src/fabric_doc_open.erl"},{line,39}]},{chttpd_auth_cache,ensure_auth_ddoc_exists,2,[{file,"src/chttpd_auth_cache.erl"},{line,198}]},{chttpd_auth_cache,listen_for_changes,1,[{file,"src/chttpd_auth_cache.erl"},{line,145}]}]}
   
   [notice] 2020-06-23T04:35:56.372956Z nonode@nohost <0.3021.0> a0797393be 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886933952-48?new_edits=false 
201 ok 198
   [notice] 2020-06-23T04:35:56.590646Z nonode@nohost <0.3035.0> c5ae999eff 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886933883-23?new_edits=false 
201 ok 182
   [notice] 2020-06-23T04:35:56.815973Z nonode@nohost <0.3050.0> 8310838813 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886933852-14?new_edits=false 
201 ok 191
   [notice] 2020-06-23T04:35:57.033219Z nonode@nohost <0.3064.0> cee0849e75 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886933812-0?new_edits=false 201 
ok 174
   [notice] 2020-06-23T04:35:57.225271Z nonode@nohost <0.2392.0> 7ec26ddbc0 
0.0.0.0:5984 172.17.0.1 admin PUT 
/targetdb/_local/f22614633d9c88d7e0cf3e111d1db28a 201 ok 178
   [notice] 2020-06-23T04:35:57.252125Z nonode@nohost <0.2392.0> bc60f48b68 
0.0.0.0:5984 172.17.0.1 admin POST /targetdb/_revs_diff 200 ok 2
   [notice] 2020-06-23T04:35:57.467300Z nonode@nohost <0.3079.0> 8772178fc6 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886934070-94?new_edits=false 
201 ok 187
   [notice] 2020-06-23T04:35:57.692912Z nonode@nohost <0.3098.0> 65d3eee6d3 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886934066-93?new_edits=false 
201 ok 184
   [notice] 2020-06-23T04:35:57.951738Z nonode@nohost <0.3112.0> 7674442222 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886934049-87?new_edits=false 
201 ok 204
   [notice] 2020-06-23T04:35:58.185384Z nonode@nohost <0.3140.0> 884addbf45 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886934010-70?new_edits=false 
201 ok 201
   [notice] 2020-06-23T04:35:58.386531Z nonode@nohost <0.3156.0> 0ad4c150de 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886934041-84?new_edits=false 
201 ok 160
   [notice] 2020-06-23T04:35:58.627771Z nonode@nohost <0.3170.0> 5c0c3022d7 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886934016-73?new_edits=false 
201 ok 209
   [notice] 2020-06-23T04:35:58.878292Z nonode@nohost <0.3185.0> fd9c0f9f81 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886934082-97?new_edits=false 
201 ok 182
   [notice] 2020-06-23T04:35:59.112236Z nonode@nohost <0.3210.0> 6657bcdebe 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886934078-96?new_edits=false 
201 ok 190
   [notice] 2020-06-23T04:35:59.346169Z nonode@nohost <0.3211.0> fd316fef5d 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886934051-88?new_edits=false 
201 ok 200
   [notice] 2020-06-23T04:35:59.571551Z nonode@nohost <0.3222.0> 0b7853a78f 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886933989-61?new_edits=false 
201 ok 193
   [notice] 2020-06-23T04:35:59.746287Z nonode@nohost <0.3244.0> 69dc3e70cb 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886934004-67?new_edits=false 
201 ok 142
   [notice] 2020-06-23T04:35:59.939166Z nonode@nohost <0.3252.0> 2a5e4a301d 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886933999-65?new_edits=false 
201 ok 162
   [notice] 2020-06-23T04:36:00.123263Z nonode@nohost <0.3259.0> 2705c8056f 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886933992-62?new_edits=false 
201 ok 142
   [notice] 2020-06-23T04:36:00.373491Z nonode@nohost <0.3267.0> dba2a60c50 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886933975-56?new_edits=false 
201 ok 218
   [notice] 2020-06-23T04:36:00.599005Z nonode@nohost <0.3288.0> c7bb299bff 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886933964-52?new_edits=false 
201 ok 192
   [notice] 2020-06-23T04:36:00.832638Z nonode@nohost <0.3303.0> 42b3412fa6 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886934024-77?new_edits=false 
201 ok 200
   [notice] 2020-06-23T04:36:01.035449Z nonode@nohost <0.3317.0> 5163c38b0f 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886934036-82?new_edits=false 
201 ok 170
   [notice] 2020-06-23T04:36:01.189365Z nonode@nohost <0.315.0> -------- 
chttpd_auth_cache changes listener died because the _users database does not 
exist. Create the database to silence this notice.
   [error] 2020-06-23T04:36:01.189623Z nonode@nohost emulator -------- Error in 
process <0.3472.0> with exit value:
   
{database_does_not_exist,[{mem3_shards,load_shards_from_db,"_users",[{file,"src/mem3_shards.erl"},{line,399}]},{mem3_shards,load_shards_from_disk,1,[{file,"src/mem3_shards.erl"},{line,374}]},{mem3_shards,load_shards_from_disk,2,[{file,"src/mem3_shards.erl"},{line,403}]},{mem3_shards,for_docid,3,[{file,"src/mem3_shards.erl"},{line,96}]},{fabric_doc_open,go,3,[{file,"src/fabric_doc_open.erl"},{line,39}]},{chttpd_auth_cache,ensure_auth_ddoc_exists,2,[{file,"src/chttpd_auth_cache.erl"},{line,198}]},{chttpd_auth_cache,listen_for_changes,1,[{file,"src/chttpd_auth_cache.erl"},{line,145}]}]}
   
   [notice] 2020-06-23T04:36:01.302822Z nonode@nohost <0.3331.0> 9cdec52f4d 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886934063-92?new_edits=false 
201 ok 196
   [notice] 2020-06-23T04:36:01.478244Z nonode@nohost <0.3348.0> f60055928a 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886934046-86?new_edits=false 
201 ok 143
   [notice] 2020-06-23T04:36:01.670298Z nonode@nohost <0.3364.0> 8107ff22b1 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886934014-72?new_edits=false 
201 ok 150
   [notice] 2020-06-23T04:36:01.828901Z nonode@nohost <0.3378.0> 730f745ebb 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886934002-66?new_edits=false 
201 ok 126
   [notice] 2020-06-23T04:36:01.987888Z nonode@nohost <0.3392.0> 27532a52b5 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886933997-64?new_edits=false 
201 ok 115
   [notice] 2020-06-23T04:36:02.179705Z nonode@nohost <0.3406.0> c51ab7edd6 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886933986-60?new_edits=false 
201 ok 122
   [notice] 2020-06-23T04:36:02.338542Z nonode@nohost <0.3414.0> a53de550ea 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886933984-59?new_edits=false 
201 ok 124
   [notice] 2020-06-23T04:36:02.538950Z nonode@nohost <0.3421.0> f64ac67b3c 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886933958-50?new_edits=false 
201 ok 166
   [notice] 2020-06-23T04:36:02.714335Z nonode@nohost <0.3435.0> 65baeab390 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886934074-95?new_edits=false 
201 ok 142
   [notice] 2020-06-23T04:36:02.931325Z nonode@nohost <0.3450.0> e0039437c1 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886934029-79?new_edits=false 
201 ok 181
   [notice] 2020-06-23T04:36:03.140183Z nonode@nohost <0.3464.0> e4ee7e4c15 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886934022-76?new_edits=false 
201 ok 143
   [notice] 2020-06-23T04:36:03.315818Z nonode@nohost <0.3479.0> 7e7b464a4c 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886934008-69?new_edits=false 
201 ok 142
   [notice] 2020-06-23T04:36:03.499493Z nonode@nohost <0.3490.0> 572188a2ca 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886933972-55?new_edits=false 
201 ok 129
   [notice] 2020-06-23T04:36:04.022369Z nonode@nohost <0.3512.0> f1871f8ada 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886933961-51?new_edits=false 
201 ok 489
   [notice] 2020-06-23T04:36:06.190992Z nonode@nohost <0.315.0> -------- 
chttpd_auth_cache changes listener died because the _users database does not 
exist. Create the database to silence this notice.
   [error] 2020-06-23T04:36:06.191560Z nonode@nohost emulator -------- Error in 
process <0.3703.0> with exit value:
   
{database_does_not_exist,[{mem3_shards,load_shards_from_db,"_users",[{file,"src/mem3_shards.erl"},{line,399}]},{mem3_shards,load_shards_from_disk,1,[{file,"src/mem3_shards.erl"},{line,374}]},{mem3_shards,load_shards_from_disk,2,[{file,"src/mem3_shards.erl"},{line,403}]},{mem3_shards,for_docid,3,[{file,"src/mem3_shards.erl"},{line,96}]},{fabric_doc_open,go,3,[{file,"src/fabric_doc_open.erl"},{line,39}]},{chttpd_auth_cache,ensure_auth_ddoc_exists,2,[{file,"src/chttpd_auth_cache.erl"},{line,198}]},{chttpd_auth_cache,listen_for_changes,1,[{file,"src/chttpd_auth_cache.erl"},{line,145}]}]}
   
   [notice] 2020-06-23T04:36:06.326734Z nonode@nohost <0.3673.0> e168570779 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886934034-81?new_edits=false 
201 ok 395
   [notice] 2020-06-23T04:36:06.535681Z nonode@nohost <0.3681.0> 565760c577 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886934086-98?new_edits=false 
201 ok 174
   [notice] 2020-06-23T04:36:06.769075Z nonode@nohost <0.3682.0> f80e1be02b 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886934057-90?new_edits=false 
201 ok 198
   [notice] 2020-06-23T04:36:07.026402Z nonode@nohost <0.3685.0> 2af022ee6f 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886934012-71?new_edits=false 
201 ok 222
   [notice] 2020-06-23T04:36:07.237243Z nonode@nohost <0.3686.0> c1dffaebb2 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886934060-91?new_edits=false 
201 ok 177
   [notice] 2020-06-23T04:36:07.463255Z nonode@nohost <0.3687.0> 39b66a02fd 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886934054-89?new_edits=false 
201 ok 173
   [notice] 2020-06-23T04:36:07.696336Z nonode@nohost <0.3691.0> c2970c922c 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886934043-85?new_edits=false 
201 ok 198
   [notice] 2020-06-23T04:36:07.930184Z nonode@nohost <0.3694.0> 6a7e1ca839 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886934018-74?new_edits=false 
201 ok 199
   [notice] 2020-06-23T04:36:08.155602Z nonode@nohost <0.3704.0> 6772853046 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886933978-57?new_edits=false 
201 ok 191
   [notice] 2020-06-23T04:36:08.414587Z nonode@nohost <0.3711.0> 976b8e0975 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886933967-53?new_edits=false 
201 ok 188
   [notice] 2020-06-23T04:36:08.639815Z nonode@nohost <0.3725.0> 6709d2d2c4 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886934027-78?new_edits=false 
201 ok 191
   [notice] 2020-06-23T04:36:08.873718Z nonode@nohost <0.3734.0> 3f9a99bead 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886934020-75?new_edits=false 
201 ok 165
   [notice] 2020-06-23T04:36:09.099153Z nonode@nohost <0.3755.0> c5e4363bdc 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886934006-68?new_edits=false 
201 ok 188
   [notice] 2020-06-23T04:36:09.366184Z nonode@nohost <0.3769.0> f38651eb40 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886933994-63?new_edits=false 
201 ok 197
   [notice] 2020-06-23T04:36:09.591583Z nonode@nohost <0.3786.0> 17ee60284c 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886933981-58?new_edits=false 
201 ok 190
   [notice] 2020-06-23T04:36:09.833674Z nonode@nohost <0.3802.0> 5377efbbc5 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886933970-54?new_edits=false 
201 ok 174
   [notice] 2020-06-23T04:36:10.151116Z nonode@nohost <0.3816.0> 7dd30a771f 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886934039-83?new_edits=false 
201 ok 245
   [notice] 2020-06-23T04:36:10.393283Z nonode@nohost <0.3831.0> d9f5b802df 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886934032-80?new_edits=false 
201 ok 200
   [notice] 2020-06-23T04:36:10.618688Z nonode@nohost <0.2392.0> 9887847ed8 
0.0.0.0:5984 172.17.0.1 admin PUT 
/targetdb/_local/f22614633d9c88d7e0cf3e111d1db28a 201 ok 212
   [notice] 2020-06-23T04:36:10.643019Z nonode@nohost <0.2392.0> ac899c5fd4 
0.0.0.0:5984 172.17.0.1 admin POST /targetdb/_revs_diff 200 ok 2
   [notice] 2020-06-23T04:36:11.075697Z nonode@nohost <0.3860.0> b2f3e25113 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886934327-140?new_edits=false 
201 ok 399
   [notice] 2020-06-23T04:36:11.192899Z nonode@nohost <0.315.0> -------- 
chttpd_auth_cache changes listener died because the _users database does not 
exist. Create the database to silence this notice.
   [error] 2020-06-23T04:36:11.193328Z nonode@nohost emulator -------- Error in 
process <0.4003.0> with exit value:
   
{database_does_not_exist,[{mem3_shards,load_shards_from_db,"_users",[{file,"src/mem3_shards.erl"},{line,399}]},{mem3_shards,load_shards_from_disk,1,[{file,"src/mem3_shards.erl"},{line,374}]},{mem3_shards,load_shards_from_disk,2,[{file,"src/mem3_shards.erl"},{line,403}]},{mem3_shards,for_docid,3,[{file,"src/mem3_shards.erl"},{line,96}]},{fabric_doc_open,go,3,[{file,"src/fabric_doc_open.erl"},{line,39}]},{chttpd_auth_cache,ensure_auth_ddoc_exists,2,[{file,"src/chttpd_auth_cache.erl"},{line,198}]},{chttpd_auth_cache,listen_for_changes,1,[{file,"src/chttpd_auth_cache.erl"},{line,145}]}]}
   
   [notice] 2020-06-23T04:36:11.653357Z nonode@nohost <0.3889.0> d6defc28ee 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886934263-127?new_edits=false 
201 ok 547
   [notice] 2020-06-23T04:36:11.853837Z nonode@nohost <0.3936.0> 3bbcc489f4 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886934341-145?new_edits=false 
201 ok 167
   [notice] 2020-06-23T04:36:12.087699Z nonode@nohost <0.3944.0> 2d4497b838 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886934336-143?new_edits=false 
201 ok 173
   [notice] 2020-06-23T04:36:12.321387Z nonode@nohost <0.3951.0> e2377fd6b4 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886934235-123?new_edits=false 
201 ok 198
   [notice] 2020-06-23T04:36:12.539146Z nonode@nohost <0.3970.0> ad82e08be7 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886934131-106?new_edits=false 
201 ok 184
   [notice] 2020-06-23T04:36:12.723011Z nonode@nohost <0.3977.0> da0a5fdd9f 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886934306-134?new_edits=false 
201 ok 142
   [notice] 2020-06-23T04:36:12.873357Z nonode@nohost <0.3987.0> 1f188b1b30 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886934296-132?new_edits=false 
201 ok 117
   [notice] 2020-06-23T04:36:13.023789Z nonode@nohost <0.3988.0> 4f8455e2b3 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886934201-118?new_edits=false 
201 ok 117
   [notice] 2020-06-23T04:36:13.207418Z nonode@nohost <0.3995.0> 80ea0e7b6a 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886934321-138?new_edits=false 
201 ok 116
   [notice] 2020-06-23T04:36:13.416213Z nonode@nohost <0.4004.0> cce68d64f8 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886934256-126?new_edits=false 
201 ok 139
   [notice] 2020-06-23T04:36:13.608311Z nonode@nohost <0.4008.0> 21c1ade037 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886934195-117?new_edits=false 
201 ok 119
   [notice] 2020-06-23T04:36:13.775588Z nonode@nohost <0.4016.0> 41f333d79d 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886934189-116?new_edits=false 
201 ok 117
   [notice] 2020-06-23T04:36:13.926042Z nonode@nohost <0.4031.0> 51fc866ba3 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886934120-104?new_edits=false 
201 ok 118
   [notice] 2020-06-23T04:36:14.134707Z nonode@nohost <0.4045.0> 49380f621e 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886934114-103?new_edits=false 
201 ok 139
   [notice] 2020-06-23T04:36:14.368472Z nonode@nohost <0.4059.0> ca03751ab6 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886934108-102?new_edits=false 
201 ok 162
   [notice] 2020-06-23T04:36:14.643831Z nonode@nohost <0.4073.0> e042662ba5 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886934301-133?new_edits=false 
201 ok 181
   [notice] 2020-06-23T04:36:14.844193Z nonode@nohost <0.4081.0> 41e3a90148 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886934291-131?new_edits=false 
201 ok 167
   [notice] 2020-06-23T04:36:15.128173Z nonode@nohost <0.4116.0> f2d31e4733 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886934228-122?new_edits=false 
201 ok 210
   [notice] 2020-06-23T04:36:15.345275Z nonode@nohost <0.4130.0> faf48853b6 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886934311-135?new_edits=false 
201 ok 181
   [notice] 2020-06-23T04:36:15.578941Z nonode@nohost <0.4140.0> 629d1c6248 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886934184-115?new_edits=false 
201 ok 203
   [notice] 2020-06-23T04:36:15.795995Z nonode@nohost <0.4162.0> 69e3a0a450 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886934178-114?new_edits=false 
201 ok 185
   [notice] 2020-06-23T04:36:16.013072Z nonode@nohost <0.4191.0> 68e510d0f6 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886934103-101?new_edits=false 
201 ok 174
   [notice] 2020-06-23T04:36:16.194795Z nonode@nohost <0.315.0> -------- 
chttpd_auth_cache changes listener died because the _users database does not 
exist. Create the database to silence this notice.
   [error] 2020-06-23T04:36:16.195334Z nonode@nohost emulator -------- Error in 
process <0.4333.0> with exit value:
   
{database_does_not_exist,[{mem3_shards,load_shards_from_db,"_users",[{file,"src/mem3_shards.erl"},{line,399}]},{mem3_shards,load_shards_from_disk,1,[{file,"src/mem3_shards.erl"},{line,374}]},{mem3_shards,load_shards_from_disk,2,[{file,"src/mem3_shards.erl"},{line,403}]},{mem3_shards,for_docid,3,[{file,"src/mem3_shards.erl"},{line,96}]},{fabric_doc_open,go,3,[{file,"src/fabric_doc_open.erl"},{line,39}]},{chttpd_auth_cache,ensure_auth_ddoc_exists,2,[{file,"src/chttpd_auth_cache.erl"},{line,198}]},{chttpd_auth_cache,listen_for_changes,1,[{file,"src/chttpd_auth_cache.erl"},{line,145}]}]}
   
   [notice] 2020-06-23T04:36:16.387722Z nonode@nohost <0.4205.0> 841a2911e6 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886934249-125?new_edits=false 
201 ok 304
   [notice] 2020-06-23T04:36:16.747916Z nonode@nohost <0.4219.0> 0f8e1b9b2f 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886934324-139?new_edits=false 
201 ok 318
   [notice] 2020-06-23T04:36:16.973847Z nonode@nohost <0.4248.0> 20f76fa1e9 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886934284-130?new_edits=false 
201 ok 192
   [notice] 2020-06-23T04:36:17.182670Z nonode@nohost <0.4263.0> 7e87decd6a 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886934173-113?new_edits=false 
201 ok 168
   [notice] 2020-06-23T04:36:17.399719Z nonode@nohost <0.4277.0> 5fb36ed061 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886934167-112?new_edits=false 
201 ok 173
   [notice] 2020-06-23T04:36:17.624977Z nonode@nohost <0.4287.0> d3284a0c44 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886934149-109?new_edits=false 
201 ok 158
   [notice] 2020-06-23T04:36:17.858828Z nonode@nohost <0.4303.0> 33fcbf4f2b 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886934343-146?new_edits=false 
201 ok 167
   [notice] 2020-06-23T04:36:18.092586Z nonode@nohost <0.4325.0> 9a329a1fee 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886934338-144?new_edits=false 
201 ok 202
   [notice] 2020-06-23T04:36:18.326402Z nonode@nohost <0.4340.0> 8dbc7caac4 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886934276-129?new_edits=false 
201 ok 201
   [notice] 2020-06-23T04:36:18.535106Z nonode@nohost <0.4348.0> 58876ce8a4 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886934330-141?new_edits=false 
201 ok 174
   [notice] 2020-06-23T04:36:18.769086Z nonode@nohost <0.4355.0> 92669f9b1d 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886934314-136?new_edits=false 
201 ok 190
   [notice] 2020-06-23T04:36:18.994458Z nonode@nohost <0.4364.0> 6ef8d8ba9f 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886934144-108?new_edits=false 
201 ok 192
   [notice] 2020-06-23T04:36:19.194813Z nonode@nohost <0.4385.0> 781f2c1a9e 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886934138-107?new_edits=false 
201 ok 166
   [notice] 2020-06-23T04:36:19.353695Z nonode@nohost <0.4393.0> f49631b89d 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886934096-100?new_edits=false 
201 ok 126
   [notice] 2020-06-23T04:36:19.504156Z nonode@nohost <0.4401.0> 85284842b9 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886934318-137?new_edits=false 
201 ok 119
   [notice] 2020-06-23T04:36:19.662879Z nonode@nohost <0.4409.0> 22e2837eab 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886934208-119?new_edits=false 
201 ok 126
   [notice] 2020-06-23T04:36:19.846740Z nonode@nohost <0.4425.0> d6ad5d40ba 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886934091-99?new_edits=false 
201 ok 118
   [notice] 2020-06-23T04:36:20.230866Z nonode@nohost <0.4447.0> f4929b02a3 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886934346-147?new_edits=false 
201 ok 206
   [notice] 2020-06-23T04:36:20.481152Z nonode@nohost <0.4461.0> 34e7a821c4 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886934221-121?new_edits=false 
201 ok 185
   [notice] 2020-06-23T04:36:20.714836Z nonode@nohost <0.4475.0> 908a89b5fa 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886934161-111?new_edits=false 
201 ok 196
   [notice] 2020-06-23T04:36:20.932062Z nonode@nohost <0.4489.0> 33f9436b49 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886934155-110?new_edits=false 
201 ok 185
   [notice] 2020-06-23T04:36:21.115879Z nonode@nohost <0.4504.0> 65fd1bd635 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886934333-142?new_edits=false 
201 ok 151
   [notice] 2020-06-23T04:36:21.196177Z nonode@nohost <0.315.0> -------- 
chttpd_auth_cache changes listener died because the _users database does not 
exist. Create the database to silence this notice.
   [error] 2020-06-23T04:36:21.196353Z nonode@nohost emulator -------- Error in 
process <0.4666.0> with exit value:
   
{database_does_not_exist,[{mem3_shards,load_shards_from_db,"_users",[{file,"src/mem3_shards.erl"},{line,399}]},{mem3_shards,load_shards_from_disk,1,[{file,"src/mem3_shards.erl"},{line,374}]},{mem3_shards,load_shards_from_disk,2,[{file,"src/mem3_shards.erl"},{line,403}]},{mem3_shards,for_docid,3,[{file,"src/mem3_shards.erl"},{line,96}]},{fabric_doc_open,go,3,[{file,"src/fabric_doc_open.erl"},{line,39}]},{chttpd_auth_cache,ensure_auth_ddoc_exists,2,[{file,"src/chttpd_auth_cache.erl"},{line,198}]},{chttpd_auth_cache,listen_for_changes,1,[{file,"src/chttpd_auth_cache.erl"},{line,145}]}]}
   
   [notice] 2020-06-23T04:36:21.359963Z nonode@nohost <0.4519.0> 39220b4f47 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886934270-128?new_edits=false 
201 ok 172
   [notice] 2020-06-23T04:36:21.534171Z nonode@nohost <0.4548.0> 9085da28d7 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886934242-124?new_edits=false 
201 ok 140
   [notice] 2020-06-23T04:36:21.701205Z nonode@nohost <0.4556.0> 0fd560e190 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886934126-105?new_edits=false 
201 ok 133
   [notice] 2020-06-23T04:36:21.895598Z nonode@nohost <0.4572.0> d4221e3663 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886934214-120?new_edits=false 
201 ok 152
   [notice] 2020-06-23T04:36:22.052011Z nonode@nohost <0.2392.0> 1e2e50a3eb 
0.0.0.0:5984 172.17.0.1 admin PUT 
/targetdb/_local/f22614633d9c88d7e0cf3e111d1db28a 201 ok 143
   [notice] 2020-06-23T04:36:22.076388Z nonode@nohost <0.2392.0> d7ed23eb93 
0.0.0.0:5984 172.17.0.1 admin POST /targetdb/_revs_diff 200 ok 2
   [notice] 2020-06-23T04:36:22.219135Z nonode@nohost <0.4600.0> 83445ea75d 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886934449-183?new_edits=false 
201 ok 117
   [notice] 2020-06-23T04:36:22.369436Z nonode@nohost <0.4614.0> 1aecc777bc 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886934349-148?new_edits=false 
201 ok 119
   [notice] 2020-06-23T04:36:22.569950Z nonode@nohost <0.4628.0> c7bb9e8305 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886934481-196?new_edits=false 
201 ok 129
   [notice] 2020-06-23T04:36:22.753883Z nonode@nohost <0.4636.0> cc94c2d7eb 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886934412-170?new_edits=false 
201 ok 153
   [notice] 2020-06-23T04:36:22.945830Z nonode@nohost <0.4643.0> 8427bcdfe2 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886934360-152?new_edits=false 
201 ok 150
   [notice] 2020-06-23T04:36:23.171144Z nonode@nohost <0.4651.0> 26f30c5507 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886934472-192?new_edits=false 
201 ok 194
   [notice] 2020-06-23T04:36:23.396796Z nonode@nohost <0.4673.0> 7bfde66acb 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886934467-190?new_edits=false 
201 ok 194
   [notice] 2020-06-23T04:36:23.613697Z nonode@nohost <0.4689.0> bb8acf8140 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886934462-188?new_edits=false 
201 ok 184
   [notice] 2020-06-23T04:36:23.839169Z nonode@nohost <0.4697.0> 27614a3442 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886934457-186?new_edits=false 
201 ok 195
   [notice] 2020-06-23T04:36:24.039708Z nonode@nohost <0.4713.0> 37040d6e8e 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886934440-180?new_edits=false 
201 ok 167
   [notice] 2020-06-23T04:36:24.306831Z nonode@nohost <0.4746.0> 9065b2988b 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886934424-175?new_edits=false 
201 ok 194
   [notice] 2020-06-23T04:36:24.548907Z nonode@nohost <0.4760.0> cf6aace9d8 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886934409-169?new_edits=false 
201 ok 210
   [notice] 2020-06-23T04:36:24.757676Z nonode@nohost <0.4774.0> 278ab3887c 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886934383-160?new_edits=false 
201 ok 172
   [notice] 2020-06-23T04:36:24.941108Z nonode@nohost <0.4788.0> e5395e965f 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886934433-178?new_edits=false 
201 ok 152
   [notice] 2020-06-23T04:36:25.192009Z nonode@nohost <0.4802.0> ff13419230 
0.0.0.0:5984 172.17.0.1 admin PUT /targetdb/1592886934401-166?new_edits=false 
201 ok 221
   [notice] 2020-06-23T04:36:26.196978Z nonode@nohost <0.315.0> -------- 
chttpd_auth_cache changes listener died because the _users database does not 
exist. Create the database to silence this notice.
   [error] 2020-06-23T04:36:26.197083Z nonode@nohost emulator -------- Error in 
process <0.4961.0> with exit value:
   
{database_does_not_exist,[{mem3_shards,load_shards_from_db,"_users",[{file,"src/mem3_shards.erl"},{line,399}]},{mem3_shards,load_shards_from_disk,1,[{file,"src/mem3_shards.erl"},{line,374}]},{mem3_shards,load_shards_from_disk,2,[{file,"src/mem3_shards.erl"},{line,403}]},{mem3_shards,for_docid,3,[{file,"src/mem3_shards.erl"},{line,96}]},{fabric_doc_open,go,3,[{file,"src/fabric_doc_open.erl"},{line,39}]},{chttpd_auth_cache,ensure_auth_ddoc_exists,2,[{file,"src/chttpd_auth_cache.erl"},{line,198}]},{chttpd_auth_cache,listen_for_changes,1,[{file,"src/chttpd_auth_cache.erl"},{line,145}]}]}
   
   [notice] 2020-06-23T04:36:31.198825Z nonode@nohost <0.315.0> -------- 
chttpd_auth_cache changes listener died because the _users database does not 
exist. Create the database to silence this notice.
   [error] 2020-06-23T04:36:31.199427Z nonode@nohost emulator -------- Error in 
process <0.4998.0> with exit value:
   
{database_does_not_exist,[{mem3_shards,load_shards_from_db,"_users",[{file,"src/mem3_shards.erl"},{line,399}]},{mem3_shards,load_shards_from_disk,1,[{file,"src/mem3_shards.erl"},{line,374}]},{mem3_shards,load_shards_from_disk,2,[{file,"src/mem3_shards.erl"},{line,403}]},{mem3_shards,for_docid,3,[{file,"src/mem3_shards.erl"},{line,96}]},{fabric_doc_open,go,3,[{file,"src/fabric_doc_open.erl"},{line,39}]},{chttpd_auth_cache,ensure_auth_ddoc_exists,2,[{file,"src/chttpd_auth_cache.erl"},{line,198}]},{chttpd_auth_cache,listen_for_changes,1,[{file,"src/chttpd_auth_cache.erl"},{line,145}]}]}
   
   [notice] 2020-06-23T04:36:36.201111Z nonode@nohost <0.315.0> -------- 
chttpd_auth_cache changes listener died because the _users database does not 
exist. Create the database to silence this notice.
   [error] 2020-06-23T04:36:36.201661Z nonode@nohost emulator -------- Error in 
process <0.5043.0> with exit value:
   
{database_does_not_exist,[{mem3_shards,load_shards_from_db,"_users",[{file,"src/mem3_shards.erl"},{line,399}]},{mem3_shards,load_shards_from_disk,1,[{file,"src/mem3_shards.erl"},{line,374}]},{mem3_shards,load_shards_from_disk,2,[{file,"src/mem3_shards.erl"},{line,403}]},{mem3_shards,for_docid,3,[{file,"src/mem3_shards.erl"},{line,96}]},{fabric_doc_open,go,3,[{file,"src/fabric_doc_open.erl"},{line,39}]},{chttpd_auth_cache,ensure_auth_ddoc_exists,2,[{file,"src/chttpd_auth_cache.erl"},{line,198}]},{chttpd_auth_cache,listen_for_changes,1,[{file,"src/chttpd_auth_cache.erl"},{line,145}]}]}
   
   [notice] 2020-06-23T04:36:41.203293Z nonode@nohost <0.315.0> -------- 
chttpd_auth_cache changes listener died because the _users database does not 
exist. Create the database to silence this notice.
   [error] 2020-06-23T04:36:41.203831Z nonode@nohost emulator -------- Error in 
process <0.5080.0> with exit value:
   
{database_does_not_exist,[{mem3_shards,load_shards_from_db,"_users",[{file,"src/mem3_shards.erl"},{line,399}]},{mem3_shards,load_shards_from_disk,1,[{file,"src/mem3_shards.erl"},{line,374}]},{mem3_shards,load_shards_from_disk,2,[{file,"src/mem3_shards.erl"},{line,403}]},{mem3_shards,for_docid,3,[{file,"src/mem3_shards.erl"},{line,96}]},{fabric_doc_open,go,3,[{file,"src/fabric_doc_open.erl"},{line,39}]},{chttpd_auth_cache,ensure_auth_ddoc_exists,2,[{file,"src/chttpd_auth_cache.erl"},{line,198}]},{chttpd_auth_cache,listen_for_changes,1,[{file,"src/chttpd_auth_cache.erl"},{line,145}]}]}
   
   [notice] 2020-06-23T04:36:46.205229Z nonode@nohost <0.315.0> -------- 
chttpd_auth_cache changes listener died because the _users database does not 
exist. Create the database to silence this notice.
   [error] 2020-06-23T04:36:46.205802Z nonode@nohost emulator -------- Error in 
process <0.5125.0> with exit value:
   
{database_does_not_exist,[{mem3_shards,load_shards_from_db,"_users",[{file,"src/mem3_shards.erl"},{line,399}]},{mem3_shards,load_shards_from_disk,1,[{file,"src/mem3_shards.erl"},{line,374}]},{mem3_shards,load_shards_from_disk,2,[{file,"src/mem3_shards.erl"},{line,403}]},{mem3_shards,for_docid,3,[{file,"src/mem3_shards.erl"},{line,96}]},{fabric_doc_open,go,3,[{file,"src/fabric_doc_open.erl"},{line,39}]},{chttpd_auth_cache,ensure_auth_ddoc_exists,2,[{file,"src/chttpd_auth_cache.erl"},{line,198}]},{chttpd_auth_cache,listen_for_changes,1,[{file,"src/chttpd_auth_cache.erl"},{line,145}]}]}
   ```
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to