[
https://issues.apache.org/jira/browse/HDFS-4200?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13499178#comment-13499178
]
Eli Collins commented on HDFS-4200:
-----------------------------------
This is great Suresh. The following hbase test (run from hbase trunk) is a good
stress test of the synchronization in this code. If you want to run it with
your change you need to publish your change to a local mvn repo (using the same
hadoop version in the hbase pom).
{code}
mvn test -Dtest=TestMiniClusterLoadSequential -P localTests
-DredirectTestOutputToFile=true -Dhadoop.profile=2.0
{code}
> Reduce the size of synchronized sections in PacketResponder
> ------------------------------------------------------------
>
> Key: HDFS-4200
> URL: https://issues.apache.org/jira/browse/HDFS-4200
> Project: Hadoop HDFS
> Issue Type: Improvement
> Components: data-node
> Reporter: Suresh Srinivas
> Assignee: Suresh Srinivas
> Attachments: HDFS-4200.patch
>
>
> The size of synchronized sections can be reduced in PacketResponder. Also the
> methods in the PacketResponder are long and need refactoring.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira