Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
3.0.0-alpha3
-
None
-
None
Description
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
Attachments
Attachments
Issue Links
- is related to
-
YARN-2962 ZKRMStateStore: Limit the number of znodes under a znode
- Resolved