jerqi commented on code in PR #2467:
URL: https://github.com/apache/uniffle/pull/2467#discussion_r2062601939
##########
coordinator/src/main/java/org/apache/uniffle/coordinator/ServerNode.java:
##########
@@ -51,7 +52,7 @@ public class ServerNode implements Comparable<ServerNode> {
private long startTime = -1;
private String version;
private String gitCommitId;
- Map<String, RssProtos.ApplicationInfo> appIdToInfos;
+ @JsonIgnore Map<String, RssProtos.ApplicationInfo> appIdToInfos;
Review Comment:
Why do we need this?
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]