Re: Getting RemoteTransportException, HA mode

2019-01-20 Thread Avi Levi
Thanks! regarding the HA. So the Job will auto recover after a crash understood. Is that true also when deploying new version? easy as simply canceling one job, updating the version and once it is up & running do the same to the other one ? is there anything that is should be highlighted when work

Re: Getting RemoteTransportException

2019-01-17 Thread Jamie Grier
Avi, The stack trace there is pretty much a red herring. That happens whenever a job shuts down for any reason and is not a root cause. To diagnose this you will want to look at all the TaskManager logs as well as the JobManager logs. If you have a way to easily grep these (all of them at once)

Re: Getting RemoteTransportException

2019-01-17 Thread Dominik WosiƄski
*Hey,* As for the question about taskmanager.network.netty.server.numThreads . It is the size of the thread pool that will be used by the netty server. The default value is -1, which

Getting RemoteTransportException

2019-01-16 Thread Avi Levi
Hi Guys, We done some load tests and we got the exception below, I saw that the JobManager was restarted, If I understood correctly, it will get new job id and the state will lost - is that correct? how the state is handled setting HA as described here