-
Notifications
You must be signed in to change notification settings - Fork 277
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
Kind delimiter #844
Merged
Merged
Kind delimiter #844
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
dbbfdbb
notify a failed transaction if there is a datastore connection issue
nlake44 9fccb6b
fix when trying to get locks for non-trans but lose the txn hash resu…
nlake44 ab0f107
updating zk stub file to reflect actual API
nlake44 1dd0fd9
zktransaction_stub.py
654eab0
zktransaction_stub.py
8e60268
zktransaction_stub.py
b4a9402
Merge branch 'zk-retry-hash-error' of https://github.com/nlake44/apps…
82fcb18
Merge branch 'dbconnection-error' of https://github.com/nlake44/appscale
3fd1379
ZK stub args fix
5c5f1ac
Merge branch 'zk-stub' of https://github.com/nlake44/appscale
f6c336f
ZK stub args fix
21ff790
Merge branch 'zk-stub' of https://github.com/nlake44/appscale
7faa730
ZK stub increment generator
nlake44 d469967
Merge branch 'zk-stub' of https://github.com/nlake44/appscale
6146c55
Using \x01 instead of ! for kind separation
nlake44 5c9c96f
ZK stub groomer lock
nlake44 0f4f6da
Merge branch 'zk-stub' of https://github.com/nlake44/appscale into ki…
f42912b
bad references to self
nlake44 04eb899
Merge branch 'kind-delimiter' of http://github.com/nlake44/appscale i…
eb46b96
code review changes
nlake44 f88c203
using constant for x01
nlake44 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't understand why this method is needed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The actual AppScale zoo keeper transaction library has this function. Not including will result in a function not found runtime error.