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

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

Paul-Blanchaert
Copy link
Contributor

@Paul-Blanchaert Paul-Blanchaert commented Dec 2, 2021

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:

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

Copy link

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 dev@solr.apache.org mailing list. Thank you for your contribution!

@github-actions github-actions bot added the stale PR not updated in 60 days label Feb 23, 2024
…f collection when multilple cores (shards or replicas) of same collection on 1 node
@janhoy janhoy force-pushed the ManagedResourceIllegalStateException branch from 95770f1 to b9514aa Compare February 24, 2024 19:32
@janhoy janhoy removed the stale PR not updated in 60 days label Feb 24, 2024
@janhoy
Copy link
Contributor

janhoy commented Feb 24, 2024

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.

Copy link

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 dev@solr.apache.org mailing list. Thank you for your contribution!

@github-actions github-actions bot added the stale PR not updated in 60 days label Apr 27, 2024
@epugh
Copy link
Contributor

epugh commented Apr 27, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cat:cloud stale PR not updated in 60 days tests
Projects
None yet
3 participants