aIbrahiim commented on issue #33721: URL: https://github.com/apache/beam/issues/33721#issuecomment-4335582128
I did some investgation and I found out that thetwo SplittableDoFnTest bundle finalization tests keep failing on the workflow. I checked the logs and no worker errors, the jobs just hang in RUNNING until the harness times out and cancels them I fixed a clear bug which is MAX_ATTEMPTS = 3000 was being used as seconds (so ~50 min callback deadline), which was nonsense then I split it into proper constants FINALIZATION_CALLBACK_TIMEOUT_SECS = 100 plus ConcurrentHashMap for thread safety state but the conflict was that itpasses consistently on my fork, fails consistently on origin repo and the callback doesnt fire within the 100s window it looks like not a code bug @Abacn -- 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]
