mjsax commented on code in PR #20570:
URL: https://github.com/apache/kafka/pull/20570#discussion_r2380553528
##########
streams/src/main/java/org/apache/kafka/streams/processor/internals/StateDirectory.java:
##########
@@ -251,8 +251,6 @@ public void initializeStartupTasks(final TopologyMetadata
topologyMetadata,
);
try {
- task.initializeIfNeeded();
Review Comment:
Good call out -- I believe the comment is actually incorrect? I don't think
we would _restore_ anything in this call, but only _register_ the store?
Thus, the metric we measure here, is incorrect to begin with?
--
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]