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


   MacBook-Pro:hudi balaji.varadarajan$ grep -c '\.clean.requested'  
~/Downloads/dot_hoodie_folder.txt 
   16
   MacBook-Pro:hudi balaji.varadarajan$ grep -c '\.deltacommit.requested'  
~/Downloads/dot_hoodie_folder.txt 
   266
   MacBook-Pro:hudi balaji.varadarajan$ grep -c '\.compaction.requested'  
~/Downloads/dot_hoodie_folder.txt 
   44
   MacBook-Pro:hudi balaji.varadarajan$ grep -c '\.compaction.inflight'  
~/Downloads/dot_hoodie_folder.txt 
   44
   MacBook-Pro:hudi balaji.varadarajan$ grep -c '\.commit'  
~/Downloads/dot_hoodie_folder.txt 
   19
   
   1. I can see that there are many compactions that are in inflight status but 
have not completed.  Can you add this patch : 
https://github.com/apache/hudi/pull/1857 to retry failed compactions 
automatically ?
   2. Those 2 warnings are fine and one of them implies that the embedded 
timeline-server is on. Can you provide the stack trace where you deduced that 
most time is spent on listing ?
   


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