[ 
https://issues.apache.org/jira/browse/HDFS-14350?focusedWorklogId=627376&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-627376
 ]

ASF GitHub Bot logged work on HDFS-14350:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 24/Jul/21 06:08
            Start Date: 24/Jul/21 06:08
    Worklog Time Spent: 10m 
      Work Description: hadoop-yetus commented on pull request #582:
URL: https://github.com/apache/hadoop/pull/582#issuecomment-886006283


   :broken_heart: **-1 overall**
   
   
   
   
   
   
   | Vote | Subsystem | Runtime |  Logfile | Comment |
   |:----:|----------:|--------:|:--------:|:-------:|
   | +0 :ok: |  reexec  |   0m  0s |  |  Docker mode activated.  |
   | -1 :x: |  patch  |   0m 18s |  |  
https://github.com/apache/hadoop/pull/582 does not apply to trunk. Rebase 
required? Wrong Branch? See 
https://cwiki.apache.org/confluence/display/HADOOP/How+To+Contribute for help.  
|
   
   
   | Subsystem | Report/Notes |
   |----------:|:-------------|
   | GITHUB PR | https://github.com/apache/hadoop/pull/582 |
   | JIRA Issue | HDFS-14350 |
   | Console output | 
https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-582/1/console |
   | versions | git=2.17.1 |
   | Powered by | Apache Yetus 0.14.0-SNAPSHOT https://yetus.apache.org |
   
   
   This message was automatically generated.
   
   


-- 
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: 627376)
    Time Spent: 20m  (was: 10m)

> dfs.datanode.ec.reconstruction.threads not take effect
> ------------------------------------------------------
>
>                 Key: HDFS-14350
>                 URL: https://issues.apache.org/jira/browse/HDFS-14350
>             Project: Hadoop HDFS
>          Issue Type: Bug
>          Components: datanode, ec
>    Affects Versions: 3.2.0
>            Reporter: hunshenshi
>            Assignee: hunshenshi
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> In ErasureCodingWorker, stripedReconstructionPool is create by 
> {code:java}
> initializeStripedBlkReconstructionThreadPool(conf.getInt(
>     DFSConfigKeys.DFS_DN_EC_RECONSTRUCTION_THREADS_KEY,
>     DFSConfigKeys.DFS_DN_EC_RECONSTRUCTION_THREADS_DEFAULT));
> private void initializeStripedBlkReconstructionThreadPool(int numThreads) {
>   LOG.debug("Using striped block reconstruction; pool threads={}",
>       numThreads);
>   stripedReconstructionPool = DFSUtilClient.getThreadPoolExecutor(2,
>       numThreads, 60, new LinkedBlockingQueue<>(),
>       "StripedBlockReconstruction-", false);
>   stripedReconstructionPool.allowCoreThreadTimeOut(true);
> }{code}
> so stripedReconstructionPool is a ThreadPoolExecutor, and the queue is a 
> LinkedBlockingQueue, then the active thread is awalys 2, the 
> dfs.datanode.ec.reconstruction.threads not take effect.
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

Reply via email to