HoustonPutman commented on code in PR #1286:
URL: https://github.com/apache/solr/pull/1286#discussion_r1086857155


##########
solr/core/src/java/org/apache/solr/core/SolrConfig.java:
##########
@@ -178,9 +179,14 @@ private class ResourceProvider implements Function<String, 
InputStream> {
         ZkSolrResourceLoader.ZkByteArrayInputStream zkin =
             (ZkSolrResourceLoader.ZkByteArrayInputStream) in;
         zkVersion = zkin.getStat().getVersion();
-        hash = Objects.hash(zkin.getStat().getCtime(), zkVersion, 
overlay.getZnodeVersion());
+        hash = Objects.hash(zkin.getStat().getCtime(), zkVersion, 
overlay.getVersion());
         this.fileName = zkin.fileName;
       }
+      if (in instanceof SolrResourceLoader.SolrFileInputStream) {

Review Comment:
   Yeah we should probably separate this into a different JIRA for better 
abstract resource version info.



-- 
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.

To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org

Reply via email to