This is an automated email from the ASF dual-hosted git repository.
jiangtian pushed a change to branch cluster_new
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.
from 0dfaa37 fix DataClusterServer not started when restart
add ec70de6 fix OOM for merge
add a4cb890 Remove retry in Session (#1240)
add efdb9dc [IOTDB-693]print more info if the sessionPool retry and fails
more than RETRY times (#1242)
add 593f3ad fix close twice session bug (#1241)
add df4fd2b add log
add 069753d add log for illegal path
add 54ae2c3 fix checkTimeseries exception (#1243)
add de75e76 add keywords documents (#1237)
add fd6d14a Merge remote-tracking branch 'origin/master'
add 5c6dc17 add client doc (#1244)
add 59a7ec1 optimize upgrade tool (#1234)
add adb2e84 Add array size in iotdb config (#1247)
add d2a0f34 clear data in Binary[] when returned to PrimitiveArrayPool
add 249ec54 do not cache fullPath in LeafMNode
add 8bafdfc [IOTDB-697] add enablePartition in config (#1248)
add 8c7c73f support special characters. (#1253)
add 85b2b14 Merge branch 'master' into cluster_new
No new revisions were added by this update.
Summary of changes:
.../cluster/partition/SlotPartitionTableTest.java | 6 +
.../8-Client/1-RPC.md} | 40 ++-
docs/UserGuide/0-Get Started/1-QuickStart.md | 2 +-
docs/UserGuide/3-Server/4-Config Manual.md | 11 +-
.../5-Operation Manual/4-SQL Reference.md | 17 +-
.../SystemDesign/8-Client/1-RPC.md} | 40 ++-
docs/zh/UserGuide/3-Server/4-Config Manual.md | 9 +
.../5-Operation Manual/4-SQL Reference.md | 17 +-
.../main/java/org/apache/iotdb/SessionExample.java | 2 +-
.../org/apache/iotdb/jdbc/IoTDBConnection.java | 1 -
.../java/org/apache/iotdb/jdbc/IoTDBStatement.java | 14 +-
.../resources/conf/iotdb-engine.properties | 11 +-
.../org/apache/iotdb/db/qp/strategy/SqlBase.g4 | 69 +++--
.../java/org/apache/iotdb/db/conf/IoTDBConfig.java | 45 ++-
.../org/apache/iotdb/db/conf/IoTDBConfigCheck.java | 328 ++++++++++++++-------
.../org/apache/iotdb/db/conf/IoTDBDescriptor.java | 10 +-
.../org/apache/iotdb/db/engine/StorageEngine.java | 20 +-
.../db/engine/merge/manage/MergeResource.java | 4 +
.../db/engine/merge/task/MergeMultiChunkTask.java | 1 +
.../engine/storagegroup/StorageGroupProcessor.java | 22 +-
.../apache/iotdb/db/metadata/mnode/LeafMNode.java | 4 +
.../org/apache/iotdb/db/metadata/mnode/MNode.java | 12 +-
.../iotdb/db/qp/logical/sys/LoadFilesOperator.java | 16 -
.../iotdb/db/qp/strategy/LogicalGenerator.java | 171 +++++++++--
.../iotdb/db/qp/strategy/PhysicalGenerator.java | 3 -
.../apache/iotdb/db/rescon/PrimitiveArrayPool.java | 6 +-
.../java/org/apache/iotdb/db/service/IoTDB.java | 7 +-
.../org/apache/iotdb/db/service/TSServiceImpl.java | 7 +-
.../db/tools/upgrade/TsFileOnlineUpgradeTool.java | 6 +-
.../db/integration/IoTDBLoadExternalTsfileIT.java | 13 +-
.../apache/iotdb/db/qp/plan/PhysicalPlanTest.java | 17 +-
.../apache/iotdb/db/sql/CheckPathValidityTest.java | 7 +-
.../java/org/apache/iotdb/session/Session.java | 179 ++---------
.../org/apache/iotdb/session/pool/SessionPool.java | 121 +++-----
.../org/apache/iotdb/session/IoTDBSessionIT.java | 13 +-
site/src/main/.vuepress/config.js | 12 +
36 files changed, 756 insertions(+), 507 deletions(-)
copy docs/{UserGuide/3-Server/2-Single Node Setup.md =>
SystemDesign/8-Client/1-RPC.md} (58%)
copy docs/{UserGuide/3-Server/2-Single Node Setup.md =>
zh/SystemDesign/8-Client/1-RPC.md} (58%)