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 4785244 [HUDI-3043] De-coupling multi writer tests (#4362)
add d1d48ed [HUDI-3029] Transaction manager: avoid deadlock when doing
begin and end transactions (#4363)
No new revisions were added by this update.
Summary of changes:
.../hudi/client/AbstractHoodieWriteClient.java | 9 +-
.../client/transaction/TransactionManager.java | 59 +++---
.../transaction/lock/InProcessLockProvider.java | 4 +-
.../hudi/client/transaction/lock/LockManager.java | 22 ---
.../table/action/clean/CleanActionExecutor.java | 2 +-
.../action/commit/BaseCommitActionExecutor.java | 6 +-
.../action/restore/BaseRestoreActionExecutor.java | 2 +-
.../rollback/BaseRollbackActionExecutor.java | 2 +-
.../client/transaction/TestTransactionManager.java | 198 +++++++++++++++++++++
.../apache/hudi/client/HoodieFlinkWriteClient.java | 4 +-
.../apache/hudi/client/SparkRDDWriteClient.java | 8 +-
11 files changed, 255 insertions(+), 61 deletions(-)
create mode 100644
hudi-client/hudi-client-common/src/test/java/org/apache/hudi/client/transaction/TestTransactionManager.java