madrob commented on a change in pull request #2136: URL: https://github.com/apache/lucene-solr/pull/2136#discussion_r553454573
########## File path: solr/core/src/java/org/apache/solr/schema/SchemaManager.java ########## @@ -454,8 +459,8 @@ private ManagedIndexSchema getFreshManagedSchema(SolrCore core) throws IOExcepti if (in instanceof ZkSolrResourceLoader.ZkByteArrayInputStream) { int version = ((ZkSolrResourceLoader.ZkByteArrayInputStream) in).getStat().getVersion(); log.info("managed schema loaded . version : {} ", version); - return new ManagedIndexSchema(core.getSolrConfig(), name, new InputSource(in), true, name, version, - core.getLatestSchema().getSchemaUpdateLock()); + Lock schemaLock = (Lock) core.getLatestSchema().getSchemaUpdateLock(); Review comment: redundant cast ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org