solr
solr copied to clipboard
SOLR-15829: IllegalStateException when using Managed resources (e.g. ManagedSynonymGraphFilterFactory)
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
mainbranch. - [x] I have run
./gradlew check. - [x] I have added tests for my changes.
- [ ] I have added documentation for the Reference Guide
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!
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.
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!
@janhoy is this a "Good First Issue" worthy?