wernerdv commented on code in PR #12161:
URL: https://github.com/apache/ignite/pull/12161#discussion_r2876616144


##########
modules/core/src/test/java/org/apache/ignite/internal/GridCachePartitionExchangeManagerWarningsTest.java:
##########
@@ -81,6 +85,9 @@ public class GridCachePartitionExchangeManagerWarningsTest 
extends GridCommonAbs
     /** */
     private ListeningTestLogger testLog;
 
+    /** */
+    private volatile Supplier<TcpCommunicationSpi> spiFactory = 
CustomTcpCommunicationSpi::new;

Review Comment:
   ```suggestion
       pprivate Supplier<TcpCommunicationSpi> spiSupp = 
CustomTcpCommunicationSpi::new;
   ```



##########
modules/core/src/test/java/org/apache/ignite/internal/GridCachePartitionExchangeManagerWarningsTest.java:
##########
@@ -81,6 +85,9 @@ public class GridCachePartitionExchangeManagerWarningsTest 
extends GridCommonAbs
     /** */
     private ListeningTestLogger testLog;
 
+    /** */
+    private volatile Supplier<TcpCommunicationSpi> spiFactory = 
CustomTcpCommunicationSpi::new;

Review Comment:
   ```suggestion
       private Supplier<TcpCommunicationSpi> spiSupp = 
CustomTcpCommunicationSpi::new;
   ```



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