You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ta...@apache.org on 2021/06/30 01:22:29 UTC

[iotdb] branch enable_cache_leader_0.12 updated (2b87ace -> 8f7d5de)

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

tanxinyu pushed a change to branch enable_cache_leader_0.12
in repository https://gitbox.apache.org/repos/asf/iotdb.git.


    from 2b87ace  enable cache leader
     add 4fc183d  fix review
     add 535400f  [To rel/0.12] Fix DataMigrationExample OOM if migrate too many timeseries (#3463)
     add 651a12a  [To rel/0.12][Cluster][Cherry-Pick] write perfromance optimization when replicaNum == 1 && fix a query concurrent bug when query multi timeseries && remove no-merge info log (#3460)
     add f976985  [IOTDB-1452] [To rel/0.12] remove compaction log/ change logger to daily (#3466)
     add 3f23dde  handle false positive cases of tsfile bloom filter (#3471)
     add 8f7d5de  Merge branch 'rel/0.12' of github.com:Apache/incubator-iotdb into enable_cache_leader_0.12

No new revisions were added by this update.

Summary of changes:
 .../cluster/log/manage/CommittedEntryManager.java  |  4 ++
 .../query/reader/mult/RemoteMultSeriesReader.java  |  4 +-
 .../cluster/server/member/DataGroupMember.java     | 43 ++++++++++++++++++----
 .../cluster/server/member/MetaGroupMember.java     |  2 +-
 .../iotdb/cluster/server/member/RaftMember.java    | 23 +++++++++---
 .../org/apache/iotdb/DataMigrationExample.java     |  8 ++--
 .../resources/conf/iotdb-engine.properties         |  2 +-
 server/src/assembly/resources/conf/logback.xml     | 24 ++++++------
 .../java/org/apache/iotdb/db/conf/IoTDBConfig.java |  2 +-
 .../level/LevelCompactionTsFileManagement.java     | 12 +++---
 .../no/NoCompactionTsFileManagement.java           | 20 ++--------
 .../engine/storagegroup/StorageGroupProcessor.java |  9 -----
 .../java/org/apache/iotdb/session/Session.java     | 12 +++---
 .../iotdb/tsfile/read/TsFileSequenceReader.java    |  4 +-
 14 files changed, 96 insertions(+), 73 deletions(-)