Jan Høydahl
4540fa427a
SOLR-13244: Nodes view fails when a node is temporarily down
...
(cherry picked from commit 8f29d1eaadce5ca2c79b1f48161a8dda696d9952)
2019-03-15 13:31:34 +01:00
Moshe
7961e17e7e
SOLR-13129: nested docs: add more/better documentation in Solr ref-guide
...
(cherry picked from commit c2a6772f1edd506c114a4e8179bd09e928f97b49)
2019-03-14 09:12:41 -04:00
Gus Heck
1d85f13eeb
SOLR-13131 Category Routed Aliases
...
(cherry picked from commit d8f2a02fdb11a484425f9fddfa7061711d2f0034)
2019-03-13 01:36:40 -04:00
Gus Heck
470813143d
SOLR-12891 MacroExpander will no longer will expand URL parameters by
...
default inside of the 'expr' parameter, add InjectionDefense class
for safer handling of untrusted data in streaming expressions and add
-DStreamingExpressionMacros system property to revert to legacy behavior
(cherry picked from commit 9edc557f4526ffbbf35daea06972eb2c595e692b)
2019-03-12 11:56:28 -04:00
Kevin Risden
b4d9a98b32
SOLR-13307: Ensure HDFS tests clear System properties they set (Kevin Risden)
...
Signed-off-by: Kevin Risden <krisden@apache.org>
2019-03-11 11:22:22 -04:00
Mikhail Khludnev
5a5a39ee18
SOLR-13284: fallback to json instead of NPE and 500 code, when wt is omitted or wrong.
2019-03-10 23:12:22 +03:00
erick
277251c202
SOLR-13268: Clean up any test failures resulting from defaulting to async logging
...
(cherry picked from commit 9272c29)
2019-03-10 11:35:51 -07:00
Andrzej Bialecki
f6f5f995ef
SOLR-13292: Provide extended per-segment status of a collection.
2019-03-09 14:09:34 +01:00
Jan Høydahl
4dfe945ae7
SOLR-12121: Move CHANGES entry from Improvements to New Features section
...
(cherry picked from commit 9eabaf46a2be77383643dada10e93087970c07f7)
2019-03-08 22:11:54 +01:00
Christine Poerschke
c55415cda8
SOLR-13254: Correct message that is logged in solrj's ConnectionManager when an exception occurred while reconnecting to ZooKeeper. (hu xiaodong via Christine Poerschke)
2019-03-07 21:09:43 +00:00
Erick Erickson
fc76b70bd5
SOLR-13261: Make SortableTextField work with export/streaming, now requires useDocValuesAsStored='true'
...
(cherry picked from commit 1e09268e781039b62e856cc696aba0e519079bbc)
2019-03-07 11:00:01 -08:00
Uwe Schindler
dac4169b01
Fix Windows startup script to disable HTTP/2 if TLS is enabled on Java 8.
2019-03-07 14:37:17 +01:00
Erick Erickson
bbf4cbc17e
SOLR-13295: Reproducible failure in TestDistributedGrouping
2019-03-05 14:02:42 -08:00
Andrzej Bialecki
5f605daf92
SOLR-13271: Read-only mode for SolrCloud collections.
2019-03-05 17:17:00 +01:00
Joel Bernstein
357254b642
SOLR-13287: Update CHANGES.txt
2019-03-05 10:12:52 -05:00
Adrien Grand
b15dfbc7a9
SOLR-13234: Remove 9.0 from Solr changes.
2019-03-05 09:56:29 +01:00
Cao Manh Dat
0acc1f0584
SOLR-13276: Move change entry to 8.1
2019-03-04 15:52:18 +00:00
Mikhail Khludnev
17c2634217
SOLR-9882: reporting timeAllowed breach as partialResults instead of 500 error
2019-03-04 17:43:58 +03:00
Adrien Grand
1c1fd08a2c
Add 7.7.1 version and bwc indices.
2019-03-04 10:51:47 +01:00
Cao Manh Dat
3064b9bb5f
SOLR-13276: Adding Http2 equivalent classes of CloudSolrClient and HttpClusterStateProvider
2019-03-04 09:43:35 +00:00
Shalin Shekhar Mangar
02eb9d3440
SOLR-13234: Prometheus Metric Exporter not threadsafe.
...
This changes the prometheus exporter to collect metrics from Solr on a fixed interval controlled by this tool and prevents concurrent collections. This change also improves performance slightly by using the cluster state instead of sending multiple HTTP requests to each node to lookup all the cores.
This closes #571 .
(cherry picked from commit 1f9c767aac76ac1618ccaffce42524e109335fe8)
2019-03-04 11:04:33 +05:30
Noble Paul
b14748e61f
SOLR-13285: Updates with enum fields and javabin cause ClassCastException
2019-03-04 10:26:09 +11:00
Joel Bernstein
d4158f0106
SOLR-10436: Update CHANGES.txt
2019-02-28 09:33:16 -05:00
Kevin Risden
ba70919dd6
SOLR-7321: Remove reflection in FSHDFSUtils.java (Mike Drob, Kevin Risden)
...
Signed-off-by: Kevin Risden <krisden@apache.org>
2019-02-27 14:07:49 -05:00
Mikhail Khludnev
34757670d9
SOLR-13227: don't throw exceptions for counting facet.range.other.
2019-02-26 23:43:31 +03:00
Kevin Risden
71d8aefc0c
SOLR-9762: Remove the workaround implemented for HADOOP-13346 (Kevin Risden)
...
Signed-off-by: Kevin Risden <krisden@apache.org>
2019-02-26 14:53:15 -05:00
Kevin Risden
2234e9ba67
SOLR-13074: MoveReplicaHDFSTest leaks threads, falls into an endless loop, logging like crazy (Kevin Risden)
...
Signed-off-by: Kevin Risden <krisden@apache.org>
2019-02-26 14:49:52 -05:00
Kevin Risden
129de3f5e9
SOLR-13060: Improve HdfsAutoAddReplicasIntegrationTest and HdfsCollectionsAPIDistributedZkTest
...
Signed-off-by: Kevin Risden <krisden@apache.org>
2019-02-25 11:29:38 -05:00
Kevin Risden
e0231fddba
SOLR-9763: Remove the workaround implemented for HADOOP-12767 (Kevin Risden)
...
Signed-off-by: Kevin Risden <krisden@apache.org>
2019-02-24 14:24:21 -05:00
Mikhail Khludnev
d68e992d03
SOLR-11883: reporting syntax errors as Bad Request instead of 500.
2019-02-24 16:39:40 +03:00
erick
4aa0645ea6
SOLR-12055: SOLR-12753: Missed mentioning SOLR-12753 in 8.1 CHANGES.txt
2019-02-22 13:14:21 -08:00
erick
4530c8041f
SOLR-12055: Enable async logging by default SOLR-12753: Async logging ring buffer and OOM error
2019-02-22 12:49:31 -08:00
erick
07cc2d98ef
SOLR-12055: Enable async logging by default SOLR-12753: Async logging ring buffer and OOM error
...
(cherry picked from commit 0de3905)
2019-02-22 12:47:29 -08:00
Erick Erickson
cf1e3c4603
SOLR-13261: Make SortableTextField work with export/streaming
...
(cherry picked from commit 6b4e90617ddb5a9897070bc60e2c6e78d8488f12)
2019-02-22 11:06:04 -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
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
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
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 97875af3f93477f48e4ead1979b2f36797106e06)
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 7e2d40197cb096fe0519652c2ebbbf38a70d0d65)
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
Tomas Fernandez Lobbe
3f0dd8a70f
SOLR-13229: Cleanup replicasMetTragicEvent after all exceptions
2019-02-15 14:52:06 -08:00
Alan Woodward
249dfdae01
SOLR-13126: Correctly combine multiplicative query boosts
2019-02-15 11:20:35 +00: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
Andrzej Bialecki
98cea5440f
SOLR-13155: Add command-line option for testing autoscaling configurations.
2019-02-12 11:53:57 +01: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
Jan Høydahl
ceb73803a6
SOLR-12121: JWT Token authentication plugin with OpenID Connect implicit flow login through Admin UI
...
(cherry picked from commit ea2c8ba38e32a9f1e7d11cf3687c5469bfd6414c)
2019-02-06 08:39:03 +01:00
Joel Bernstein
14665dac6f
SOLR-13146: Update CHANGES.txt
2019-02-03 18:27:18 -05:00