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 d096c10 fix a delete timeseries bug
add e0ce6a9 fix null pointer exception when insert text data
add 4c224bc - Made it possible to load the config from the classpath
(#1661)
add 55c2e20 [IOTDB-855] Put back SessionPool resources if
RuntimeException occurs (#1663)
add afafc79 [IOTDB-839] Make Tablet api more friendly (#1658)
add 2ec3916 fix a bug which caused delete timeseries unsuccessfully
(#1664)
add 2c6e057 resolve grammatical mistake (#1669)
add 76a9aaa [IOTDB-837] ArrayIndexOutOfBoundsException if the
measurementId size is not consistent with the value size (#1662)
add de7c336 merge from master
No new revisions were added by this update.
Summary of changes:
docs/zh/UserGuide/Server/Config Manual.md | 2 +-
.../main/java/org/apache/iotdb/SessionExample.java | 56 +++++++++++++
pom.xml | 5 ++
.../org/apache/iotdb/db/conf/IoTDBDescriptor.java | 53 ++++++++----
.../db/engine/storagegroup/TsFileProcessor.java | 15 ++--
.../apache/iotdb/db/qp/executor/PlanExecutor.java | 3 +-
.../iotdb/db/qp/strategy/PhysicalGenerator.java | 9 +-
.../org/apache/iotdb/db/rescon/SystemInfo.java | 4 +-
.../db/integration/IoTDBDeleteTimeseriesIT.java | 64 +++++++++++++-
.../java/org/apache/iotdb/db/qp/PlannerTest.java | 10 +++
.../org/apache/iotdb/session/pool/SessionPool.java | 20 ++---
.../org/apache/iotdb/session/IoTDBSessionIT.java | 98 ++++++++++++++++++++--
.../apache/iotdb/tsfile/write/record/Tablet.java | 57 +++++++++++++
13 files changed, 342 insertions(+), 54 deletions(-)