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

HDDS-3074. Make the configuration of container scrub consistent. #722

Merged
merged 1 commit into from
Mar 27, 2020

Conversation

cku328
Copy link
Contributor

@cku328 cku328 commented Mar 25, 2020

What changes were proposed in this pull request?

When we set hdds.container.scrub.enabled (in ozone-site.xml) to true, container scrub didn't work because the prefix of the configuration is incorrect, like this:

ds1

So I fixed the prefix of the configuration (replace it with hdds.container.scrub), it did work.

ds2

What is the link to the Apache JIRA

https://issues.apache.org/jira/projects/HDDS/issues/HDDS-3074

How was this patch tested?

Check logs on Ozone Single Cluster.

@avijayanhwx
Copy link
Contributor

LGTM +1 pending CI.

Copy link
Contributor

@bharatviswa504 bharatviswa504 left a comment

Choose a reason for hiding this comment

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

+1 LGTM.

@bharatviswa504
Copy link
Contributor

Test failures are unrelated.

@bharatviswa504 bharatviswa504 merged commit 3d28568 into apache:master Mar 27, 2020
@bharatviswa504
Copy link
Contributor

Thank You @cku328 for the contribution.

@elek
Copy link
Member

elek commented Mar 27, 2020

If you see a flaky test, please disable it (without and issue) + create a new open issue and repeat the build. There is some risk that one flakiness hides a other. Merging patches without green build makes harder to debug flaky tests.

isahekmat pushed a commit to isahekmat/hadoop-ozone that referenced this pull request Mar 29, 2020
@cku328
Copy link
Contributor Author

cku328 commented Mar 31, 2020

Thanks @avijayanhwx & @bharatviswa504 for the review, and @elek for your advice on flaky test.

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

Successfully merging this pull request may close these issues.

4 participants