-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is already running for more than 5 minutes! [WARN] Killing stunned ViPullStatistics #297
Comments
Hi, thanks for reaching out! |
I'm seeing this issue as well on a fresh installed, I've altered the code for Send-BulkGraphiteMetrics.ps1 with the suggestions in #298, but it seems like the "SmartStatsSummary" for one particular cluster is what's causing the problems:
Is there any way to find out what is causing this? |
I should also add that it will complete in some runs, and these statistics take a very long time to process:
As you can see, nearly four minutes for this. |
Let me check if i can parallelize this particular query sexigraf/opt/sexigraf/ViPullStatistics.ps1 Line 530 in 40db43f
sexigraf/opt/sexigraf/ViPullStatistics.ps1 Line 531 in f46a0dd
|
How many hosts in that cluster? |
Only six hosts at the moment! |
I will try this and get back to you shortly! |
|
That might be one host then, the weird thing is that the feature is supposed to get cached information from vcenter to avoid querying the hosts directly. |
Hello, SexiGraf was a great finding.
I was wondering if it's a performance limitation of vCenter APIs or the PowerShell script itself to take more than 5 min to run the ViPullStatistics.ps1 script. My infrastructure has around 350 vSAN hosts, connected in one vCenter. Many clusters, 6.7 and 7.0.
Sometimes it take 9 Min, 7min, 12 min... but never 5 and the data time ended up been no time consistentent. There's anyway to improve speed?
I'm testing the - Highway 17 latest version
Thanks!
The text was updated successfully, but these errors were encountered: