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

[incubator-iotdb] branch ShowTimeseriesSort updated (9fb0145 -> a1beb27)

This is an automated email from the ASF dual-hosted git repository.

jackietien pushed a change to branch ShowTimeseriesSort
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.


    from 9fb0145  change the syntax
     add c345c23  fix some error in documents (#1342)
     add 3bad01d  Lazy Contruct AliasMap in InternalMNode (#1343)
     add 8f87fd3  fix cannot set version when recover the uncompleted files (#1346)
     add e68d6c0  [IOTDB-727] Use the same String in MManager and TsFileResource (#1332)
     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 a1beb27  resolve conflicts

No new revisions were added by this update.

Summary of changes:
 Jenkinsfile                                        |  40 +++---
 README.md                                          |   2 +-
 README_ZH.md                                       |   2 +-
 docs/Development/VoteRelease.md                    |   2 +-
 .../Ecosystem Integration/Spark TsFile.md          |   2 +-
 docs/UserGuide/Server/Docker Image.md              |   8 +-
 docs/zh/Development/VoteRelease.md                 |   2 +-
 docs/zh/UserGuide/Client/Programming - JDBC.md     |   2 +-
 .../Ecosystem Integration/Spark TsFile.md          |   2 +-
 docs/zh/UserGuide/Server/Docker Image.md           |   8 +-
 docs/zh/UserGuide/System Tools/Sync Tool.md        |   2 +-
 .../resources/conf/iotdb-engine.properties         |   4 +-
 .../apache/iotdb/db/engine/cache/ChunkCache.java   |  22 +--
 .../iotdb/db/engine/cache/ChunkMetadataCache.java  |  10 +-
 .../db/engine/cache/TimeSeriesMetadataCache.java   |  20 +--
 .../db/engine/storagegroup/TsFileResource.java     |   4 +
 .../apache/iotdb/db/engine/upgrade/UpgradeLog.java |   5 +-
 .../org/apache/iotdb/db/metadata/MManager.java     | 147 ++++++++++++++++++---
 .../java/org/apache/iotdb/db/metadata/MTree.java   |  14 +-
 .../iotdb/db/metadata/mnode/InternalMNode.java     |  23 ++--
 .../apache/iotdb/db/qp/executor/PlanExecutor.java  |   5 +
 .../db/qp/physical/crud/AlignByDevicePlan.java     |   2 +
 .../iotdb/db/qp/strategy/PhysicalGenerator.java    |   2 +-
 .../db/tools/upgrade/TsFileOnlineUpgradeTool.java  | 121 +++++++++--------
 ...ceFromReaderTest.java => DeviceStringTest.java} | 118 +++--------------
 service-rpc/rpc-changelist.md                      |   4 +-
 tsfile/format-changelist.md                        |   4 +-
 .../apache/iotdb/tsfile/utils/VersionUtils.java    |   5 +
 28 files changed, 309 insertions(+), 273 deletions(-)
 copy server/src/test/java/org/apache/iotdb/db/writelog/recover/{RecoverResourceFromReaderTest.java => DeviceStringTest.java} (50%)