boyuanzz commented on a change in pull request #14632:
URL: https://github.com/apache/beam/pull/14632#discussion_r619537378



##########
File path: 
runners/core-java/src/main/java/org/apache/beam/runners/core/metrics/ExecutionStateSampler.java
##########
@@ -68,10 +68,15 @@ public static ExecutionStateSampler 
newForTest(MillisProvider clock) {
     return new ExecutionStateSampler(checkNotNull(clock));
   }
 
-  private static final long PERIOD_MS = 200;
+  private static long periodMs = 200;

Review comment:
       Please add a comment talking about this value might be reset via 
experiments pipeline options.




-- 
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to