zhixinwen commented on issue #3244:
URL: https://github.com/apache/kvrocks/issues/3244#issuecomment-3492514951

   > > > [@zhixinwen](https://github.com/zhixinwen) I was wondering if we could 
mitigate this issue by checking the necessity of sending the `_getack` command 
when there is no more data to be sent in `FeedSlaveThread::loop`.
   > > 
   > > 
   > > Now replica ack on ping message. Are you suggesting sending getack more 
frequently than ping?
   > 
   > My thought is to check if any clients are waiting for the update when no 
more data in FeedSlave 's loop. If yes, we can send the `_getack` command like 
the ping command.
   
   Good idea, this should work


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