Re: [PR] [HUDI-7529] fix multiple tasks get the lock at the same time when use… [hudi]

2024-03-05 Thread via GitHub
KnightChess closed pull request #10412: [HUDI-7529] fix multiple tasks get the lock at the same time when use… URL: https://github.com/apache/hudi/pull/10412 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above t

Re: [PR] [HUDI-7529] fix multiple tasks get the lock at the same time when use… [hudi]

2024-03-05 Thread via GitHub
KnightChess commented on PR #10412: URL: https://github.com/apache/hudi/pull/10412#issuecomment-1979984556 close it -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsub

Re: [PR] [HUDI-7529] fix multiple tasks get the lock at the same time when use… [hudi]

2024-01-11 Thread via GitHub
KnightChess commented on PR #10412: URL: https://github.com/apache/hudi/pull/10412#issuecomment-1887201534 @danny0405 hi, is there any other modification suggestions for this question? Or this pr no need land? -- This is an automated message from the Apache Git Service. To respond to the

Re: [PR] [HUDI-7529] fix multiple tasks get the lock at the same time when use… [hudi]

2023-12-27 Thread via GitHub
danny0405 commented on PR #10412: URL: https://github.com/apache/hudi/pull/10412#issuecomment-1870810416 We have re-designed the lock acquisition since 1.0. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

Re: [PR] [HUDI-7529] fix multiple tasks get the lock at the same time when use… [hudi]

2023-12-27 Thread via GitHub
KnightChess commented on PR #10412: URL: https://github.com/apache/hudi/pull/10412#issuecomment-1870229713 > We are planning to make the MDT non-blocking, hope that helps in this scenario. you mean rfc-66? Let me study it. but I think this will cause other unpredictable exception not o

Re: [PR] [HUDI-7529] fix multiple tasks get the lock at the same time when use… [hudi]

2023-12-26 Thread via GitHub
hudi-bot commented on PR #10412: URL: https://github.com/apache/hudi/pull/10412#issuecomment-1869939108 ## CI report: * 83b7e66703eb4da5ac80a77ca156ad1c34ef60ad Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=21

Re: [PR] [HUDI-7529] fix multiple tasks get the lock at the same time when use… [hudi]

2023-12-26 Thread via GitHub
danny0405 commented on PR #10412: URL: https://github.com/apache/hudi/pull/10412#issuecomment-1869934300 We are planning to make the MDT non-blocking, hope that helps in this scenario. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

Re: [PR] [HUDI-7529] fix multiple tasks get the lock at the same time when use… [hudi]

2023-12-26 Thread via GitHub
hudi-bot commented on PR #10412: URL: https://github.com/apache/hudi/pull/10412#issuecomment-1869847042 ## CI report: * 83b7e66703eb4da5ac80a77ca156ad1c34ef60ad Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=21

Re: [PR] [HUDI-7529] fix multiple tasks get the lock at the same time when use… [hudi]

2023-12-26 Thread via GitHub
hudi-bot commented on PR #10412: URL: https://github.com/apache/hudi/pull/10412#issuecomment-1869844515 ## CI report: * 83b7e66703eb4da5ac80a77ca156ad1c34ef60ad UNKNOWN Bot commands @hudi-bot supports the following commands: - `@hudi-bot run azure` re-run th

Re: [PR] [HUDI-7529] fix multiple tasks get the lock at the same time when use… [hudi]

2023-12-26 Thread via GitHub
KnightChess closed pull request #10412: [HUDI-7529] fix multiple tasks get the lock at the same time when use… URL: https://github.com/apache/hudi/pull/10412 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above t

[PR] [HUDI-7529] fix multiple tasks get the lock at the same time when use… [hudi]

2023-12-26 Thread via GitHub
KnightChess opened a new pull request, #10412: URL: https://github.com/apache/hudi/pull/10412 config: occ open use FileSystemBasedLock mdt is open in write defualt there has three job, jobA, jobB, jobC, these three jobs are running at the same time. jobA get lock succe