HDFS-10589. Javadoc for HAState#HAState and HAState#setStateInternal contains non-existent params. Contributed by shenyinjie.
This commit is contained in:
parent
2e835d986e
commit
8b4b5259d5
|
@ -34,7 +34,7 @@ abstract public class HAState {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Constructor
|
* Constructor
|
||||||
* @param name Name of the state.
|
* @param state HA service state.
|
||||||
*/
|
*/
|
||||||
public HAState(HAServiceState state) {
|
public HAState(HAServiceState state) {
|
||||||
this.state = state;
|
this.state = state;
|
||||||
|
@ -48,8 +48,8 @@ abstract public class HAState {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Internal method to transition the state of a given namenode to a new state.
|
* Internal method to move from the existing state to a new state.
|
||||||
* @param nn Namenode
|
* @param context HA context
|
||||||
* @param s new state
|
* @param s new state
|
||||||
* @throws ServiceFailedException on failure to transition to new state.
|
* @throws ServiceFailedException on failure to transition to new state.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue