Uh oh!
There was an error while loading. Please reload this page.
HDFS-14350:dfs.datanode.ec.reconstruction.threads not take effect - #582
HDFS-14350:dfs.datanode.ec.reconstruction.threads not take effect#582hunshenshi wants to merge 2 commits into
Conversation
hadoop-yetus
commented
Mar 9, 2019
💔 -1 overall
This message was automatically generated. |
hadoop-yetus
commented
Jul 19, 2019
💔 -1 overall
This message was automatically generated. |
hadoop-yetus
commented
Jul 26, 2019
💔 -1 overall
This message was automatically generated. |
hadoop-yetus
commented
Aug 2, 2019
💔 -1 overall
This message was automatically generated. |
hadoop-yetus
commented
Aug 8, 2019
💔 -1 overall
This message was automatically generated. |
hadoop-yetus
commented
Aug 16, 2019
💔 -1 overall
This message was automatically generated. |
jojochuang
commented
Aug 17, 2019
I am not sure this is the right fix -- reading at the code, clients keeps 2 threads even during idle, and dfs.datanode.ec.reconstruction.threads specifies the max number of threads. That looks reasonable. |
hunshenshi
commented
Aug 18, 2019
hi, @jojochuang Thanks for review. |
hadoop-yetus
commented
Aug 20, 2019
💔 -1 overall
This message was automatically generated. |
hadoop-yetus
commented
Aug 22, 2019
💔 -1 overall
This message was automatically generated. |
hadoop-yetus
commented
Aug 27, 2019
💔 -1 overall
This message was automatically generated. |
hadoop-yetus
commented
Sep 3, 2019
💔 -1 overall
This message was automatically generated. |
Handle end of stream envelopes in bootstrap chooser and don't invoke check offsets since offset of end of stream are not comparable. Author: Bharath Kumarasubramanian <bkumaras@linkedin.com> Reviewers: Xinyu Liu <xinyu@apache.org> Closesapache#582 from bharathkk/end-of-stream
hadoop-yetus
commented
Jul 31, 2020
💔 -1 overall
This message was automatically generated. |
hadoop-yetus
commented
Jul 31, 2020
💔 -1 overall
This message was automatically generated. |
hadoop-yetus
commented
Sep 9, 2020
💔 -1 overall
This message was automatically generated. |
hadoop-yetus
commented
Jul 24, 2021
💔 -1 overall
This message was automatically generated. |
We're closing this stale PR because it has been open for 100 days with no activity. This isn't a judgement on the merit of the PR in any way. It's just a way of keeping the PR queue manageable. |
In ErasureCodingWorker, stripedReconstructionPool is create by
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.