szetszwo commented on PR #1438:
URL: https://github.com/apache/ratis/pull/1438#issuecomment-4304576886

   @ivandika3 , @OneSizeFitsQuorum , thanks for reviewing this!
   - Checked the test that the read-from-follower client only talked to a that 
follower and there were no failovers.
   - This is a compatible change:
     - Old client -> New server:  the old client sends a normal watch request 
to the new server.  It will processed normally.
     - New client -> Old server: the new client sends a DUMMY watch request to 
the old server.  The DUMMY message will be ignored  and the watch request will 
be processed as a normal watch request.


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