aleksey-kurinov opened a new pull request #7977:
URL: https://github.com/apache/ignite/pull/7977
changes:
1. "TcpDiscoveryAbstractMessage msg" parameter removed from
TcpDiscoverySpi.writeToSocket()
2. writeToSocket() method calls updated in ServerImpl, TcpDiscoverySpi
classes
3. tests updated:
a)
@Override protected void writeToSocket(Socket sock,
TcpDiscoveryAbstractMessage msg, byte[] data, long timeout)
replaced with
@Override protected void writeToSocket(Socket sock,
TcpDiscoveryAbstractMessage msg, byte[] data, long timeout)
in IgniteClientRejoinTest, IgniteCacheTopologySplitAbstractTest,
IgniteTcpCommunicationConnectOnInitTest, TcpDiscoveryFailedJoinTest,
TcpDiscoveryPendingMessageDeliveryTest
b)
@Override protected void writeToSocket(Socket sock,
TcpDiscoveryAbstractMessage msg, byte[] data,long timeout)
replaced with
protected void writeToSocket(Socket sock, TcpDiscoveryAbstractMessage msg,
byte[] data, long timeout)
in
FailDiscoverySpi, BlockTcpDiscoverySpi,
TcpClientDiscoverySpiFailureTimeoutSelfTest, TcpClientDiscoverySpiSelfTest,
TcpDiscoveryCoordinatorFailureTest
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]