bvaradar commented on issue #1852:
URL: https://github.com/apache/hudi/issues/1852#issuecomment-661692328


   ```
   And looking at the thread dump of the executors they are almost always 
spending their time listing files.
   ```
   
   This looks surprising to me. file listing for finding latest file versions 
for index lookup and writing happens in driver (concurrently within 
embedded-service). If the executors have trouble connecting to the driver, then 
executor would list them. Do you see any non-fatal exceptions when writing ? 
Can you also paste the timeline (listing of .hoodie folder) 
   


----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to