You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by qi...@apache.org on 2020/02/23 03:34:44 UTC

[incubator-iotdb] branch new_series_reader updated (2f2e1e0 -> a87d9e4)

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

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


    from 2f2e1e0  debug why 8181 is not closed
     add a87d9e4  [IOTDB-510][IOTDB-501]Fix nullPointException bug in TsProcessor (#831)

No new revisions were added by this update.

Summary of changes:
 .travis.yml                                        |   2 +-
 .../java/org/apache/iotdb/db/conf/IoTDBConfig.java |  11 ++
 .../apache/iotdb/db/engine/flush/FlushManager.java |  33 +++-
 .../iotdb/db/engine/merge/manage/MergeManager.java |  10 +
 .../iotdb/db/engine/merge/task/MergeFileTask.java  |   6 +-
 .../db/engine/storagegroup/TsFileProcessor.java    | 203 +++++++++++++++------
 .../apache/iotdb/db/service/MetricsService.java    |   5 +-
 .../storagegroup/StorageGroupProcessorTest.java    |   1 +
 .../engine/storagegroup/TsFileProcessorTest.java   |  50 ++---
 .../iotdb/db/integration/IoTDBMergeTest.java       |   3 +
 .../apache/iotdb/db/utils/EnvironmentUtils.java    |   3 +
 server/src/test/resources/logback.xml              |   2 +
 12 files changed, 246 insertions(+), 83 deletions(-)