dawidwys commented on a change in pull request #13405:
URL: https://github.com/apache/flink/pull/13405#discussion_r492157663



##########
File path: 
flink-streaming-java/src/main/java/org/apache/flink/streaming/api/operators/InternalTimeServiceManager.java
##########
@@ -74,19 +74,16 @@
 
        private final Map<String, InternalTimerServiceImpl<K, ?>> timerServices;
 
-       private final boolean useLegacySynchronousSnapshots;
-
        InternalTimeServiceManager(
-               KeyGroupRange localKeyGroupRange,
-               KeyContext keyContext,
-               PriorityQueueSetFactory priorityQueueSetFactory,
-               ProcessingTimeService processingTimeService, boolean 
useLegacySynchronousSnapshots) {

Review comment:
       I think I changed it the way you suggested @carp84
   




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to