scwhittle commented on issue #35126: URL: https://github.com/apache/beam/issues/35126#issuecomment-2965743982
This issue is that the rpc is created before the memorymonitor is initialized. Since the rpc could respond before the memorymonitor is intiailized, this exception can occur. This seems like it would be rare since the rpc response would have to be very fast or MemoryMonitor constructor taking a long time as the memory monitor is otherwise intiialized right after starting the rpc. Sending #35252 to fix. -- 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: github-unsubscr...@beam.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org