[
https://issues.apache.org/jira/browse/ZOOKEEPER-3484?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Han resolved ZOOKEEPER-3484.
------------------------------------
Resolution: Fixed
Issue resolved by pull request 1042
[https://github.com/apache/zookeeper/pull/1042]
> Improve the throughput by optimizing the synchronization around
> outstandingChanges
> ----------------------------------------------------------------------------------
>
> Key: ZOOKEEPER-3484
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3484
> Project: ZooKeeper
> Issue Type: Improvement
> Reporter: Yisong Yue
> Assignee: Yisong Yue
> Priority: Major
> Labels: pull-request-available
> Fix For: 3.6.0
>
> Time Spent: 1h
> Remaining Estimate: 0h
>
> The "processRequest(Request request)" function in FinalRequestProcessor.java
> synchronizes around `outstandingChanges` for all requests now. However, this
> synchronization is unnecessary for read requests, and skipping such
> synchronization for reads can improve the overall throughput of the request
> processor pipeline.
--
This message was sent by Atlassian Jira
(v8.3.2#803003)