Skip to content

Conversation

yonik
Copy link
Contributor

@yonik yonik commented Oct 29, 2019

No description provided.

sigram and others added 30 commits September 7, 2019 22:00
…caling -save'.

Fix some unwanted side-effects in snapshots + add more robust unit tests.
…nkins failures

(the test passes local beasting).
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)
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)
…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)
…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.
noblepaul and others added 29 commits October 15, 2019 15:56
This reverts commit 04eff58.

This feature is not to be released in 8.3
…he#929)"

This reverts commit f19aaa8.

This feature not to be released in 8.3
…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.
…cAuthClientBuilderFactory in tests that don't need it

(cherry picked from commit 939b336)
…responses.

(Julien Massenet, Diego Ceccarelli, Christine Poerschke)

Resolved Conflicts:
	lucene/grouping/src/java/org/apache/lucene/search/grouping/TopGroups.java
Important since Run URP finish() propagates to updateLog to fsync()!
Closes apache#969

(cherry picked from commit 3ae8204)
@asfgit asfgit merged commit 0e66bec into apache:jira/SOLR-13101 Oct 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.