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 ece1415 add client pool limit
add c63faf2 further uniform the execution path
add a205ec5 refactor more thoroughly
add 30c1ae7 fix tests
add 634c34c fix exception
add 1201607 fix session example
add d24ebf4 Merge branch 'refactor_batch_insert' into cluster_new
No new revisions were added by this update.
Summary of changes:
.../main/java/org/apache/iotdb/SessionExample.java | 6 +-
.../java/org/apache/iotdb/jdbc/IoTDBStatement.java | 19 +++--
.../test/java/org/apache/iotdb/jdbc/BatchTest.java | 27 ++++---
.../org/apache/iotdb/db/service/TSServiceImpl.java | 86 +++++++++-------------
service-rpc/rpc-changelist.md | 21 ++++++
.../apache/iotdb/rpc/BatchExecutionException.java | 3 +-
.../main/java/org/apache/iotdb/rpc/RpcUtils.java | 39 ++++------
.../java/org/apache/iotdb/rpc/TSStatusCode.java | 1 +
service-rpc/src/main/thrift/rpc.thrift | 22 +++---
.../java/org/apache/iotdb/session/Session.java | 48 ++++++------
.../org/apache/iotdb/session/pool/SessionPool.java | 40 +++++-----
.../org/apache/iotdb/session/IoTDBSessionIT.java | 12 +--
12 files changed, 163 insertions(+), 161 deletions(-)