shishkovilja commented on code in PR #12578:
URL: https://github.com/apache/ignite/pull/12578#discussion_r2622116825
##########
modules/core/src/main/java/org/apache/ignite/spi/discovery/tcp/messages/TcpDiscoveryAbstractMessage.java:
##########
@@ -293,8 +293,10 @@ public void addFailedNode(UUID nodeId) {
/**
* @param failedNodes Failed nodes.
*/
- public void failedNodes(@Nullable Set<UUID> failedNodes) {
- this.failedNodes = failedNodes;
+ public void failedNodes(@Nullable Collection<UUID> failedNodes) {
Review Comment:
Let's wait for #12581 with support of `Set` serde.
--
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]