rpuch commented on code in PR #4220:
URL: https://github.com/apache/ignite-3/pull/4220#discussion_r1713902080
##########
modules/api/src/main/java/org/apache/ignite/lang/IgniteException.java:
##########
@@ -50,7 +50,7 @@ public class IgniteException extends RuntimeException
implements TraceableExcept
private final int code;
/** Unique identifier of the exception that helps locate the error message
in a log file. */
- private UUID traceId;
+ private final UUID traceId;
Review Comment:
It seems that `traceId` was left non-final for a reason
--
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]