This is an automated email from the ASF dual-hosted git repository. xuekaifeng pushed a commit to branch virtual_partition_2_merge in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit fa94e1002d517cfdb7386748661f4ad4be56bf2e Merge: 9c7e86f 59e9b9c Author: 151250176 <[email protected]> AuthorDate: Mon Dec 21 10:47:32 2020 +0800 Merge branch 'master' of https://github.com/apache/iotdb into virtual_partition_2_merge .../apache/iotdb/cluster/metadata/CMManager.java | 4 +- .../cluster/partition/slot/SlotPartitionTable.java | 4 +- .../cluster/server/member/MetaGroupMember.java | 2 +- .../iotdb/cluster/server/member/RaftMember.java | 2 +- docs/SystemDesign/TsFile/Format.md | 4 +- docs/UserGuide/Server/Cluster Setup.md | 2 +- docs/UserGuide/System Tools/Sync Tool.md | 2 +- docs/zh/SystemDesign/TsFile/Format.md | 4 +- docs/zh/UserGuide/Server/Cluster Setup.md | 2 +- docs/zh/UserGuide/System Tools/Sync Tool.md | 2 +- .../org/apache/iotdb/db/auth/AuthException.java | 5 - .../iotdb/db/auth/authorizer/BasicAuthorizer.java | 2 +- .../db/auth/authorizer/LocalFileAuthorizer.java | 2 +- .../iotdb/db/auth/authorizer/OpenIdAuthorizer.java | 10 +- .../apache/iotdb/db/auth/entity/PathPrivilege.java | 4 +- .../db/engine/cache/TimeSeriesMetadataCache.java | 7 +- .../iotdb/db/metadata/logfile/MLogWriter.java | 2 +- .../org/apache/iotdb/db/utils/SerializeUtils.java | 12 +- .../apache/iotdb/db/auth/AuthorityCheckerTest.java | 147 ++++++++++ .../{ => authorizer}/LocalFileAuthorizerTest.java | 295 ++++++++++--------- .../db/auth/authorizer/OpenIdAuthorizerTest.java | 107 ++++--- .../iotdb/db/auth/entity/PathPrivilegeTest.java | 42 +++ .../org/apache/iotdb/db/auth/entity/RoleTest.java} | 41 ++- .../org/apache/iotdb/db/auth/entity/UserTest.java | 44 +++ .../auth/{ => role}/LocalFileRoleAccessorTest.java | 13 +- .../auth/{ => role}/LocalFileRoleManagerTest.java | 45 +-- .../auth/{ => user}/LocalFileUserAccessorTest.java | 13 +- .../auth/{ => user}/LocalFileUserManagerTest.java | 69 ++--- .../iotdb/db/mqtt/BrokerAuthenticatorTest.java | 16 ++ .../iotdb/db/utils/CopyOnReadLinkedListTest.java | 67 +++++ .../iotdb/db/utils/EncodingInferenceUtilsTest.java | 45 +++ .../org/apache/iotdb/db/utils/MemUtilsTest.java | 114 ++++++++ .../org/apache/iotdb/db/utils/SchemaUtilsTest.java | 64 +++++ .../apache/iotdb/db/utils/SerializeUtilsTest.java | 312 +++++++++++++++++++++ .../db/utils/datastructure/BinaryTVListTest.java | 58 ++++ .../db/utils/datastructure/BooleanTVListTest.java | 62 ++++ .../db/utils/datastructure/DoubleTVListTest.java | 72 +++++ .../db/utils/datastructure/FloatTVListTest.java | 72 +++++ .../db/utils/datastructure/IntTVListTest.java | 71 +++++ .../db/utils/datastructure/LongTVListTest.java | 18 ++ .../apache/iotdb/session/IoTDBSessionSimpleIT.java | 10 +- .../theme/global-components/Contributor.vue | 14 + 42 files changed, 1561 insertions(+), 322 deletions(-)
