Abacn commented on code in PR #35274:
URL: https://github.com/apache/beam/pull/35274#discussion_r2145288915
##########
sdks/java/harness/src/main/java/org/apache/beam/fn/harness/status/BeamFnStatusClient.java:
##########
@@ -58,6 +59,7 @@ public class BeamFnStatusClient implements AutoCloseable {
private final MemoryMonitor memoryMonitor;
private final Cache<?, ?> cache;
+ @SuppressFBWarnings("SC_START_IN_CTOR") // for memory monitor thread
Review Comment:
The check might have some cache mechanism and only check recently changed
paths
--
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]