solr icon indicating copy to clipboard operation
solr copied to clipboard

SOLR-16503: Introduce new default Http2SolrClient in UpdateShardHandler

Open iamsanjay opened this issue 1 year ago • 2 comments

https://issues.apache.org/jira/browse/SOLR-16503

Currently default HTTP (Apache Http 1) client in UpdateShardHandler is being used at many places in the codebase and consequently removing it at once and replacing with Jetty HTTP2 would requires lots of efforts and testing. Instead, the possibility of introducing another default Jetty HTTP2 client in UpdateShardHandler is proposed to facilitate incremental changes.

Checklist

Please review the following and check all that apply:

  • [x] I have reviewed the guidelines for How to Contribute and my code conforms to the standards described there to the best of my ability.
  • [x] I have created a Jira issue and added the issue ID to my pull request title.
  • [x] I have given Solr maintainers access to contribute to my PR branch. (optional but recommended)
  • [x] I have developed this patch against the main branch.
  • [x] I have run ./gradlew check.
  • [ ] I have added tests for my changes.
  • [ ] I have added documentation for the Reference Guide

iamsanjay avatar Mar 18 '24 12:03 iamsanjay

@iamsanjay anythingbi can do to help get this in? Some great work here!!!

epugh avatar Jun 19 '24 17:06 epugh

This PR has had no activity for 60 days and is now labeled as stale. Any new activity or converting it to draft will remove the stale label. To attract more reviewers, please tag people who might be familiar with the code area and/or notify the [email protected] mailing list. Thank you for your contribution!

github-actions[bot] avatar Aug 20 '24 00:08 github-actions[bot]