You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2022/03/11 08:04:07 UTC

[GitHub] [rocketmq] francisoliverlee edited a comment on issue #3929: producer may blocked until timeout when broker server crashed

francisoliverlee edited a comment on issue #3929:
URL: https://github.com/apache/rocketmq/issues/3929#issuecomment-1064866317


   IMO
   one broker crashed, it would be better for producers immediately to retry anthoer broker after broker response with crash error, not block.
   how `responseFuture.waitResponse(timeoutMillis)`  does maters
   if broker crash && responseFuture.waitResponse(timeoutMillis) return immediately
   client can retry immediately ( good)
   
   if broker crash && responseFuture.waitResponse(timeoutMillis) wait for timeout
   client retry after timeout ( not good)


-- 
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: dev-unsubscribe@rocketmq.apache.org

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