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-16336: avoid fetching solrconfig.xml & schema.xml for already cached schema and config #987

Merged
merged 10 commits into from Aug 31, 2022

Conversation

noblepaul
Copy link
Contributor

@noblepaul noblepaul changed the title SOLR-16336 avoid fetching solrconfig.xml & schema.xml for already cached schema and config SOLR-16336: avoid fetching solrconfig.xml & schema.xml for already cached schema and config Aug 31, 2022
@noblepaul noblepaul merged commit d7a4c6f into apache:main Aug 31, 2022
@@ -277,7 +277,7 @@ public ManagedIndexSchema create(
managedSchemaResourceName,
schemaZkVersion,
getSchemaUpdateLock());
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💬 11 similar findings have been found in this PR


THREAD_SAFETY_VIOLATION: Unprotected write. Non-private method ManagedIndexSchemaFactory.create(...) indirectly writes to field config.overlay outside of synchronization.
Reporting because this access may occur on a background thread.


🔎 Expand here to view all instances of this finding
File Path Line Number
solr/test-framework/src/java/org/apache/solr/SolrJettyTestBase.java 108
solr/core/src/java/org/apache/solr/update/DirectUpdateHandler2.java 118
solr/test-framework/src/java/org/apache/solr/SolrJettyTestBase.java 85
solr/core/src/java/org/apache/solr/schema/ManagedIndexSchemaFactory.java 51
solr/test-framework/src/java/org/apache/solr/SolrJettyTestBase.java 90
solr/test-framework/src/java/org/apache/solr/SolrJettyTestBase.java 95
solr/core/src/java/org/apache/solr/schema/ManagedIndexSchemaFactory.java 268
solr/core/src/java/org/apache/solr/schema/ManagedIndexSchemaFactory.java 541
solr/core/src/java/org/apache/solr/schema/ManagedIndexSchemaFactory.java 283
solr/core/src/java/org/apache/solr/schema/ManagedIndexSchemaFactory.java 290

Showing 10 of 11 findings. Visit the Lift Web Console to see all.


ℹ️ Learn about @sonatype-lift commands

You can reply with the following commands. For example, reply with @sonatype-lift ignoreall to leave out all findings.

Command Usage
@sonatype-lift ignore Leave out the above finding from this PR
@sonatype-lift ignoreall Leave out all the existing findings from this PR
@sonatype-lift exclude <file|issue|path|tool> Exclude specified file|issue|path|tool from Lift findings by updating your config.toml file

Note: When talking to LiftBot, you need to refresh the page to see its response.
Click here to add LiftBot to another repo.


Was this a good recommendation?
[ 🙁 Not relevant ] - [ 😕 Won't fix ] - [ 😑 Not critical, will fix ] - [ 🙂 Critical, will fix ] - [ 😊 Critical, fixing now ]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant