You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Xintong Song (Jira)" <ji...@apache.org> on 2021/08/18 05:46:00 UTC

[jira] [Created] (FLINK-23851) AggregationsITCase.testDistinctAfterAggregate fails due to AskTimeoutException

Xintong Song created FLINK-23851:
------------------------------------

             Summary: AggregationsITCase.testDistinctAfterAggregate fails due to AskTimeoutException
                 Key: FLINK-23851
                 URL: https://issues.apache.org/jira/browse/FLINK-23851
             Project: Flink
          Issue Type: Bug
          Components: Runtime / Coordination
    Affects Versions: 1.13.2
            Reporter: Xintong Song
             Fix For: 1.13.3


https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=22417&view=logs&j=56781494-ebb0-5eae-f732-b9c397ec6ede&t=6568c985-5fcc-5b89-1ebd-0385b8088b14&l=8303

{code}
Aug 17 21:27:07 Caused by: akka.pattern.AskTimeoutException: Ask timed out on [Actor[akka://flink/user/rpc/taskmanager_288#1055484738]] after [10000 ms]. Message of type [org.apache.flink.runtime.rpc.messages.LocalRpcInvocation]. A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply.
Aug 17 21:27:07 	at akka.pattern.PromiseActorRef$$anonfun$2.apply(AskSupport.scala:635)
Aug 17 21:27:07 	at akka.pattern.PromiseActorRef$$anonfun$2.apply(AskSupport.scala:635)
Aug 17 21:27:07 	at akka.pattern.PromiseActorRef$$anonfun$1.apply$mcV$sp(AskSupport.scala:648)
Aug 17 21:27:07 	at akka.actor.Scheduler$$anon$4.run(Scheduler.scala:205)
Aug 17 21:27:07 	at scala.concurrent.Future$InternalCallbackExecutor$.unbatchedExecute(Future.scala:601)
Aug 17 21:27:07 	at scala.concurrent.BatchingExecutor$class.execute(BatchingExecutor.scala:109)
Aug 17 21:27:07 	at scala.concurrent.Future$InternalCallbackExecutor$.execute(Future.scala:599)
Aug 17 21:27:07 	at akka.actor.LightArrayRevolverScheduler$TaskHolder.executeTask(LightArrayRevolverScheduler.scala:328)
Aug 17 21:27:07 	at akka.actor.LightArrayRevolverScheduler$$anon$4.executeBucket$1(LightArrayRevolverScheduler.scala:279)
Aug 17 21:27:07 	at akka.actor.LightArrayRevolverScheduler$$anon$4.nextTick(LightArrayRevolverScheduler.scala:283)
{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)