[ 
https://issues.apache.org/jira/browse/HAMA-946?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14485154#comment-14485154
 ] 

Edward J. Yoon commented on HAMA-946:
-------------------------------------

{code}
  /*
   * (non-Javadoc)
   * @see org.apache.hama.bsp.message.MessageManager#send(java.lang.String,
   * org.apache.hadoop.io.Writable)
   */
  @Override
  public void send(String peerName, M msg) throws IOException {
    outgoingMessageManager.addMessage(peerName, msg);
    peer.incrementCounter(BSPPeerImpl.PeerCounter.TOTAL_MESSAGES_SENT, 1L);
    notifySentMessage(peerName, msg);
  }
{code}

2) When peer send a message to others, we calls notifySentMessage() method for 
checkpoint-recovery. I think we should checkpoint outgoing bundles. I'll block 
this at the moment.

> Graph package code optimization for improve performance
> -------------------------------------------------------
>
>                 Key: HAMA-946
>                 URL: https://issues.apache.org/jira/browse/HAMA-946
>             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
>
>
> This is an umbrella issue for improve performance of graph package.



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

Reply via email to