Skip to content
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] OSD Saved Objects Import 15* Slower in 2.12+ #1874

Closed
BlaiseSaunders opened this issue Apr 3, 2024 · 1 comment
Closed

[BUG] OSD Saved Objects Import 15* Slower in 2.12+ #1874

BlaiseSaunders opened this issue Apr 3, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@BlaiseSaunders
Copy link

BlaiseSaunders commented Apr 3, 2024

What is the bug?

OpenSearch Dashboards (OSD) Saved Objects import is now unusably slow for large imports, we went from importing objects in <1s to objects taking consistently between 6s and 15s, quite often 15s every single import now.

How can one reproduce the bug?
Steps to reproduce the behavior:

  1. Connect to OSD 2.12.0 or 2.13.0 stack
  2. Go to the saved objects view
  3. Import some objects (NDJSON of any amount of objects, either 1 or 100, either via the GUI or via the API)
  4. Time how long it takes, either in the chrome network inspect element or with time curl ...
  5. Repeat on OSD 2.11.0 stack and observe time difference

Can import 100 items of NDJSON or a single index pattern as NDJSON, it consistently takes ~15s, with the fastest seen being 6s. On version 2.11 the same tests take under 1s.
Same behaviour can be found on 2.12 and 2.13, 2.11.0 is fine, 2.11.1 untested

What is the expected behavior?
Import happens in <1s

OpenSearch Version
2.12.0, 2.13.0

Dashboards Version
2.12.0, 2.13.0

What is your host/environment?

  • OS: Linux
  • Version 2.12.0, 2.13.0
  • Plugins

Do you have any screenshots?
N/A

Do you have any additional context?
In the testing I have run, I have used LDAP auth between OSD and the cluster nodes. Both on the 2.11.0 and 2.12.0 test environments. 2.11.0 performs as expected, 2.12.0 extremely slow. Posting in the security plugin issues page as I believe may be related auth / auth caching, please advise if this is wrong place. Have also filed in OSD issues opensearch-project/OpenSearch-Dashboards#6340

@cwperks
Copy link
Member

cwperks commented Apr 8, 2024

[Triage] Thank you for filing this issue @DavidoRotho. I see that there was also an issue filed in the OSD Core repo which is where the saved objects import logic resides. I am closing this issue in favor of the other.

Do you have reason to suspect the security-dashboards-plugin for the slowdown? The saved objects import logic resides in the OSD Core. Security-dashboards-plugin does contain logic for multi-tenancy which impacts where the saved objects are stored. Are you using the multi-tenancy features of the security-dashboards-plugin?

@cwperks cwperks closed this as completed Apr 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants