[
https://issues.apache.org/jira/browse/GIRAPH-262?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13429290#comment-13429290
]
Eugene Koontz commented on GIRAPH-262:
--------------------------------------
Hi Avery,
It seems like the patch has gone stale:
{code}
ekoontz@mac ~/giraph $ git log -1
commit f8f16bd768557b66ba459b3f5ba7ccc437d2191a
Author: Avery Ching <[email protected]>
Date: Sun Aug 5 00:17:12 2012 +0000
GIRAPH-45: Improve the way to keep outgoing messages (majakabiljo via
aching).
ekoontz@mac ~/giraph $ patch -p0 < GIRAPH-262.2.patch
...
patching file src/main/java/org/apache/giraph/comm/NettyWorkerClient.java
Hunk #1 succeeded at 86 (offset 3 lines).
Hunk #2 succeeded at 108 (offset 3 lines).
Hunk #3 succeeded at 172 with fuzz 2 (offset 3 lines).
Hunk #4 succeeded at 210 (offset 3 lines).
Hunk #5 FAILED at 227.
Hunk #6 succeeded at 280 (offset 33 lines).
Hunk #7 succeeded at 374 (offset 34 lines).
Hunk #8 succeeded at 387 (offset 34 lines).
1 out of 8 hunks FAILED -- saving rejects to file
src/main/java/org/apache/giraph/comm/NettyWorkerClient.java.rej
...
patching file src/main/java/org/apache/giraph/graph/BspUtils.java
Hunk #1 FAILED at 420.
1 out of 1 hunk FAILED -- saving rejects to file
src/main/java/org/apache/giraph/graph/BspUtils.java.rej
...
{code}
> Netty optimizations and bandwidth tracking
> ------------------------------------------
>
> Key: GIRAPH-262
> URL: https://issues.apache.org/jira/browse/GIRAPH-262
> Project: Giraph
> Issue Type: Improvement
> Reporter: Avery Ching
> Assignee: Avery Ching
> Attachments: GIRAPH-262.2.patch, GIRAPH-262.patch
>
>
> * Makes netty the default instead of HadoopRPC
> * Added optimization to handle requests locally when possible rather than go
> over the network
> * Added TimedLogger to print only within a given time period
> * Added optimization for using multiple channels between clients/servers when
> bandwidth is limited per connection
> * Added ByteCounter to track bandwidth across Netty (can be later integrated
> with GIRAPH-232).
> * Upgraded rat to 0.8 and excluded iml files (Intellij Idea)
--
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