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 "Thomas Scott (JIRA)" <ji...@apache.org> on 2017/04/28 22:13:04 UTC

[jira] [Created] (HDFS-11721) When Standby NameNode is paused using kill -SIGSTOP clients hang rather than moving to the active.

Thomas Scott created HDFS-11721:
-----------------------------------

             Summary: When Standby NameNode is paused using kill -SIGSTOP clients hang rather than moving to the active.
                 Key: HDFS-11721
                 URL: https://issues.apache.org/jira/browse/HDFS-11721
             Project: Hadoop HDFS
          Issue Type: Bug
          Components: hdfs-client
            Reporter: Thomas Scott
            Priority: Minor


Using kill -SIGSTOP on the standby namenode causes clients to hang rather than moving to the active. To reproduce:

1. Run kill -SIGSTOP <SBNN pid>
2. Run hdfs dfs -ls / (this may not show the issue as it may try the active namenode first. If this happens, failover the NameNodes and the issue will occur)
3. To force the issue run hdfs dfs -ls hdfs://<sbnn ip>:8020/ 

This causes the client to hang with no timeout until the SBNN is resumed.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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