Sliosh commented on issue #5002: URL: https://github.com/apache/couchdb/issues/5002#issuecomment-1995612536
Thanks. This sounds good to me. I have a second question about Nouveau. We want to have one or more couchdb nodes for our customer in different offices from our customer. We need to sync the data between the nodes, and everything should still work for every node, even if the Network between the nodes is lost. The should get synced after network restoration. We use clustering with n = NODE_COUNT and q = 1, so that we get all data on every node. This seems to work as expected, but Nouveau doesen't work if any node is down. We get the following message if a node (In this example `[email protected]`) is down: ``` "error": "badrecord", "reason": "[{{shard,<<\"shards/00000000-ffffffff/foo.1710344337\">>,\n '[[email protected]](mailto:[email protected])',<<\"foo\">>,\n [0,4294967295],\n #Ref<0.2580037850.2056257537.222954>,\n [{props,[]}]},\n nil},\n {{shard,<<\"shards/00000000-ffffffff/foo.1710344337\">>,\n '[[email protected]](mailto:[email protected])',<<\"foo\">>,\n [0,4294967295],\n #Ref<0.2580037850.2056257537.222953>,\n [{props,[]}]},\n nil}]", "ref": 3715306381 ``` Is it not supported by Nouveau to work only with the local node in this case, or do i need to change something for this to work? Thanks. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
