-
Type:
Bug
-
Status: Resolved
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 3.0.0-alpha3
-
Fix Version/s: 2.9.0, 3.0.0-alpha4
-
Component/s: None
-
Labels:None
Currently as per the following code since the VERSION is marked as 2 .
161 protected static final Version CURRENT_VERSION_INFO = Version 162 .newInstance(2, 0);
RMStateStore#checkVersion will fail and RM will not be able to start with old state store. We can keep the version as 1.3 itself
- is related to
-
YARN-2962 ZKRMStateStore: Limit the number of znodes under a znode
-
- Resolved
-