Skip to content

Conversation

@nitinsoniism
Copy link
Contributor

Handle a rare scrapligo exception errTimeoutError
Increase cert gen timeout to avoid timeouts deploying large topology

Handle a rare scrapligo exception errTimeoutError
Increase cert gen timeout to avoid timeouts deploying
large topology
@google-cla
Copy link

google-cla bot commented May 20, 2025

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

log.Infof("Waiting for config to be pushed (timeout: %v) node %s", configModeTimeout, n.Name())
start := time.Now()
for time.Since(start) < configModeTimeout {
multiresp, err := n.cliConn.SendConfigs(configs)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also exploring - passing a higher timeout to SendConfigs as "options". The default might be low.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ping need update on cla for that

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants