[
https://issues.apache.org/jira/browse/HDDS-2087?focusedWorklogId=307557&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-307557
]
ASF GitHub Bot logged work on HDDS-2087:
----------------------------------------
Author: ASF GitHub Bot
Created on: 06/Sep/19 00:53
Start Date: 06/Sep/19 00:53
Worklog Time Spent: 10m
Work Description: vivekratnavel commented on 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]
Issue Time Tracking
-------------------
Worklog Id: (was: 307557)
Remaining Estimate: 0h
Time Spent: 10m
> Remove the hard coded config key in ChunkManager
> ------------------------------------------------
>
> Key: HDDS-2087
> URL: https://issues.apache.org/jira/browse/HDDS-2087
> Project: Hadoop Distributed Data Store
> Issue Type: Bug
> Reporter: Anu Engineer
> Assignee: Vivek Ratnavel Subramanian
> Priority: Major
> Labels: pull-request-available
> Time Spent: 10m
> Remaining Estimate: 0h
>
> We have a hard-coded config key in the {{ChunkManagerFactory.java.}}
>
> {code}
> boolean scrubber = config.getBoolean(
> "hdds.containerscrub.enabled",
> false);
> {code}
--
This message was sent by Atlassian Jira
(v8.3.2#803003)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]