fredia commented on code in PR #25103:
URL: https://github.com/apache/flink/pull/25103#discussion_r1689372550
##########
flink-runtime/src/main/java/org/apache/flink/runtime/asyncprocessing/RecordContext.java:
##########
@@ -56,6 +59,9 @@ public class RecordContext<K> extends
ReferenceCounted<RecordContext.DisposerRun
/** The keyGroup to which key belongs. */
private final int keyGroup;
+ /** The namespaces of states. Lazy initialization for saving memory. */
Review Comment:
Will there be any concurrency problem caused by ` Lazy initialization`?
--
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]