[ 
https://issues.apache.org/jira/browse/HDFS-10733?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15828811#comment-15828811
 ] 

Hudson commented on HDFS-10733:
-------------------------------

SUCCESS: Integrated in Jenkins build Hadoop-trunk-Commit #11135 (See 
[https://builds.apache.org/job/Hadoop-trunk-Commit/11135/])
HDFS-10733. NameNode terminated after full GC thinking QJM is (shv: rev 
8a0fa0f7e88c45a98c6f266d6349cb426dd06495)
* (edit) 
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/qjournal/client/QuorumCall.java
* (edit) 
hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/qjournal/client/TestQuorumCall.java


> NameNode terminated after full GC thinking QJM is unresponsive.
> ---------------------------------------------------------------
>
>                 Key: HDFS-10733
>                 URL: https://issues.apache.org/jira/browse/HDFS-10733
>             Project: Hadoop HDFS
>          Issue Type: Bug
>          Components: namenode, qjm
>    Affects Versions: 2.6.4
>            Reporter: Konstantin Shvachko
>            Assignee: Vinitha Reddy Gankidi
>             Fix For: 2.8.0, 2.9.0, 2.7.4, 3.0.0-alpha2
>
>         Attachments: HDFS-10733.001.patch, HDFS-10733.002.patch
>
>
> NameNode went into full GC while in {{AsyncLoggerSet.waitForWriteQuorum()}}. 
> After completing GC it checks if the timeout for quorum is reached. If the GC 
> was long enough the timeout can expire, and {{QuorumCall.waitFor()}} will 
> throw {{TimeoutExcpetion}}. Finally {{FSEditLog.logSync()}} catches the 
> exception and terminates NameNode.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org

Reply via email to