You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by gi...@git.apache.org on 2017/08/24 10:42:13 UTC

[GitHub] GeorgeAppleton opened a new issue #776: Error status zero, Index shutdown by monitor notice for db

GeorgeAppleton opened a new issue #776: Error status zero, Index shutdown by monitor notice for db
URL: https://github.com/apache/couchdb/issues/776
 
 
   ## Expected Behavior
   Syncing with my couchDB locally works perfectly fine but trying to do so remotely throws strange errors and fails
   
   ## Current Behavior
   Currently the following error is returned to my client when I try to access my db
   
   `{"code":"ETIMEDOUT","status":0,"result":{"ok":false,"start_time":"2017-08-24T10:31:20.296Z","docs_read":0,"docs_written":0,"doc_write_failures":0,"errors":[],"status":"aborting","end_time":"2017-08-24T10:31:30.305Z","last_seq":0}}`
   
   And my couchDB logs give me
   
   ```
   2017-08-24T10:28:15.136000Z couchdb@localhost <0.17927.42> -------- Index shutdown by monitor notice for db: shards/80000000-9fffffff/_replicator.1503391828 idx: _design/_replicator
   [info] 2017-08-24T10:28:15.139000Z couchdb@localhost <0.17927.42> -------- Closing index for db: shards/80000000-9fffffff/_replicator.1503391828 idx: _design/_replicator sig: "3e823c2a4383ac0c18d4e574135a5b08" because normal
   [info] 2017-08-24T10:29:53.868000Z couchdb@localhost <0.52.0> -------- alarm_handler: {set,{system_memory_high_watermark,[]}}
   [info] 2017-08-24T10:30:53.885000Z couchdb@localhost <0.52.0> -------- alarm_handler: {clear,system_memory_high_watermark}
   [info] 2017-08-24T10:32:14.843000Z couch
   ```db@localhost <0.22959.42> -------- Opening index for db: shards/80000000-9fffffff/_replicator.1503391828 idx: _design/_replicator sig: "3e823c2a4383ac0c18d4e574135a5b08"
   
   
   ## Possible Solution
   I honestly have no idea why this bug is occurring, it has been confusing the hell out of me for weeks
   
   ## Steps to Reproduce (for bugs)
   No idea, I thought I was doing everything normally, set up the system tables using single node setup. Created a user dbreader with standard details (login works fine), although I do notice that I can't create members for databases for some reason, it say they're added when I add them but it doesn't actually add them. I can't access any of my databases remotely at all. CORS is enabled and accepting from *.
   
   ## Context
   Makes the database unusable for testing my app on mobile devices
   
   ## Your Environment
   I'm using pouchdb within phonegap. I've tested this bug from multiple windows computers and android devices with the same results. CouchDB is hosted on my windows computer which I use for development.
   
   I hope the error messages mean something to someone here and can be helpful, I'm lost.
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services