m-trieu commented on code in PR #31883:
URL: https://github.com/apache/beam/pull/31883#discussion_r1702422428
##########
runners/google-cloud-dataflow-java/worker/src/main/java/org/apache/beam/runners/dataflow/worker/StreamingDataflowWorker.java:
##########
@@ -765,6 +757,11 @@ int numCommitThreads() {
return workCommitter.parallelism();
}
+ @VisibleForTesting
+ CacheStats getStateCacheStats() {
Review Comment:
this is for the WindmillStateCache instead of the ComputationStateCache
--
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]