apache / dolphinscheduler

Apache DolphinScheduler is the modern data orchestration platform. Agile to create high performance workflow with low-code
https://dolphinscheduler.apache.org/
Apache License 2.0
12.73k stars 4.58k forks source link

I custom the WorkerHeartBeat send every 100 seconds,but the zookeeper session didn't expired? #16350

Closed Musknine closed 2 months ago

Musknine commented 2 months ago

Search before asking

What happened

i send hearbeart every 100 seconds, but the session wasn't expired.

What you expected to happen

4164d9df3d54ff54513f9897029f3f5 accoding to the configuration,the session should expired after 30 seconds when there is not any request using the session.

How to reproduce

90b892a2bdbd0b552866c41e5df5160 355fe7769a9006465a39cdfbe21d2e4 ebdaf0a909eace49eb3c571b281868b

Anything else

No response

Version

3.1.x

Are you willing to submit PR?

Code of Conduct

ruanwenjun commented 2 months ago

ZK session will not affected by heartbeat here, since heartbeat is business data. Zk session is maintained by its own heartbeat.

Musknine commented 2 months ago

@ruanwenjun ok,thank you very much for your help.