Race condition edge case when pulling local changes
---------------------------------------------------
Key: COUCHDB-1363
URL: https://issues.apache.org/jira/browse/COUCHDB-1363
Project: CouchDB
Issue Type: Bug
Components: Database Core
Affects Versions: 1.1.1, 1.0.3
Reporter: Randall Leeds
Priority: Minor
Fix For: 1.2, 1.3
It's necessary to re-open the #db after subscribing to notifications so that
updates are not lost. In practice, this is rarely problematic because the next
change will cause everything to catch up, but if a quick burst of changes
happens while replication is starting the replication can go stale. Detected by
intermittent replicator_db js test failures.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira