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

Hudson commented on HADOOP-7938:
--------------------------------

Integrated in Hadoop-Hdfs-HAbranch-build #64 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-HAbranch-build/64/])
    HADOOP-7938. HA: the FailoverController should optionally fence the active 
during failover. Contributed by Eli Collins

eli : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1238058
Files : 
* 
/hadoop/common/branches/HDFS-1623/hadoop-common-project/hadoop-common/CHANGES.HDFS-1623.txt
* 
/hadoop/common/branches/HDFS-1623/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ha/FailoverController.java
* 
/hadoop/common/branches/HDFS-1623/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ha/HAAdmin.java
* 
/hadoop/common/branches/HDFS-1623/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ha/HAServiceProtocolHelper.java
* 
/hadoop/common/branches/HDFS-1623/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ha/NodeFencer.java
* 
/hadoop/common/branches/HDFS-1623/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/ha/TestFailoverController.java
* 
/hadoop/common/branches/HDFS-1623/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/ha/TestHAAdmin.java
* 
/hadoop/common/branches/HDFS-1623/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/ha/TestNodeFencer.java
* 
/hadoop/common/branches/HDFS-1623/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/ha/TestHAStateTransitions.java

                
> HA: the FailoverController should optionally fence the active during failover
> -----------------------------------------------------------------------------
>
>                 Key: HADOOP-7938
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7938
>             Project: Hadoop Common
>          Issue Type: Sub-task
>          Components: ha
>    Affects Versions: HA Branch (HDFS-1623)
>            Reporter: Eli Collins
>            Assignee: Eli Collins
>             Fix For: HA Branch (HDFS-1623)
>
>         Attachments: hadoop-7938.txt, hadoop-7938.txt, hadoop-7938.txt, 
> hadoop-7938.txt
>
>
> The FailoverController in HADOOP-7924 needs to be able to fence off the 
> current active in case it fails to transition to standby (or the user 
> requests it for sanity). This is needed even for manual failover (the CLI 
> should use the configured fencing mechanism). The FC needs to access the 
> HDFS-specific implementations HDFS-2179, could add a common fencing interface 
> (or just shell out but we may not always want to do that).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to