sajjad-moradi commented on a change in pull request #7267: URL: https://github.com/apache/pinot/pull/7267#discussion_r695935215
########## File path: pinot-core/src/main/java/org/apache/pinot/core/data/manager/realtime/LLRealtimeSegmentDataManager.java ########## @@ -227,7 +228,7 @@ public void deleteSegmentFile() { private final String _metricKeyName; private final ServerMetrics _serverMetrics; private final MutableSegmentImpl _realtimeSegment; - private StreamPartitionMsgOffset _currentOffset; + private volatile StreamPartitionMsgOffset _currentOffset; Review comment: Sure. Just created a separate PR for this: https://github.com/apache/pinot/pull/7365 -- 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: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org