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

Assert that loaded key count is 2000 after commit #1273

Open
wants to merge 1 commit into
base: titan11
Choose a base branch
from

Conversation

amcp
Copy link

@amcp amcp commented Mar 2, 2016

This test makes the assumption that the underlying store has the ability to read uncommitted transactions.
http://docs.oracle.com/cd/E17277_02/html/java/com/sleepycat/je/Cursor.html
This may very well be the behavior of Berkeley JE transactions as they are created in titan-berkeleyje, but it is not part of the OrderedKeyValueStore interface/specification. Actually, it seems like the isolation/lock modes are configurable in titan-berkeleyje.

This test makes the assumption that the underlying store has the ability to read uncommitted transactions.
http://docs.oracle.com/cd/E17277_02/html/java/com/sleepycat/je/Cursor.html
This may very well be the behavior of Berkeley JE transactions as they are created in titan-berkeleyje, but it is not part of the OrderedKeyValueStore interface/specification. Actually, it seems like the isolation/lock modes are configurable in titan-berkeleyje.
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.

1 participant