vinothchandar commented on pull request #2899: URL: https://github.com/apache/hudi/pull/2899#issuecomment-837465319
>each write task write out these records buffer (grouping by file group id) using a write client there. Understood. So each task manager is, sending RPC calls to the timeline server running locally? This is very different from Spark. What's the life cycle of the `write client` in each JVM process? i.e how often do we re-initialize it? (it can't be per record, so wondering) I get why you want a singleton now. Let's work together to figure something out. -- 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. For queries about this service, please contact Infrastructure at: [email protected]
