-
Notifications
You must be signed in to change notification settings - Fork 587
HDDS-8208. [SNAPSHOT] Allow om snapshot bootstrap tarballs to be incremental. #4770
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
Merged
Changes from 15 commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
70ba726
moved to lastest master
0f4abc8
findbugs
1bc6f28
comments
4930532
findbugs
fb8b7cf
cleanup
c090332
cleanup
9e08d1a
cleanup
93833f9
cleanup
15353d6
cleanup
4f04710
cleanup again
0785a84
checkstyle
0a178e6
intellij warnings
5b72c9e
cleanup
5772f0a
cleanup
f758ab2
checkstyle
54aed00
Apply suggestions from code review
GeorgeJahad dd25523
addressed review comments
02166d1
Fix checkstyle
smengcl a817d0b
Revert "Fix checkstyle"
smengcl 9541991
Merge remote-tracking branch 'origin/master' into HDDS-8208
849d432
checkstyle
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -233,7 +233,7 @@ private OMConfigKeys() { | |
| "ozone.om.snapshot.provider.request.timeout"; | ||
| public static final TimeDuration | ||
| OZONE_OM_SNAPSHOT_PROVIDER_REQUEST_TIMEOUT_DEFAULT = | ||
| TimeDuration.valueOf(5000, TimeUnit.MILLISECONDS); | ||
| TimeDuration.valueOf(300000, TimeUnit.MILLISECONDS); | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 5s timeout to 5m is quite a jump. If this default config value revision is intended (i.e. not just for debugging), pls change |
||
|
|
||
| public static final String OZONE_OM_FS_SNAPSHOT_MAX_LIMIT = | ||
| "ozone.om.fs.snapshot.max.limit"; | ||
|
|
||
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.
Uh oh!
There was an error while loading. Please reload this page.