Hean-Chhinling commented on code in PR #8222:
URL: https://github.com/apache/hadoop/pull/8222#discussion_r2782341158
##########
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/capacity/conf/ZKConfigurationStore.java:
##########
@@ -265,9 +266,37 @@ private boolean createNewZkPath(String path) throws
Exception {
@VisibleForTesting
protected byte[] getZkData(String path) throws Exception {
- return zkManager.getData(path);
+ // Should a 'yarn resourcemanager -format-state-store' command is issued
Review Comment:
I think this should be '-format-conf-store' that I am able to reproduce the
issue.
May I know why you put 'format-state-store'?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]