Re: [PR] [HUDI-7626] propagate UserGroupInformation from the main thread to the new thread of timeline service threadpool [hudi]

2024-04-17 Thread via GitHub
danny0405 merged PR #11039: URL: https://github.com/apache/hudi/pull/11039 -- 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 unsubscribe, e-mail: commits-unsubscr...@hudi.apac

Re: [PR] [HUDI-7626] propagate UserGroupInformation from the main thread to the new thread of timeline service threadpool [hudi]

2024-04-17 Thread via GitHub
xiarixiaoyao commented on PR #11039: URL: https://github.com/apache/hudi/pull/11039#issuecomment-2060611731 we also encounter similar problems in presto. Child threads are unable to correctly inherit UGI information from parent threads. We have made similar modifications in the concurre

Re: [PR] [HUDI-7626] propagate UserGroupInformation from the main thread to the new thread of timeline service threadpool [hudi]

2024-04-17 Thread via GitHub
hudi-bot commented on PR #11039: URL: https://github.com/apache/hudi/pull/11039#issuecomment-2060539509 ## CI report: * 2a4377488ab88df8e2ab22509b1c44753961f34d Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=23

Re: [PR] [HUDI-7626] propagate UserGroupInformation from the main thread to the new thread of timeline service threadpool [hudi]

2024-04-17 Thread via GitHub
hudi-bot commented on PR #11039: URL: https://github.com/apache/hudi/pull/11039#issuecomment-2060526232 ## CI report: * 2a4377488ab88df8e2ab22509b1c44753961f34d UNKNOWN Bot commands @hudi-bot supports the following commands: - `@hudi-bot run azure` re-run th

[PR] [HUDI-7626] propagate UserGroupInformation from the main thread to the new thread of timeline service threadpool [hudi]

2024-04-16 Thread via GitHub
beyond1920 opened a new pull request, #11039: URL: https://github.com/apache/hudi/pull/11039 ### Change Logs The UserGroupInformation lost in the new thread of timeline service threadpool. If it does not match the UserGroupInformation from the main thread, the spark writers might fa