Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using dolphinscheduler3.0.0 of my ds cluster,it seems Connections increase as time goes by,end of the cluster was crashed.
now,the cluster crashes every five days.
i took this picture at 2024-5-7 17:19:
i took this picture at 2024-5-8 15:17:
from below picture,I found these connections is between workerServer and alertServer:
this is one of the connections and what packets are on the connection. workerServer push "{"items":{}} heart_beat" to alertServer every 6 seconds.
I found the heart_beat packet was trigged from io.netty.handler.timeout.IdleStateHandler.ReaderIdleTimeoutTask run fuction. but i didn't know why there are so many that task(I am not familiar with dolphineshcedular codebase). Could someone help me to deal with this problem? thanks advance
Beta Was this translation helpful? Give feedback.
All reactions