You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2018/11/17 20:29:00 UTC

[jira] [Commented] (ZOOKEEPER-3177) Refactor request throttle logic in NIO and Netty to keep the same behavior and make the code easier to maintain

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

Hudson commented on ZOOKEEPER-3177:
-----------------------------------

SUCCESS: Integrated in Jenkins build Zookeeper-trunk-single-thread #111 (See [https://builds.apache.org/job/Zookeeper-trunk-single-thread/111/])
ZOOKEEPER-3177: Refactor request throttle logic in NIO and Netty to keep (hanm: rev db074423f09026446640242ecfcf26310467b1fa)
* (edit) zookeeper-server/src/test/java/org/apache/zookeeper/server/MockServerCnxn.java
* (edit) zookeeper-server/src/main/java/org/apache/zookeeper/server/NIOServerCnxn.java
* (edit) zookeeper-server/src/main/java/org/apache/zookeeper/server/quorum/FollowerZooKeeperServer.java
* (edit) zookeeper-server/src/main/java/org/apache/zookeeper/server/DumbWatcher.java
* (edit) zookeeper-server/src/main/java/org/apache/zookeeper/server/ZooKeeperServer.java
* (edit) zookeeper-server/src/main/java/org/apache/zookeeper/server/ServerCnxn.java
* (edit) zookeeper-server/src/main/java/org/apache/zookeeper/server/NettyServerCnxn.java
* (edit) zookeeper-server/src/main/java/org/apache/zookeeper/server/quorum/LeaderZooKeeperServer.java


> Refactor request throttle logic in NIO and Netty to keep the same behavior and make the code easier to maintain
> ---------------------------------------------------------------------------------------------------------------
>
>                 Key: ZOOKEEPER-3177
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3177
>             Project: ZooKeeper
>          Issue Type: Improvement
>          Components: server
>            Reporter: Fangmin Lv
>            Assignee: Fangmin Lv
>            Priority: Minor
>              Labels: pull-request-available
>             Fix For: 3.6.0
>
>          Time Spent: 2h 10m
>  Remaining Estimate: 0h
>
> There is shouldThrottle logic in zkServer, we should use it in NIO as well, refactor the code to make it cleaner and easier to maintain in the future.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)