gaborgsomogyi commented on PR #21392: URL: https://github.com/apache/flink/pull/21392#issuecomment-1327143357
2 new finding: * This directory is never created, not sure who should create it but it's needed. Maybe we just need to wait a little bit in the test execution... ``` 2022-11-25T08:00:25.8489113Z Nov 25 08:00:25 07:59:54,280 [Listener at d45250ce1717/33533] INFO org.apache.flink.yarn.YarnTestBase [] - Directory doesn't exist: /__w/1/s/flink-yarn-tests/target/flink-yarn-tests-fifo ``` * The following prohibited string appeared. When YARN job is finished and maybe killed TM tries to re-register itself for god knows why. Tmp added to whitelist. ``` 2022-11-25T08:00:25.8544893Z Nov 25 08:00:25 08:00:25,828 [Listener at d45250ce1717/33533] ERROR org.apache.flink.yarn.YarnTestBase [] - Prohibited String 'Exception' in '/__w/1/s/flink-yarn-tests/target/test/data/flink-yarn-tests-fifo/yarn-5257607597/flink-yarn-tests-fifo-logDir-nm-0_0/application_1669363033555_0001/container_1669363033555_0001_01_000002/taskmanager.log:org.apache.flink.util.FlinkException: The TaskExecutor's registration at the ResourceManager akka.tcp://flink@d45250ce1717:34857/user/rpc/resourcemanager_* has been rejected: Rejected TaskExecutor registration at the ResourceManager because: The ResourceManager does not recognize this TaskExecutor.' ``` -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org