[
https://issues.apache.org/jira/browse/GIRAPH-1175?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dionysios Logothetis updated GIRAPH-1175:
-----------------------------------------
Fix Version/s: 1.3.0
> Avoid evaluation of Partition.getEdgeCount in log line
> ------------------------------------------------------
>
> Key: GIRAPH-1175
> URL: https://issues.apache.org/jira/browse/GIRAPH-1175
> Project: Giraph
> Issue Type: Bug
> Reporter: Dionysios Logothetis
> Assignee: Dionysios Logothetis
> Priority: Major
> Fix For: 1.3.0
>
>
> Calling {{partition.getEdgeCount()}} iteration on all the vertices of the
> partition, which can be expensive. The expression inside {{checkNotNull}} is
> always evaluated, making this expensive. This constructs the string only if
> necessary.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)