You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ab...@apache.org on 2020/02/03 12:26:52 UTC

[lucene-solr] branch jira/solr-13579 updated: SOLR-13579: Use more consistent naming.

This is an automated email from the ASF dual-hosted git repository.

ab pushed a commit to branch jira/solr-13579
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/jira/solr-13579 by this push:
     new b1273df  SOLR-13579: Use more consistent naming.
b1273df is described below

commit b1273df2c261eff832e5c3dc72d469ff14b70349
Author: Andrzej Bialecki <ab...@apache.org>
AuthorDate: Mon Feb 3 13:26:31 2020 +0100

    SOLR-13579: Use more consistent naming.
---
 solr/solrj/src/java/org/apache/solr/common/cloud/ZkStateReader.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/solr/solrj/src/java/org/apache/solr/common/cloud/ZkStateReader.java b/solr/solrj/src/java/org/apache/solr/common/cloud/ZkStateReader.java
index c99c50a..2119004 100644
--- a/solr/solrj/src/java/org/apache/solr/common/cloud/ZkStateReader.java
+++ b/solr/solrj/src/java/org/apache/solr/common/cloud/ZkStateReader.java
@@ -112,8 +112,8 @@ public class ZkStateReader implements SolrCloseable {
   public static final String CLUSTER_PROPS = "/clusterprops.json";
   public static final String COLLECTION_PROPS_ZKNODE = "collectionprops.json";
   public static final String RESOURCE_MANAGER_ZNODE = "/resourceMgr";
-  public static final String RESOURCE_MANAGER_CONF_PATH = "/config.json";
-  public static final String RESOURCE_MANAGER_POOL_CONF_PATH = "/poolConfig.json";
+  public static final String RESOURCE_MANAGER_CONF_PATH = "/managerConfig.json";
+  public static final String RESOURCE_MANAGER_POOL_CONF_PATH = "/poolConfigs.json";
   public static final String REJOIN_AT_HEAD_PROP = "rejoinAtHead";
   public static final String SOLR_SECURITY_CONF_PATH = "/security.json";
   public static final String SOLR_AUTOSCALING_CONF_PATH = "/autoscaling.json";