solr icon indicating copy to clipboard operation
solr copied to clipboard

SOLR-15829: IllegalStateException when using Managed resources (e.g. ManagedSynonymGraphFilterFactory)

Open Paul-Blanchaert opened this issue 4 years ago • 5 comments

https://issues.apache.org/jira/browse/SOLR-15829

Description

Introduce test case that demonstrates the issue: IllegalStateException thrown at index and at query time

Solution

TBD (likely a follow up of SOLR-13739)

Tests

When problem is solved test should be amended to demonstrate that the problem is solved.

Checklist

Please review the following and check all that apply:

  • [x] I have reviewed the guidelines for How to Contribute and my code conforms to the standards described there to the best of my ability.
  • [x] I have created a Jira issue and added the issue ID to my pull request title.
  • [x] I have given Solr maintainers access to contribute to my PR branch. (optional but recommended)
  • [x] I have developed this patch against the main branch.
  • [x] I have run ./gradlew check.
  • [x] I have added tests for my changes.
  • [ ] I have added documentation for the Reference Guide

Paul-Blanchaert avatar Dec 02 '21 20:12 Paul-Blanchaert

This PR had no visible activity in the past 60 days, labeling it as stale. Any new activity will remove the stale label. To attract more reviewers, please tag someone or notify the [email protected] mailing list. Thank you for your contribution!

github-actions[bot] avatar Feb 23 '24 00:02 github-actions[bot]

Now this PR reproduces the error. And I have verified that renaming schema in test to managed-schema.xml does not trigger the error.

So if anyone wants to dive into the stack traces, feel free.

janhoy avatar Feb 24 '24 20:02 janhoy

This PR had no visible activity in the past 60 days, labeling it as stale. Any new activity will remove the stale label. To attract more reviewers, please tag someone or notify the [email protected] mailing list. Thank you for your contribution!

github-actions[bot] avatar Apr 27 '24 00:04 github-actions[bot]

@janhoy is this a "Good First Issue" worthy?

epugh avatar Apr 27 '24 11:04 epugh