[
https://issues.apache.org/jira/browse/HAMA-847?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13959557#comment-13959557
]
Edward J. Yoon commented on HAMA-847:
-------------------------------------
> of the counters doesn't ensure that the counters are synced between different
> cluster nodes, where we have different JVMs running.
> What am I understanding wrong?
Counters are managed by BSPMaster.
{code}
188: jip.getCounters().incrAllCounters(ts.getCounters());
{code}
So, it seems doesn't matter whether static or not. :-)
If there's no objection/question, I'll commit this.
> Vertex should provide Counters
> ------------------------------
>
> Key: HAMA-847
> URL: https://issues.apache.org/jira/browse/HAMA-847
> Project: Hama
> Issue Type: Improvement
> Components: graph
> Affects Versions: 0.6.4
> Reporter: Edward J. Yoon
> Assignee: Edward J. Yoon
> Fix For: 0.7.0
>
> Attachments: HAMA-847.patch
>
>
> Currently the Vertex is not providing counters. we can use just override the
> peer.getCounter().
--
This message was sent by Atlassian JIRA
(v6.2#6252)