?????? [remote][bug]netty-heartbeat

2020-10-08 Thread yongqing
+1 --  -- ??: "dev"

Re: [remote][bug]netty-heartbeat

2020-09-25 Thread CalvinKirs
Netty provides the IdleStateHandler mechanism, we add this strategy on the server side, and then complete the logic of userEventTriggered() on the client. Best wishes! CalvinKirs On 09/25/2020 15:55,JUN GAO wrote: Hi, CalvinKirs Can you introduce your design ideas ? I am very interested in thi

Re: [remote][bug]netty-heartbeat

2020-09-25 Thread JUN GAO
Hi, CalvinKirs Can you introduce your design ideas ? I am very interested in this. Best Regards --- DolphinScheduler(Incubator) PPMC Jun Gao 高俊 gaojun2...@gmail.com --- > 2020年9月25日 上午11:02,CalvinKirs 写道: > > I will finish it, using netty idle way > > > Best wishe

Re: [remote][bug]netty-heartbeat

2020-09-24 Thread leon bao
Great! CalvinKirs 于2020年9月25日周五 上午11:02写道: > I will finish it, using netty idle way > > > Best wishes! > CalvinKirs > > > On 09/25/2020 10:00,leon bao wrote: > sorry, i may miss some information, but what 's the client mean? > > CalvinKirs 于2020年9月24日周四 下午6:05写道: > > client -> zk network > cli

Re: [remote][bug]netty-heartbeat

2020-09-24 Thread CalvinKirs
I will finish it, using netty idle way Best wishes! CalvinKirs On 09/25/2020 10:00,leon bao wrote: sorry, i may miss some information, but what 's the client mean? CalvinKirs 于2020年9月24日周四 下午6:05写道: client -> zk network client -> server network Server -> zk network it is possible that the c

Re: [remote][bug]netty-heartbeat

2020-09-24 Thread leon bao
sorry, i may miss some information, but what 's the client mean? CalvinKirs 于2020年9月24日周四 下午6:05写道: > client -> zk network > client -> server network > Server -> zk network > it is possible that the client->zk network is normal, but the > client->server network is abnormal. > > > Best wishes! >

Re: [remote][bug]netty-heartbeat

2020-09-24 Thread CalvinKirs
client -> zk network client -> server network Server -> zk network it is possible that the client->zk network is normal, but the client->server network is abnormal. Best wishes! CalvinKirs On 09/24/2020 17:45,leon bao wrote: The system is designed in a decentralized way, which does not need to

Re: [remote][bug]netty-heartbeat

2020-09-24 Thread leon bao
The system is designed in a decentralized way, which does not need to maintain the connection between servers, servers only need to connect to ZK. i think we can slove the problem on the base of this design. CalvinKirs 于2020年9月24日周四 下午4:14写道: > When I checked the source code, I found that we di

[remote][bug]netty-heartbeat

2020-09-24 Thread CalvinKirs
When I checked the source code, I found that we did not perform heartbeat detection on the client and server of netty. For example, client -> zk network client -> server network Server -> zk network it is possible that the client->zk network is normal, but the client->server network is abnorma