Nick Vatamaniuc
Nick Vatamaniuc
We could pick the algorithm to use when a doc is created without an `_id` fields. Also there is an API for users to generate block of UUIDs * https://docs.couchdb.org/en/stable/api/server/common.html#uuids...
@sergey-safarov that would work in some cases but CPU load might be tricky to figure out in various environments (windows, linux, k8s, vms). Often a proxy for system is overload...
> ::in function chttpd_security_tests:create_db/1 (test/eunit/chttpd_security_tests.erl, line 60) in call from chttpd_security_tests:setup/0 (test/eunit/chttpd_security_tests.erl, line 47) **error:{badmatch,{error,connection_closed}} Hmm, that one is unexpected. We're just trying to create a db with a PUT...
Overall this looks like what we would want to happen: as soon as we update the ddoc we can clean up the old index data. With the ddoc trigger one...
> that's an excellent point, we must ensure that cannot happen, at least not with any higher probability than the existing cleanup code for mrview. We could punt changing the...
It seems like nodes are having a hard time staying connected. Is networking connectivity between cluster nodes fairly stable? Try to upgrade to the latest Apache CouchDB as there is...
@alessio-congedo > How can you explain the fact that it's always the same node that crashes? Not sure I can explain that from the logs. It seems like other nodes...
Thanks for reaching out @joaohf and for giving a it a try to build CouchDB with a deterministic option. We could probably even make that a configure option or even...
That would be good to have. Found an older Jira ticket about it: https://issues.apache.org/jira/browse/COUCHDB-1956 And an associated PR https://github.com/apache/couchdb/pull/138 that was never merged.
Based on what @big-r81 pointed out, it seems like it needs access to the network to install a few packages. I wonder if you have access to the network in...