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

Jakob Homan updated GIRAPH-145:
-------------------------------

    Attachment: GIRAPH-145.patch

Quick patch to go down to debug level.  Verified with tests and cluster run.
                
> Change partition request log level to debug rather than info
> ------------------------------------------------------------
>
>                 Key: GIRAPH-145
>                 URL: https://issues.apache.org/jira/browse/GIRAPH-145
>             Project: Giraph
>          Issue Type: Improvement
>          Components: bsp
>    Affects Versions: 0.2.0
>            Reporter: Jakob Homan
>            Assignee: Jakob Homan
>             Fix For: 0.2.0
>
>         Attachments: GIRAPH-145.patch
>
>
> {code:title=BasicRPCCommunications.java|borderStyle=solid}
> if (LOG.isInfoEnabled()) {
>     LOG.info("sendPartitionReq: Sending to " + rpcProxy.getName() +
>              " " + addr + " from " + workerInfo +
>              ", with partition " + partition);
> }{code}
> is too chatty.  We're seeing thousands and sounds of these lines for larger 
> graphs.  This should be at debug level...

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to