lukecwik commented on code in PR #22103:
URL: https://github.com/apache/beam/pull/22103#discussion_r916117748
##########
runners/java-fn-execution/src/test/java/org/apache/beam/runners/fnexecution/control/RemoteExecutionTest.java:
##########
@@ -858,7 +857,7 @@ public MetricsDoFn() {
public void startBundle() throws InterruptedException {
Metrics.counter(RemoteExecutionTest.class,
START_USER_COUNTER_NAME).inc(10);
Metrics.distribution(RemoteExecutionTest.class,
START_USER_DISTRIBUTION_NAME).update(10);
- ExecutionStateSampler.instance().doSampling(1);
Review Comment:
I purposely moved away from forcing the sampling to happen.
--
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]