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 2018/11/12 16:21:57 UTC

[GitHub] mariocasciaro opened a new issue #1729: Different nodes in the cluster have different number of shard files with q=1 and n=3

mariocasciaro opened a new issue #1729: Different nodes in the cluster have different number of shard files with q=1 and n=3
URL: https://github.com/apache/couchdb/issues/1729
 
 
   I'm not sure if this is an actual issue or not.
   I have a cluster with q=1 and n=3. If my understanding of how a Couchdb cluster works is correct, I should have a complete replica of each database in each one of the nodes.
   
   However when listing the files in `couchdb/shards/00000000-ffffffff` I noticed that some files are missing in a node and some other are missing in other nodes. For example I have:
   - Node 1: 8364 files
   - Node 2: 8360 files
   - Node 3: 8361 files
   
   On another deployment I have:
   - Node 1: 228 files
   - Node 2: 201 files
   - Node 3: 229 files
   
   Is it normal to see a different number of shard files in each node with q=1 and n=3?

----------------------------------------------------------------
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