[
https://issues.apache.org/jira/browse/YARN-11491?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17743981#comment-17743981
]
ASF GitHub Bot commented on YARN-11491:
---------------------------------------
slfan1989 commented on code in PR #5637:
URL: https://github.com/apache/hadoop/pull/5637#discussion_r1265919772
##########
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-api/src/main/java/org/apache/hadoop/yarn/conf/YarnConfiguration.java:
##########
@@ -4001,7 +4001,7 @@ public static boolean isAclEnabled(Configuration conf) {
FEDERATION_PREFIX + "state-store.class";
public static final String DEFAULT_FEDERATION_STATESTORE_CLIENT_CLASS =
-
"org.apache.hadoop.yarn.server.federation.store.impl.MemoryFederationStateStore";
+
"org.apache.hadoop.yarn.server.federation.store.impl.ZookeeperFederationStateStore";
Review Comment:
Thank you for helping to review the code! I will check the configuration in
xml.
> [Federation] Use ZookeeperFederationStateStore as the DefaultStateStore
> -----------------------------------------------------------------------
>
> Key: YARN-11491
> URL: https://issues.apache.org/jira/browse/YARN-11491
> Project: Hadoop YARN
> Issue Type: Improvement
> Components: federation
> Affects Versions: 3.4.0
> Reporter: Shilun Fan
> Assignee: Shilun Fan
> Priority: Major
> Labels: pull-request-available
>
> We currently use MemoryStateStore as the default StateStore, in the
> production environment, we should use ZookeeperFederationStateStore as the
> default StateStore.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]