You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Yuanxin Zhu (Jira)" <ji...@apache.org> on 2021/11/01 13:13:00 UTC

[jira] [Created] (HDFS-16293) Client sleep and hold 'dataqueue' when datanode are condensed

Yuanxin Zhu created HDFS-16293:
----------------------------------

             Summary: Client sleep and hold 'dataqueue' when datanode are condensed
                 Key: HDFS-16293
                 URL: https://issues.apache.org/jira/browse/HDFS-16293
             Project: Hadoop HDFS
          Issue Type: Bug
          Components: hdfs-client
    Affects Versions: 3.2.2
            Reporter: Yuanxin Zhu


When I open the ECN and use Terasort for testing, datanodes are congested([#https://issues.apache.org/jira/browse/HDFS-8008]). The client enters the sleep state after receiving the ACK for many times, but does not release the 'dataqueue'. The ResponseProcessor thread needs the 'dataqueue' to execute 'ackqueue. getfirst()', so the ResponseProcessor will wait for the client to release the 'dataqueue', which is equivalent to that the ResponseProcessor thread also enters sleep, resulting in ack delay.MapReduce tasks can be delayed by tens of minutes or even hours

 



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

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: hdfs-dev-help@hadoop.apache.org