You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@streampark.apache.org by "FrankSheng (via GitHub)" <gi...@apache.org> on 2023/04/06 01:34:08 UTC

[GitHub] [incubator-streampark] FrankSheng opened a new issue, #2574: [Bug] When Yarn is low on resources, Yarn accepts the app submitted by streampark and is in an accepted state. After a period of time, streampark prompts for timeout and the app on Yarn has not been killed, resulting in the app running after Yarn has resources. The corresponding job status on streampark is still failed.

FrankSheng opened a new issue, #2574:
URL: https://github.com/apache/incubator-streampark/issues/2574

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/incubator-streampark/issues?q=is%3Aissue+label%3A%22bug%22) and found no similar issues.
   
   
   ### Java Version
   
   1.8
   
   ### Scala Version
   
   2.12.x
   
   ### StreamPark Version
   
   2.0.0
   
   ### Flink Version
   
   1.14
   
   ### deploy mode
   
   yarn-application
   
   ### What happened
   
   When Yarn is low on resources, Yarn accepts the app submitted by streampark and is in an accepted state. After a period of time, streampark prompts for timeout and the app on Yarn has not been killed, resulting in the app running after Yarn has resources. The corresponding job status on streampark is still failed.
   
   ### Error Exception
   
   ```log
   java.util.concurrent.CompletionException: java.util.concurrent.TimeoutException
   	at java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:292)
   	at java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:308)
   	at java.util.concurrent.CompletableFuture.orApply(CompletableFuture.java:1371)
   	at java.util.concurrent.CompletableFuture$OrApply.tryFire(CompletableFuture.java:1350)
   	at java.util.concurrent.CompletableFuture$CoCompletion.tryFire(CompletableFuture.java:1020)
   	at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:474)
   	at java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:1977)
   	at org.apache.streampark.common.util.CompletableFutureUtils$$anon$1.call(CompletableFutureUtils.scala:46)
   	at org.apache.streampark.common.util.CompletableFutureUtils$$anon$1.call(CompletableFutureUtils.scala:45)
   	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
   	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
   	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   	at java.lang.Thread.run(Thread.java:748)
   Caused by: java.util.concurrent.TimeoutException
   	... 8 more
   ```
   
   
   ### Screenshots
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!(您是否要贡献这个PR?)
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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-unsubscribe@streampark.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-streampark] wolfboys closed issue #2574: [Bug] When Yarn is low on resources, Yarn accepts the app submitted by streampark and is in an accepted state. After a period of time, streampark prompts for timeout and the app on Yarn has not been killed, resulting in the app running after Yarn has resources. The corresponding job status on streampark is still failed.

Posted by "wolfboys (via GitHub)" <gi...@apache.org>.
wolfboys closed issue #2574: [Bug] When Yarn is low on resources, Yarn accepts the app submitted by streampark and is in an accepted state. After a period of time, streampark prompts for timeout and the app on Yarn has not been killed, resulting in the app running after Yarn has resources. The corresponding job status on streampark is still failed.
URL: https://github.com/apache/incubator-streampark/issues/2574


-- 
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-unsubscribe@streampark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-streampark] wolfboys commented on issue #2574: [Bug] When Yarn is low on resources, Yarn accepts the app submitted by streampark and is in an accepted state. After a period of time, streampark prompts for timeout and the app on Yarn has not been killed, resulting in the app running after Yarn has resources. The corresponding job status on streampark is still failed.

Posted by "wolfboys (via GitHub)" <gi...@apache.org>.
wolfboys commented on issue #2574:
URL: https://github.com/apache/incubator-streampark/issues/2574#issuecomment-1542308422

   Can you rewrite the issue title?


-- 
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-unsubscribe@streampark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org