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/01/20 16:55:39 UTC

[iotdb] branch NewTsFile updated (5864916 -> fafc931)

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

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


    from 5864916  support upgrade from 0.10
     add 48d24e7  Remove unnecessary logs (#2521)
     add 2c867bc  [ISSUE-2515] Set fetchsize through JDBC and Session (#2517)
     add a07b5ec  [IOTDB-1084] Fix temporary memory of flushing may cause OOM (#2358)
     add 2ff7489  fix asyncManager init
     add bd156e4  Merge pull request #2527 from LebronAl/cluster_fix_asyncManager_init
     add 85bfdab  Try to fix remove partition IT problem (#2524)
     add 2a68ebf  Fix tsfile version controller (#2529)
     add 43309eb  Merge branch 'master' of https://github.com/apache/iotdb into NewTsFile
     add c98b991  fix move version file and a latestFlushTime bug
     add fafc931  fix move version file and a latestFlushTime bug

No new revisions were added by this update.

Summary of changes:
 .../cluster/client/async/AsyncClientFactory.java   |   6 +-
 .../cluster/client/async/AsyncDataClient.java      |  11 +-
 .../main/java/org/apache/iotdb/jdbc/Config.java    |   4 +-
 .../org/apache/iotdb/jdbc/IoTDBConnection.java     |   4 +-
 .../java/org/apache/iotdb/jdbc/IoTDBStatement.java |   6 +-
 .../resources/conf/iotdb-engine.properties         |   3 +
 .../java/org/apache/iotdb/db/conf/IoTDBConfig.java |  13 ++
 .../org/apache/iotdb/db/conf/IoTDBConfigCheck.java |  42 +++++
 .../org/apache/iotdb/db/conf/IoTDBDescriptor.java  |   4 +
 .../iotdb/db/engine/flush/MemTableFlushTask.java   | 169 ++++++++++++---------
 .../engine/storagegroup/StorageGroupProcessor.java |  45 ++++--
 .../db/engine/storagegroup/TsFileProcessor.java    |   3 +-
 .../org/apache/iotdb/db/rescon/SystemInfo.java     |  28 +++-
 .../db/integration/IoTDBUDTFNonAlignQueryIT.java   |   2 +-
 .../db/qp/physical/InsertTabletMultiPlanTest.java  |   2 +-
 .../iotdb/db/qp/physical/InsertTabletPlanTest.java |   2 +-
 .../main/java/org/apache/iotdb/session/Config.java |   2 +-
 .../iotdb/tsfile/write/chunk/ChunkWriterImpl.java  |   6 +-
 .../iotdb/tsfile/write/chunk/IChunkWriter.java     |   5 +
 19 files changed, 252 insertions(+), 105 deletions(-)