New node verification

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

New node verification

voipp
hi, Igntrs! when coordinator receives TcpDiscoveryNodeAddedMessage, it mark
message as verified. What for ?
--

*Best Regards,*

*Kuznetsov Aleksey*
Reply | Threaded
Open this post in threaded view
|

Re: New node verification

yzhdanov
Coordinator marks the messages as verified for rest of nodes to apply the
changes this message is issued for, i.e. node added message, node failed or
left message are processed by other nodes only after coordinator
verification.

--Yakov