You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by ak...@apache.org on 2023/01/19 03:45:48 UTC

[hudi] branch master updated (27a8866a1e1 -> 124ab5fda66)

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

akudinkin pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git


    from 27a8866a1e1 [HUDI-5433] Fix the way we deduce the pending instants for MDT writes (#7544)
     add 124ab5fda66 [HUDI-5488] Make sure Disrupt queue start first, then insert records (#7582)

No new revisions were added by this update.

Summary of changes:
 .../apache/hudi/execution/TestDisruptorMessageQueue.java    |  2 +-
 .../common/util/queue/BaseHoodieQueueBasedExecutor.java     |  3 +++
 .../apache/hudi/common/util/queue/DisruptorExecutor.java    | 13 ++++++++-----
 .../hudi/common/util/queue/DisruptorMessageQueue.java       | 13 ++++++++++++-
 4 files changed, 24 insertions(+), 7 deletions(-)