You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "Fangmin Lv (JIRA)" <ji...@apache.org> on 2018/10/09 15:55:00 UTC

[jira] [Updated] (ZOOKEEPER-3163) Use session map to improve the performance when closing session in Netty

     [ https://issues.apache.org/jira/browse/ZOOKEEPER-3163?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Fangmin Lv updated ZOOKEEPER-3163:
----------------------------------
    Description: 
Previously, it needs to go through all the cnxns to find out the session to close, which is O(N), N is the total connections we have.

This will affect the performance of close session or renew session if there are lots of connections on this server, this JIRA is going to reuse the session map code in NIO implementation to improve the performance.

  was:
Previously, it needs to go through all the cnxns to find out the session to close, which is O(N), N is the total connections we have.

This will affect the performance of close session or renew session if there are lots of connections on this server, this JIRA is going to reuse the session map code in NIO implementation to
 improve the performance.


> Use session map to improve the performance when closing session in Netty
> ------------------------------------------------------------------------
>
>                 Key: ZOOKEEPER-3163
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3163
>             Project: ZooKeeper
>          Issue Type: Improvement
>          Components: server
>            Reporter: Fangmin Lv
>            Assignee: Fangmin Lv
>            Priority: Minor
>             Fix For: 3.6.0
>
>
> Previously, it needs to go through all the cnxns to find out the session to close, which is O(N), N is the total connections we have.
> This will affect the performance of close session or renew session if there are lots of connections on this server, this JIRA is going to reuse the session map code in NIO implementation to improve the performance.



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