-
Notifications
You must be signed in to change notification settings - Fork 587
HDDS-12053. Make print-log-dag command run locally and offline #8016
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
Changes from 3 commits
f606e45
23e7606
7f1da73
7253914
268c970
49eadd4
1f9dbcd
0e37db7
f25ffce
d54048e
b8285a8
7747d06
546764c
638a3bd
2657edf
c74e907
07809ea
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -723,6 +723,7 @@ public OzoneSnapshot getSnapshotInfo(String volumeName, String bucketName, | |
| } | ||
|
|
||
| @Override | ||
| @Deprecated | ||
|
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. Is it enough to add
Contributor
Author
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. I have added it to all places where I saw the annotation was used. Some server side code for it was entirely removed as for this command we don't it to be compatible.
Contributor
Author
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. Followed @hemantk-12 's suggestion from here |
||
| public String printCompactionLogDag(String fileNamePrefix, | ||
| String graphType) throws IOException { | ||
| return null; | ||
|
|
||
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.