You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2021/02/18 01:57:08 UTC

[iotdb] branch NewTsFileV2 updated (e9bb727 -> 56e60fc)

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

haonan pushed a change to branch NewTsFileV2
in repository https://gitbox.apache.org/repos/asf/iotdb.git.


    from e9bb727  Merge branch 'master' of https://github.com/apache/iotdb into NewTsFileV2
     add d466dbd  alter log and doc (#2660)
     add 11edabd  Enhancement: add backgroup exec for cli -e function (#2658)
     add b6586ff  [ISSUE-2656] Update GZIP compression type in user doc (#2657)
     add af42f2b  Move source mods to new TsFile after merge (#2591)
     add 119fe81  [IOTDB-1154] Remove `final` if there are no subclasses by design.(Happy New Year) (#2674)
     add 31c7848  [IOTDB-1155] One letter improvement, which add detailed error log information for exceptions. (#2675)
     add 05a628d  fix dependency error because some jars are removed from maven's central repo
     add 50384c8  [IOTDB-1157] Correct the config  of sonar.java.checkstyle.reportPaths (#2685)
     add 787bb84  hide coverall token; only run coverall and sonar on apache/iotdb; allow manually run github action;
     add a9f9f1d  [IOTDB-1156] Add IDE instructions for Code Formatting (#2686)
     add 123d7e8  fix sync bug for tsfiles's directory changed by vitural storage group (#2582)
     add 56e60fc  merge master branch

No new revisions were added by this update.

Summary of changes:
 .github/workflows/client.yml                       |   2 +
 .github/workflows/e2e.yml                          |   4 +-
 .github/workflows/main-linux.yml                   |   7 +-
 .github/workflows/main-mac.yml                     |   2 +
 .github/workflows/main-win.yml                     |   2 +
 cli/src/main/java/org/apache/iotdb/cli/Cli.java    |  18 +--
 code-coverage/pom.xml                              |   1 +
 compile-tools/thrift/pom.xml                       |   2 +
 cross-tests/pom.xml                                |  28 +++++
 docs/Development/ContributeGuide.md                |  15 +++
 docs/UserGuide/Concept/Compression.md              |   4 +-
 docs/zh/Development/ContributeGuide.md             |  13 +++
 docs/zh/SystemDesign/DataQuery/SeriesReader.md     |   2 +-
 docs/zh/UserGuide/Concept/Compression.md           |   3 +-
 grafana/pom.xml                                    |   1 +
 pom.xml                                            |   5 +-
 .../org/apache/iotdb/db/conf/IoTDBConfigCheck.java |   2 +-
 .../level/LevelCompactionTsFileManagement.java     |  38 +++++-
 .../engine/compaction/utils/CompactionUtils.java   |  39 ++++---
 .../engine/storagegroup/StorageGroupProcessor.java |   4 +-
 .../org/apache/iotdb/db/service/JMXService.java    |   2 +-
 .../org/apache/iotdb/db/service/MQTTService.java   |   8 +-
 .../apache/iotdb/db/service/MetricsService.java    |   6 +-
 .../org/apache/iotdb/db/service/RPCService.java    |   2 +-
 .../db/sync/sender/manage/ISyncFileManager.java    |  15 ++-
 .../db/sync/sender/manage/SyncFileManager.java     | 130 +++++++++++++--------
 .../iotdb/db/sync/sender/transfer/ISyncClient.java |   6 +-
 .../iotdb/db/sync/sender/transfer/SyncClient.java  |  69 +++++++----
 .../java/org/apache/iotdb/db/utils/SyncUtils.java  |  17 ++-
 .../db/engine/compaction/CompactionChunkTest.java  |   4 +-
 ...ectorTest.java => LevelCompactionModsTest.java} |  49 +++++---
 .../compaction/LevelCompactionRecoverTest.java     |  10 +-
 .../db/sync/sender/manage/SyncFileManagerTest.java | 116 ++++++++++--------
 .../sender/recover/SyncSenderLogAnalyzerTest.java  |  51 ++++----
 .../db/sync/sender/transfer/SyncClientTest.java    |  34 ++++--
 .../iotdb/tsfile/common/conf/TSFileDescriptor.java |   2 +-
 36 files changed, 478 insertions(+), 235 deletions(-)
 copy server/src/test/java/org/apache/iotdb/db/engine/compaction/{LevelCompactionSelectorTest.java => LevelCompactionModsTest.java} (52%)