You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by su...@apache.org on 2020/11/12 02:13:53 UTC

[iotdb] branch travis_ci updated (4b15c0c -> 72d7d6b)

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

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


 discard 4b15c0c  Remove useless import
    omit 72dd2bc  set compactionStrategy is NO_COMPACTION in IoTDBRemovePartitionIT
    omit 45a29cf  set enableUnseqCompaction is true in IoTDBRemovePartitionIT
    omit 99cf9f2  Close enableUnseqCompaction
    omit 0e8bdb6  Close enableUnseqCompaction
    omit 99f6660  Try to fix travis failed tests
     add 6b2af78  fix iotdb 994 to master
     add a9edc8b  return a new one
     add ba64810  fix tests
     add c0f992e  fix typo
     add 1620b71  Merge pull request #1999 from Alima777/iotdb994ToMaster
     add 5bbbdbd  Fix compaction  delete resource file bug (#1997)
     add a874403  fix recover resource bug (#2003)
     add feb2001  Fix code smell (#2004)
     add f8b3d1c  correct errors in the documents (#1989)
     add 5724bda  fix reconnect cannot get queryId bug (#2009)
     add d5be2f9  Fix recover resource level bug (#2007)
     add 270df43  Add tsfile structure graph (#2023)
     add adcb89c  [IOTDB-1000] Read redundant data while select with value filter with unseq data (#2020)
     add ff2c0c8  Fix resource leak in FileLoaderManager (#2015)
     add 72d7d6b  Try to fix travis failed tests

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (4b15c0c)
            \
             N -- N -- N   refs/heads/travis_ci (72d7d6b)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 docs/SystemDesign/Tools/Sync.md                    |  2 +-
 docs/SystemDesign/TsFile/Format.md                 |  6 ++
 docs/UserGuide/Server/ServerFileList.md            |  4 +-
 docs/UserGuide/Server/Single Node Setup.md         |  4 +-
 docs/UserGuide/System Tools/JMX Tool.md            |  2 +-
 .../UserGuide/System Tools/Load External Tsfile.md |  4 +-
 .../System Tools/Monitor and Log Tools.md          | 31 ++++---
 .../Query History Visualization Tool.md            |  6 +-
 docs/UserGuide/System Tools/Sync Tool.md           |  2 +-
 docs/UserGuide/System Tools/Watermark Tool.md      |  2 +-
 docs/UserGuide/UserGuideReadme.md                  |  4 +-
 docs/zh/SystemDesign/TsFile/Format.md              |  6 ++
 .../compaction/CompactionMergeTaskPoolManager.java | 12 ++-
 .../db/engine/compaction/TsFileManagement.java     |  7 +-
 .../level/LevelCompactionTsFileManagement.java     | 98 ++++++++++++++++------
 .../compaction/utils/CompactionLogAnalyzer.java    | 12 +--
 .../iotdb/db/engine/merge/manage/MergeManager.java | 25 +++++-
 .../iotdb/db/engine/merge/task/MergeFileTask.java  |  5 --
 .../db/engine/querycontext/ReadOnlyMemChunk.java   |  1 +
 .../engine/storagegroup/StorageGroupProcessor.java | 68 ++++++++++-----
 .../iotdb/db/query/reader/series/SeriesReader.java |  6 ++
 .../org/apache/iotdb/db/service/TSServiceImpl.java |  8 +-
 .../db/sync/receiver/load/FileLoaderManager.java   |  4 +-
 .../writelog/recover/TsFileRecoverPerformer.java   | 18 ++--
 .../apache/iotdb/db/engine/merge/MergeTest.java    |  7 +-
 .../engine/storagegroup/TsFileProcessorTest.java   | 14 ++--
 .../iotdb/db/integration/IoTDBAggregationIT.java   | 36 +++++++-
 .../db/integration/IoTDBOverlappedPageIT.java      | 14 +++-
 .../db/integration/IoTDBRemovePartitionIT.java     |  8 --
 .../apache/iotdb/db/utils/EnvironmentUtils.java    |  5 +-
 .../recover/RecoverResourceFromReaderTest.java     |  2 +-
 .../db/writelog/recover/SeqTsFileRecoverTest.java  |  4 +-
 .../writelog/recover/UnseqTsFileRecoverTest.java   |  2 +-
 .../java/org/apache/iotdb/session/Session.java     |  6 ++
 34 files changed, 288 insertions(+), 147 deletions(-)