This is an automated email from the ASF dual-hosted git repository.
haonan pushed a change to branch mem_control
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.
from 644448a remove writeProcessException from tvlist
add 12de9c5 server log_info.log does not contain INFO level log (#1598)
add f465f06 Use readLock in `getActiveRatio`
add 794ad5f [ISSUE#1599]check datatype with encoding. (#1600)
add ffdf15f fix spark package name in doc (#1607)
add b3f21a3 [IOTDB-832] fix reconnection failure bug in sessionPool
(#1610)
add 5e6c4b3 fix docker jmx
add d70758c Merge pull request #1612 from apache/fix_docker_jmx
add 31fc4bb Merge branch 'master' of
https://github.com/apache/incubator-iotdb into mem_control
No new revisions were added by this update.
Summary of changes:
docs/UserGuide/Client/Status Codes.md | 1 +
.../Ecosystem Integration/Spark TsFile.md | 18 +++---
docs/zh/UserGuide/Client/Status Codes.md | 1 +
.../Ecosystem Integration/Spark TsFile.md | 18 +++---
server/src/assembly/resources/conf/iotdb-env.bat | 1 +
server/src/assembly/resources/conf/iotdb-env.sh | 1 +
server/src/assembly/resources/conf/logback.xml | 1 +
.../db/conf/adapter/ActiveTimeSeriesCounter.java | 6 +-
.../org/apache/iotdb/db/engine/StorageEngine.java | 4 +-
.../org/apache/iotdb/db/metadata/MManager.java | 5 +-
.../org/apache/iotdb/db/utils/SchemaUtils.java | 47 +++++++++++++--
.../iotdb/db/integration/IoTDBSimpleQueryIT.java | 39 ++++++++++++
.../iotdb/db/metadata/MManagerImproveTest.java | 2 +-
.../java/org/apache/iotdb/rpc/TSStatusCode.java | 1 +
.../org/apache/iotdb/session/pool/SessionPool.java | 15 ++++-
.../apache/iotdb/session/pool/SessionPoolTest.java | 69 +++++++++++-----------
16 files changed, 160 insertions(+), 69 deletions(-)