gerlowskija commented on code in PR #3518:
URL: https://github.com/apache/solr/pull/3518#discussion_r2330161177
##########
solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:
##########
@@ -345,8 +346,13 @@ public NamedList<Object> getLatestVersion() throws
IOException {
ModifiableSolrParams params = new ModifiableSolrParams();
params.set(COMMAND, CMD_INDEX_VERSION);
params.set(CommonParams.WT, JAVABIN);
- params.set(CommonParams.QT, ReplicationHandler.PATH);
- QueryRequest req = new QueryRequest(params);
+ var req =
Review Comment:
Tried switching to FetchIndexVersion and the change looks great, but
ultimately decided against it until we agree on a path forward for
[SOLR-17549](https://issues.apache.org/jira/browse/SOLR-17549).
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]