ververica / flink-sql-gateway

Apache License 2.0
490 stars 187 forks source link

when returning big amount of offline compute result, rpc call can be timeout #61

Open zhougit86 opened 4 years ago

zhougit86 commented 4 years ago

Ask timed out on [Actor[akka.tcp://flink@jssz-bigdata-datanode-1316:15841/user/taskmanager_0#-1168369699]] after [10000 ms]. Message of type [org.apache.flink.runtime.rpc.messages.RemoteRpcInvocation].

the flink job throws a exception like this.if i add some limit in the query sentence, no exception will be found.

I have also see the akka.framesize related errors.