fne commented on issue #2430: Running CouchDB in container and then the couchdb 
pod doesn't release RAM consumed
URL: https://github.com/apache/couchdb/issues/2430#issuecomment-586178919
 
 
   Hello
   We have those results :
   
   /_node/_local/_stats/fabric
   `{
   worker: {
   timeouts: {
   value: 2,
   type: "counter",
   desc: "number of worker timeouts"
   }
   },
   open_shard: {
   timeouts: {
   value: 5,
   type: "counter",
   desc: "number of open shard timeouts"
   }
   },
   read_repairs: {
   success: {
   value: 403,
   type: "counter",
   desc: "number of successful read repair operations"
   },
   failure: {
   value: 0,
   type: "counter",
   desc: "number of failed read repair operations"
   }
   },
   doc_update: {
   errors: {
   value: 2039,
   type: "counter",
   desc: "number of document update errors"
   },
   mismatched_errors: {
   value: 0,
   type: "counter",
   desc: "number of document update errors with multiple error types"
   },
   write_quorum_errors: {
   value: 82,
   type: "counter",
   desc: "number of write quorum errors"
   }
   }
   }`
   
   /_membership:
   {
   all_nodes: [
   "couc...@couchdb-prod-couchdb-0.couchdb-prod-couchdb.prod.svc.cluster.local",
   "couc...@couchdb-prod-couchdb-1.couchdb-prod-couchdb.prod.svc.cluster.local",
   "couc...@couchdb-prod-couchdb-2.couchdb-prod-couchdb.prod.svc.cluster.local"
   ],
   cluster_nodes: [
   "couc...@couchdb-prod-couchdb-0.couchdb-prod-couchdb.prod.svc.cluster.local",
   "couc...@couchdb-prod-couchdb-1.couchdb-prod-couchdb.prod.svc.cluster.local",
   "couc...@couchdb-prod-couchdb-2.couchdb-prod-couchdb.prod.svc.cluster.local"
   ]
   }
   
   /_node/_local/_stats/rexi:
   `{
   buffered: {
   value: 897,
   type: "counter",
   desc: "number of rexi messages buffered"
   },
   down: {
   value: 4207,
   type: "counter",
   desc: "number of rexi_DOWN messages handled"
   },
   dropped: {
   value: 0,
   type: "counter",
   desc: "number of rexi messages dropped from buffers"
   },
   streams: {
   timeout: {
   init_stream: {
   value: 0,
   type: "counter",
   desc: "number of rexi stream initialization timeouts"
   },
   stream: {
   value: 0,
   type: "counter",
   desc: "number of rexi stream timeouts"
   },
   wait_for_ack: {
   value: 0,
   type: "counter",
   desc: "number of rexi stream timeouts while waiting for acks"
   }
   }
   }
   }`
   
   But when we execute remsh we have this error message :
   
![image](https://user-images.githubusercontent.com/6025622/74519258-a89d2580-4f15-11ea-90e6-50da939d7b2b.png)
   

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to