30243 Commits

Author SHA1 Message Date
Joel Bernstein
269a676940 SOLR-12133: Fix precommit 2018-04-02 12:53:12 -04:00
Joel Bernstein
d89a90067b SOLR-12174: Refactor Streaming Expression function registration 2018-04-02 12:32:31 -04:00
Erick
ade301bd0d SOLR-9399: Delete requests do not send credentials & fails for Basic Authentication (CHANGES.txt) 2018-04-02 09:26:47 -07:00
Erick
d2cb6adde9 SOLR-9399: Delete requests do not send credentials & fails for Basic Authentication 2018-04-02 09:17:02 -07:00
Shalin Shekhar Mangar
805438c59d SOLR-12133: Removing BadApple annotation 2018-04-02 21:20:40 +05:30
Shalin Shekhar Mangar
8189e4f972 SOLR-12133: Fix race conditions that caused NodeMarkersRegistrationTest.testNodeMarkersRegistration to fail 2018-04-02 21:15:09 +05:30
Mikhail Khludnev
a4789db477 SOLR-7736: break OverseerTriggerThread when interrupted. 2018-04-01 18:37:18 +03:00
Mikhail Khludnev
7a920cb0f6 SOLR-11673: Slave doesn't commit empty index if new index appears on master by deafult. 2018-04-01 16:47:23 +03:00
Uwe Schindler
d98138ac03 Add a description to all public targets 2018-04-01 14:40:33 +02:00
Karl Wright
b4a83fffbd LUCENE-7642: Take the slightly more cautious approach of introducing a plane method for functional identicality. 2018-03-31 11:42:32 -04:00
Karl Wright
dc9c60322a Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/lucene-solr 2018-03-31 10:04:01 -04:00
Karl Wright
590e67158c LUCENE-7642: Multi-pronged approach to fixing this problem. Main fix is a better detection of parallelness in polygon adjoining edge planes. We deliberately make parallel determination less strict now than technically needed to avoid pathological cases. Other downstream changes devolve from that. 2018-03-31 10:03:49 -04:00
Simon Willnauer
ca02e637ff LUCENE-8232: Write and Checkpoint DV updates seperately if we drop a reader 2018-03-31 14:24:36 +02:00
Simon Willnauer
acb3c37942 LUCENE-8232: Separate out PendingDeletes from ReadersAndUpdates
Today ReadersAndUpdates is tightly coupled with IW and all the
handling of pending deletes. This change decouples IW and pending
deletes from ReadersAndUpdates and makes PendingDeletes unittestable.
2018-03-31 10:25:02 +02:00
Cao Manh Dat
ab092942cf SOLR-12066: Move test to DeleteInactiveReplicaTest 2018-03-31 14:50:28 +07:00
Shalin Shekhar Mangar
bd85fd389f SOLR-12169: Fix ComputePlanActionTest.testSelectedCollections fails on jenkins by aggressively cleaning up trigger state left by other test methods in the test setup 2018-03-30 22:56:58 +05:30
Shalin Shekhar Mangar
85decabe46 SOLR-12133: Fix race conditions that caused TriggerIntegrationTest.testEventQueue to fail 2018-03-30 22:53:55 +05:30
Shalin Shekhar Mangar
e3c67b1980 SOLR-12169: Update jira number in BadApple annotation 2018-03-30 19:42:13 +05:30
Cao Manh Dat
35bfe89790 SOLR-12066: Cleanup deleted core when node start 2018-03-30 20:11:39 +07:00
Cao Manh Dat
d483108a15 SOLR-12168: LIROnShardRestartTest failures 2018-03-30 19:54:18 +07:00
Karl Wright
0ef68f7d7c Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/lucene-solr 2018-03-30 08:37:06 -04:00
Karl Wright
e06554ad40 LUCENE-8227: Widen plane envelopes a small amount to allow for some imprecision when intersecting inner and outer edges. 2018-03-30 08:36:47 -04:00
Shalin Shekhar Mangar
b78d980097 LUCENE-8227: Remove unused import to make precommit happy 2018-03-30 16:54:44 +05:30
Shalin Shekhar Mangar
83cca5cd06 SOLR-12133: Fix failures in TriggerIntegrationTest.testEventQueue due to race conditions 2018-03-30 16:42:35 +05:30
Karl Wright
ae6d29f0ae Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/lucene-solr 2018-03-30 06:43:57 -04:00
Karl Wright
bc40f6c7e2 LUCENE-8227: Redevelop path iterator implementations to make them robust against edges on paths. 2018-03-30 06:43:42 -04:00
Shalin Shekhar Mangar
0e5374e963 SOLR-12152: Extracted TriggerIntegrationTest.testEventFromRestoredState into its own test class 2018-03-30 12:41:18 +05:30
Shalin Shekhar Mangar
1aafc90cbe SOLR-12152: Fix compilation error due to missing import 2018-03-30 12:23:06 +05:30
Shalin Shekhar Mangar
ac8cbaac06 SOLR-12152: Fix node count to 2 for TriggerSetPropertiesIntegrationTest 2018-03-30 12:19:13 +05:30
Shalin Shekhar Mangar
ed9e5eb75b SOLR-12152: Split up TriggerIntegrationTest into multiple tests to isolate and increase reliability 2018-03-30 11:08:56 +05:30
Erick Erickson
23707314dd SOLR-12028: BadApple and AwaitsFix annotations usage 2018-03-29 21:41:03 -07:00
Erick Erickson
e55b7e9911 SOLR-12162: CorePropertiesLocator Exception message contains a typo when unable to create Solr Core 2018-03-29 18:01:38 -07:00
Cassandra Targett
b5a3678573 SOLR-12136: fix bad links breaking the build 2018-03-29 14:18:45 -05:00
Steve Rowe
1ce72537b8 LUCENE-8106: add missing import 2018-03-29 13:51:39 -04:00
David Smiley
701af06f62 SOLR-12136: Docs: Improve hl.fl, hl.q, hl.qparser 2018-03-29 12:22:54 -04:00
Karl Wright
358e59596d Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/lucene-solr 2018-03-29 10:37:45 -04:00
Karl Wright
5b429df56f LUCENE-8227: Under pressure, had to @Ignore tests that caused intermittent failures. This means no further work on Geo3D until these tests can be re-enabled. 2018-03-29 10:37:28 -04:00
Andrzej Bialecki
668b81721f SOLR-12145: ConcurrentModificationException in SimNodeStateProvider.getReplicaInfo. 2018-03-29 13:42:19 +02:00
Cao Manh Dat
d7197b2565 SOLR-12087: Check for exception message of request recovery to remove LIR node 2018-03-29 18:38:07 +07:00
Dawid Weiss
e96811c7a5 LUCENE-8228: removed obsolete IndexDeletionPolicy clone() requirements from the javadoc. 2018-03-29 08:58:28 +02:00
Uwe Schindler
060d82af31 LUCENE-8230: Upgrade forbiddenapis to version 2.5 2018-03-28 20:06:54 +02:00
Andrzej Bialecki
7260d9ce71 SOLR-11882: SolrMetric registries retained references to SolrCores when closed. 2018-03-28 11:23:47 +02:00
Shalin Shekhar Mangar
3be8cfb356 SOLR-10734: Clone the original solr document each time we retry 2018-03-28 12:56:34 +05:30
Jan Høydahl
9e780ba564 LUCENE-7935: Publish .sha512 hash files with the release artifacts 2018-03-28 09:14:03 +02:00
Shalin Shekhar Mangar
ab32506243 SOLR-10734: AtomicUpdateRequestProcessor can cause wrong/old values to be set under concurrent updates for the same document. Multithreaded test for AtomicUpdateRequestProcessor was also beefed up and fixed. 2018-03-28 12:40:57 +05:30
Tomas Fernandez Lobbe
3e29c7dbd5 SOLR-12035: edimax should include charfilters in nostopanalyzer
This closes #329
2018-03-27 21:37:19 -07:00
Tomas Fernandez Lobbe
f8af274783 SOLR-12153: Remove Thread.sleep from ZkSolrClientTest.testMultipleWatchesAsync 2018-03-27 20:21:02 -07:00
Karl Wright
b151b2ccfe Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/lucene-solr 2018-03-27 19:05:40 -04:00
Karl Wright
6dcb6ae641 LUCENE-8227: Handle identical planes properly in GeoComplexPolygon. 2018-03-27 19:05:27 -04:00
Uwe Schindler
ade2cf2e74 SOLR-12141: Fix "bin/solr" shell scripts (Windows/Linux/Mac) to correctly detect major Java version and use numerical version comparison to enforce minimum requirements. Also remove obsolete "UseParNewGC" option. This allows to start Solr with Java 10 or later. 2018-03-27 22:49:23 +02:00