-
Notifications
You must be signed in to change notification settings - Fork 3.4k
HBASE-22615 Make TestChoreService more robust to timing #328
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
Closed
Conversation
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
Contributor
busbey
commented
Jun 21, 2019
- phrase fudge factor "deltas" in terms of the original period
- increase the delta allowed for chore timing from 5% to 20%
- improve some assertions
* phrase fudge factor "deltas" in terms of the original period * increase the delta allowed for chore timing from 5% to 20% * improve some assertions Change-Id: I35de83846e1f052a6f534226b6350f7790679e18
🎊 +1 overall
This message was automatically generated. |
before this change it takes me ~10 runs to get a failure. after it so far I've gotten through 25. |
have now gotten through 100 additional runs with this patch in place. |
Reidddddd
approved these changes
Jun 22, 2019
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.
+1
+1 from my side as well, Sean! |
thanks folks! |
wchevreuil
pushed a commit
to wchevreuil/hbase
that referenced
this pull request
Jul 3, 2019
* phrase fudge factor "deltas" in terms of the original period * increase the delta allowed for chore timing from 5% to 20% * improve some assertions Closes apache#328 Signed-off-by: Reid Chan <reidchan@apache.org> Signed-off-by: Sakthi <sakthivel.azhaku@gmail.com> (cherry picked from commit 9aee88e)
wchevreuil
added a commit
to wchevreuil/hbase
that referenced
this pull request
Oct 28, 2019
1) Could you add a unit test with the recovered edits archiving enabled but has hbase.wal.dir set to a different directory? I think we could still validate your fix by seeing that the recovered.edits are in the hbase.wal.dir directory instead of the normal archive directory. > Added testArchiveRecoveredEditsReplay on TestHRegion, where recovered edits are created with hbase.region.archive.recovered.edits as true and wal dir set to a different dir in the same FS as root dir; 2) A comment would help here since we're using this method that is for "storeFiles" for something that isn't a storefile. > Added further explanation for the if structure on line apache#328 of HFileArchive. 3) What happens if I give hbase.wal.dir=hdfs://127.0.0.1:8020/nested/hbase/wals. This logic breaks, right? > Switched for using Path accordingly. Checkstyles and Javadoc issues fixed. Additional UTs added in TestHFuleArchiving, testing for different combinations of wald dir and root dir settings.
infraio
pushed a commit
to infraio/hbase
that referenced
this pull request
Aug 17, 2020
* phrase fudge factor "deltas" in terms of the original period * increase the delta allowed for chore timing from 5% to 20% * improve some assertions Closes apache#328 Signed-off-by: Reid Chan <reidchan@apache.org> Signed-off-by: Sakthi <sakthivel.azhaku@gmail.com> (cherry picked from commit 9aee88e)
symat
pushed a commit
to symat/hbase
that referenced
this pull request
Feb 17, 2021
* phrase fudge factor "deltas" in terms of the original period * increase the delta allowed for chore timing from 5% to 20% * improve some assertions Closes apache#328 Signed-off-by: Reid Chan <reidchan@apache.org> Signed-off-by: Sakthi <sakthivel.azhaku@gmail.com> (cherry picked from commit 9aee88e) (cherry picked from commit 8dde7d2) Change-Id: Ife616d4b5124d44471912d370ec443e7feede835
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.