31747 Commits

Author SHA1 Message Date
Andrzej Bialecki
de29d0d948 SOLR-13440: Fix occasional test failures by providing assert helpers aware of simulation
artifacts.
2019-05-14 19:03:02 +02:00
Andrzej Bialecki
6f309dfa66 SOLR-13454: Fix the method's behavior which caused test failures due to collections disappearing during iteration. 2019-05-14 14:09:24 +02:00
Andrzej Bialecki
13d1c113c1 SOLR-13407: Make sure we always have the latest version of aliases in cache before asserting. 2019-05-14 13:42:00 +02:00
Andrzej Bialecki
2315c6d1b8 SOLR-13440: Fix a precommit issue. 2019-05-13 19:55:39 +02:00
Andrzej Bialecki
f2c18bacf2 SOLR-13440: Support saving/restoring autoscaling state for repeatable simulations. 2019-05-13 18:44:26 +02:00
Ishan Chattopadhyaya
9189472d70 Adding backcompat indexes for 8.1 2019-05-13 16:30:57 +05:30
Joel Bernstein
b592002d40 SOLR-13047: Update CHANGES.tx 2019-05-12 20:17:44 -04:00
Erick Erickson
cd8508408a SOLR-13454: Investigate ReindexCollectionTest failures. moving bandaid calls 2019-05-12 10:36:46 -07:00
Erick Erickson
0aaf543208 SOLR-13454: Investigate ReindexCollectionTest failures. I missed a place where I should have called the bandaid code 2019-05-10 13:56:04 -07:00
Joel Bernstein
6069ef6ca6 SOLR-13047: Fix Pre-commit 2019-05-10 16:12:35 -04:00
Joel Bernstein
f9cd8b0957 SOLR-13047: Add facet2D Streaming Expression
Co-authored-by: Joel Bernstein <jbernste@apache.org>
Co-authored-by: Nazerke Seidan <seinaz1997@gmail.com>
2019-05-10 15:02:18 -04:00
Cao Manh Dat
6a06bcd470 SOLR-13445: Hardness the test 2019-05-10 15:25:54 +01:00
Erick Erickson
577be08bf2 SOLR-13454: Investigate ReindexCollectionTest failures 2019-05-09 12:45:47 -07:00
Chris Hostetter
5e40000e27 minimize randomization of IndexWriterConfig in TestDocTermOrdsUninvertLimit to reduce risk of OOM in nightly tests 2019-05-09 11:34:43 -07:00
Jan Høydahl
5b772f7c9d
SOLR-13453: Adjust auth metrics asserts in tests after SOLR-13449 (#668) 2019-05-09 20:13:46 +02:00
Christine Poerschke
3857388136 SOLR-13049: Make contrib/ltr Feature.defaultValue configurable. (Stanislav Livotov, Christine Poerschke) 2019-05-09 17:19:46 +01:00
Atri Sharma
c988b04b18 LUCENE-7840: Avoid Building Scorer Supplier For Redundant SHOULD Clauses
For boolean queries, we should eliminate redundant SHOULD clauses during
query rewrite and not build the scorer supplier, as opposed to
eliminating them during weight construction

Signed-off-by: jimczi <jimczi@apache.org>
2019-05-09 09:00:18 +02:00
Chris Hostetter
cde00b9a84 SOLR-12833: prevent NPE in DistributedUpdateProcessorTest AfterClass when mockito assumption fails in BeforeClass 2019-05-08 11:35:14 -07:00
Cao Manh Dat
81cfbcd009 SOLR-13445: Fix precommit 2019-05-08 19:16:54 +01:00
Cao Manh Dat
6b5b74bc9c SOLR-13445: Preferred replicas on nodes with same system properties as the query master 2019-05-08 17:55:49 +01:00
Gus Heck
76b854cb4f SOLR-13306 Add a request parameter to execute a streaming expression locally 2019-05-08 12:13:07 -04:00
Erick Erickson
f4399a495e SOLr-13428: Take the WARN message out of the logs when optimizing. 2019-05-08 06:13:40 -07:00
Cao Manh Dat
5a35ba41f2 SOLR-13453: Marking mentioned tests as AwaitsFix 2019-05-08 11:17:54 +01:00
Simon Willnauer
a759a5d47c Fix Changes.txt entry 2019-05-08 11:43:49 +02:00
Simon Willnauer
e8d88a5b54
LUCENE-8785: Ensure threadstates are locked before iterating (#664)
Ensure new threadstates are locked before retrieving the
number of active threadstates. This causes assertion errors
and potentially broken field attributes in the IndexWriter when
IndexWriter#deleteAll is called while actively indexing.
2019-05-08 11:19:21 +02:00
Noble Paul
3fa2d8f1d3 typo in CHNAGES.txt 2019-05-08 07:27:58 +10:00
Ishan Chattopadhyaya
560b5e779d SOLR-13394: Updating contributors for this issue in CHANGES.txt 2019-05-07 14:12:05 +05:30
Cao Manh Dat
de5f3d76ed SOLR-13449: SolrClientNodeStateProvider always retries on requesting metrics from other nodes 2019-05-07 09:40:45 +01:00
Ishan Chattopadhyaya
b2eebf0793 SOLR-5970: Adding upgrade notes for this change 2019-05-07 14:08:49 +05:30
noble
733b071564 SOLR-13320 : add an update param failOnVersionConflicts=false to updates not fail when there is a version conflict 2019-05-07 15:20:02 +10:00
Ishan Chattopadhyaya
ca29340d8b SOLR-13410: Making the test more resilient 2019-05-07 00:59:23 +05:30
Andrzej Bialecki
ef3b6a1aa3 SOLR-12833: This test needs the update log - use "enable.update.log" property to turn it on. 2019-05-06 12:08:13 +02:00
Dawid Weiss
5c9e7d5351 LUCENE-8781: FST lookup performance has been improved in many cases by encoding Arcs using full-sized arrays with gaps. The new encoding is enabled for postings in the default codec and for suggesters. (Mike Sokolov) 2019-05-06 11:19:35 +02:00
Jason Gerlowski
4309c6eca4 SOLR-13318: Fix casting issues in BucketBasedJsonFacet 2019-05-05 23:38:05 -04:00
Ishan Chattopadhyaya
67e4b0c517 SOLR-13410: Fix for test failure of the newly added test 2019-05-04 20:32:20 +05:30
Ishan Chattopadhyaya
1882a17115 SOLR-13410: Designated overseer wasn't able to rejoin election queue upon restart 2019-05-04 00:29:07 +05:30
Jan Høydahl
cdd130ccb6 SOLR-12120: Fix bug in draining queue before shutdown 2019-05-02 23:26:16 +02:00
noble
8908205b42 SOLR-13441: Refactor code to minimize direct use of noggit 2019-05-03 07:20:05 +10:00
Ishan Chattopadhyaya
29a98825d0 SOLR-13348: Speed up collapsing by avoiding scoring of ineligible documents 2019-05-03 02:45:15 +05:30
Ishan Chattopadhyaya
ceeac409a5 SOLR-12833: Fix PeerSyncTest and TestInPlaceUpdatesDistrib failures 2019-05-03 02:36:52 +05:30
Ishan Chattopadhyaya
91969f40fe SOLR-13394: Tweaking G1 parameters and adding ref guide documentation 2019-05-03 00:36:32 +05:30
Andrzej Bialecki
e54610ce33 SOLR-13427: Delete duplicate package description. 2019-05-02 18:39:21 +02:00
Christine Poerschke
6842676952 LUCENE-8756: ant precommit (ant check-forbidden-apis) fix 2019-05-01 19:31:42 +01:00
David Smiley
1f91932ba4 SOLR-12833: Test should use ExecutorUtil 2019-05-01 14:30:35 -04:00
moshebla
093990e744 SOLR-12638: ref-guide notes for partial/atomic updates of nested docs 2019-05-01 14:29:42 -04:00
Ishan Chattopadhyaya
c808b2f5fe Adding 8.2 version 2019-05-01 15:15:49 +05:30
Ishan Chattopadhyaya
0d8243a132 SOLR-13335: Fix addVersion.py script that references velocity versions 2019-05-01 14:45:19 +05:30
Ishan Chattopadhyaya
53eafe75f3 SOLR-13335: Fix addVersion.py script that references velocity versions 2019-05-01 14:45:19 +05:30
Thomas Lemmé
424558ff88 LUCENE-8787: DateRangePrefixTree now parses milliseconds when num digits != 3 2019-05-01 00:32:19 -04:00
David Smiley
a32decde6a SOLR-12833: DistributedUpdateProcessorTest assumeWorkingMockito() 2019-05-01 00:30:04 -04:00