This is an automated email from the ASF dual-hosted git repository.
marklau99 pushed a change to branch new-rpc-format-impl
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from 5109de75b0a finish
new 983d68dc063 assemble with session
new 5d418ed2969 temp
The 2 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:
.../org/apache/iotdb/isession/SessionConfig.java | 2 +
.../rpc/TCompressedElasticFramedTransport.java | 10 ++
.../java/org/apache/iotdb/session/Session.java | 132 +++++++++++++++++---
.../apache/iotdb/session/SessionConnection.java | 48 ++++++++
.../iotdb/session/req/InsertRecordsRequest.java | 9 +-
.../apache/iotdb/session/util/SessionRPCUtils.java | 137 +++++++++++++++------
.../protocol/thrift/impl/ClientRPCServiceImpl.java | 12 +-
.../thrift-datanode/src/main/thrift/client.thrift | 1 +
8 files changed, 290 insertions(+), 61 deletions(-)