Ilan Ginzburg
3df72502cc
SOLR-15004: tests for the replica placement API + placement plugin fixes and light refactoring ( #2110 )
...
Co-authored-by: Andrzej Bialecki <ab@apache.org>
2020-12-01 20:07:08 +01:00
Timothy Potter
a0492840ee
SOLR-12182: Don't persist base_url in ZK as the scheme is variable, compute from node_name instead ( #2010 )
2020-11-30 12:05:48 -07:00
Jan Høydahl
99c38eee49
SOLR-14851 Http2SolrClient doesn't handle keystore type ( #2098 )
...
Signed-off-by: Jan Høydahl <janhoy@apache.org>
Co-authored-by: Andras Salamon <andras.salamon@melda.info>
2020-11-27 16:11:29 +01:00
Erick Erickson
77a205387f
SOLR-14993: Unable to download zookeeper files of 1byte in size
2020-11-22 09:23:44 -05:00
Christine Poerschke
c4d4767bca
SOLR-14035: Remove deprecated preferLocalShards=true support in favour of the shards.preference=replica.location:local alternative.
...
(Alex Bulygin via Christine Poerschke)
2020-11-19 17:57:47 +00:00
Noble Paul
73d5e7ae77
SOLR-14977 : ContainerPlugins should be configurable ( #2065 )
2020-11-17 00:19:50 +11:00
Bruno Roustant
67f9245ce3
SOLR-14975: Optimize CoreContainer.getAllCoreNames and getLoadedCoreNames.
...
Also optimize getCoreDescriptors.
2020-11-11 11:37:45 +01:00
Adrien Grand
fd98f677b9
Remove unused imports.
2020-11-10 09:22:34 +01:00
Dawid Weiss
0f871b2c56
SOLR-14926: Modernize and clean up search results clustering contrib.
2020-11-03 09:31:53 +01:00
Michael Aleythe
e7f0294d85
SOLR-14961 ZkMaintenanceUtils.clean doesn't remove zk nodes with same length
...
fixes #2042
2020-11-02 16:54:00 -06:00
Ilan Ginzburg
b649f3f40d
SOLR-14964: remove Autoscaling related withCollection and COLOCATED_WITH ( #2034 )
...
Part of SOLR-14656 (remove Autoscalin)
2020-10-26 19:10:49 +01:00
Tomas Fernandez Lobbe
38f02869b4
Remove sleeps from SolrZkClientTest.testWrappingWatches ( #1936 )
...
Only sleep when tests are nightly
2020-10-26 10:11:11 -07:00
Noble Paul
052efd62ae
Revert "refactor method names"
...
This reverts commit e826b1f344
.
accidental commite reverted
2020-10-22 15:25:31 +11:00
Noble Paul
e826b1f344
refactor method names
2020-10-22 12:35:47 +11:00
Noble Paul
321b4fa0de
SOLR-14930: Deprecate rulebased replica placement strategy (remove in 9.0) ( #1980 )
2020-10-15 19:53:43 +11:00
Andrzej Bialecki
2a3da99e2d
SOLR-14914: Add option to disable metrics collection.
2020-10-15 10:14:16 +02:00
Noble Paul
2f651b156c
SOLR-14654: remove all references of runtime lib
2020-10-14 11:13:38 +11:00
Houston Putman
bcd9cbec95
SOLR-14907: Support single file upload/overwrite in configSet API ( #1977 )
2020-10-13 16:51:21 -04:00
David Smiley
ab83b3b7c3
SOLR-14917: Move DOMUtil and PropertiesUtil to SolrJ ( #1953 )
2020-10-10 08:52:10 -04:00
Andrzej Bialecki
969f9c1899
SOLR-14691: Fix a minor back-compat formatting issue.
2020-10-07 20:46:13 +02:00
Andrzej Bialecki
43b1a2fdc7
SOLR-14691: Metrics reporting should avoid creating objects.
2020-10-07 17:52:55 +02:00
Timothy Potter
e879a52291
SOLR-14659: Remove restlet as dependency for the ManagedResource API ( #1938 )
...
Co-authored-by: noblepaul <noble.paul@gmail.com>
2020-10-04 11:21:49 -06:00
Erick Erickson
f6c4f8a755
SOLR-14910: Use in-line tags for logger declarations in Gradle ValidateLogCalls that are non-standard, change //logok to //nowarn
2020-10-03 09:47:37 -04:00
Tomas Fernandez Lobbe
8f2f80bbb3
SOLR-14663: Copy ConfigSet root data from base ConfigSet when using CREATE command
2020-10-01 14:13:40 -07:00
Atri Sharma
4105414c90
SOLR-13528: Implement API Based Config For Rate Limiters ( #1906 )
...
This commit moves Rate Limiter configurations from web.xml to a new command based approach using clusterprops.json
2020-09-28 14:57:06 +05:30
S N Munendra
ac58472310
SOLR-14036: Remove explicit distrib=false from /terms handler ( #1900 )
...
* Remove distrib=false from /terms handler so that terms are returned from across all shards instead of a single local shard.
* cleanup shards parameter handling in TermsComponent. This is handled in HttpShardHandler
* Remove redundant tests for shard whitelist
* remove redundant terms params from ScoreNodeStream
2020-09-24 22:12:24 +05:30
Christine Poerschke
876de8be41
SOLR-14828: reduce 'error' logging noise in BaseCloudSolrClient.requestWithRetryOnStaleState ( #1825 )
2020-09-24 17:06:45 +01:00
noblepaul
cafa449769
SOLR-14613: Avoid multiple ZK write
2020-09-24 17:26:41 +10:00
noblepaul
565c5b1ac4
SOLR-14894: Use annotations to implement V2 collection APIs
2020-09-24 12:37:12 +10:00
Noble Paul
fd0c08615d
SOLR-14890: Refactor code to use annotations for configset API ( #1911 )
2020-09-23 21:55:51 +10:00
Tomas Fernandez Lobbe
7b7a5a16ce
SOLR-10391: Add overwrite option to UPLOAD ConfigSet action ( #1861 )
...
When set to true, Solr will overwrite an existing configset in ZooKeeper in an UPLOAD.
A new cleanup parameter can also be passed to let Solr know what to do with the files that existed in the old configset, but no longer exist in the new configset (remove or keep)
2020-09-22 10:36:59 -07:00
noblepaul
745fc31785
SOLR-14871: Wrong field name in POJO
2020-09-18 20:33:59 +10:00
noblepaul
5bc7fb2861
SOLR-14871: remove unused test
2020-09-17 09:10:40 +10:00
Noble Paul
7b8e72e553
SOLR-14871 Use Annotations for v2 APIs in/cluster path ( #1878 )
2020-09-16 18:06:43 +10:00
Mike Drob
c902837bb2
SOLR-14846 Clean up Optional use ( #1843 )
...
* Remove Optional.ofNullable.orElse pattern
* Remove use of Optional as method parameter
2020-09-09 09:19:48 -05:00
Christine Poerschke
12dab0f80e
SOLR-14831: remove deprecated FacetParams.FACET_DISTRIB constant
2020-09-09 13:22:31 +01:00
Christine Poerschke
4716a0b2fa
SOLR-14831: mark FacetParams.FACET_DISTRIB as deprecated
2020-09-09 13:21:41 +01:00
Christine Poerschke
04def94492
SOLR-14831: remove deprecated-and-unused "facet.distrib.mco" constant in FacetParams.java ( #1832 )
2020-09-09 13:09:21 +01:00
Erick Erickson
f71ba62d4a
SOLR-14579: Comment SolrJ 'Utils' generic map functions
2020-09-05 09:19:45 -04:00
Andy Vuong
2544df8f6d
SOLR-14658: SolrJ collectionStatus(col) should only fetch one status ( #1687 )
...
An optimization or a perf-bug depending on point of view
2020-09-03 14:25:36 -04:00
Bruno Roustant
22abecdbc1
SOLR-14819: Fix inefficient iterator pattern in JsonSchemaValidator.
2020-09-03 12:05:13 +02:00
Chris Hostetter
a70a47d053
SOLR-14383: Fix nested indexing ref-guide documentation and corrisponding search examples
...
Squashed commit of branch jira/SOLR-14383 as of...
commit 34da84c238
Merge: 5d293276a3
8bd79ec301
Author: Chris Hostetter <hossman@apache.org>
Date: Tue Sep 1 16:39:03 2020 -0700
Merge branch 'master' into jira/SOLR-14383
2020-09-02 14:16:23 -07:00
Erick Erickson
594d676a95
SOLR-14579: reverting incorrect comments
2020-09-01 18:59:08 -04:00
Erick Erickson
b421878b77
SOLR-14579: Comment SolrJ 'Utils' generic map functions
2020-09-01 10:04:44 -04:00
noblepaul
4a68cf18b6
SOLR-14151: move the SolrClassLoader interface to SolrJ
2020-09-01 10:23:15 +10:00
Tomas Fernandez Lobbe
59d087f0b3
SOLR-14774: Create HealthCheckHandler in CoreContainer ( #1774 )
...
This commit does two things:
* Allow users to plug-in different implementations of the handler (they must extend HealthCheckHandler)
* Remove the HealthCheckHandler from the implicit SolrCore plugins
2020-08-28 15:59:56 -07:00
Erick Erickson
69fa5a00fb
LUCENE-9433: Remove Ant support from trunk
2020-08-28 09:31:16 -04:00
Christine Poerschke
4761dbabd9
SOLR-14700: avoid NPEs in TupleStream.getShards() when streamContext is null. ( #1754 )
2020-08-24 13:00:38 +01:00
Cao Manh Dat
a4a0d9e8ce
SOLR-14684: Skipping check time exceeded for the first request in a proper way
2020-08-24 10:11:13 +07:00
Erick Erickson
c9c75810c2
Revert "LUCENE-9433: Remove Ant support from trunk"
...
This reverts commit 37cd17dc
2020-08-21 16:57:58 -04:00