This is an automated email from the ASF dual-hosted git repository.
jiangtian pushed a change to branch cluster_premerge
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.
from a39afec fix SessionPoolTest
add 392b64e [IOTDB-738] Fix measurements has blank (#1308)
add a24bc19 add measurement with blank insert in session test
add fb9ef99 remove synchronized and trim (#1309)
add 9b9821f Merge branch 'master' into cluster_premerge
No new revisions were added by this update.
Summary of changes:
.../iotdb/db/engine/memtable/AbstractMemTable.java | 2 +-
.../engine/storagegroup/StorageGroupProcessor.java | 8 ++---
.../org/apache/iotdb/db/metadata/MManager.java | 32 ++++++++++----------
.../java/org/apache/iotdb/db/metadata/MTree.java | 11 +++++--
.../iotdb/db/metadata/mnode/InternalMNode.java | 2 +-
.../apache/iotdb/db/metadata/mnode/LeafMNode.java | 8 ++++-
.../iotdb/db/metadata/mnode/StorageGroupMNode.java | 4 +--
.../apache/iotdb/db/qp/executor/PlanExecutor.java | 35 ++++++++++------------
.../iotdb/db/qp/physical/crud/InsertPlan.java | 8 +++--
.../org/apache/iotdb/db/service/TSServiceImpl.java | 5 ++--
.../org/apache/iotdb/session/IoTDBSessionIT.java | 26 ++++++++++++++++
.../org/apache/iotdb/tsfile/read/common/Path.java | 3 +-
12 files changed, 90 insertions(+), 54 deletions(-)