This is an automated email from the ASF dual-hosted git repository.
jackietien pushed a change to branch force_ci/object_type
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from 3bc6101a93d Optimized the error message & prevented stack printing of
information_schema selection when the cluster is closing (#16905)
new b05c45a60a2 Check offset in object related functions
new ea6dde8df46 Fix folderManager NPE issue in WALNode when starting iotdb
in a disk-full state (#16869)
new d0ad830cc5c Fixed the warn log of internal/MQTT session's close
session method (#16909)
new b4c542dc1e1 Fix queryCostStatWindow process of current queries (#16912)
The 4 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:
.../informationschema/IoTDBCurrentQueriesIT.java | 55 +++++++++++++++
.../sink/protocol/writeback/WriteBackSink.java | 4 +-
.../db/protocol/session/InternalClientSession.java | 4 +-
.../db/protocol/session/MqttClientSession.java | 3 +-
.../iotdb/db/protocol/session/SessionManager.java | 9 ++-
.../iotdb/db/queryengine/plan/Coordinator.java | 8 +--
.../allocation/AbstractNodeAllocationStrategy.java | 21 +++---
.../org/apache/iotdb/db/utils/ObjectTypeUtils.java | 3 +
.../wal/allocation/FirstCreateStrategyTest.java | 81 ++++++++++++++++++++++
9 files changed, 166 insertions(+), 22 deletions(-)