shishkovilja commented on code in PR #12563:
URL: https://github.com/apache/ignite/pull/12563#discussion_r2609854125
##########
modules/core/src/main/java/org/apache/ignite/internal/IgniteDiagnosticRequest.java:
##########
@@ -43,7 +44,7 @@ public class IgniteDiagnosticRequest implements Message {
/** Infos to send to a remote node. */
@Order(2)
- private @Nullable LinkedHashSet<DiagnosticBaseInfo> infos;
+ private @Nullable Set<DiagnosticBaseInfo> infos;
Review Comment:
Let's move it to a separate PR.
--
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]