This is an automated email from the ASF dual-hosted git repository.
jiangtian pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from 1dc47d48e07 Rest Service add FastLastQuery method
add 88abd3e3097 Enhance it for cluster-restart tests (#15794)
No new revisions were added by this update.
Summary of changes:
.../org/apache/iotdb/it/env/cluster/EnvUtils.java | 77 +++++-
.../iotdb/it/env/cluster/env/AbstractEnv.java | 266 +++++++++++++++++----
.../it/env/cluster/node/AbstractNodeWrapper.java | 9 +-
.../iotdb/db/it/IoTDBCustomizedClusterIT.java | 127 +++++++++-
.../java/org/apache/iotdb/rpc/TSStatusCode.java | 2 +
.../iotdb/confignode/service/ConfigNode.java | 12 +-
.../java/org/apache/iotdb/db/service/DataNode.java | 13 +-
.../apache/iotdb/commons/client/ClientManager.java | 5 +
.../iotdb/commons/client/IClientManager.java | 3 +
...meException.java => PortOccupiedException.java} | 14 +-
.../apache/iotdb/commons/utils/StatusUtils.java | 14 ++
11 files changed, 464 insertions(+), 78 deletions(-)
copy
iotdb-core/node-commons/src/main/java/org/apache/iotdb/commons/exception/{IoTDBIORuntimeException.java
=> PortOccupiedException.java} (75%)