dsmiley commented on PR #3709:
URL: https://github.com/apache/solr/pull/3709#issuecomment-3344071675
Changes seem fine.
I see a test failure:
org.apache.solr.client.solrj.impl.CloudSolrClientRoutingTest#routeParamHandling
```java.lang.NullPointerException: Cannot invoke
"org.apache.solr.common.util.NamedList.get(String)" because the return value of
"org.apache.solr.common.util.NamedList.get(String)" is null
2> at
org.apache.solr.handler.component.DebugComponent.handleResponses(DebugComponent.java:196)
2> java.lang.NullPointerException: Cannot invoke
"org.apache.solr.common.util.NamedList.get(String)" because the return value of
"org.apache.solr.common.util.NamedList.get(String)" is null
2> at
org.apache.solr.handler.component.DebugComponent.handleResponses(DebugComponent.java:196)
~[main/:?]
2> at
org.apache.solr.handler.component.SearchHandler.processComponents(SearchHandler.java:657)
~
```
--
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]