Re: [I] [SUPPORT] Archive operation always release lock on the timeline when try lock failed [hudi]

2024-04-28 Thread via GitHub
Ytimetravel commented on issue #11104: URL: https://github.com/apache/hudi/issues/11104#issuecomment-2081966490 https://github.com/apache/hudi/assets/112808605/16348f67-4899-45bc-acb0-ca2ba3e51912";> -- This is an automated message from the Apache Git Service. To respond to the message

Re: [I] [SUPPORT] Archive operation always release lock on the timeline when try lock failed [hudi]

2024-04-28 Thread via GitHub
Ytimetravel commented on issue #11104: URL: https://github.com/apache/hudi/issues/11104#issuecomment-2081963052 @danny0405 Failed to acquire lock. -- 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

Re: [I] [SUPPORT] Archive operation always release lock on the timeline when try lock failed [hudi]

2024-04-28 Thread via GitHub
Ytimetravel commented on issue #11104: URL: https://github.com/apache/hudi/issues/11104#issuecomment-2081840729 @beyond1920 Yes, I am very willing to fix this issue. https://github.com/apache/hudi/assets/112808605/91d14ef0-ed7b-4b49-aa5b-ae27ccebc79a";> This fix has already been tested

Re: [I] [SUPPORT] Archive operation always release lock on the timeline when try lock failed [hudi]

2024-04-28 Thread via GitHub
beyond1920 commented on issue #11104: URL: https://github.com/apache/hudi/issues/11104#issuecomment-2081770424 @danny0405 @Ytimetravel The behavior of method `TransactionManager#endTransaction` itself is correct, it would check whether the current lock is hold by itself before it unlock. Ho

Re: [I] [SUPPORT] Archive operation always release lock on the timeline when try lock failed [hudi]

2024-04-27 Thread via GitHub
Ytimetravel commented on issue #11104: URL: https://github.com/apache/hudi/issues/11104#issuecomment-2081302597 @danny0405 Sorry, I don't remember the details of the problem (I will confirm with my colleagues and provide the results later), but based on the logic here, wouldn't it be better

Re: [I] [SUPPORT] Archive operation always release lock on the timeline when try lock failed [hudi]

2024-04-26 Thread via GitHub
danny0405 commented on issue #11104: URL: https://github.com/apache/hudi/issues/11104#issuecomment-2080266345 archive itself holds an transaction lock, so we need to release it in any case, what is the wrong case you have ecountered? -- This is an automated message from the Apache Git Ser