31482 Commits

Author SHA1 Message Date
Karl Wright
8c34da8a62 LUCENE-8696: Fix precommit objections 2019-02-25 09:46:53 -05:00
Karl Wright
303d11921f Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/lucene-solr 2019-02-25 04:06:09 -05:00
Karl Wright
9bf2c8cb93 LUCENE-8696: Update test to be what's actually failing 2019-02-25 04:05:56 -05:00
Alan Woodward
edc73ee77c LUCENE-8702: Simplify some Intervals factory methods 2019-02-25 08:58:46 +00:00
Karl Wright
c599ad9802 Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/lucene-solr 2019-02-25 03:34:05 -05:00
Karl Wright
3754959797 OSQ-8696: Come up with a simple test case that exercises the random failure 2019-02-25 03:33:35 -05:00
Kevin Risden
9e7ec87f23
SOLR-9763: Remove the workaround implemented for HADOOP-12767 (Kevin Risden)
Signed-off-by: Kevin Risden <krisden@apache.org>
2019-02-24 14:23:27 -05:00
erick
fe5a96a284 SOLR-13268: Clean up any test failures resulting from SOLR-12055 (async logging). Kevin's upgrades 2019-02-24 09:50:04 -08:00
Mikhail Khludnev
52097627f8 SOLR-11883: reporting syntax errors as Bad Request instead of 500. 2019-02-23 23:55:55 +03:00
Erick
0de3905ce7 SOLR-12055: Enable async logging by default SOLR-12753: Async logging ring buffer and OOM error 2019-02-22 12:27:02 -08:00
Erick Erickson
6b4e90617d SOLR-13261: Make SortableTextField work with export/streaming 2019-02-22 11:04:31 -08:00
iverase
9b8a4a9e6e LUCENE-8699: Add lucene internal tag to PointValue interface
and fix some typos
2019-02-22 11:04:46 +01:00
Tomas Fernandez Lobbe
906a08838b Fix TestTlogReplica
At some point got broken and nobody noticed since it's not running
2019-02-21 21:33:49 -08:00
Jason Gerlowski
5ab5ba773a Minor cleanup to ExportWriter 2019-02-21 16:05:48 -05:00
iverase
f5a4159d75 LUCENE-8704: Use the HeapPointWriter to spill offline as BKDWriter does 2019-02-21 12:26:37 +01:00
jimczi
4625270ce0 LUCENE-8686: Fix test bug in TestTaxonomyFacetSumValueSource#testRandom 2019-02-21 16:36:26 +09:00
Tomas Fernandez Lobbe
6e81def01c Fix TestPullReplica.testKillLeader
Somewhere along the way, this was broken and since the test is being excluded, nobody noticed
2019-02-20 21:15:29 -08:00
Tomas Fernandez Lobbe
bcd90f1561
SOLR-12708: CREATE collection request doesn't fail or cleanup when the request fails (#568)
When performing an async CREATE requests, responses to internal requests are also included inside the "success" or "failed" elements of the general response. This will make the operation cleanup in case of failure, the same way as we do when the request is synchronous.
2019-02-20 13:24:46 -08:00
Christine Poerschke
9251d45706 Fix typo in 'Index Size Trigger' example JSON. 2019-02-20 20:23:24 +00:00
Kevin Risden
86fe24cbef
SOLR-13222: Improve logging in StreamingSolrClients (Peter Cseh via Kevin Risden)
Signed-off-by: Kevin Risden <krisden@apache.org>
2019-02-20 10:29:22 -05:00
Noble Paul
a89b065c1f SOLR-13255 : ClasscastException when URPs try to read a String field which returns a ByteArrayUTF8CHarSequence . This is a regression in release 7.7 2019-02-20 22:19:18 +11:00
iverase
3ef6e015dd LUCENE-8699: Change HeapPointWriter to use a single byte array instead to a list
of byte arrays. In addition a new interface PointValue is added to abstract out
  the different formats between offline and on-heap writers.
