Steve Rowe
b87cbc2f75
SOLR-12165: Ref Guide: DisMax default mm param value is improperly documented as 100%
2018-04-03 17:59:34 -04:00
Cassandra Targett
a6e24b2098
Ref Guide: fix out of order heading levels (were 3s, should be 2s after 1s)
2018-04-03 10:45:47 -05:00
Andrzej Bialecki
a8b42300c0
SOLR-12095: Fix precommit issues.
2018-04-03 17:19:56 +02:00
Andrzej Bialecki
a14980c479
SOLR-12095: AutoScalingHandler should validate triggers before updating zookeeper.
2018-04-03 15:59:50 +02:00
Alan Woodward
1d6502cecb
LUCENE-8196: Check that the TermIntervalsSource is positioned on the correct term
2018-04-03 14:57:06 +01:00
Jan Høydahl
0989e5874a
SOLR-12144: SOLR_LOG_PRESTART_ROTATION now defaults to false, we leverage log4j2 for log rotation on startup
2018-04-03 13:10:20 +02:00
Alan Woodward
00eab54f9d
LUCENE-8196: Add IntervalQuery and IntervalsSource to the sandbox
2018-04-03 09:37:12 +01:00
Ignacio Vera
d332764617
LUCENE-8234: Fixed bug in how spatial relationship is computed for GeoStandardCircle when it covers the whole world
2018-04-03 10:19:23 +02:00
Tomas Fernandez Lobbe
2c1f110b6b
SOLR-12172: Fixed race condition in collection properties
2018-04-02 15:56:25 -07:00
Varun Thacker
41a1cbe2c3
SOLR-7887: Fix logging filePattern to use solr.log.X format
2018-04-02 10:15:12 -07:00
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