mattisonchao opened a new pull request, #15021:
URL: https://github.com/apache/pulsar/pull/15021

   ### Motivation
   
   The current operation timeout check is to create a brand new timeout task 
when we make a request. We can use a global checker to check if the first 
operation times out and then check subsequent requests to avoid creating many 
timed out tasks.
   
   ### Modifications
   
   *Describe the modifications you've done.*
   
   ### Verifying this change
   
   - [x] Make sure that the change passes the CI checks.
   
   ### Documentation
    
   - [x] `no-need-doc` 
     
   
   
   


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

Reply via email to