You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kvrocks.apache.org by GitBox <gi...@apache.org> on 2022/12/08 11:44:08 UTC

[GitHub] [incubator-kvrocks] git-hulk commented on issue #1170: SLAVEOF command may block a long time

git-hulk commented on issue #1170:
URL: https://github.com/apache/incubator-kvrocks/issues/1170#issuecomment-1342591350

   @caipengbo I think the root cause is we didn't set a timeout for the connect operation, so it will backoff retransmit the sync packet(1s,2s,4s,8s,16s,32s,64s) until reaching the `tcp_syn_retries`(default is 6 for most Linux distro).


-- 
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: issues-unsubscribe@kvrocks.apache.org

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