vivekratnavel opened a new pull request #1409: HDDS-2087. Remove the hard coded 
config key in ChunkManager
URL: https://github.com/apache/hadoop/pull/1409
 
 
   We have a hard-coded config key in the ChunkManagerFactory.java.
   
   ```
   boolean scrubber = config.getBoolean(
    "hdds.containerscrub.enabled",
    false);
   ```
   
   This patch fixes the hard coded config key by referring to it from a 
constant.

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to