Thanks Rui, for the explanation. I thought this covers the worker's too hence asked.
On Sat, Jan 4, 2025 at 3:07 AM Rui Abreu <rui.ab...@gmail.com> wrote: > Please feel free to create an issue to expose those hardcoded 30 seconds > for the supervisor healthcheck as a new property and to submit a PR if you > wish so 🙂 > > On Thu, Jan 2, 2025, 10:38 Karthick <ibmkarthickma...@gmail.com> wrote: > > > Team, > > > > eventTimer.scheduleRecurring(30, 30, new SupervisorHealthCheck(this)); > > > > > > > https://github.com/apache/storm/blob/v2.7.1/storm-server/src/main/java/org/apache/storm/daemon/supervisor/Supervisor.java#L325C54-L325C75 > > > > These 30 seconds are hard coded, i hope this > > < > > > https://github.com/apache/storm/blob/v2.7.1/storm-server/src/main/java/org/apache/storm/DaemonConfig.java#L252 > > > > > config > > is for this purpose, please clarify. > > >