Skip to content
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

feat: add getConsumedFileSize method for calculate physical space #267

Merged
merged 1 commit into from
Feb 3, 2025

Conversation

balookrd
Copy link

feat: add getConsumedFileSize method for calculate physical space (include ErasureCoding)

@marcelmay marcelmay added this to the 1.3.12 milestone Jan 31, 2025
@@ -15,6 +8,13 @@
import org.apache.hadoop.hdfs.server.namenode.FsImageProto;
import picocli.CommandLine;

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Avoid re-ordering imports (L3+ vs L11+)

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

Copy link
Owner

@marcelmay marcelmay left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thx alot for the PR, @balookrd !

Looks good, and I would roll a patch release after merging.

  • Can you sqash your commits into a single commit?
     0be4db2 fix: cleanup
     a7ff2ee feat: add getConsumedFileSize method ...
    
  • Minor issue: Avoid re-ordering imports for SummaryReportCommand (see inline comment).

@balookrd balookrd force-pushed the feature/consumed_space branch from a59f4c1 to 38ead32 Compare February 3, 2025 06:34
@balookrd
Copy link
Author

balookrd commented Feb 3, 2025

Thx alot for the PR, @balookrd !

Looks good, and I would roll a patch release after merging.

  • Can you sqash your commits into a single commit?
     0be4db2 fix: cleanup
     a7ff2ee feat: add getConsumedFileSize method ...
    
  • Minor issue: Avoid re-ordering imports for SummaryReportCommand (see inline comment).

done

@marcelmay marcelmay merged commit 1ea30c6 into marcelmay:master Feb 3, 2025
6 checks passed
@marcelmay
Copy link
Owner

Thank you, @balookrd !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants