30089 Commits

Author SHA1 Message Date
koji
df0f141907 SOLR-11795: add more stuff under dev-tools for prometheus-exporter 2018-02-23 10:50:04 +09:00
Steve Rowe
edd54e551d LUCENE-8106: add cmdline option --no-git to avoid all git usage; replaces --no-fetch cmdline option 2018-02-22 16:52:09 -05:00
Jason Gerlowski
d2d987fd74 Fix ConcurrentUpdateSolrClient.Builder withQueueSize Javadocs 2018-02-22 13:56:37 -05:00
Andrzej Bialecki
364b680afa SOLR-11407: Increase the imbalance of the cluster to increase the pressure to
relocate replicas - in some test runs the policy decided not to move any replicas.
2018-02-22 17:43:50 +01:00
Shalin Shekhar Mangar
4446545de6 Revert "SOLR-11066: Implement a scheduled autoscaling trigger that runs on a fixed interval beginning with a given start time"
This reverts commit 137e647
2018-02-22 20:02:35 +05:30
Jason Gerlowski
7a17f5a36f SOLR-11525: Add cloud/standalone check to 'AssertTool'
The 'bin/solr assert' tool provides the capability to programmatically
test basic assertions about a running Solr instance.  Is it running on
a particular host or port?  Is it running as a specified user?  etc.

This commit adds a new type of check: the mode Solr is running in
(standalone vs. cloud).
2018-02-22 06:44:37 -05:00
koji
6859acc450 SOLR-11795: Add Solr metrics exporter for Prometheus 2018-02-22 15:08:46 +09:00
Shalin Shekhar Mangar
137e647f2c SOLR-11066: Implement a scheduled autoscaling trigger that runs on a fixed interval beginning with a given start time 2018-02-22 09:59:23 +05:30
Andrzej Bialecki
82a9984071 SOLR-11912: Clean up left-over collections and defaults between tests. 2018-02-21 17:36:38 +01:00
Varun Thacker
a9f0272380 SOLR-12006: Add a '*_t' and '*_t_sort' dynamic field for single valued text fields 2018-02-20 17:31:00 -08:00
Andrzej Bialecki
26e7af1015 SOLR-11407: Make sure that the .system collection is not affected by cluster changes.
Wait specifically for listeners to run.
2018-02-20 20:15:32 +01:00
Adrien Grand
ca22f17662 Remove dead codec code. 2018-02-20 19:15:00 +01:00
Adrien Grand
4bb705bad8 LUCENE-8153: Fix usage. 2018-02-20 19:08:37 +01:00
Adrien Grand
317a2e0c3d LUCENE-8153: Make impacts checks lighter by default.
The new `-slow` switch makes checks more complete but also more heavy. This
option also cross-checks term vectors.
2018-02-20 17:14:11 +01:00
koji
291248c750 Revert "SOLR-11795: Add Solr metrics exporter for Prometheus"
This reverts commit 4bfcbc5c605e2823c924dbe287a67b37d2dd0ca8.
2018-02-21 00:26:03 +09:00
koji
74793a9134 Revert "SOLR-11795: avoid using static class name for logger"
This reverts commit a31a8dae2e8a40c5c6a7c7a07ab4a7c27e4f7ed6.
2018-02-21 00:24:53 +09:00
koji
a31a8dae2e SOLR-11795: avoid using static class name for logger 2018-02-20 23:29:28 +09:00
Adrien Grand
cc1efdb4a3 Revert "LUCENE-8122: Upgrade analysis/icu to ICU 60.2"
This reverts commit 07407a5b53bf4d790c316ecf3b71046242f1e2da.
2018-02-20 14:40:53 +01:00
Adrien Grand
9a7b56b9df Revert "LUCENE-8122: Updata autogenerated code after update to ICU4J 60.2"
This reverts commit d99bfa4bdb3442581bd9559b289887a8bc44c957.
2018-02-20 14:40:01 +01:00
Adrien Grand
fafbb2635d Revert "LUCENE-8125: ICUTokenizer support for emoji/emoji sequence tokens"
This reverts commit 972df6c69de494b8a4f59e4e0d4de241d4ca6a80.
2018-02-20 14:39:53 +01:00
koji
4bfcbc5c60 SOLR-11795: Add Solr metrics exporter for Prometheus 2018-02-20 17:46:47 +09:00
Joel Bernstein
dfc0fe86e4 SOLR-11588: Update CHANGES.txt 2018-02-19 20:31:11 -05:00
Joel Bernstein
e746d7a001 SOLR-11588: Add matrixMult Stream Evaluator to support matrix multiplication 2018-02-19 19:27:25 -05:00
Erick Erickson
be7a811f61 SOLR-11964: SOLR-11874: Docs for ulimits (system) and queryAnalyzerFieldType (spellcheck) 2018-02-19 13:07:53 -08:00
Alan Woodward
a2fdbc9353 Avoid thread contention in LRUQueryCache test 2018-02-19 09:50:12 +00:00
Adrien Grand
34d3282ede LUCENE-8134: Fix validation of index options.
There were test failures in case inconsistent index options were introduced in
a new segment because checks were not done in the right order.
2018-02-19 10:27:56 +01:00
Varun Thacker
a2eb1dc271 Added copy sheet docs for Apache Zepplin 2018-02-18 21:20:20 -08:00
Uwe Schindler
02c693f371 SOLR-11971: Don't allow referal to external resources in DataImportHandler's dataConfig request parameter 2018-02-18 22:41:06 +01:00
Jason Gerlowski
b4f8cd7ea6 SOLR-11108: Shorten/improve _default-configset msg
The bin/solr scripts print a warning message when a user creates a
collection that makes use of the default config (which has settings
not recommended for production).

While helpful, this warning was a little too noisy.  It also suggested
users resolve the issue with a provided curl command, but bin/solr is
also capable of performing the same action.

This commit cleans up the error message a bit.
2018-02-17 19:08:26 -05:00
Joel Bernstein
d91e4cbea2 SOLR:11947: Fix ref guide build error 2018-02-16 21:13:31 -05:00
Joel Bernstein
a07edaee33 SOLR-11689: Update CHANGES.txt 2018-02-16 21:04:25 -05:00
Joel Bernstein
6c0f9ac8c7 SOLR-11689: Add l1norm, l2norm and linfnorm Stream Evaluators 2018-02-16 19:07:37 -05:00
Joel Bernstein
cb88bdbee2 SOLR-11947: Work in progress 2018-02-16 19:07:37 -05:00
Cassandra Targett
35cf4f6b31 SOLR-11897: Add toggle to disable auto-refresh of Logging page in the UI 2018-02-16 13:55:21 -06:00
Chris Hostetter
ee51b658ec SOLR-11988: Fix exists() method in EphemeralDirectoryFactory/MockDirectoryFactory to prevent false positives 2018-02-16 11:28:09 -07:00
Andrzej Bialecki
32f3570f08 SOLR-11912: Fix precommit. 2018-02-16 19:11:41 +01:00
Steve Rowe
e71286c826 LUCENE-8106: always fast-forward merge after checkout 2018-02-16 10:45:46 -05:00
Andrzej Bialecki
26a037636d SOLR-11912: Improve TriggerIntegrationTest to avoid side-effects between tests (spurious autoscaling events).
Add a convenience method to DistribStateManager to remove data recursively.
2018-02-16 11:28:57 +01:00
Tomas Fernandez Lobbe
250e5b2aba SOLR-11739: Remove cast no longer needed 2018-02-15 16:22:28 -08:00
Tomas Fernandez Lobbe
61ea8f60b1 SOLR-11739: Don't accept duplicate async IDs in collection API operations 2018-02-15 16:14:16 -08:00
Cassandra Targett
53640b95d8 SOLR-6057: Change highlight color in UI Analysis screen 2018-02-15 13:43:59 -06:00
Cassandra Targett
36d8261c02 SOLR-11893: Fix wrong field name in UI screenshot 2018-02-15 13:01:27 -06:00
Cassandra Targett
aa9bf0c6f6 SOLR-11944: Ref Guide: Add examples of GeoJSON and WKT 2018-02-15 12:40:11 -06:00
Cassandra Targett
a0c0fb89b2 SOLR-8090: Make text elements in the UI darker for better contrast and readability 2018-02-15 09:31:14 -06:00
Adrien Grand
4fb7e3d02c LUCENE-8135: Implement block-max WAND. 2018-02-15 15:13:58 +01:00
Adrien Grand
890e8a51f8 LUCENE-8134: Index options are no longer automatically downgraded. 2018-02-15 15:13:58 +01:00
Oliver Kaleske
c4c6b2a796 LUCENE-8174: Fixed toString method of (Double|Float|Int|Long)Range classes.
The previous implementation produced an ArrayOutOfBoundsException because of an incorrect calculation of the dimension index.
Also, the ranges for each dimension were never appended to the StringBuilder at all (which, however, could not actually be observed due to the exception).

Signed-off-by: Adrien Grand <jpountz@gmail.com>
2018-02-15 15:13:58 +01:00
Steve Rowe
a07493d508 LUCENE-8106: reproduceJenkinsFailures.py improvements: add cmdline option parsing; sort max failures to the bottom of the report; retest at branch tip first with and then without the seed if 100% of iterations fail. 2018-02-13 23:49:13 -05:00
Karl Wright
00f970cec6 Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/lucene-solr 2018-02-13 17:00:34 -05:00
Karl Wright
34354e90fe LUCENE-8173: Tighten the envelope so Gram-Schmidt gets a tighter answer. Less likely to blow up later. 2018-02-13 17:00:18 -05:00