This is an automated email from the ASF dual-hosted git repository.
tanxinyu pushed a change to branch dev/1.3
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from a966a9f72f2 Add eviction metrics in binary allocator (#14432) (#14469)
add 7a9a9f09752 [to dev/1.3] Add TsfileSize column to 'show regions'
(#14468)
No new revisions were added by this update.
Summary of changes:
.../handlers/heartbeat/DataNodeHeartbeatHandler.java | 3 +++
.../iotdb/confignode/manager/load/cache/LoadCache.java | 11 +++++++++++
.../confignode/manager/partition/PartitionManager.java | 8 ++++++++
.../thrift/impl/DataNodeInternalRPCServiceImpl.java | 3 +++
.../common/header/ColumnHeaderConstant.java | 4 +++-
.../plan/execution/config/metadata/ShowRegionTask.java | 18 +++++++++++++-----
.../apache/iotdb/db/service/metrics/FileMetrics.java | 5 +++++
.../iotdb/db/service/metrics/file/TsFileMetrics.java | 18 ++++++++++++++++++
.../src/main/thrift/confignode.thrift | 1 +
9 files changed, 65 insertions(+), 6 deletions(-)