mjsax commented on a change in pull request #11055:
URL: https://github.com/apache/kafka/pull/11055#discussion_r670030416



##########
File path: 
streams/src/main/java/org/apache/kafka/streams/kstream/internals/KStreamKStreamJoin.java
##########
@@ -103,7 +103,6 @@ public void init(final 
org.apache.kafka.streams.processor.ProcessorContext conte
                     true
                 )) {
                 outerJoinWindowStore = 
outerJoinWindowName.map(context::getStateStore);
-                sharedTimeTracker.nextTimeToEmit = 
context.currentSystemTimeMs();

Review comment:
       In `init()` the cached system time is still zero, so we need to delay 
the initialization to a later point.




-- 
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: jira-unsubscr...@kafka.apache.org

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


Reply via email to