Andrzej Bialecki
cf742f4596
SOLR-12847: Remove support for maxShardsPerNode.
2020-07-08 17:57:24 +02:00
Jason Gerlowski
80f8ab717c
SOLR-14566: Add request-ID to all distrib-search requests ( #1574 )
2020-07-08 08:38:23 -04:00
Mike Drob
d3f4b21deb
SOLR-10814 Add short-name feature to RuleBasedAuthz plugin
...
Additional-Author: Hrishikesh Gadre <hgadre@cloudera.com>
2020-07-07 11:37:50 -05:00
Andrzej Bialecki
f19057f5e5
SOLR-14537: Fix inner class visibility, reduce diffs with branch_8x.
2020-07-07 16:46:39 +02:00
Cao Manh Dat
a80eb84d56
SOLR-14354: HttpShardHandler send requests in async ( #1470 )
2020-07-07 09:17:26 +07:00
Ishan Chattopadhyaya
5fc12745ca
SOLR-14599: Ref guide updates and some error handling fixes
...
* Ref guide section for types of plugins (that now includes a cluster level plugins section)
* Ref guide updates for deploying, undeploying, updating cluster level plugins
* Better error handling for cluster level plugin deployments
2020-07-07 07:39:45 +05:30
David Smiley
31e7ad9ee2
SOLR-14628: hl.fragsizeIsMinimum now defaults to true ( #1651 )
...
Fragments size like <= Solr 8.4 and addresses a significant performance regression
2020-07-06 09:31:37 -04:00
Chris Hostetter
fea6c1b9da
SOLR-14595: add AwaitsFix test to TestJsonFacetRefinement demonstrating problem, and work around to randomized testing in TestCloudJSONFacetSKGEquiv
2020-07-05 13:28:08 -07:00
noble
3642aa3d4e
SOLR-14404: update was not working
2020-07-05 16:28:35 +10:00
Ishan Chattopadhyaya
c3d6a8bf7a
SOLR-14021: Deprecate HDFS support
2020-07-04 18:29:45 +05:30
Ishan Chattopadhyaya
35b5eea147
SOLR-14537: Fix gradle precommit failures
2020-07-04 14:31:23 +05:30
Erick Erickson
e9568c3473
SOLR-10742: SolrCores.getNamesForCore is quite inefficient and blocks other core operations
2020-07-02 23:56:17 -04:00
Eric Pugh
b50dd0c9c7
SOLR-14358 respond to feedback on URLClassifyProcessorFactory ( #1632 )
...
* Add an example explaining how to use
* fix up JavaDoc formatting
* Respond to feedback from @janhoy
Co-authored-by: ohtwadi <harinder.hanjan@gmail.com>
2020-07-02 15:16:24 -04:00
Andrzej Bialecki
1b8fb70216
SOLR-14537: Improve performance of ExportWriter.
2020-07-02 17:34:50 +02:00
Ishan Chattopadhyaya
7c593b1940
SOLR-14022: Deprecate CDCR
2020-07-02 16:29:29 +05:30
Atri Sharma
3f9cc227f1
SOLR-14588: Implement Circuit Breakers ( #1626 )
...
* SOLR-14588: Implement Circuit Breakers
This commit consists of two parts: add circuit breakers infrastructure and a "real" JVM heap memory based
circuit breaker which monitors incoming search requests and rejects them with SERVICE_TOO_BUSY error
if the defined threshold is breached, thus giving headroom to existing indexing and search requests
to complete.
2020-07-02 12:43:48 +05:30
Atri Sharma
ccdfee2cf0
Remove Redundant Import in TestContainerPlugin
2020-07-02 12:24:05 +05:30
noblepaul
2e60e1fbbd
SOLR-14404: Unregister was not working for plugins with $path-prefix
2020-07-02 15:44:16 +10:00
Erick Erickson
d0864a19c7
SOLR-14523: Enhance gradle logging calls validation: eliminate getMessage()
2020-07-01 22:07:59 -04:00
Erick Erickson
76e1d901cb
SOLR-14592: Upgrade Zookeeper to 3.6.1
2020-07-01 19:47:16 -04:00
Tomas Fernandez Lobbe
6eb7bc3b7b
SOLR-14590 : Add support for Lucene's FeatureField in Solr ( #1620 )
...
Add a new RankField type that internally creates a FeatureField
Add a new RankQParser that can create queries on the FeatureField
2020-06-30 11:15:36 -07:00
Atri Sharma
d1c29ae8a9
SOLR-14609: Fix Unused Imports in TestJsonFacetsWithNestedObjects
2020-06-30 23:09:52 +05:30
Atri Sharma
ccbdb77344
Remove Unused Import in BoolQParserPlugin
2020-06-30 22:17:48 +05:30
Mikhail Khludnev
f647400e31
SOLR-14539: Introducing {!bool excludeTags=foo,bar}
2020-06-30 18:55:07 +03:00
Noble Paul
20c1fdbf7e
SOLR-14404: use MethodHandles in AnnotatedAPI ( #1624 )
2020-06-30 22:40:26 +10:00
Jan Høydahl
f0764dbb54
SOLR-14561: Fix failing @Nightly test
2020-06-30 14:37:10 +02:00
Ishan Chattopadhyaya
adf3361428
SOLR-14599: Package manager support for cluster level plugins
...
Usage:
bin/solr package deploy <packagename> -y -cluster
bin/solr package deploy <packagename>:<new-version> -y -cluster --update
bin/solr package undeploy <packagename> -y -cluster
2020-06-30 15:50:40 +05:30
Jan Høydahl
49a3f0a11d
SOLR-14561 Followup - validate params for more core operations ( #1629 )
...
Add template to solr.in scripts
Also testes Windows paths
Added RefGuide documentation to some params
2020-06-29 13:18:24 +02:00
Jan Høydahl
574e399ce5
SOLR-14588: Fix failing DebugComponentTest by reverting test to pre-patch state
2020-06-29 12:53:42 +02:00
noble
d883cd69fc
SOLR-14481: use classloader to open resource
2020-06-29 14:03:17 +10:00
noble
584e4d5f3c
syncing with branch_8x
2020-06-28 15:22:42 +10:00
Noble Paul
1590ed56bb
SOLR-14404: support for openResource() in PackageResourceLoader & path-prefix for container plugins
2020-06-28 14:49:06 +10:00
Atri Sharma
529faf1241
Revert "SOLR-14588: Implement Circuit Breakers ( #1606 )"
...
This reverts commit 7b54902f68
.
2020-06-27 23:44:32 +05:30
Atri Sharma
45763b6531
Revert "SOLR-14588: Follow Up Fixes and Documentation ( #1615 )"
...
This reverts commit 74ac97e402
.
2020-06-27 23:43:58 +05:30
David Smiley
80bc86dd6a
SOLR Revert change in path separator exposed by cat()
...
Previous change *should* have been purely a refactor but accidentally changed the path separator this streaming expression exposed to always be '/'. Apparently this is controversial so the previous behavior is re-instated here (and fixes a failing test on Windows).
2020-06-27 12:13:25 -04:00
Gus Heck
455f2e6c73
SOLR-13286 Quiet down metrics logging, add a marker to allow any handler to be silenced via log4j2.xml
2020-06-26 18:00:52 -04:00
Atri Sharma
74ac97e402
SOLR-14588: Follow Up Fixes and Documentation ( #1615 )
...
This commit is a follow up to the original commit and adds more documentation and adds timing information for circuit breaker in query response only if circuit breakers are enabled. This commit also adds a test for ensuring that the query response is correct when timing is enabled and circuit breakers are being used.
2020-06-26 22:20:21 +05:30
Erick Erickson
cb6b0318a7
SOLR-14588: fix failing test
2020-06-25 19:29:20 -04:00
Marcus
31de01f0ae
SOLR-14578: Update solrcloud-autoscaling-triggers.adoc and test ( #1591 )
...
* Update solrcloud-autoscaling-triggers.adoc
* fix the name of the execute_plan action in docs and test.
2020-06-25 16:50:50 -05:00
Erick Erickson
11538e52a2
SOLR-14541: Ensure classes that implement equals implement hashCode or suppress warnings
2020-06-25 16:35:56 -04:00
Atri Sharma
7b54902f68
SOLR-14588: Implement Circuit Breakers ( #1606 )
...
* SOLR-14588: Implement Circuit Breakers
This commit consists of two parts: initial circuit breakers infrastructure and real JVM memory based
circuit breaker which monitors incoming search requests and rejects them with SERVICE_TOO_BUSY error
if the defined threshold is breached, thus giving headroom to existing indexing and search requests
to complete.
2020-06-25 21:06:22 +05:30
Dan Fox
54e6528304
SOLR-13749: XCJF -> Cross-Collection Join
...
change solrUrlWhitelist -> allowSolrUrls
ref guide: update join parser section to be inline with the unit tests.
2020-06-25 09:26:00 -04:00
noble
73a5016ea7
Use simplified API signatures. @EndPoint annotation can be attached to a method and it's posisble to have just a single parameter for an end point
2020-06-25 16:16:04 +10:00
David Smiley
3000bbd05a
SOLR Move "userfiles" stuff from SolrPaths to CoreContainer. ( #1600 )
...
And convert String and File paths to Path API
2020-06-25 00:18:58 -04:00
Noble Paul
57a892f896
SOLR-14404 CoreContainer level custom requesthandlers ( #1432 )
...
SOLR-14404 CoreContainer level custom requesthandlers
2020-06-25 13:08:51 +10:00
Mike Drob
fa44f822e3
LUCENE-6669 Fix repeated "the the"
...
Co-Authored-By: Rich Bowen <rbowen@apache.org>
2020-06-24 16:15:51 -05:00
Atri Sharma
6a455866b0
Change JoinQuery class's visibility to package again ( #1611 )
2020-06-24 22:41:34 +05:30
Atri Sharma
7030bb5e27
SOLR-14591: Move JoinQuery To Its Own File ( #1609 )
2020-06-24 21:36:46 +05:30
Erick Erickson
db986086f5
SOLR-14541: Remove IntelliJ //noinspection comments
2020-06-23 19:36:51 -04:00
Erick Erickson
ea1bb9f2e9
SOLR-13268: Clean up any test failures resulting from defaulting to async logging
2020-06-23 15:35:08 -04:00