mwkang opened a new issue, #8187: URL: https://github.com/apache/storm/issues/8187
Hello, I noticed that the default value for [`storm.thrift.socket.timeout.ms` is set to 10 minutes (600,000 ms)](https://github.com/apache/storm/blob/9628cd27861aef352467723a55ead5d05eefe65e/conf/defaults.yaml#L43), while [`supervisor.thrift.socket.timeout.ms` has a much shorter default of 5 seconds (5,000 ms)](https://github.com/apache/storm/blob/9628cd27861aef352467723a55ead5d05eefe65e/conf/defaults.yaml#L200). I am wondering why the default for `storm.thrift.socket.timeout.ms` is set so high. Is there a specific reason or use case that requires such a long timeout? Is it necessary for stability or compatibility reasons? I tried to find the history or rationale behind this configuration, but couldn't locate any relevant discussions or documentation. Could you please clarify why this value was chosen, and whether it would be safe to reduce it for most deployments? Thank you! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
