Re: Netty channel closed at AKKA gated status

2019-04-22 Thread Wenrui Meng
) 09:48 > To:zhijiang > Cc:Biao Liu ; user ; tzulitai < > tzuli...@apache.org> > Subject:Re: Netty channel closed at AKKA gated status > > Attached the lost task manager last 1 lines log. Anyone can help take > a look? > > Thanks, > Wenrui > > On Fri, Apr

Re: Netty channel closed at AKKA gated status

2019-04-21 Thread zhijiang
Time:2019年4月20日(星期六) 09:48 To:zhijiang Cc:Biao Liu ; user ; tzulitai Subject:Re: Netty channel closed at AKKA gated status Attached the lost task manager last 1 lines log. Anyone can help take a look? Thanks, Wenrui On Fri, Apr 19, 2019 at 6:32 PM Wenrui Meng wrote: Looked at a few same

Re: Netty channel closed at AKKA gated status

2019-04-19 Thread Wenrui Meng
> Send Time:2019年4月16日(星期二) 10:14 > To:Wenrui Meng > Cc:zhijiang ; user ; > tzulitai > Subject:Re: Netty channel closed at AKKA gated status > > Hi Wenrui, > If a task manager is killed (kill -9), it would have no chance to log > anything. If the task manager exits since co

Re: Netty channel closed at AKKA gated status

2019-04-15 Thread zhijiang
月16日(星期二) 10:14 To:Wenrui Meng Cc:zhijiang ; user ; tzulitai Subject:Re: Netty channel closed at AKKA gated status Hi Wenrui, If a task manager is killed (kill -9), it would have no chance to log anything. If the task manager exits since connection timeout, there would be something in log file

Re: Netty channel closed at AKKA gated status

2019-04-15 Thread Biao Liu
Hi Wenrui, If a task manager is killed (kill -9), it would have no chance to log anything. If the task manager exits since connection timeout, there would be something in log file. So it is probably killed by other user or operating system. Please check the log of operating system. BTW, I don't thi

Re: Netty channel closed at AKKA gated status

2019-04-15 Thread Wenrui Meng
There is no exception or any warning in the task manager `'athena592-phx2/10.80.118.166:44177'` log. In addition, the host was not shut down either in cluster monitor dashboard. It probably requires to turn on DEBUG log to get more useful information. If the task manager gets killed, I assume there

Re: Netty channel closed at AKKA gated status

2019-04-14 Thread zhijiang
Hi Wenrui, I think the akka gated issue and inactive netty channel are both caused by some task manager exits/killed. You should double check the status and reason of this task manager `'athena592-phx2/10.80.118.166:44177'`. Best, Zhijiang ---

Netty channel closed at AKKA gated status

2019-04-12 Thread Wenrui Meng
We encountered the netty channel inactive issue while the AKKA gated that task manager. I'm wondering whether the channel closed because of the AKKA gated status, since all message to the taskManager will be dropped at that moment, which might cause netty channel exception. If so, shall we have coo