forked from apache/kudu
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bug in incorrect response rebuilding on tablet bootstrap
This fixes the bug described in: https://gerrit.cloudera.org/#/c/5417/ ... and enables the test disabled in that patch. Along the way this also performs some cleanup of tablet bootstrap. I ran raft_consensus-itest's TestInsertDuplicateKeysWithCrashyNodes on dist-test for 5000 loops with the following config: KUDU_ALLOW_SLOW_TESTS=1 ../../build-support/dist_test.py \ --disable-sharding loop -n 5000 -- bin/raft_consensus-itest \ --gtest_filter=*DuplicateKeysWithCrashyNodes Prior to this patch the test failed 62/5000: http://dist-test.cloudera.org//job?job_id=david.alves.1493915326.763 After this patch the test passes 5000/5000: http://dist-test.cloudera.org//job?job_id=david.alves.1493914745.27867 Change-Id: I1219ed5f7835e93cd7f3b128cedd650fc3384482 Reviewed-on: http://gerrit.cloudera.org:8080/5489 Tested-by: Kudu Jenkins Reviewed-by: Todd Lipcon <[email protected]>
- Loading branch information
1 parent
30d9e72
commit 4df9f59
Showing
5 changed files
with
123 additions
and
115 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
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