ankitsultana opened a new pull request, #10888:
URL: https://github.com/apache/pinot/pull/10888

   When a pinot server is shutting down gracefully, at present it first closes 
the PinotFS instances and then it waits for all data managers to be destroyed. 
This could mean that the segments that are getting committed in parallel will 
not be uploaded to the deep-store.
   
   In this PR I am simply changing the order of these events: making PinotFS 
close after all segment data managers are destroyed.
   
   This and some other issues are also documented in #10876


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to