You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by hx...@apache.org on 2021/03/10 10:28:09 UTC

[iotdb] branch seperate_thrift updated (ee1b649 -> dcc026a)

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

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


    from ee1b649  add instruction for the ordering of imports
     add 6832eee  [ISSUE-2661] SyncClientPool And AsyncClientPool have concurrency problem (#2791)
     add 0198f5c  Add generated-sources as source folder
     add bfa529b  (Fix Github Action)Update apt source before installing libboost
     add cecb4dc  seperate thrift module into 3 parts; extract Node Serialization from Server module into Cluster module
     add 6538594  add instruction for the ordering of imports
     add c7a7a96  claim the source code folder in thrift-sync and thrift cluster modules
     add dcc026a  claim the source code folder in thrift-sync and thrift cluster modules

No new revisions were added by this update.

Summary of changes:
 .github/workflows/client.yml                       |  30 ++---
 antlr/pom.xml                                      |  19 +++
 .../iotdb/cluster/client/DataClientProvider.java   |   4 +-
 .../cluster/client/async/AsyncClientPool.java      |  34 ++++--
 .../iotdb/cluster/client/sync/SyncClientPool.java  |  59 +++++----
 .../cluster/client/DataClientProviderTest.java     | 136 +++++++++++++++++++++
 .../cluster/client/sync/SyncClientPoolTest.java    |  17 ++-
 thrift-cluster/pom.xml                             |  23 ++++
 thrift-sync/pom.xml                                |  23 ++++
 thrift/pom.xml                                     |  19 +++
 10 files changed, 303 insertions(+), 61 deletions(-)