sumitagrawl commented on PR #5826: URL: https://github.com/apache/ozone/pull/5826#issuecomment-1865786909
The above changes impacting PrepareRequest, since its waiting for ratis commit index to be updated which follow same executorService to add to double buffer (to be in sequence) where PrepareRequest is blocking for commit index holding same thread of executorService. This cyclic dependency can not be handled with this solution. -- 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]
