Bugfix collapse str sort#4617
Closed
bartoszfidrysiak wants to merge 40 commits into
Closed
Conversation
This reverts commit 57eb87e.
- Port tool parseContributorsFromChanges.py to use logchange - Release Wizard improvements for 9.10.0: - support for persisting vars in commands - changed logchange steps - Many improvements in the 1-time changes2logchange.py utility - Bug fix changes2html.py to handle ALPHA/BETA releases - New validateChangelogs.py tool
- not require 'help' folder - expect 'changelog' folder
…he#3831) - Authors with url and github nick handled - Plain PR ref `apache#123` detected as PR#123 with github link - Correct a changelog yaml missing JIRA issue - Fix links in dev-docs/changelog.adoc - Describe logchangeArchive task. - Remove mention of Perl as a requirement for build (cherry picked from commit 19ec326)
(cherry picked from commit a72691c)
…pache#3923) Co-authored-by: David Smiley <dsmiley@apache.org> (cherry picked from commit 153e4e4)
* Do errorprone checks in cherrypick script (cherry picked from commit ae8ba69)
…pache#3843) (cherry picked from commit 7e7c9cf)
(cherry picked from commit 22766e8)
* Update Log4j to version `2.25.3` in branch 9.x This change upgrades Apache Log4j from version `2.21.0` to version `2.25.3`. * fix: force usage of Error Prone version 2.31.0 (cherry picked from commit 2d233df)
(cherry picked from commit d3b124f)
…that failed for some seeds (apache#3924) (cherry picked from commit 8539042) (cherry picked from commit fa8c59b)
This makes sure we don't skip creation of ZK distributed lock in case of a transient connection loss. This fix is only for when Solr is running with no overseer (distributed updates). This change is for 9x branch only, as this parameter is now ignored in 10 with the move to Curator. (cherry picked from commit 900e072)
…pache#3935) SolrIndexSearcher: shouldn't avoid calling LeafCollector.setScorer Move test Solr 9 backport: had to implement CONSTANT_SCORABLE.docID (cherry picked from commit 94e969c)
A number of places in Solr referenced the HTTP method used to make the request, often inspecting the value as a string. This is needlessly brittle (e.g. case sensitivity issues). This commit fixes this problem by parsing the method value into an enum, which can then be used by later inspection.
… using a dedicated thread pool to reduce ZooKeeper blocking under load. (apache#4005) Co-authored-by: Mark Robert Miller <markrmiller@gmail.com>
Fixes another lingering source of NPEs in v1 and v2 requests.
…rdinal fast path comparison for string sorted doc values from the same segment
Author
|
Created by accident |
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
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.
This PR was created by accident. Correct one is here: https://github.com/apache/solr/pull/4618/changes