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

vjasani pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 7d16925c9e AMBARI-25970: Fix incorrect ambari infra-solr service 
config (#3723)
7d16925c9e is described below

commit 7d16925c9ed27422ded9a532dd8c44b6b0862c83
Author: jialiang <2510095...@qq.com>
AuthorDate: Mon Aug 7 12:04:04 2023 +0800

    AMBARI-25970: Fix incorrect ambari infra-solr service config (#3723)
---
 .../common-services/AMBARI_INFRA_SOLR/3.0.0/properties/solr.xml.j2  | 6 ------
 1 file changed, 6 deletions(-)

diff --git 
a/ambari-server/src/main/resources/common-services/AMBARI_INFRA_SOLR/3.0.0/properties/solr.xml.j2
 
b/ambari-server/src/main/resources/common-services/AMBARI_INFRA_SOLR/3.0.0/properties/solr.xml.j2
index 9c5c52d9e4..f4c23b6a6a 100755
--- 
a/ambari-server/src/main/resources/common-services/AMBARI_INFRA_SOLR/3.0.0/properties/solr.xml.j2
+++ 
b/ambari-server/src/main/resources/common-services/AMBARI_INFRA_SOLR/3.0.0/properties/solr.xml.j2
@@ -63,8 +63,6 @@ limitations under the License.
       <str name="filter">os.systemCpuLoad</str>
       <str name="filter">os.openFileDescriptorCount</str>
     </reporter>
-  </metrics>
-  <metrics>
     <reporter name="ambariInfraCore" group="core" 
class="org.apache.ambari.infra.solr.metrics.reporters.SimpleAMSReporter">
       <int name="period">60</int>
       <str name="amsCollectorHosts">{{ams_collector_hosts}}</str>
@@ -89,8 +87,6 @@ limitations under the License.
       <str name="filter">QUERY./query.requestTimes</str>
       <str name="filter">INDEX.sizeInBytes</str>
     </reporter>
-  </metrics>
-  <metrics>
     <reporter name="ambariInfraCache" group="core" 
class="org.apache.ambari.infra.solr.metrics.reporters.AMSCacheReporter">
       <int name="period">60</int>
       <str name="amsCollectorHosts">{{ams_collector_hosts}}</str>
@@ -104,8 +100,6 @@ limitations under the License.
       <str name="filter">CACHE.searcher.documentCache</str>
       <str name="fields">hitratio, size, warmupTime</str>
     </reporter>
-  </metrics>
-  <metrics>
     <reporter name="ambariInfraFieldCache" group="core" 
class="org.apache.ambari.infra.solr.metrics.reporters.AMSCacheReporter">
       <int name="period">60</int>
       <str name="amsCollectorHosts">{{ams_collector_hosts}}</str>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@ambari.apache.org
For additional commands, e-mail: commits-h...@ambari.apache.org

Reply via email to