shibd commented on PR #22860:
URL: https://github.com/apache/pulsar/pull/22860#issuecomment-2209737237

   > client can acquire the timeout response immediately and retry. 
   
   Yes, you are right. Maybe we need improve client, when get a 
timoutexception, don't be so aggressive in retrying.
   
   or, we should completely refactor the broker's behavior in topic load:
   
   1. When the broker loads a topic and times it out, it should not complete 
the future to the client before closing all resources.
   
   Anyway, the current solution will not leave the topic in an unusable state. 
(It is link with a closed ledger.)
   
   WHDYT?


-- 
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: commits-unsubscr...@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to