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:42 UTC

[iotdb] branch master updated (d9fb310 -> 0fa6736)

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

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


    from d9fb310  [IOTDB-1077] add insertOneDeviceRecords API in java session (#2397)
     add b686e94  make serialization pool in LogDispatcher static to reduece the number of pools
     new 0fa6736  Merge pull request #2421 from apache/reduce_serialization_pool

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../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(-)


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

Posted by ji...@apache.org.
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(-)