You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by zy...@apache.org on 2022/12/16 06:06:37 UTC

[iotdb] branch concurrent_schema_fetch updated (b9981fffa9 -> e129a81a4e)

This is an automated email from the ASF dual-hosted git repository.

zyk pushed a change to branch concurrent_schema_fetch
in repository https://gitbox.apache.org/repos/asf/iotdb.git


 discard b9981fffa9 fix template check
 discard 6ef645575c optimize single request execution
 discard 7678d516b6 fix bug
 discard ec94c54092 basically implement
 discard ee4d7bbf21 save trial
 discard d40e76bbe4 save trial
 discard d53813fc0c save trial
 discard c932504e4d improve code structure of fetch schema for data inert and auto create schema
 discard b5cd26e8f6 extract AutoCreateSchemaExecutor and ClusterSchemaFetchExecutor
 discard 9ccf079138 add analyze.schema package
     add 64550d900f Perfect Cluster-Setup DOC (#8480)
     add e387cdfdd4 [IOTDB-5153] Fix dead lock in confignode (#8470)
     add 171b229695 [IOTDB-5222] Fix the load of metric related configuration (#8466)
     add 8f10abdb8b skip validating resource with file time index after compaction (#8473)
     add d426f7aaf5 Add sleep time in retry of pullAndCheckConfiguration (#8484)
     add bf3530eefd add analyze.schema package
     add 78fb38976c extract AutoCreateSchemaExecutor and ClusterSchemaFetchExecutor
     add 6a1cf5c48b improve code structure of fetch schema for data inert and auto create schema
     add dbd5ea60c8 save trial
     add b90653f5f2 save trial
     add d08adfad52 save trial
     add 06e7a7bc93 basically implement
     add 78f48dbca3 fix bug
     add 56733f8bdd optimize single request execution
     add 600c8f0a00 fix template check
     add e129a81a4e encapsulate fetch schema

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (b9981fffa9)
            \
             N -- N -- N   refs/heads/concurrent_schema_fetch (e129a81a4e)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../persistence/executor/ConfigPlanExecutor.java   |   9 +-
 docs/UserGuide/Cluster/Cluster-Setup.md            |  28 +++---
 docs/zh/UserGuide/Cluster/Cluster-Setup.md         |  29 +++---
 .../metrics/config/MetricConfigDescriptor.java     |  16 ++--
 .../iotdb/metrics/config/MetricConfigTest.java     |  28 +++---
 .../db/engine/compaction/CompactionUtils.java      |  22 +++--
 .../analyze/schema/AutoCreateSchemaExecutor.java   |  10 +--
 .../analyze/schema/ClusterSchemaFetchExecutor.java |  51 +++++++++--
 .../plan/analyze/schema/ClusterSchemaFetcher.java  |  54 ++++-------
 .../java/org/apache/iotdb/db/service/DataNode.java |   7 ++
 ...eCompactionWithFastPerformerValidationTest.java | 100 +++++++++++++++++++++
 11 files changed, 246 insertions(+), 108 deletions(-)