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/07/21 02:29:43 UTC

[incubator-iotdb] branch cluster_new updated (aa428a6 -> 2f662dc)

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 aa428a6  change default ports
     add 21a0740  [IOTDB-805] Fix BufferUnderflowException when querying TsFile stored in HDFS (#1519)
     add 0d4492c  add vm level test and fix bug (#1522)
     add 7c5cfb1  Merge branch 'master' into cluster_new
     add 2f662dc  block thrift disconnection log

No new revisions were added by this update.

Summary of changes:
 cluster/src/assembly/resources/conf/logback.xml    |  1 +
 .../apache/iotdb/hadoop/fileSystem/HDFSOutput.java |  3 +--
 .../engine/storagegroup/StorageGroupProcessor.java | 15 ++++++-------
 .../db/engine/storagegroup/TsFileProcessor.java    | 26 ++++++++++++++++++----
 .../writelog/recover/TsFileRecoverPerformer.java   |  3 ++-
 .../storagegroup/TsFileProcessorEnableVmTest.java  |  7 ++++++
 .../fileOutputFactory/HDFSOutputFactory.java       |  3 +--
 .../tsfile/fileSystem/fsFactory/HDFSFactory.java   | 12 ++++++----
 .../iotdb/tsfile/read/TsFileSequenceReader.java    |  8 ++++---
 .../write/writer/ForceAppendTsFileWriter.java      |  3 ++-
 .../iotdb/tsfile/write/writer/TsFileIOWriter.java  |  9 +++-----
 11 files changed, 59 insertions(+), 31 deletions(-)