danny0405 commented on pull request #2899:
URL: https://github.com/apache/hudi/pull/2899#issuecomment-837889063


   > each write task is sending a RPC call to itself? Could you confirm that.
   
   Yes, i can confirm this. Each task initialized a write client when it starts 
so a separate timeline server by itself of its thread.
   
   > So its a singleton per JVM for a given table?
   
   I is not singleton without this path, each write task thread takes a new 
server there.
   
   > The incremental timeline sync should be efficient. Is that what you are 
referring to?
   
   Yes, if the incremental timeline sync is valid and efficient, there is no 
need to start a server each thread and we can make the server JVM singleton.


-- 
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]


Reply via email to