YARN-6703. RM startup failure with old state store due to version mismatch. Contributed by Varun Saxena
This commit is contained in:
parent
e86eef9812
commit
d64c842743
@ -144,6 +144,11 @@
|
|||||||
* Also, AMRMToken has been removed from ApplicationAttemptState.
|
* Also, AMRMToken has been removed from ApplicationAttemptState.
|
||||||
*
|
*
|
||||||
* Changes from 1.2 to 1.3, Addition of ReservationSystem state.
|
* Changes from 1.2 to 1.3, Addition of ReservationSystem state.
|
||||||
|
*
|
||||||
|
* Changes from 1.3 to 1.4 - Change the structure of application znode by
|
||||||
|
* splitting it in 2 parts, depending on a configurable split index. This limits
|
||||||
|
* the number of application znodes returned in a single call while loading
|
||||||
|
* app state.
|
||||||
*/
|
*/
|
||||||
@Private
|
@Private
|
||||||
@Unstable
|
@Unstable
|
||||||
@ -159,7 +164,7 @@ public class ZKRMStateStore extends RMStateStore {
|
|||||||
@VisibleForTesting
|
@VisibleForTesting
|
||||||
public static final String ROOT_ZNODE_NAME = "ZKRMStateRoot";
|
public static final String ROOT_ZNODE_NAME = "ZKRMStateRoot";
|
||||||
protected static final Version CURRENT_VERSION_INFO = Version
|
protected static final Version CURRENT_VERSION_INFO = Version
|
||||||
.newInstance(2, 0);
|
.newInstance(1, 4);
|
||||||
@VisibleForTesting
|
@VisibleForTesting
|
||||||
public static final String RM_APP_ROOT_HIERARCHIES = "HIERARCHIES";
|
public static final String RM_APP_ROOT_HIERARCHIES = "HIERARCHIES";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user