Update AccountManager._getNodeClient()
to parallel the test connection calls and reduce the total time it takes to fail for load balancer IP logic
#1036
Labels
P1
High priority issue. Required to be completed in the assigned milestone.
released on @0.33.x
released
During testing a 10 node configuration Alex believed the process was hanging. Upon examination of the logs, it was using the default LoadBalancer configuration deployed to Latitude, but Latitude was blocking the calls. Each node configuration for the node client was taking 2 minutes. So, it would have been a 20 minute wait every time it had to create a client node, which is unacceptable. He was able to override the values file and set it to ClusterIP and avoid the issue as a workaround.
Tasks
The text was updated successfully, but these errors were encountered: