This is an automated email from the ASF dual-hosted git repository.
sivabalan pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git.
from 6eba834 [HUDI-3043] Adding some test fixes to continuous mode multi
writer tests (#4356)
add 7784249 [HUDI-2962] InProcess lock provider to guard single writer
process with async table operations (#4259)
No new revisions were added by this update.
Summary of changes:
.../transaction/lock/InProcessLockProvider.java | 117 ++++++++++
.../transaction/TestInProcessLockProvider.java | 253 +++++++++++++++++++++
2 files changed, 370 insertions(+)
create mode 100644
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/client/transaction/lock/InProcessLockProvider.java
create mode 100644
hudi-client/hudi-client-common/src/test/java/org/apache/hudi/client/transaction/TestInProcessLockProvider.java