This is an automated email from the ASF dual-hosted git repository.
jackietien pushed a change to branch ty/useXX
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from c312d332c66 Merge remote-tracking branch 'origin/ty/TableModelGrammar'
into ty/useXX
new 357c00b1e23 Add IT for show tables after drop database
add b301184f07a Subscription IT: fix data insertion logic in
SubscriptionConsumerGroupIT (#12863)
add 180e8fb422b Fixed the bug that a table may be concurrently altered and
cause unordered operations on dataNode table cache
new 0e56c7a094d Merge remote-tracking branch 'origin/ty/TableModelGrammar'
into ty/useXX
new 707b3fc8fdb add TableModelSessionPoolExample and IT
The 3 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:
...mple.java => TableModelSessionPoolExample.java} | 61 ++++---
.../iotdb/it/env/cluster/env/AbstractEnv.java | 31 ++++
.../iotdb/it/env/remote/env/RemoteServerEnv.java | 36 ++++
.../java/org/apache/iotdb/itbase/env/BaseEnv.java | 5 +
.../relational/it/schema/IoTDBDatabaseIT.java | 21 ++-
.../iotdb/relational/it/schema/IoTDBTableIT.java | 14 +-
.../it/session/IoTDBTableModelSessionIT.java | 114 ++++++++++++
.../session/pool/IoTDBTableModelSessionPoolIT.java | 196 +++++++++++++++++++++
.../it/dual/IoTDBSubscriptionConsumerGroupIT.java | 48 ++---
.../apache/iotdb/isession/pool/ISessionPool.java | 3 +
.../org/apache/iotdb/session/pool/SessionPool.java | 1 +
.../iotdb/confignode/manager/ProcedureManager.java | 183 ++++++++++++++-----
.../impl/schema/DeleteDatabaseProcedure.java | 4 +
.../protocol/thrift/impl/ClientRPCServiceImpl.java | 6 +
.../config/executor/ClusterConfigTaskExecutor.java | 46 +++--
15 files changed, 660 insertions(+), 109 deletions(-)
copy
example/session/src/main/java/org/apache/iotdb/{TableModelSessionExample.java
=> TableModelSessionPoolExample.java} (74%)
create mode 100644
integration-test/src/test/java/org/apache/iotdb/relational/it/session/IoTDBTableModelSessionIT.java
create mode 100644
integration-test/src/test/java/org/apache/iotdb/relational/it/session/pool/IoTDBTableModelSessionPoolIT.java