You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by xi...@apache.org on 2021/08/24 09:58:17 UTC

[iotdb] branch clusterDescBug updated (420760d -> 38c7f81)

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

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


    from 420760d  Fix CI
     add 3194b95  [To rel/0.12] [ISSUE-3805]  OOM caused by Chunk cache (#3806)
     add 367a171  change tryToDeleteLastCache logger to debug
     add 91b5909  [IOTDB-1585][To rel/0.12] ModificationFile‘s write interface blocking (#3808)
     add 3d01380  Merge remote-tracking branch 'origin/rel/0.12' into rel/0.12
     add 341b54b  change delete logger to debug
     add d2d2732  [To rel/0.12][IOTDB-1587] SessionPool optimization: a more aggressive Session creation strategy (#3812)
     add 335f7bc  [To rel/0.12] [IOTDB-1580] Error result of order by time desc when enable time partition (#3818)
     add d65f8d6  Merge branch 'rel/0.12' into clusterDescBug
     add 38c7f81  update release note

No new revisions were added by this update.

Summary of changes:
 RELEASE_NOTES.md                                   |   5 +
 .../main/java/org/apache/iotdb/SessionExample.java |   2 +-
 .../apache/iotdb/db/engine/cache/ChunkCache.java   |  54 ++---
 .../db/engine/cache/TimeSeriesMetadataCache.java   |  85 ++------
 .../level/LevelCompactionTsFileManagement.java     |  12 +-
 .../db/engine/modification/ModificationFile.java   |  10 +-
 .../engine/modification/io/ModificationWriter.java |   4 +-
 .../engine/storagegroup/StorageGroupProcessor.java |  20 +-
 .../db/engine/storagegroup/TsFileProcessor.java    |   5 -
 ...tionDeleteIT.java => IoTDBTimePartitionIT.java} |  69 +++---
 .../java/org/apache/iotdb/session/Session.java     |  20 +-
 .../org/apache/iotdb/session/pool/SessionPool.java | 232 ++++++++++++---------
 .../java/org/apache/iotdb/session/SessionUT.java   |   6 +-
 .../apache/iotdb/session/pool/SessionPoolTest.java |  95 ++++++++-
 14 files changed, 327 insertions(+), 292 deletions(-)
 copy server/src/test/java/org/apache/iotdb/db/integration/{aggregation/IoTDBAggregationDeleteIT.java => IoTDBTimePartitionIT.java} (57%)