tvalentyn commented on issue #32324: URL: https://github.com/apache/beam/issues/32324#issuecomment-2313557693
Tried to repro locally: ```:beam$ gradlew :sdks:go:test:ulrValidatesRunner``` Suite seems to be stuck after 2hrs periodically emitting logs: ``` I0000 00:00:1724792615.011573 196526 fork_posix.cc:77] Other threads are currently calling into gRPC, skipping fork() handlers I0000 00:00:1724792615.050536 196526 fork_posix.cc:77] Other threads are currently calling into gRPC, skipping fork() handlers INFO:apache_beam.runners.portability.fn_api_runner.worker_handlers:b'\tat org.apache.beam.vendor.grpc.v1p60p1.io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919)\n\tat org.apache.beam.vendor.grpc.v1p60p1.io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:800)\n\tat org.apache.beam.vendor.grpc.v1p60p1.io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:509)\n\tat org.apache.beam.vendor.grpc.v1p60p1.io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:407)\n\tat org.apache.beam.vendor.grpc.v1p60p1.io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)\n\tat org.apache.beam.vendor.grpc.v1p60p1.io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)\n\tat org.apache.beam.vendor.grpc.v1p60p1.io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)\n\tat java.base/java.lang.Thre ad.run(Thread.java:829)\nAug 27, 2024 7:24:03 PM org.apache.beam.fn.harness.FnHarness main\nINFO: Shutting SDK harness down.\n' I0000 00:00:1724792621.584793 196526 fork_posix.cc:77] Other threads are currently calling into gRPC, skipping fork() handlers I0000 00:00:1724792621.626991 196526 fork_posix.cc:77] Other threads are currently calling into gRPC, skipping fork() handlers INFO:apache_beam.runners.portability.fn_api_runner.worker_handlers:b'\tat org.apache.beam.vendor.grpc.v1p60p1.io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919)\n\tat org.apache.beam.vendor.grpc.v1p60p1.io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:800)\n\tat org.apache.beam.vendor.grpc.v1p60p1.io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:509)\n\tat org.apache.beam.vendor.grpc.v1p60p1.io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:407)\n\tat org.apache.beam.vendor.grpc.v1p60p1.io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)\n\tat org.apache.beam.vendor.grpc.v1p60p1.io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)\n\tat org.apache.beam.vendor.grpc.v1p60p1.io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)\n\tat java.base/java.lang.Thre ad.run(Thread.java:829)\nAug 27, 2024 7:24:03 PM org.apache.beam.fn.harness.FnHarness main\nINFO: Shutting SDK harness down.\n' <============-> 99% EXECUTING [1h 57m 42s] ``` -- 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]
