Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

To be Reviewed By: 26-03-2020

Authors: Alberto Bustamante Reyes (alberto.bustamante.reyes@est.tech)

...

The problem is in handshakeWithServer function at ClientSideHandshakeImpl class. We have seen that after the operation fails on the first server, and it is going to be executed on the second server,  at this line:

member = readServerMember(dis);

The variable contains the member id of the second server, but readServerMember return the id of the first server, so finally the operations is executed on that server again.