[
https://issues.apache.org/jira/browse/SOLR-9877?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Shalin Shekhar Mangar updated SOLR-9877:
----------------------------------------
Attachment: SOLR-9877_branch_6x.patch
Here's a patch that applies on branch_6x. It required a different approach than
master because 6.x uses an older deprecated http client API. I ended up
extending DefaultHttpClient to override the createRequestExecutor() method
which creates and sets up the InstrumentedHttpRequestExecutor.
This does not use the HttpClientFactory and its methods introduced in SOLR-6625
but firstly the factory's static setter is never used in Solr and secondly,
I'll open an issue to get rid of it completely.
> Use instrumented http client
> ----------------------------
>
> Key: SOLR-9877
> URL: https://issues.apache.org/jira/browse/SOLR-9877
> Project: Solr
> Issue Type: Improvement
> Security Level: Public(Default Security Level. Issues are Public)
> Components: metrics
> Reporter: Shalin Shekhar Mangar
> Assignee: Shalin Shekhar Mangar
> Priority: Minor
> Fix For: master (7.0), 6.4
>
> Attachments: SOLR-9877.patch, SOLR-9877.patch,
> SOLR-9877_branch_6x.patch, solr-http-metrics.png
>
>
> Use instrumented equivalents of PooledHttpClientConnectionManager and others
> from metrics-httpclient library.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]