-
Notifications
You must be signed in to change notification settings - Fork 712
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix stmt level dependency replication
Summary: Fixed a bunch of things: 1. Used both before and after images of update events to find both RW and WW conflicts 2. Added a flag to indicate a worker failure and stopped other workers from executing events if the flag is on immediatly 3. Used references in for-loops for better performance 4. Used READ-COMMITTED in dep-stmt and dep-tbl to reduce trx retries on slaves Squash with: D6138167 Reviewed By: hermanlee Differential Revision: D6681471 fbshipit-source-id: ffa0059
- Loading branch information
1 parent
f14c6bc
commit 245589f
Showing
4 changed files
with
22 additions
and
11 deletions.
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