-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[BUG] Potential Cluster Slowdown/Lags after merging #13748(#14348) #14338(#14391) in 2.15 #14442
[BUG] Potential Cluster Slowdown/Lags after merging #13748(#14348) #14338(#14391) in 2.15 #14442
Comments
@SwethaGuptha @shwetathareja @soosinha Can we please verify and root cause if these changes merged between RC3 and RC4 can potentially slow down OS, thereby causing delay of OSD objects and leading to assertion failures (timeouts) on multiple fronts in the dashboard plugins. |
Reproduced the with-security test failure for securityDashboards locally.
|
@zelinh : The local repro is with RC4? Can you try if it reproduces with RC3 as well? @SwethaGuptha / @shiv0408 to help profile the 2 PRs merged in 2.15 RC4 which are the suspects: |
@peterzhuamazon I tried bootstrapping the OpenSearch process from RC3 and RC4 binaries. In fact, the time to bootstrap for RC3 (2.671s) was higher than RC4 (2.491s) on my system. |
Hi, @shwetathareja @shiv0408 We use RC3 and RC4 for the test. As you can see this PR the only change between RC3 and RC4 code wise is these two PRs: Thanks. |
We are suspecting there is some side effects of these two PRs causing Dashboards to slow down. I do think this is not just on bootstrap time, but rather when running actually queries where some returns slows down causing dashboards to not load elements quick enough in time for the tests to pass. Thanks. |
@peterzhuamazon these PRs should not cause any side effects as both of these codes only run when specific settings are enabled, which are disabled by default. |
Found a commit in opensearch-dashboards-functional-test repo : opensearch-project/opensearch-dashboards-functional-test@9c17a6c |
Thanks @soosinha for the debug together. I will soon send a PR to revert this commit. And proceed with the RC5 builds. Sorry for confusion. |
Describe the bug
During 2.15.0 release process, Infra has generated multiple Release Candidates (RC) for testing before launch date.
Between RC3 and RC4, the only two major changes are: opensearch-project/opensearch-build#4785
Once generated RC4, we have observed potential slow downs in Dashboards related plugin integTests.
These failures are not all the same, but observe very similar symptoms, as elements are not loaded in on time. These behaviors seems as if OS is slowing down causing OSD GUI to load much slower as a side effect.
We are able to reproduce these error locally as well. After switching from RC4 to RC3 artifacts, these errors are gone and test passes.
Please take a look and let us know the results.
Thanks!
Related component
Other
To Reproduce
Expected behavior
OSD integTests passes.
Additional Details
Plugins
All
Screenshots
If applicable, add screenshots to help explain your problem.
Host/Environment (please complete the following information):
All Dist/Arch
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: