Skip to content

Assert that loaded key count is 2000 after commit#1273

Open
amcp wants to merge 1 commit intothinkaurelius:titan11from
amcp:patch-1
Open

Assert that loaded key count is 2000 after commit#1273
amcp wants to merge 1 commit intothinkaurelius:titan11from
amcp:patch-1

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