Abacn commented on code in PR #35621: URL: https://github.com/apache/beam/pull/35621#discussion_r2260705809
########## sdks/java/harness/src/main/java/org/apache/beam/fn/harness/FnHarness.java: ########## @@ -276,8 +276,8 @@ public static void main( IdGenerator idGenerator = IdGenerators.decrementingLongs(); ShortIdMap metricsShortIds = new ShortIdMap(); - ExecutorService executorService = Review Comment: Curious why this is needed now. Does this suggest current ScheduledExecutorServiceFactory not working as expected? https://github.com/apache/beam/blob/7c2b57eddc4ebd61fbd7ae66f85e8def0f576176/sdks/java/core/src/main/java/org/apache/beam/sdk/options/ExecutorOptions.java#L46 -- 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: github-unsubscr...@beam.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org