You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by le...@apache.org on 2022/03/11 10:59:23 UTC

[hudi] branch master updated (18cdad9 -> faed699)

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

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


    from 18cdad9  [HUDI-2999] [RFC-42] RFC for consistent hashing index (#4326)
     add faed699  [HUDI-3566] Add thread factory in BoundedInMemoryExecutor (#4926)

No new revisions were added by this update.

Summary of changes:
 .../hudi/common/util/CustomizedThreadFactory.java  | 56 +++++++++++++++
 .../common/util/queue/BoundedInMemoryExecutor.java | 32 +++++----
 .../common/util/TestCustomizedThreadFactory.java   | 79 ++++++++++++++++++++++
 3 files changed, 154 insertions(+), 13 deletions(-)
 create mode 100644 hudi-common/src/main/java/org/apache/hudi/common/util/CustomizedThreadFactory.java
 create mode 100644 hudi-common/src/test/java/org/apache/hudi/common/util/TestCustomizedThreadFactory.java