Cassandra Targett
3d4246089f
Ref Guide: make section headings in Headline Case
2019-12-17 12:12:34 -06:00
Cassandra Targett
6785650317
Ref Guide: Upgrade notes for 8.4
2019-12-17 12:02:26 -06:00
Chris Hostetter
33e44b2fd6
SOLR-13696: AwaitsFix RoutedAliasUpdateProcessorTest (and subclasses)
...
The helper method RoutedAliasUpdateProcessorTest.addDocsAndCommit doesn't garuntee docs have been committed when it returns, causing threading/timing bugs in tests that use it as a gate for making subsequent assertions -- causing a steady stream of jenkins test failures
2019-12-17 11:00:03 -07:00
Dawid Weiss
0f7a046e85
SOLR-14104: clean up asm license.
2019-12-17 15:11:57 +01:00
Dawid Weiss
079ddeb1f4
SOLR-14104: Remove a truckload of unused licenses and notice files.
2019-12-17 14:41:12 +01:00
Ignacio Vera
17ef175224
LUCENE-9055: Fix the detection of lines crossing triangles through edge points ( #1020 )
2019-12-17 09:38:58 +01:00
Chris Hostetter
db11e9e9a2
SOLR-14081: re-implement FullSolrCloudDistribCmdsTest to extend SolrCloudTestCase
2019-12-16 15:58:06 -07:00
Chris Hostetter
e6b5da5c12
SOLR-14099: work around @LogLevel bug in LoggingHandlerTest
2019-12-16 12:13:03 -07:00
Robert Muir
dc35e5752b
LUCENE-9094: Ban ObjectInputStream and ObjectOutputStream in forbidden-apis
2019-12-16 13:31:11 -05:00
Andrzej Bialecki
b5a2cfba4f
SOLR-14094: Enable this test again in master.
2019-12-16 15:54:04 +01:00
Ishan Chattopadhyaya
ee0b066ab6
SOLR-14096: Stopping -Denable.packages=true from leaking to other tests
2019-12-16 20:20:07 +05:30
Andrzej Bialecki
83800c03df
Fix an occasional test error caused by the maintenance trigger generating events.
2019-12-16 13:54:36 +01:00
Ishan Chattopadhyaya
7dfea5fe33
SOLR-14087: Changing the filestore dir name back to filestore from .filestore
2019-12-16 18:18:53 +05:30
Adrien Grand
b660bcd0a2
SOLR-14094: Bad-apple TestSolrCachePerf.
2019-12-16 13:46:33 +01:00
David Smiley
2db48314f9
SOLR-14072: Deprecate Blob API and runtimeLib ( #1086 )
2019-12-15 23:53:17 -05:00
noble
479db61df8
SOLR-14087: changed the filestore location to .filestore instead of $filestore
2019-12-16 15:51:36 +11:00
Noble Paul
d64c5c20b6
SOLR-14087: disable package store API if -Denable.packages not set to true
2019-12-16 08:04:33 +11:00
Kevin Risden
2f051a4bfe
SOLR-14086: Tika ClassNotFound error due to commons-compress in solr-core dependency
...
Introduced in SOLR-14033 by including
commons-compress as a compile time
dependency in Solr core instead of as
as test only dependency.
Signed-off-by: Kevin Risden <krisden@apache.org>
2019-12-15 13:39:52 -05:00
Ishan Chattopadhyaya
be0b963a22
SOLR-14071: Updating upgrade notice
2019-12-15 11:21:10 +05:30
Ishan Chattopadhyaya
640ff96522
SOLR-13662: Fixes to package manager
...
* Better logging and error reporting
* Fixing deploy command to handle previously undeployed packages
* Test now uses @LogLevel annotation
* Deploy command had a hard coded collection name by mistake, fix it
2019-12-15 10:44:02 +05:30
David Smiley
7c048c5070
SOLR-14069: Ref guide: overhaul: resources, libs, plugins, config-sets ( #1077 )
...
* split "resource-and-plugin-loading.adoc" into "resource-loading.adoc" and "libs.adoc" then overhauled both.
* enhanced "config-sets.adoc", moving some content in from elsewhere; bit of an overhaul.
* solr-plugins.adoc is now top-level; overhauled content
* Move resource-loading.adoc up a level in the TOC to underneath "The Well-Configured Solr Instance.
* Separate out the leading sentence.
2019-12-14 11:50:00 -05:00
yonik
49c34028ab
SOLR-13884: Ignore ConcurrentCreateCollectionTest
2019-12-14 09:31:13 -05:00
Kevin Risden
7a9a6ef79e
SOLR-14077: Hadoop shouldn't need to look for metrics config in user home
...
Signed-off-by: Kevin Risden <krisden@apache.org>
2019-12-13 22:08:48 -05:00
yonik
5f8e65c58f
SOLR-14079: fix SPLITSHARD splitByPrefix in async mode
2019-12-13 17:55:05 -05:00
yonik
db65c82c39
SOLR-13884: detect multiple replicas on single node
2019-12-13 17:37:44 -05:00
yonik
73c535261c
SOLR-13884: use policies, preferences
2019-12-13 17:37:44 -05:00
yonik
fae6aebc74
SOLR-13884: add ConcurrentCreateCollectionTest test
2019-12-13 17:37:44 -05:00
erick
2feeb88c29
SOLR-14026: Upgrade Jetty to 9.4.24.v20191120 and dropwizard to 4.1.2, moved to 8.5 in CHANGES.txt
2019-12-13 12:42:09 -05:00
erick
8278886966
SOLR-14026: Upgrade Jetty to 9.4.24.v20191120 and dropwizard to 4.1.2
2019-12-13 10:01:37 -05:00
Dawid Weiss
e5df183a42
Remove slf4j from dependencies. Clean up dangling files.
2019-12-13 15:13:48 +01:00
Dawid Weiss
d130bffa8f
LUCENE-9092: Upgrade randomizedtesting to 2.7.5 and Carrot2 to 3.16.2
2019-12-13 15:13:26 +01:00
Bruno Roustant
1812b367ab
LUCENE-9089: FST Builder renamed FSTCompiler with fluent-style Builder.
...
Closes #1070
2019-12-13 14:37:54 +01:00
Robert Muir
f083f40b28
SOLR-14076: clean up static fields leak in nightly-only test
2019-12-13 04:06:07 -05:00
Robert Muir
a6e7c770c2
SOLR-14064: remove some hadoop brain damage from build environment
...
Some permissions and build hacks were made on behalf of hadoop: hacks on
top of hacks. Now that the major problems such as classpath pollution and
hadoop test code are fixed, so we can remove hacks built on top of them.
2019-12-13 03:54:06 -05:00
Kevin Risden
3ba005465a
SOLR-14048: Improve Hadoop test sanity checks
...
Signed-off-by: Kevin Risden <krisden@apache.org>
2019-12-12 21:27:38 -05:00
Andrzej Bialecki
e155649026
SOLR-13975: Make sure the stall time is adjusted up when an unusually long
...
poll time is configured.
2019-12-12 19:58:03 +01:00
Dawid Weiss
c40689875a
Correct regexes normalizing jar filenames so that the resulting licenses are consistent with gradle (which will use proper artifact name, not a chain of regexes).
2019-12-12 19:26:46 +01:00
Kevin Risden
322ed8ce4d
SOLR-14047: Make sure tests don't pickup other Hadoop installs
...
Signed-off-by: Kevin Risden <krisden@apache.org>
2019-12-12 10:23:29 -05:00
noble
4d5df0e20a
SOLR-14013: FIX: javabin performance regressions
2019-12-12 23:38:35 +11:00
noble
b35f1debe3
SOLR-14013: javabin performance regressions
2019-12-12 23:26:37 +11:00
Ishan Chattopadhyaya
57e717eff2
SOLR-14065: Deprecate Velocity
2019-12-12 16:13:32 +05:30
Ishan Chattopadhyaya
7097e9c41a
SOLR-13978: Removed LTR from default configset
2019-12-12 15:09:21 +05:30
Ishan Chattopadhyaya
fa1ad006b6
SOLR-14071: Untrusted configsets shouldn't be allowed to use <lib> directive
2019-12-12 15:00:09 +05:30
Adrien Grand
b72365ae21
Add next minor version 8.5
2019-12-12 09:37:51 +01:00
Ishan Chattopadhyaya
dce36c10e9
SOLR-13978: Remove non-essential components from default configset
...
The default configset no longer has the following:
- Library inclusions (<lib ../>) for extraction, solr-cell libs, clustering, velocity and language identifier
- /browse, /tvrh and /update/extract handlers
- TermVector component (if someone wants it, can be added using config APIs)
- XSLT response writer
- Velocity response writer
If you want to use them in your collections, please add them to your configset manually or through the Config APIs.
2019-12-12 10:43:31 +05:30
Munendra S N
88b5b5a7cd
SOLR-13970: disallow using collapse/expand with grouping
...
* Using collapse with grouping would cause inconsistent behavior.
This is because grouping calls the same postfilter twice without
resetting the internal state of the DocValues cache
* Using expand with grouping would cause NPE
2019-12-12 10:21:20 +05:30
Ishan Chattopadhyaya
f681d433ae
SOLR-14062: Split IndexSizeTriggerTest into three
2019-12-12 10:12:17 +05:30
Ishan Chattopadhyaya
8db8ab3be2
SOLR-13945: SPLITSHARD can cause data loss due to rollback when final commit fails
2019-12-12 08:58:34 +05:30
Kevin Risden
861c77cb17
SOLR-14053: Fix HDFS tests to be ignored if Native I/O isn't available (remove tests.disableHdfs)
...
Signed-off-by: Kevin Risden <krisden@apache.org>
2019-12-11 22:02:07 -05:00
Joel Bernstein
d559f47222
SOLR-14060: Update CHANGES.txt
2019-12-11 20:59:23 -05:00