scwhittle commented on code in PR #35274:
URL: https://github.com/apache/beam/pull/35274#discussion_r2145270800


##########
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:
   not sure why this popped up only now, the thread start was there previously 
too.



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

Reply via email to