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 2022/04/17 03:31:10 UTC

[iotdb] branch stable-mpp updated (4c5505d615 -> f690527a61)

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

xingtanzjr pushed a change to branch stable-mpp
in repository https://gitbox.apache.org/repos/asf/iotdb.git


    from 4c5505d615 change time out
     add 1e3044dbd9 [IOTDB-2934] Fix StorageEngineV2 cannot recover (#5558)
     add 8ed3f3ad5d [IOTDB-2902] Handling user privileges for aligned timeseries related features (#5556)
     add 90cd903f9b [IOTDB-2924] UDF Framework: index overflow while iterating sliding windows (#5555)
     add f690527a61 Merge branch 'master' into stable-mpp

No new revisions were added by this update.

Summary of changes:
 .../org/apache/iotdb/db/auth/AuthorityChecker.java |   4 +
 .../apache/iotdb/db/engine/StorageEngineV2.java    | 101 +++++++++++++--------
 .../layer/MultiInputColumnIntermediateLayer.java   |  14 +++
 ...InputColumnMultiReferenceIntermediateLayer.java |  14 +++
 ...nputColumnSingleReferenceIntermediateLayer.java |  14 +++
 .../iotdb/db/wal/recover/WALRecoverManager.java    |   3 +-
 .../db/wal/recover/file/TsFilePlanRedoer.java      |  53 +++++++++++
 .../file/UnsealedTsFileRecoverPerformer.java       |   5 +
 .../wal/utils/listener/AbstractResultListener.java |   2 +-
 9 files changed, 168 insertions(+), 42 deletions(-)