parveensania commented on code in PR #35901: URL: https://github.com/apache/beam/pull/35901#discussion_r2299423886
########## runners/google-cloud-dataflow-java/worker/src/main/java/org/apache/beam/runners/dataflow/worker/StreamingDataflowWorker.java: ########## @@ -183,6 +186,13 @@ public final class StreamingDataflowWorker { private final ActiveWorkRefresher activeWorkRefresher; private final StreamingWorkerStatusReporter workerStatusReporter; private final int numCommitThreads; + private Consumer<PrintWriter> getDataStatusProvider; + private Supplier<Long> currentActiveCommitBytesProvider; + private @Nullable ChannelzServlet channelzServlet; + private @Nullable ChannelCache channelCache; + private Supplier<Instant> clock; Review Comment: Member variables no longer needed. Removed them -- 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