Description
The LBHttp2SolrClient, which is used by CloudHttp2SolrClient, uses an internal reference to an Http2SolrClient for sending requests. However the setParser() method does not send the parser to the internal Http2SolrClient, so the response will use the default response parser instead.
This is uncovered in the tests when the PrometheusExporter is changed to use the CloudHttp2SolrClient.
Note this is also the case for RequestWriter and QueryParams.
Attachments
Issue Links
- links to