29492 Commits

Author SHA1 Message Date
Shalin Shekhar Mangar
78f11d05ac SOLR-11066: Marking the test as AwaitsFix until the test failures on jenkins are investigated and fixed 2018-03-04 00:27:16 +05:30
Mark Miller
18edca0fb2 SOLR-12053: RestartWhileUpdatingTest and HdfsRestartWhileUpdatingTest are incredibly slow. 2018-03-03 10:09:09 -06:00
Cassandra Targett
b470a63690 Ref Guide: Fix link to Tika docs on lang detection; typo in autoscaling API path 2018-03-02 13:56:33 -06:00
Shalin Shekhar Mangar
71fc9cd43d SOLR-11066: Implement a scheduled autoscaling trigger that runs on a fixed interval beginning with a given start time 2018-03-03 01:06:21 +05:30
David Smiley
79c2988547 LUCENE-6271: docs: TermsEnum.postings(...) will not return null 2018-03-02 14:00:05 -05:00
Christine Poerschke
c5938f79e5 SOLR-11597: Add contrib/ltr NeuralNetworkModel class.
(Michael A. Alcorn, Yuki Yano, Christine Poerschke)

Closes #270
2018-03-02 18:27:55 +00:00
Cassandra Targett
c59e2e98d2 SOLR-11843: Fix Admin UI handling of router.field and router.name params; change routerField label to match param name 2018-03-02 11:42:43 -06:00
Ignacio Vera
ca2131573d LUCENE-8126: fixed jar checksum 2018-03-02 15:41:57 +01:00
Ignacio Vera
a281177f25 LUCENE-8126: fix precommit 2018-03-02 11:12:22 +01:00
Ignacio Vera
e3032dd3fc LUCENE-8126: New spatial prefix tree (SPT) based on google S2 geometry 2018-03-02 10:29:07 +01:00
Cao Manh Dat
f1ce5419ee SOLR-11702: Remove old LIR call in SolrCmdDistributor and let DistributedUpdateProcessor handle it on finish() 2018-03-02 14:29:18 +07:00
noble
23aee00213 SOLR-12031: Refactor Policy framework to make simulated changes affect more than a single node
SOLR-12050: UTILIZENODE does not enforce policy rules
2018-03-02 17:01:22 +11:00
Chris Hostetter
0424d9c06b SOLR-12050: mark TestUtilizeNode as AwaitsFix as well as adding additional logging/assertions to help see what the bug is 2018-03-01 17:06:26 -07:00
Jim Ferenczi
acf87b318e LUCENE-8182: update changes.txt with missing bug fix in 7.3.0 2018-03-01 15:19:34 -08:00
Erick Erickson
b732f06775 SOLR-12028: BadApple and AwaitsFix annotations usage 2018-03-01 11:58:58 -08:00
Steve Rowe
2289c27c94 Revert "Add version 6.6.3"
This reverts commit 373ed8cf743db9442575e60d2c981a5c9dec0a93.
2018-03-01 13:29:10 -05:00
Steve Rowe
373ed8cf74 Add version 6.6.3 2018-03-01 08:15:58 -05:00
Chris Hostetter
1bf7189486 LUCENE-8188: Fixed bugs in OpenNLPOpsFactory that were causing InputStreams fetched from the ResourceLoader to be leaked 2018-02-28 18:03:46 -07:00
Chris Hostetter
60984536b0 fix leaked SolrClient in SSLMigrationTest
this doesn't garuntee that this test will pass, but it eliminates the garuntee that it will fail
2018-02-28 15:26:39 -07:00
Cassandra Targett
57cfdb1a48 Ref Guide: fix line height changed in SOLR-11646 which inadvertently vertically stretched the left-hand nav;
adds a new CSS rule for tabbed sections on a page with the larger line height and changes back left-hand nav line height
2018-02-28 15:17:50 -06:00
Andrzej Bialecki
b26d67e722 SOLR-11407: Explicitly create policy violations to force non-empty plan. 2018-02-28 21:29:32 +01:00
Dawid Weiss
fa7a3ce3ee SOLR-12043: Add mlt.maxdfpct to Solr's documentation 2018-02-28 21:03:21 +01:00
David Smiley
ef989124f3 SOLR-11769: optimize useFilterForSortedQuery=true when no filter queries 2018-02-28 12:38:20 -05:00
Andrzej Bialecki
1485b7a4d7 SOLR-12031: Fix a confusion in index size units in the simulator framework. 2018-02-28 13:18:27 +01:00
Andrzej Bialecki
eb80ca968e SOLR-11407: Wait for collections to recover before starting the test. 2018-02-28 13:12:51 +01:00
Uwe Schindler
7dba350c7a SOLR-12028: Make initialization of constants dynamic (by reading the annotation), also add missing reproduce info 2018-02-28 00:47:00 +01:00
Tomas Fernandez Lobbe
029432e936 SOLR-12041: Fix random test failure in ChaosMonkeyNothingIsSafeWithPullReplicasTest 2018-02-27 15:06:28 -08:00
Karl Wright
d21e104de2 LUCENE-8187: Reduce the count of test iterations for nightly because it was causing timeouts. 2018-02-27 17:15:42 -05:00
Steve Rowe
939aedfed7 SOLR-12028: add jenkins-nightly-badapples target 2018-02-27 17:08:41 -05:00
Cassandra Targett
2a158c2ca5 Ref Guide: Copy editing changes committed for 7.3 & fixing typos 2018-02-27 16:05:13 -06:00
Uwe Schindler
98d85eadd4 SOLR-12028: Fix typo in property name 2018-02-27 22:36:14 +01:00
Erick Erickson
7de694e771 LUCENE-5575: Non-reproducible TestICUTokenizerCJK failure 2018-02-27 12:03:58 -08:00
Shalin Shekhar Mangar
d512cd7604 Fix camel case in method name 2018-02-27 16:16:39 +05:30
Erick Erickson
1fe45606b9 SOLR-12028: BadApple and AwaitsFix annotations usage 2018-02-26 20:35:12 -08:00
noble
1fc3ca0cbb SOLR-11067: AwaitsFix. The test fails often as the target node some times is same as the source node 2018-02-27 11:00:04 +11:00
Chris Hostetter
3498dd99f7 Merge remote-tracking branch 'refs/remotes/origin/master' 2018-02-26 16:51:06 -07:00
Steve Rowe
41af8bd16a LUCENE-8106: stop parsing ANT_OPTS from Jenkins log 2018-02-26 18:47:18 -05:00
Steve Rowe
606e91c2ae LUCENE-8106: fix module regex to recognize Windows path backslashes 2018-02-26 18:43:52 -05:00
Chris Hostetter
8760e3225f SOLR-11067: improve tests logging 2018-02-26 16:37:24 -07:00
Joel Bernstein
50c17b92bd SOLR-11923: Add bicubicSpline Stream Evaluator 2018-02-26 15:18:11 -05:00
Shalin Shekhar Mangar
e08eac421a SOLR-11201: Fix bad assumptions made in testMetricTrigger 2018-02-26 22:22:02 +05:30
Andrzej Bialecki
a2eb7f3880 SOLR-11407: Use all details of the query response in the handler response.
More consistency in debug info from the test.
2018-02-26 13:56:55 +01:00
Andrzej Bialecki
86be873915 SOLR-11911: Add more details to failure logs, modify the test to create a single event
that contains all affected nodes.
2018-02-26 10:56:22 +01:00
Erick Erickson
6164643882 SOLR-10809: Get precommit lint warnings out of Solr core 2018-02-25 22:13:47 -08:00
Shalin Shekhar Mangar
6f2d99e574 SOLR-10720: Aggressive removal of a collection breaks cluster status API 2018-02-26 11:22:38 +05:30
Mikhail Khludnev
d3ef153b09 SOLR-12027: Increasing thread lingering to 80s
Sometimes Jetty can't stop for a minute. We need tests wait more than a minute in the worst case
to avoid test noise like ThreadLeakError: 1 thread leaked from SUITE scope.
2018-02-25 23:18:27 +03:00
Ishan Chattopadhyaya
b212f2e9b7 SOLR-8327: Cluster state caching for nodes not hosting the collection 2018-02-25 11:54:33 +05:30
Robert Muir
29e5b8abce LUCENE-8031: DOCS_ONLY fields set incorrect length norm 2018-02-24 11:21:53 -05:00
koji
4e198a2737 Revert "SOLR-11795: Add Solr metrics exporter for Prometheus"
This reverts commit 6859acc450af0a2cafdf880ef6ef516c3d95db18.
2018-02-24 10:38:06 +09:00
koji
720eba0ae4 Revert "SOLR-11795: add more stuff under dev-tools for prometheus-exporter"
This reverts commit df0f141907b0701d7b1f1fc297ae33ef901844a0.
2018-02-24 10:25:23 +09:00