[
https://issues.apache.org/jira/browse/AMBARI-16110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15257843#comment-15257843
]
Olivér Szabó commented on AMBARI-16110:
---------------------------------------
committed to trunk:
{code:java}
commit 75aae4551069b435caeb4e59b31c45f6d2e83e03
Author: oleewere <[email protected]>
Date: Tue Apr 26 11:56:33 2016 +0200
AMBARI-16110. Need to decrease mergeFactor to enable purge of documents
more often (Bosco Durai via oleewere)
{code}
> LogSearch: Need to decrease mergeFactor to enable purge of documents more
> often
> -------------------------------------------------------------------------------
>
> Key: AMBARI-16110
> URL: https://issues.apache.org/jira/browse/AMBARI-16110
> Project: Ambari
> Issue Type: Bug
> Affects Versions: 2.4.0
> Reporter: Don Bosco Durai
> Assignee: Olivér Szabó
>
> LogSearch deletes logs older than 7 days (by default). The indexed documents
> doesn't get purged until the segments are merged. Currently the mergeFactor
> is 25, which is pretty large. If documents are not purged, then the indexes
> occupy disk and memory.
> It is better to make the mergeFactor value to be 5 and let Solr purge deleted
> documents more regularly.
> The following 2 files needs to be updated:
> ambari-server/src/main/resources/common-services/LOGSEARCH/0.5.0/properties/audit_logs-solrconfig.xml.j2
> ambari-server/src/main/resources/common-services/LOGSEARCH/0.5.0/properties/service_logs-solrconfig.xml.j2
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)