[ 
https://issues.apache.org/jira/browse/SOLR-17968?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18113460#comment-18113460
 ] 

ASF subversion and git services commented on SOLR-17968:
--------------------------------------------------------

Commit 6f27cf39a58c95a32aa5d67b29ab0c16058532ca in solr's branch 
refs/heads/branch_9x from David Smiley
[ https://gitbox.apache.org/repos/asf?p=solr.git;h=6f27cf39a58 ]

HttpSolrClient add withTheseParamNamesInTheUrl defaults (#4871)

HttpSolrClient impls now sends certain interesting request parameters in the 
URL query string when a POST of parameters is submitted.  In other words, 
withTheseParamNamesInTheUrl now has a default set.  This improves 
observability, particularly for distributed search & admin commands.

Backport adapted for the 9x client hierarchy: the default set and its
application land in HttpSolrClientBase (shared by Http2SolrClient /
HttpJdkSolrClient / CloudHttp2SolrClient / LBHttp2SolrClient); on main these
were merged into the HttpSolrClient base by SOLR-17968 (#3829), which is not on
branch_9x.  The deprecated Apache-HttpClient HttpSolrClient is left unchanged.

(cherry picked from commit 5c3ae79fbde74ad67e22a11b520d3fd479cdbc50)

Co-Authored-By: Claude Sonnet 5 <[email protected]>
Claude-Session: https://claude.ai/code/session_01BtZLUe51kwP5rcZyNgE9hG


> Add HttpSolrClient as base class
> --------------------------------
>
>                 Key: SOLR-17968
>                 URL: https://issues.apache.org/jira/browse/SOLR-17968
>             Project: Solr
>          Issue Type: Improvement
>          Components: SolrJ
>    Affects Versions: 10.0
>            Reporter: David Smiley
>            Assignee: David Smiley
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 10.1
>
>          Time Spent: 3h 40m
>  Remaining Estimate: 0h
>
> Add HttpSolrClient base class with {{{}getBaseURL(){}}}. HttpSolrClientBase 
> (base of Jetty & JDK clients) shall implement it.
> The "old" HttpSolrClient (the implementation using Apache HttpClient) is 
> temporarily in the test framework on death row.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to