satishd commented on PR #14638: URL: https://github.com/apache/pinot/pull/14638#issuecomment-2538510001
@tibrewalpratik17 The default value of `socket.connection.setup.timeout.max.ms` is set to `10 seconds`. This timeout is applied to each retry attempt when the client tries to connect to the broker. However, the client will proceed to the next item only after completing all retries using an exponential backoff strategy. The maximum timeout is determined by the `socket.connection.setup.timeout.max.ms` configuration, which has a default value of 30 seconds. This means the client requires a minimum of `30+ seconds` to attempt another IP from the resolved hosts when using the default settings. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
