Tomas Fernandez Lobbe
4c0ecedf2b
Fix TestPullReplica.testKillLeader
...
Somewhere along the way, this was broken and since the test is being excluded, nobody noticed
2019-02-20 21:16:39 -08:00
Tomas Fernandez Lobbe
128da043df
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 14:06:10 -08:00
Christine Poerschke
1c55df083c
Fix typo in 'Index Size Trigger' example JSON.
2019-02-20 20:24:29 +00:00
Kevin Risden
5d71e90b17
SOLR-13222: Improve logging in StreamingSolrClients (Peter Cseh via Kevin Risden)
...
Signed-off-by: Kevin Risden <krisden@apache.org>
2019-02-20 11:10:01 -05:00
Noble Paul
e636c47bf6
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:21:39 +11:00
Noble Paul
7a33ba3323
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:20:35 +11:00
iverase
66d4840860
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:15:57 +01:00
Kevin Risden
cdabcb88d3
SOLR-11763: Upgrade Guava to 25.1-jre (Markus Jelsma, Kevin Risden)
...
Signed-off-by: Kevin Risden <krisden@apache.org>
2019-02-19 17:29:06 -05:00
Mike McCandless
10d5e935e2
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:54:01 -05:00
iverase
6dff94e2a2
LUCENE-8685: Refactor LatLonShape tests
2019-02-19 17:02:38 +01:00
Alan Woodward
472dee19de
LUCENE-8697: GraphTokenStreamFiniteStrings correctly handles side paths with gaps
2019-02-19 14:59:07 +00:00
shalinmangar
d697b4a6ad
SOLR-13248: Adding upgrade notes which explain the problem and the mitigation as well as steps to revert to the old behavior
...
(cherry picked from commit 97875af3f9
)
2019-02-18 14:26:28 -08:00
shalinmangar
7ede4e2b43
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.
(cherry picked from commit 7e2d40197c
)
2019-02-18 14:26:20 -08:00
Ishan Chattopadhyaya
a1efe97931
SOLR-11876: In-place updates fail during resolution if required fields are present
2019-02-18 14:34:49 +05:30
Erick Erickson
4428f53c91
SOLR-12028: BadApple and AwaitsFix annotations usage.
...
(cherry picked from commit 3235c61e77
)
2019-02-17 10:41:36 -08:00
Tomas Fernandez Lobbe
3f0dd8a70f
SOLR-13229: Cleanup replicasMetTragicEvent after all exceptions
2019-02-15 14:52:06 -08:00
Simon Willnauer
8dfbbec892
LUCENE-8292: Make TermsEnum fully abstract ( #574 )
2019-02-15 17:33:44 +01:00
Alan Woodward
249dfdae01
SOLR-13126: Correctly combine multiplicative query boosts
2019-02-15 11:20:35 +00:00
Cassandra Targett
b57cacbb71
Ref Guide: fix "cloud mode" to "SolrCloud mode"
2019-02-14 15:36:02 -06:00
Cassandra Targett
6633d4665c
SOLR-12770: make docs on shards param a little more clear, fix a couple typos
2019-02-14 14:56:55 -06:00
Andrzej Bialecki
18a48934b5
SOLR-13252: Fix an NPE when setting a "policy" property for an existing collection.
2019-02-14 21:38:58 +01:00
Christine Poerschke
4c81d4dd94
further solr-ref-guide grammar fixes (s/rather then/rather than/g)
2019-02-14 19:01:04 +00:00
Ken Geis
6285b3ba15
fix grammar in streaming-expressions.adoc
...
(Ken Geis via Christine Poerschke)
This closes #572 pull request, thank you.
2019-02-14 18:49:23 +00:00
Andrzej Bialecki
b6ebc748c9
SOLR-13155: Minor addition to the "stats" section to make it easier to
...
estimate the distribution of cores across nodes.
2019-02-14 11:39:41 +01:00
Jason Gerlowski
a6f9f53ce5
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:51:45 -05:00
Noble Paul
93288d7e28
SOLR-13171 : A true streaming parser for javabin payload/stream without creating any objects
2019-02-13 18:25:09 +11:00
Bruno P. Kinoshita
a1b2913049
Fix some spell check issues
2019-02-12 21:36:48 -08:00
Andrzej Bialecki
98cea5440f
SOLR-13155: Add command-line option for testing autoscaling configurations.
2019-02-12 11:53:57 +01:00
Alan Woodward
83f8d14226
Add next minor release version 8.1.0
...
This reverts commit b20afd322d
.
2019-02-12 09:15:58 +00:00
Alan Woodward
4e2acd8558
Allow GPG keys with no spaces
2019-02-12 09:02:30 +00:00
jimczi
45b4f9477d
Add 7.7.0 back compat test indexes
2019-02-11 10:17:01 +01:00
jimczi
dfabba967f
add 7.7.0 version to rdf
2019-02-11 09:51:05 +01:00
iverase
793441475e
LUCENE-8687: Optimise radix partitioning for points on heap
2019-02-11 08:12:31 +01:00
Mikhail Khludnev
8777d3ff6b
SOLR-12330: clarifying domain.(filter,query) for json.facet in the ref guide.
2019-02-10 23:39:00 +03:00
Mikhail Khludnev
b63b8756b7
SOLR-12330: rethow NPEs and other json.facet syntax errors properly as 400
2019-02-10 00:02:06 +03:00
yyuan2
d60b1e4ee0
LUCENE-8662: Change TermsEnum.seekExact(BytesRef) to abstract
2019-02-08 15:16:50 -08:00
Cassandra Targett
416c9f88b8
Ref Guide: fix typos & abbreviated words
2019-02-08 13:11:10 -06:00
iverase
f79c8e6cd5
LUCENE-8680: Add CHANGES.txt entry
2019-02-08 16:26:56 +01:00
iverase
d7d4d64f34
LUCENE-8680: Refactor EdgeTree#relateTriangle method
2019-02-08 16:21:26 +01:00
Kevin Risden
092b22faa3
SOLR-9515 - Add maven forbiddenapis exclude for copied Hadoop code
...
Signed-off-by: Kevin Risden <krisden@apache.org>
2019-02-08 09:32:10 -05:00
Alan Woodward
2655d44e0f
Fix escaping in Solr Reference Guide
2019-02-08 13:45:48 +00:00
Tomas Fernandez Lobbe
e8b7700ba9
Set types in ZkController callables
2019-02-07 22:27:20 -08:00
Konstantin Perikov
cfceff87c4
Update language-analysis.adoc
2019-02-07 22:12:58 -08:00
Chris Hostetter
2d48bde21b
disable TestInjection in RestartWhileUpdatingTest
...
work around for SOLR-13189 and SOLR-13212
(cherry picked from commit 956772b7ef
)
2019-02-07 18:27:47 -07:00
Kevin Risden
fd061bddf2
SOLR-9515 - Remove pom dependency kerby-kerb
...
Signed-off-by: Kevin Risden <krisden@apache.org>
2019-02-07 11:47:42 -05:00
iverase
a843b3aa35
LUCENE-8673: Use radix partitioning when merging dimensional points instead of sorting all dimensions before hand.
2019-02-07 08:19:12 +01:00
Jason Gerlowski
199725d5d5
SOLR-13042: Miscellaneous JSON Faceting ref-guide improvements
2019-02-06 21:17:32 -05:00
Chris Hostetter
69b5a04a4d
SOLR-13210: Fix TriLevelCompositeIdRoutingTest to actually make sense
...
(cherry picked from commit 87ad59f826
)
2019-02-06 14:45:07 -07:00
Chris Hostetter
a38336285d
Harden OrderedExecutorTest to use concurrent latches/barriers for testing parallelism instead of making assumpions about how milliseconds something should take in another thread
...
(cherry picked from commit ea2956fda3
)
2019-02-06 14:45:02 -07:00
Tomas Fernandez Lobbe
9bafc4912f
Removed some unused variables from DistributedUpdateProcessor
2019-02-06 11:32:51 -08:00