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