You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2019/08/07 16:56:21 UTC

[GitHub] [couchdb] sergey-safarov opened a new issue #2100: kubernetes: cluster quorum status

sergey-safarov opened a new issue #2100: kubernetes: cluster quorum status
URL: https://github.com/apache/couchdb/issues/2100
 
 
   ## Summary
   
   For node readiness check required simple test that cluster quorum exist.
   
   ## Desired Behaviour
   
   Say request
   ```sh
   curl http://127.0.0.1:5984/_membership
   ```
   Will return response that have `quorum_present` string. Then this node may be used to service clients request. And kubernetes route client request to this node.
   
   ## Possible Solution
   I not have
   
   ## Additional context
   
   Kubernetes database and client pods starts in random order. Need to be sure that quorum exist before client will connected to CouchDB cluster.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services