You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by da...@apache.org on 2023/02/03 11:03:25 UTC

[hudi] branch master updated (0ea3c44110c -> fc031b9d3b0)

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

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


    from 0ea3c44110c [HUDI-5551] support seconds unit on event_time metrics (#7664)
     add fc031b9d3b0 [HUDI-5682] Bucket index does not work correctly for multi-writer scenarios (#7838)

No new revisions were added by this update.

Summary of changes:
 ...urrentFileWritesConflictResolutionStrategy.java |  55 ++++++++
 .../org/apache/hudi/config/HoodieLockConfig.java   |   9 ++
 .../apache/hudi/index/bucket/BucketIdentifier.java |   6 +-
 ...urrentFileWritesConflictResolutionStrategy.java | 150 +++++++++++++++++++++
 4 files changed, 219 insertions(+), 1 deletion(-)
 create mode 100644 hudi-client/hudi-client-common/src/main/java/org/apache/hudi/client/transaction/BucketIndexConcurrentFileWritesConflictResolutionStrategy.java
 create mode 100644 hudi-client/hudi-client-common/src/test/java/org/apache/hudi/client/transaction/TestBucketIndexConcurrentFileWritesConflictResolutionStrategy.java