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

Remove dataSourceFilter that breaks DataSourceView #837

Merged

Conversation

jackiehanyang
Copy link
Collaborator

@jackiehanyang jackiehanyang commented Aug 9, 2024

Description

DataSourceView is broken on future playground and TrineoApp, however, no console/network errors shown and can't reproduce it locally.

Pull 2.16 and 2.15 docker image and tested with them. Found that it only breaks under 2.16 docker. The only change between 2.15 and 2.16 is adding this dataSourceFilter for version decoupling work. Suspecting it is because the dataSourceFilter filtered out the version so DataSourceView is giving error says "cannot find data source". Since the scenario where AD uses DataSourceView doesn't require data source filtering, I'm removing the dataSourceFilter check for all DataSourceView usage in AD.

As it cannot be reproduced locally, confirmed the fix with deploying the docker image.

Issues Resolved

[List any issues this PR will resolve]

Check List

  • New functionality includes testing.
    • All tests pass
  • New functionality has been documented.
  • Commits are signed per the DCO using --signoff

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

Signed-off-by: Jackie Han <jkhanjob@gmail.com>
@jackiehanyang jackiehanyang merged commit 7940942 into opensearch-project:main Aug 12, 2024
11 checks passed
opensearch-trigger-bot bot pushed a commit that referenced this pull request Aug 12, 2024
opensearch-trigger-bot bot pushed a commit that referenced this pull request Aug 13, 2024
jackiehanyang added a commit that referenced this pull request Aug 13, 2024
(cherry picked from commit 7940942)

Co-authored-by: Jackie Han <jkhanjob@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants