-
Notifications
You must be signed in to change notification settings - Fork 929
Remove Held Write Acks #1135
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
Merged
schmidt-sebastian
merged 22 commits into
mrschmidt-commitversion
from
mrschmidt-writeacks-v3
Sep 5, 2018
Merged
Remove Held Write Acks #1135
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
306ef4c
Remove Held Write Acks
schmidt-sebastian a6983a2
Master merge
schmidt-sebastian 5c2152c
Merge MaybeDocument
schmidt-sebastian 528b49d
Merge
schmidt-sebastian 0a37d8c
Merge
schmidt-sebastian 360b91f
Fix build
schmidt-sebastian 88ecbe0
Activate Schema Version 5
schmidt-sebastian d5a400b
Merge
schmidt-sebastian f662d48
Checking for UnknownDocument
schmidt-sebastian e95eab0
Remove unused import
schmidt-sebastian b77266f
Apply commit version changes
schmidt-sebastian c54a809
Merge
schmidt-sebastian 72a12e7
Comment changes
schmidt-sebastian b25edcb
Test fix
schmidt-sebastian 5d1f5ff
Adding an assert in Transaction
schmidt-sebastian a27b6e8
Merge branch 'mrschmidt-unknowndocument' into mrschmidt-writeacks-v3
schmidt-sebastian 05cf0a4
Use the hasPendingWrites state from the View
schmidt-sebastian 5b3adba
Use the hasPendingWrites state from the View
schmidt-sebastian 9fd05e6
Merge
schmidt-sebastian 439ac7f
Review feedback
schmidt-sebastian a474724
Merge
schmidt-sebastian 2416dc7
Test fix
schmidt-sebastian 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
Oops, something went wrong.
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.
Is this functional change intended? Previously we'd check the limit case in both the full and metadata-only cases but now only in the former case.
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.
It's simpler now to do this check only in this branch (since we otherwise also have to include
changeApplied
in the if-check). I can't think of a case where a document would fall outside the limit based on a metadata-only change.