jdyer1 commented on PR #2899: URL: https://github.com/apache/solr/pull/2899#issuecomment-2532931605
As a blocker for this PR, I am getting **many** seemingly-unrelated solr-core test failures. For instance, `PostToolTest#testBasicRun`. Maybe this is similar to the problem I describe in #2242, in that by sharing resources between client and server in a unit test, we get automatic PKI authentication, on which the tests depend. If this speculation is true, this would be *merely* a test bug. Otherwise, perhaps solr-core needs to be able to share instances of `Http2SolrClient` across its internals? The major change here being callers can only pass a `Builder` to `LbHttp2SolrClient` and `CloudHttp2Solrclient` and not a pre-built delegate client. In either case I do not know how to continue to make progress so any advice is appreciated. -- 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