Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed Java Core Issue 1597 - P2P - ForestDB Error: forceInsert() #113

Merged
merged 1 commit into from
Feb 17, 2017

Conversation

hideki
Copy link

@hideki hideki commented Feb 17, 2017

Original ticket: https://github.com/couchbase/couchbase-lite-java-core/issues/1597

Functional Test creates concurrent scenario with pull replicator inserts docs and listener handles /_all_docs REST API request. As cbforest iterator’s next() method accesses forestdb file without having mutex, beginTransaction() or endTransaction() which are called from pull replicator fails with DB Handle Busy error (-39).

Functional Test creates concurrent scenario with pull replicator inserts docs and listener handles /_all_docs REST API request. As cbforest iterator’s next() method accesses forestdb file without having mutex, beginTransaction() or endTransaction() which are called from pull replicator fails with DB Handle Busy error (-39).
@hideki hideki requested a review from snej February 17, 2017 00:59
@snej snej merged commit 3570efb into master Feb 17, 2017
@snej snej removed the review label Feb 17, 2017
@hideki hideki deleted the fix/javacore-issue-1597 branch February 17, 2017 01:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants