Skip to content

Conversation

sijuv
Copy link
Contributor

@sijuv sijuv commented Oct 9, 2025

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

Description

Please provide a short description of the changes you're making with this pull request.

Solution

Please provide a short description of the approach taken to implement your solution.

Tests

Please describe the tests you've developed or run to confirm this patch implements the feature or solves the problem.

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, not available for branches on forks living under an organisation)
  • 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

@dsmiley
Copy link
Contributor

dsmiley commented Oct 13, 2025

Please tell us more about this without us having to read the code to guess

@sijuv
Copy link
Contributor Author

sijuv commented Oct 13, 2025

@dsmiley still working on it. The observation is that under high load all application threads stall at the getDocCollection esp if all the requests are for the same collection. This PR (still in works) is to modify the behavior so that only one thread is blocked while others read the stale value.

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