You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ji...@apache.org on 2020/06/15 03:45:46 UTC

[incubator-iotdb] branch cluster_new updated (16be0f4 -> 5f21513)

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 16be0f4  fix select last
     add 2c4ab85  add more debug log in tag = (#1349)
     add 75c842d  disable auto deploy the website because of vuepress OOM (#1353)
     add 051ef4d  [IOTDB-765] Failed to get upgrade.txt file when using HDFS storage (#1357)
     add a5e9dd0  Accelerate cache usage: combine get and contains (#1356)
     add 59c5487  refactor the execution path of InsertTabletPlan
     add 424743d  fix when start >= end
     add 5f21513  Merge branch 'refactor_batch_insert' into cluster_new

No new revisions were added by this update.

Summary of changes:
 Jenkinsfile                                        |  40 +++----
 .../org/apache/iotdb/db/engine/StorageEngine.java  |  12 +-
 .../apache/iotdb/db/engine/cache/ChunkCache.java   |  22 ++--
 .../iotdb/db/engine/cache/ChunkMetadataCache.java  |  10 +-
 .../db/engine/cache/TimeSeriesMetadataCache.java   |  20 ++--
 .../engine/storagegroup/StorageGroupProcessor.java |  44 +++++---
 .../apache/iotdb/db/engine/upgrade/UpgradeLog.java |   5 +-
 .../db/exception/BatchInsertionException.java      |  22 ++--
 .../org/apache/iotdb/db/metadata/MManager.java     | 119 ++++++++++++++++----
 .../apache/iotdb/db/qp/executor/IPlanExecutor.java |   4 +-
 .../apache/iotdb/db/qp/executor/PlanExecutor.java  |   8 +-
 .../org/apache/iotdb/db/service/TSServiceImpl.java |  53 ++++-----
 .../db/tools/upgrade/TsFileOnlineUpgradeTool.java  | 121 ++++++++++-----------
 13 files changed, 279 insertions(+), 201 deletions(-)
 copy jdbc/src/main/java/org/apache/iotdb/jdbc/IoTDBSQLException.java => server/src/main/java/org/apache/iotdb/db/exception/BatchInsertionException.java (63%)