You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ji...@apache.org on 2021/01/06 02:02:43 UTC

[iotdb] 01/01: Merge pull request #2421 from apache/reduce_serialization_pool

This is an automated email from the ASF dual-hosted git repository.

jiangtian pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit 0fa6736ce323d335382e18d0d35cb4b6b84f078d
Merge: d9fb310 b686e94
Author: Jiang Tian <jt...@163.com>
AuthorDate: Tue Jan 5 18:02:21 2021 -0800

    Merge pull request #2421 from apache/reduce_serialization_pool
    
    Make serialization pool in LogDispatcher static to reduece the number of pools

 .../java/org/apache/iotdb/cluster/log/LogDispatcher.java     | 12 ++++++------
 .../java/org/apache/iotdb/cluster/server/RaftServer.java     |  7 ++++++-
 .../org/apache/iotdb/cluster/integration/SingleNodeTest.java |  4 +++-
 3 files changed, 15 insertions(+), 8 deletions(-)