[
https://issues.apache.org/jira/browse/HDFS-16355?focusedWorklogId=699806&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-699806
]
ASF GitHub Bot logged work on HDFS-16355:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 22/Dec/21 05:35
Start Date: 22/Dec/21 05:35
Worklog Time Spent: 10m
Work Description: jojochuang commented on a change in pull request #3724:
URL: https://github.com/apache/hadoop/pull/3724#discussion_r773611386
##########
File path:
hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/datanode/TestBlockScanner.java
##########
@@ -290,6 +290,18 @@ public void testDisableVolumeScanner() throws Exception {
}
}
+ @Test(timeout=60000)
+ public void testDisableVolumeScanner2() throws Exception {
+ Configuration conf = new Configuration();
+ conf.setLong(DFS_BLOCK_SCANNER_VOLUME_BYTES_PER_SECOND, -1L);
+ TestContext ctx = new TestContext(conf, 1);
+ try {
+ Assert.assertFalse(ctx.datanode.getBlockScanner().isEnabled());
Review comment:
seems it's still not updated.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 699806)
Time Spent: 1h 40m (was: 1.5h)
> Improve block scanner desc
> --------------------------
>
> Key: HDFS-16355
> URL: https://issues.apache.org/jira/browse/HDFS-16355
> Project: Hadoop HDFS
> Issue Type: Improvement
> Components: hdfs
> Affects Versions: 3.3.1
> Reporter: guophilipse
> Priority: Minor
> Labels: pull-request-available
> Time Spent: 1h 40m
> Remaining Estimate: 0h
>
> datanode block scanner will be disabled if
> `dfs.block.scanner.volume.bytes.per.second` is configured less then or equal
> to zero, we can improve the desciption
--
This message was sent by Atlassian Jira
(v8.20.1#820001)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]