This is an automated email from the ASF dual-hosted git repository.
spricoder pushed a change to branch feature/disk-metric
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from ca4aae48945 Add database and region
new 2217676d28a Add Gauge Map and simplify code
new 83e7f667734 Simplify Code
new 437507845ab Add database and regionId tag
add 90823c819e7 Fix auth check of CreateAlignedTimeSeries
add 66ebb0b57d8 [IOTDB-6167] DataNode can't register to cluster when fetch
system configuration throws NPE(#11187)
add 9c751ad657a Fix metric of auth
add f48bc2c6d79 Optimize python client insert records values serialization
(#11193)
add 6cbe5f0d577 [IOTDB-6165] Pipe: cache device metadata in TsFile reader
to avoid redundant IO (#11186)
add a9093c29250 [ISSUE-11199] Pipe: fix NPE when casting from null values
in InsertRowNode deserialization (#11200)
add 10a0614dcf3 Pipe: fix NPE in PipeEnrichedInsertBaseStatement#isQuery
when analyzing statement in metadata mismatch scenarios (#11203)
add 8a845dd05b4 Sl fix auth bugs
add 3250550f9a6 [IOTDB-6154] Pipe: better algorithm for hybrid mode to
switch log/tsfile extraction in iotdb-extractor (#11142)
new 310e5165542 Merge branch 'master' into feature/disk-metric
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:
.../org/apache/iotdb/db/it/auth/IoTDBAuthIT.java | 4 +-
.../apache/iotdb/pipe/it/IoTDBPipeDataSyncIT.java | 62 +++
iotdb-client/client-py/iotdb/Session.py | 80 ++--
.../java/org/apache/iotdb/rpc/TSStatusCode.java | 1 -
.../apache/iotdb/confignode/manager/IManager.java | 2 +-
.../iotdb/confignode/manager/ProcedureManager.java | 3 +-
.../org/apache/iotdb/db/auth/AuthorityChecker.java | 46 +--
.../iotdb/db/pipe/agent/task/PipeTaskAgent.java | 4 +
.../tsfile/TsFileInsertionDataContainer.java | 2 +-
.../PipeRealtimeDataRegionHybridExtractor.java | 35 +-
.../apache/iotdb/db/pipe/task/PipeTaskManager.java | 30 +-
.../connection/UnboundedBlockingPendingQueue.java | 60 ++-
.../rest/handler/AuthorizationHandler.java | 3 +-
.../plan/analyze/LoadTsfileAnalyzer.java | 47 ++-
.../analyze/cache/partition/PartitionCache.java | 23 +-
.../analyze/schema/AutoCreateSchemaExecutor.java | 50 ++-
.../crud/PipeEnrichedInsertBaseStatement.java | 3 +-
.../metadata/CreateAlignedTimeSeriesStatement.java | 17 +
.../metadata/view/CreateLogicalViewStatement.java | 27 +-
.../plan/statement/sys/AuthorStatement.java | 13 +-
.../java/org/apache/iotdb/db/service/DataNode.java | 4 +-
.../iotdb/db/service/metrics/FileMetrics.java | 420 +++++++++++----------
.../org/apache/iotdb/db/utils/CommonUtils.java | 7 +
.../auth/authorizer/LocalFileAuthorizerTest.java | 5 +
.../db/auth/user/LocalFileUserManagerTest.java | 4 +-
.../plan/parser/StatementGeneratorTest.java | 26 ++
.../iotdb/commons/auth/user/BasicUserManager.java | 8 +-
.../apache/iotdb/commons/conf/CommonConfig.java | 19 +-
.../iotdb/commons/conf/CommonDescriptor.java | 11 +-
.../iotdb/commons/pipe/config/PipeConfig.java | 11 +-
.../org/apache/iotdb/commons/utils/AuthUtils.java | 4 +-
.../apache/iotdb/commons/utils/AuthUtilsTest.java | 2 +
32 files changed, 644 insertions(+), 389 deletions(-)