changing uuid algorithm causes client errors
--------------------------------------------
Key: COUCHDB-517
URL: https://issues.apache.org/jira/browse/COUCHDB-517
Project: CouchDB
Issue Type: Bug
Reporter: Robert Newson
Attachments: couchdb-517.patch
When changing the uuid configuration (by PUT to _config/uuids/algorithm), a
client attempting an operation at the same time experiences a transitory
connection refused problem.
Attached is a patch that changes couch_uuid.erl so that it changes its internal
state when the configuration changes rather than the current behavior of
stopping and then being restarted by the supervisor.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.