This is an automated email from the ASF dual-hosted git repository.
hxd pushed a change to branch move_doc
in repository https://gitbox.apache.org/repos/asf/iotdb.git.
from 5aa8ff0 update cli
add 9da5bc8 [IOTDB-1103] [To rel/0.11] Fix frame size larger than max
length error (#2425)
add b734139 expose enablePartition parameter into
iotdb-engines.properpties (#2434)
add 4249a4b fix compaction recover path bug (#2426)
add 2cd8385 Some RestartTests failed because the compaction module does
not allow clear the MManamger before it is stopped
add d41a7aa Merge remote-tracking branch 'origin/rel/0.11' into move_doc
No new revisions were added by this update.
Summary of changes:
docs/UserGuide/Server/Config Manual.md | 18 +++++++
docs/zh/UserGuide/Server/Config Manual.md | 17 +++++++
.../main/java/org/apache/iotdb/jdbc/Config.java | 13 +++++
.../org/apache/iotdb/jdbc/IoTDBConnection.java | 24 ++++++----
.../apache/iotdb/jdbc/IoTDBConnectionParams.java | 18 +++++++
.../src/main/java/org/apache/iotdb/jdbc/Utils.java | 12 +++--
.../resources/conf/iotdb-engine.properties | 8 +++-
.../org/apache/iotdb/db/conf/IoTDBDescriptor.java | 4 ++
.../db/engine/cache/TimeSeriesMetadataCache.java | 8 ++--
.../level/LevelCompactionTsFileManagement.java | 8 ++--
.../engine/compaction/utils/CompactionLogger.java | 2 +-
.../java/org/apache/iotdb/db/service/IoTDB.java | 10 +++-
.../iotdb/db/sync/sender/transfer/SyncClient.java | 43 ++++++++---------
.../apache/iotdb/db/utils/EnvironmentUtils.java | 3 +-
.../main/java/org/apache/iotdb/session/Config.java | 10 ++++
.../java/org/apache/iotdb/session/Session.java | 55 +++++++++++++++-------
16 files changed, 192 insertions(+), 61 deletions(-)