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 2020/07/06 08:21:17 UTC

[incubator-iotdb] branch cluster_new updated (883e869 -> 0bbe813)

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

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


    from 883e869  adjust log level and fix close file deadlock
     add beb9c6f  fix method name
     add f8eaf79  fix upgrade
     add 172ab45  [IoTDB-786]refactor the thrift rpc service to reduce duplicate codes of RPC and Sync module (#1453)
     add ddd6790  Merge branch 'master' into cluster_premerge2
     add 0bbe813  Merge branch 'cluster_premerge2' into cluster_new

No new revisions were added by this update.

Summary of changes:
 .../engine/storagegroup/StorageGroupProcessor.java |   4 +-
 .../org/apache/iotdb/db/service/RPCService.java    | 225 +++------------------
 .../iotdb/db/service/thrift/ThriftService.java     | 150 ++++++++++++++
 .../db/service/thrift/ThriftServiceThread.java     | 143 +++++++++++++
 .../iotdb/db/sync/receiver/SyncServerManager.java  | 219 +++++---------------
 .../receiver/SyncServerManagerMBean.java}          |   4 +-
 .../iotdb/db/sync/sender/transfer/SyncClient.java  |   3 +-
 7 files changed, 380 insertions(+), 368 deletions(-)
 create mode 100644 server/src/main/java/org/apache/iotdb/db/service/thrift/ThriftService.java
 create mode 100644 server/src/main/java/org/apache/iotdb/db/service/thrift/ThriftServiceThread.java
 copy server/src/main/java/org/apache/iotdb/db/{service/RPCServiceMBean.java => sync/receiver/SyncServerManagerMBean.java} (92%)