[jira] [Updated] (GIRAPH-185) Improve concurrency of putMsg / putMsgList

2012-04-23 Thread Bo Wang (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-185?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bo Wang updated GIRAPH-185: --- Attachment: GIRAPH-185.patch Fixed the problem and wait for review. Improve concurrency of

[jira] [Commented] (GIRAPH-185) Improve concurrency of putMsg / putMsgList

2012-04-23 Thread Bo Wang (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13259798#comment-13259798 ] Bo Wang commented on GIRAPH-185: Thanks for the comments, Avery and Claudio. I am

[jira] [Updated] (GIRAPH-185) Improve concurrency of putMsg / putMsgList

2012-04-24 Thread Bo Wang (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-185?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bo Wang updated GIRAPH-185: --- Attachment: GIRAPH-185.patch Thanks for keeping up in the communication, Avery. I used putIfAbsent in the

[jira] [Created] (GIRAPH-188) Merge inMessages and vertex message list

2012-04-24 Thread Bo Wang (JIRA)
Bo Wang created GIRAPH-188: -- Summary: Merge inMessages and vertex message list Key: GIRAPH-188 URL: https://issues.apache.org/jira/browse/GIRAPH-188 Project: Giraph Issue Type: Improvement

[jira] [Commented] (GIRAPH-185) Improve concurrency of putMsg / putMsgList

2012-04-25 Thread Bo Wang (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13261830#comment-13261830 ] Bo Wang commented on GIRAPH-185: I checked the source and found the same thing. I think

[jira] [Commented] (GIRAPH-185) Improve concurrency of putMsg / putMsgList

2012-04-26 Thread Bo Wang (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13262709#comment-13262709 ] Bo Wang commented on GIRAPH-185: I did a small test (2 machines, each with 2 cores) and

[jira] [Updated] (GIRAPH-185) Improve concurrency of putMsg / putMsgList

2012-05-05 Thread Bo Wang (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-185?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bo Wang updated GIRAPH-185: --- Attachment: GIRAPH-185.patch Improve concurrency of putMsg / putMsgList

[jira] [Updated] (GIRAPH-185) Improve concurrency of putMsg / putMsgList

2012-05-05 Thread Bo Wang (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-185?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bo Wang updated GIRAPH-185: --- Attachment: (was: GIRAPH-185.patch) Improve concurrency of putMsg / putMsgList

[jira] [Commented] (GIRAPH-37) Implement Netty-backed rpc solution

2012-05-06 Thread Bo Wang (JIRA)
[ https://issues.apache.org/jira/browse/GIRAPH-37?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13269304#comment-13269304 ] Bo Wang commented on GIRAPH-37: --- This is really good news. RPC doesn't seems very scalable.