2019-02-20 12:14:58 +01:00
Kevin Risden
af3ff118ef
SOLR-11763: Upgrade Guava to 25.1-jre (Markus Jelsma, Kevin Risden)
Signed-off-by: Kevin Risden <krisden@apache.org>
2019-02-19 17:27:58 -05:00
Mike McCandless
ec801b4c54 LUCENE-8635: add option to move FSTs off-heap, and do so for the FST terms index in the default codec for non-primary-key fields if MMapDirectory is being used 2019-02-19 12:52:22 -05:00
iverase
6f61bdea0e LUCENE-8685: Refactor LatLonShape tests 2019-02-19 16:58:21 +01:00
Alan Woodward
55b4d2dcaa LUCENE-8697: GraphTokenStreamFiniteStrings correctly handles side paths with gaps 2019-02-19 13:56:17 +00:00
shalinmangar
97875af3f9 SOLR-13248: Adding upgrade notes which explain the problem and the mitigation as well as steps to revert to the old behavior 2019-02-18 13:56:24 -08:00
shalinmangar
7e2d40197c SOLR-13248: Autoscaling based replica placement is broken out of the box.
Solr 7.5 enabled autoscaling based replica placement by default but in the absence of default cluster policies, autoscaling can place more than 1 replica of the  same shard on the same node. Also, the maxShardsPerNode and createNodeSet was not respected. Due to these reasons,  this issue reverts the default replica placement policy to the 'legacy' assignment policy that was the default until Solr 7.4.
2019-02-18 13:46:05 -08:00
Ishan Chattopadhyaya
6a0f7b251d SOLR-11876: In-place updates fail during resolution if required fields are present 2019-02-18 14:33:28 +05:30
Erick Erickson
3235c61e77 SOLR-12028: BadApple and AwaitsFix annotations usage. 2019-02-17 10:40:58 -08:00
Tomas Fernandez Lobbe
8ac34c2d6d SOLR-13229: Cleanup replicasMetTragicEvent after all exceptions 2019-02-15 14:51:35 -08:00
Simon Willnauer
4a513fa99f
LUCENE-8292: Make TermsEnum fully abstract (#574) 2019-02-15 17:32:55 +01:00
Alan Woodward
10acaf02f8 SOLR-13126: Correctly combine multiplicative query boosts 2019-02-15 10:09:26 +00:00
Cassandra Targett
52a9241232 Ref Guide: fix "cloud mode" to "SolrCloud mode" 2019-02-14 15:35:10 -06:00
Cassandra Targett
e1959956c5 SOLR-12770: make docs on shards param a little more clear, fix a couple typos 2019-02-14 14:56:24 -06:00
Andrzej Bialecki
b4b9c39392 SOLR-13252: Fix an NPE when setting a "policy" property for an existing collection. 2019-02-14 21:38:22 +01:00
Christine Poerschke
e63ac04de6 further solr-ref-guide grammar fixes (s/rather then/rather than/g) 2019-02-14 18:59:05 +00:00
Ken Geis
1654b32345 fix grammar in streaming-expressions.adoc
(Ken Geis via Christine Poerschke)

This closes #572 pull request, thank you.
2019-02-14 18:46:13 +00:00
Andrzej Bialecki
abcda8282c SOLR-13155: Minor addition to the "stats" section to make it easier to
estimate the distribution of cores across nodes.
2019-02-14 11:35:53 +01:00
Jason Gerlowski
a084cc1e33 SOLR-13241: Add 'autoscaling' tool to solr.cmd
Prior to this commit, SOLR-13155 added support for an 'autoscaling' tool
to bin/solr, but not to the Windows equivalent bin/solr.cmd.  This
commit adds the necessary plumbing to the Windows version of this
script.  It also removes some dead help-text from the bin/solr script.
2019-02-13 10:48:31 -05:00
Noble Paul
cfefdade5f SOLR-13171 : A true streaming parser for javabin payload/stream without creating any objects 2019-02-13 18:23:43 +11:00
Bruno P. Kinoshita
5310152450 Fix some spell check issues 2019-02-12 21:35:30 -08:00
jimczi
4e34a0cb41 Add 7.7.0 back compat test indexes 2019-02-12 15:11:59 +01:00
Andrzej Bialecki
242ff88e02 SOLR-13155: Add command-line option for testing autoscaling configurations. 2019-02-12 11:53:15 +01:00
Alan Woodward
55c061770e Allow GPG keys with no spaces 2019-02-12 09:02:03 +00:00
jimczi
75c5325932 add 7.7.0 version to rdf 2019-02-11 09:50:01 +01:00
iverase
9db39ab0ca LUCENE-8687: Optimise radix partitioning for points on heap 2019-02-11 08:11:23 +01:00
Mikhail Khludnev
cd4cf7008d SOLR-12330: clarifying domain.(filter,query) for json.facet in the ref guide. 2019-02-10 23:37:58 +03:00
Mikhail Khludnev
bf69a40d16 SOLR-12330: rethow NPEs and other json.facet syntax errors properly as 400 2019-02-09 23:57:30 +03:00
yyuan2
a3a4ecd80b LUCENE-8662: Change TermsEnum.seekExact(BytesRef) to abstract 2019-02-08 15:10:38 -08:00