cku328 opened a new pull request #722: HDDS-3074. Make the configuration of 
container scrub consistent.
URL: https://github.com/apache/hadoop-ozone/pull/722
 
 
   ## 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](https://github.com/apache/hadoop-ozone/blob/f6be7660a52ac0e7ebfa3818989c30c0b9f977ed/hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/ozoneimpl/ContainerScrubberConfiguration.java#L28)
 is incorrect, like this:
   
   
![ds1](https://user-images.githubusercontent.com/14295594/77563517-5845ba00-6efc-11ea-8895-f57b8a994402.png)
   
   So I fixed the prefix of the configuration (replace it with 
**hdds.container.scrub**), it did work.
   
   
![ds2](https://user-images.githubusercontent.com/14295594/77563533-5e3b9b00-6efc-11ea-9df2-f1d1a6ed3c0b.png)
   
   ## 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.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: ozone-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: ozone-issues-h...@hadoop.apache.org

Reply via email to