-
Notifications
You must be signed in to change notification settings - Fork 2.6k
SOLR-13101: merge in 8.3 changes #982
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…caling -save'. Fix some unwanted side-effects in snapshots + add more robust unit tests.
…nkins failures (the test passes local beasting).
…ngs to the original polygon (apache#771)
(cherry picked from commit 4599f6e)
I believe this was the root cause of some recent windows jenkins suite level failures in cleaning up temp files (cherry picked from commit 416de65)
remove use of LbSolrClient to prevent premature failure of low timeAllowed options on slow jenkins machines increase cluster size to also test codepaths where requests are proxied by a node that does not host any core in the collection (cherry picked from commit fb5a3e2)
…in FloatPointNearestNeighbor (apache#874)
1) use per-method state isolation in several tests... This helps prevent failures in one test to allow persisted date to leak into other test methods, as well as ensuring that these tests play nicely with -Dtests.iters > 1 2) TestRerankBase cleanup to eliminate unnecessary extra SolrCore (that was being leaked) (cherry picked from commit 3ed9602)
…een digits and alphabetic characters.
…rch (apache#823) This commit introduces a strategy to early terminate for sorted collections during parallel search when requested number of hits have been collected but the total hits threshold has not yet been reached.
Internal O(n^2) problem. Fixes apache#855 (cherry picked from commit e788024)
(cherry picked from commit 31735ee)
(cherry picked from commit b617769)
…ctionaryBuilder and JapaneseTokenizer ctor
This 8x backport keeps the original method to call the new one. Closes apache#797 (cherry picked from commit fd0c8b9)
…t terms" feature Signed-off-by: Tomoko Uchida <tomoko@apache.org>
…che#890) * SOLR-13773: Prometheus Exporter GC and Heap options * Adding info to the ref-guide.
This reverts commit 04eff58. This feature is not to be released in 8.3
(cherry picked from commit 64fb42c)
…on to avoid deadly forwarding loops
…ateReader instance instead of instantiating a new one ZkController#getSolrCloudManager() created a new instance of ZkStateReader, thereby causing mismatch in the visibility of the cluster state and, as a result, undesired race conditions.
This reverts commit 9d21418. This is needed because Lucene 8.x does not yet update minimum Maven version, but Apache Parent POM requires this.
…for new format requirements
…izationResponse.PROMPT (apache#946) (cherry picked from commit 611c4f9)
…cAuthClientBuilderFactory in tests that don't need it (cherry picked from commit 939b336)
…'nrt' replicas (cherry picked from commit 86a40c1)
…hat registered them.
…responses. (Julien Massenet, Diego Ceccarelli, Christine Poerschke) Resolved Conflicts: lucene/grouping/src/java/org/apache/lucene/search/grouping/TopGroups.java
…grouped responses." This reverts commit 0afe0b6.
Important since Run URP finish() propagates to updateLog to fsync()! Closes apache#969 (cherry picked from commit 3ae8204)
… (reported by tflobbe).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.