You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Varun Thacker (JIRA)" <ji...@apache.org> on 2016/08/30 06:51:21 UTC

[jira] [Updated] (SOLR-9451) Make clusterstatus command logging less verbose

     [ https://issues.apache.org/jira/browse/SOLR-9451?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Varun Thacker updated SOLR-9451:
--------------------------------
    Attachment: SOLR-9451.patch

Converted the logging lines to debug level 

> Make clusterstatus command logging less verbose
> -----------------------------------------------
>
>                 Key: SOLR-9451
>                 URL: https://issues.apache.org/jira/browse/SOLR-9451
>             Project: Solr
>          Issue Type: Improvement
>      Security Level: Public(Default Security Level. Issues are Public) 
>            Reporter: Varun Thacker
>            Assignee: Varun Thacker
>            Priority: Minor
>         Attachments: SOLR-9451.patch
>
>
> Today when we run a cluster status call, the logs get filled up with ZkStateReader messages like this. If a user has a lot of collections this can get quite verbose and likely not useful.
> {code}
> INFO  - 2016-08-29 12:10:55.533; [   ] org.apache.solr.handler.admin.CollectionsHandler; Invoked Collection Action :clusterstatus with params json.nl=map&indent=true&action=CLUSTERSTATUS&wt=json and sendToOCPQueue=true
> INFO  - 2016-08-29 12:10:55.535; [   ] org.apache.solr.common.cloud.ZkStateReader; Load collection config from: [/collections/test1]
> INFO  - 2016-08-29 12:10:55.535; [   ] org.apache.solr.common.cloud.ZkStateReader; path=[/collections/test1] [configName]=[test1] specified config exists in ZooKeeper
> INFO  - 2016-08-29 12:10:55.536; [   ] org.apache.solr.common.cloud.ZkStateReader; Load collection config from: [/collections/gettingstarted]
> INFO  - 2016-08-29 12:10:55.537; [   ] org.apache.solr.common.cloud.ZkStateReader; path=[/collections/gettingstarted] [configName]=[gettingstarted] specified config exists in ZooKeeper
> ......
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org