Cao Manh Dat
f4f3277980
SOLR-13276: Move change entry to 8.1
2019-03-04 15:50:53 +00:00
Jason Gerlowski
3b326e6244
SOLR-13256: Add ref-guide upgrade notes for 7.7
2019-03-04 09:43:26 -05:00
Mikhail Khludnev
b8d569aff0
SOLR-9882: reporting timeAllowed breach as partialResults instead of 500 error
2019-03-04 17:41:57 +03:00
Adrien Grand
a940c40b18
Add 7.7.1 back compat test indexes
2019-03-04 10:51:32 +01:00
Cao Manh Dat
e99934b240
SOLR-13276: Adding Http2 equivalent classes of CloudSolrClient and HttpClusterStateProvider
2019-03-04 09:41:45 +00:00
Shalin Shekhar Mangar
1f9c767aac
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 .
2019-03-04 11:02:47 +05:30
Chris Hostetter
fed80599a6
SOLR-12923: increase all await() times in TestSimTriggerIntegration
...
This means that 'real' failures (which should be rare and hopefully reproducile) will be 'slow', but the trade off will be less hard to reproduce 'false failures' due to thread contention on slow or heavily loaded (ie: jenkins) machines
2019-03-01 11:38:18 -07:00
Alan Woodward
7ad0ac0191
LUCENE-8714: Don't use NoMergePolicy in norms tests
...
This can cause spurious failures when run in conjunction with HandleLimitFS,
as we can end up with lots of very small segments which trips the file handles
limit
2019-03-01 14:47:54 +00:00
iverase
d381b73999
LUCENE-8709: Set pointWriter to null when size of the HeapPointWriter is 0
2019-03-01 10:44:07 +01:00
iverase
15dd4a1738
UCENE-8703: Build point writers in the BKD tree only when they are needed
2019-03-01 07:41:16 +01:00
Noble Paul
3ae52e1fe6
SOLR-13282: JDBCStreamTest should use assertEquals(double, double, delta) instead of '==' to compare 2 double values
2019-03-01 10:13:14 +11:00
Chris Hostetter
5e28e94a93
fix AfterClass in OverseerTest to not fail with NPE if assumeWorkingMockito() call short circuited the BeforeClass
2019-02-28 15:17:12 -07:00
Ishan Chattopadhyaya
02f1773be8
Lucene and Solr 7.7.1 release, DOAP changes
2019-03-01 03:01:43 +05:30
Joel Bernstein
f9b3004d01
SOLR-10436: Update CHANGES.txt
2019-02-28 09:32:24 -05:00
Joel Bernstein
dcb022bc67
SOLR-10436: Add hashRollup Streaming Expression
2019-02-28 09:20:08 -05:00
iverase
5b2f064ba7
LUCENE-8709: Handle case of creating a HeapPointWriter with size equal 0
2019-02-28 10:41:06 +01:00
Kevin Risden
15f3c3b0e6
SOLR-7321: Remove reflection in FSHDFSUtils.java (Mike Drob, Kevin Risden)
...
Signed-off-by: Kevin Risden <krisden@apache.org>
2019-02-27 13:57:40 -05:00
Cao Manh Dat
00c02290d5
SOLR-12297: Remove debugging System.out line
2019-02-27 09:50:59 +00:00
Karl Wright
78a57f75cb
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/lucene-solr
2019-02-27 02:28:50 -05:00
Karl Wright
ff799ac03d
LUCENE-8696: Rework how endpoint circles are represented to allow for consistency on WGS84.
2019-02-27 02:28:33 -05:00
Mike McCandless
1ad45a7974
fix typo in javadocs
2019-02-26 18:04:24 -05:00
Mikhail Khludnev
58beaeb74d
SOLR-13227: don't throw exceptions for counting facet.range.other.
2019-02-26 23:38:51 +03:00
Kevin Risden
8f78c0591c
SOLR-9762: Remove the workaround implemented for HADOOP-13346 (Kevin Risden)
...
Signed-off-by: Kevin Risden <krisden@apache.org>
2019-02-26 14:52:32 -05:00
Kevin Risden
9753e00294
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:48:47 -05:00
Karl Wright
9a6f942f82
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/lucene-solr
2019-02-26 08:46:46 -05:00
Karl Wright
149469ddbc
LUCENE-8696: Refactor, in preparation for creating a new SegmentEndpoint implementation to fix the problem.
2019-02-26 08:46:17 -05:00
Kevin Risden
6a886b274d
SOLR-13060: Improve HdfsAutoAddReplicasIntegrationTest and HdfsCollectionsAPIDistributedZkTest
...
Signed-off-by: Kevin Risden <krisden@apache.org>
2019-02-25 11:14:37 -05:00
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