This is an automated email from the ASF dual-hosted git repository.
lta pushed a change to branch cluster
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.
from fb6847a update StorageGroup to query all storage groups
add 5cc46a9 [IOTDB-96]Refactor author query (#179)
add 343c7bd [IOTDB-108]Fix mistakes in doc (#187)
add 39e82b2 organize properties
add 1108632 organize properties
add 87ad8ab add init method
new 57e6b58 merge master
new ca9e9e0 modify set read consistency level
new 27252b1 Merge branch 'cluster' of github.com:apache/incubator-iotdb
into cluster
The 3 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:
.../ClusterConsistencyLevel.java} | 33 +-
.../iotdb/cluster/config/ClusterConstant.java | 6 +-
.../cluster/qp/executor/AbstractQPExecutor.java | 17 +-
.../qp/executor/ClusterQueryProcessExecutor.java | 3 +-
.../cluster/qp/executor/QueryMetadataExecutor.java | 3 +-
.../querydata/InitSeriesReaderSyncProcessor.java | 3 +-
.../querymetadata/QueryMetadataAsyncProcessor.java | 3 +-
.../QueryMetadataInStringAsyncProcessor.java | 3 +-
.../querymetadata/QueryPathsAsyncProcessor.java | 3 +-
.../QuerySeriesTypeAsyncProcessor.java | 3 +-
.../QueryTimeSeriesAsyncProcessor.java | 3 +-
.../cluster/service/TSServiceClusterImpl.java | 17 +-
.../iotdb/cluster/qp/AbstractQPExecutorTest.java | 91 ++++-
.../UserGuideV0.7.0/5-SQL Documentation.md | 13 +-
.../apache/iotdb/cli/client/AbstractClient.java | 4 +
iotdb/iotdb/conf/iotdb-engine.properties | 46 ++-
iotdb/iotdb/conf/iotdb-sync-client.properties | 4 +-
.../apache/iotdb/db/auth/entity/PathPrivilege.java | 1 -
.../org/apache/iotdb/db/conf/IoTDBConstant.java | 4 +
.../db/qp/executor/IQueryProcessExecutor.java | 3 +-
.../iotdb/db/qp/executor/OverflowQPExecutor.java | 263 ++++++++-----
.../iotdb/db/qp/executor/QueryProcessExecutor.java | 18 +-
.../apache/iotdb/db/qp/physical/PhysicalPlan.java | 4 +
.../iotdb/db/qp/physical/sys/AuthorPlan.java | 6 +
.../apache/iotdb/db/query/dataset/AuthDataSet.java | 34 +-
.../org/apache/iotdb/db/service/TSServiceImpl.java | 195 ++++++----
.../org/apache/iotdb/db/sync/conf/Constans.java | 10 +
.../iotdb/db/sync/conf/SyncSenderConfig.java | 24 +-
.../iotdb/db/sync/conf/SyncSenderDescriptor.java | 7 +-
.../apache/iotdb/db/sync/sender/SyncSender.java | 10 +
.../iotdb/db/sync/sender/SyncSenderImpl.java | 106 +++---
.../iotdb/db/integration/IoTDBAuthorizationIT.java | 416 +++++++++++----------
.../apache/iotdb/db/qp/utils/MemIntQpExecutor.java | 6 +
.../org/apache/iotdb/jdbc/IoTDBQueryResultSet.java | 9 +
.../java/org/apache/iotdb/jdbc/IoTDBStatement.java | 9 +-
service-rpc/src/main/thrift/rpc.thrift | 1 +
36 files changed, 838 insertions(+), 543 deletions(-)
copy
cluster/src/main/java/org/apache/iotdb/cluster/{concurrent/ThreadName.java =>
config/ClusterConsistencyLevel.java} (59%)
copy
cluster/src/main/java/org/apache/iotdb/cluster/query/timegenerator/ClusterLeafNode.java
=> iotdb/src/main/java/org/apache/iotdb/db/query/dataset/AuthDataSet.java (56%)