Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SOLR-16505: Switch UpdateShardHandler.getRecoveryOnlyHttpClient to Jetty HTTP2 #2276
SOLR-16505: Switch UpdateShardHandler.getRecoveryOnlyHttpClient to Jetty HTTP2 #2276
Changes from 2 commits
c2e578e
d5bc8c4
3572dec
9588fdf
0655f11
e7c346f
0611782
91f3c9d
6a0b54b
1c6798b
5a62766
ae368b5
9e9b5f7
8deebcd
625a364
901ef51
d574b42
cc4011b
26a4c0e
de5a40c
43dda16
b48c0b9
851109f
6af3d76
73c5ba8
4c16404
19ec489
917509f
c54cd5b
bb1c3b3
38f532a
377eaa3
1b9b7fc
fdb1d1f
ef92b6b
6279656
b789a71
f39e8ba
6bde352
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't see a reference to this file from the test; am I missing something?
If this is actually used, then please consider instead modifying your test to manipulate the temp config files so that we don't have yet another test config file to maintain. For an example of this technique, see org.apache.solr.search.TestCpuAllowedLimit#createConfigSet
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I won't push this point further because your ...WithAuth test uses
ReplicationTestHelper.SolrInstance
which has sone conveniences and I'm not sure how compatible it is with my suggestion.