Marcus
b37d92bfee
SOLR-13649 change the default behavior of the basic authentication plugin. ( #805 )
...
SOLR-13649: Property 'blockUnknown' of BasicAuthPlugin and JWTAuthPlugin now defaults to 'true'. This change is backward incompatible. To achieve the previous default behavior, explicitly set 'blockUnknown':'false' in security.json
2019-08-29 10:57:50 +05:30
Ishan Chattopadhyaya
a8d5bd34bf
SOLR-13718: SPLITSHARD (async) with failures in underlying sub-operations can result in data loss
...
When SPLITSHARD is issued asynchronously, any exception in a sub-operation isn't propagated and the overall
SPLITSHARD task proceeds as if there were no failures. This results in marking the active parent shard inactive
and can result in two empty sub-shards, thus causing data loss.
2019-08-29 10:04:08 +05:30
Noble Paul
cf21340294
SOLR-13723: JettySolrRunner should support /api/* (the v2 end point)
2019-08-29 14:01:52 +10:00
noble
54bd950819
formatting
2019-08-28 14:34:35 +10:00
Anshum Gupta
0c9ec35f88
SOLR-13257: Cleanup code and make the AffinityReplicaTransformer constructors private ( #848 )
...
SOLR-13257: Cleanup code and make the constructors private as the constructor is supposed to be called via the static getInstance method.
2019-08-27 16:27:20 -07:00
Tomas Fernandez Lobbe
7b589ad769
SOLR-13542: Move CHANGES entry to 8.3. Added contributor
2019-08-27 15:15:43 -07:00
Tomas Fernandez Lobbe
00f4bbe6fc
Merge pull request #717 from KoenDG/SOLR-13542
...
SOLR-13542: Code cleanup - Avoid using stream filter count where possible
2019-08-27 11:37:39 -07:00
noble
ea940347a7
SOLR-13650 : test jars recompiled with jdk8
2019-08-27 14:58:53 +10:00
noble
764747e8b2
SOLR-13710: Persist package jars locally & expose them over http at /api/node/blob
2019-08-27 14:08:17 +10:00
Noble Paul
e23c50b2a8
SOLR-13710: Persist package jars locally & expose them over http
2019-08-27 14:04:42 +10:00
noble
7e5c071c08
SOLR-13721: TestApiFramework#testFramework failing in master consistently
2019-08-27 12:01:23 +10:00
KoenDG
e2a285b6df
Code changes and CHANGES.txt editted.
...
The majority of the code seems to already be using anyMatch and noneMatch logic, these few remaining instances were using count() and comparing the result to 0.
This changes everything to anyMatch and noneMatch, which is also potentially more performant.
Extra newline.
2019-08-26 22:16:20 +02:00
noble
0ad8c1f302
SOLR-13699 - maxChars no longer working on CopyField with javabin
2019-08-26 09:00:54 +10:00
Chris Troullis
64a4ca57a8
SOLR-13699 - maxChars no longer working on CopyField with Javabin
2019-08-26 08:57:17 +10:00
Tomas Fernandez Lobbe
225fd3d8ee
SOLR-13655: Fix precommit
2019-08-23 15:29:36 -07:00
David Smiley
f335ac9bbc
SOLR-11601: Improve geodist error message when using with LLPSF.
2019-08-24 00:18:48 +02:00
Tomas Fernandez Lobbe
180f6d2ec9
SOLR-13655: Added CHANGES entry
2019-08-23 14:34:23 -07:00
Atri Sharma
19aecb0f7d
SOLR-13655:Upgrade Collections.unModifiableSet to Set.of and Set.copyOf ( #817 )
2019-08-23 14:31:28 -07:00
Jan Høydahl
07f1364800
SOLR-13702: Fix precommit
2019-08-23 18:19:35 +02:00
Jan Høydahl
0aa3654802
SOLR-13702: Some components register twice their metric names ( #834 )
2019-08-23 15:23:58 +02:00
noble
1cbc5eaf51
SOLR-13707: API to expose the currently used package name, details for each plugin
2019-08-22 16:29:20 +10:00
Noble Paul
d1e4d81355
SOLR-13707: API to expose the currently used package name, details for each plugin ( #841 )
2019-08-22 16:27:19 +10:00
Chris Hostetter
2fdc882bc4
Additional logging in test framework methods that 'waitFor' something to better trace order of operations when failures occur
2019-08-21 13:13:40 -07:00
Tomas Fernandez Lobbe
8f4103dd4b
SOLR-13257: Support deterministic replica routing
...
Deterministic replica routing can help improve caching and allow a more consistent paging when sorting by score
This closes #677
2019-08-21 11:31:12 -07:00
noble
101fa624c3
SOLR-13706: Config API output is broken for "highlight" component
2019-08-21 07:29:03 +10:00
nppoly
26628b2717
LUCENE-8755: Spatial-extras quad and packed-quad trees now index
...
points a little faster, and also fix an edge case bug.
Fixes #824
2019-08-20 23:09:33 +02:00
Chris Hostetter
8725944fba
SOLR-13650: AwaitsFix TestContainerReqHandler.testCacheFromGlobalLoader
...
the jenkins failure rate for this test since it was committed is over 80%, it needs to be dsaibled until this can be addressed
2019-08-20 09:45:11 -07:00
Noble Paul
30ce19a13e
SOLR-13650:ref guide typo
2019-08-20 18:36:24 +10:00
Munendra S N
540de65e14
SOLR-13704: correct error codes for client errors in expand component
2019-08-20 09:44:05 +05:30
noble
37b2a1f9b2
SOLR-13650: ref guide
2019-08-20 12:04:15 +10:00
noble
aa4ba2f797
SOLR-13650: CHANGES.txt
2019-08-20 11:52:41 +10:00
noble
d51a33f58f
SOLR-13650: precommit errors fixed
2019-08-20 11:48:56 +10:00
Chris Hostetter
a12cf2f6d8
Harden TestExtendedDismaxParser.testBf
...
Eliminate assumption about index order
2019-08-19 15:33:19 -07:00
noble
6eae96c34c
SOLR-13650: cache reload listener
2019-08-20 05:49:46 +10:00
noble
ca4fc9b912
SOLR-13650: compile error fixed
2019-08-20 05:12:58 +10:00
Noble Paul
a4b0ab530f
SOLR-13650: Support for named global classloaders
2019-08-20 05:00:38 +10:00
Chris Hostetter
8a24641fb2
Harden TestExportWriter
...
force MergePolicy to ensure index order assumptions are valid
2019-08-19 11:53:34 -07:00
Munendra S N
0654c2496d
SOLR-6328: return missing count for facet.missing=true even if limit=0
...
* facet.missing is independent of facet.limit. So, even for limit=0,
missing counts should be return if facet.missing=true
2019-08-19 20:46:04 +05:30
noble
6c94f659d2
SOLR-13677: All Metrics Gauges should be unregistered by the objects that registered them
2019-08-19 19:51:26 +10:00
Noble Paul
7415fe4539
SOLR-13677: All Metrics Gauges should be unregistered by the objects that registered them ( #836 )
...
* SOLR-13677: All Metrics Gauges should be unregistered by the objects that registered them
2019-08-19 19:48:06 +10:00
Chris Hostetter
f5856ef404
SOLR-13701: Fixed JWTAuthPlugin to update metrics prior to continuing w/other filters or returning error
2019-08-18 12:20:51 -07:00
Chris Hostetter
251259d5ab
SOLR-13700: Fixed a race condition when initializing metrics for new security plugins on security.json change
2019-08-18 12:18:54 -07:00
Chris Hostetter
54ab07718a
Harden AliasIntegrationTest.testClusterStateProviderAPI
...
use the underlying ZKStateReader of the ClusterStateProvider when waiting for the alias ZNodeVersion to change
prior versions of the test waited using the zkStateReader of the remote client, but there was no garuntee that the state had been updated on the ClusterStateProvider being used by the test
2019-08-14 21:36:38 -07:00
Andrzej Bialecki
7c2d45d53e
SOLR-13694: IndexSizeEstimator NullPointerException.
2019-08-14 17:57:13 +02:00
Mikhail Khludnev
70162d3fb1
adding <SpanPositionRange> into XML Query Parser
2019-08-14 18:19:47 +03:00
Andrzej Bialecki
a4ff429ab0
SOLR-13693: Use strongly-typed setters for cache parameters.
2019-08-14 15:58:39 +02:00
Christine Poerschke
9e6047331b
SOLR-13240: make operation-not-null checks consistent in TestPolicy.testNodeLostMultipleReplica
...
(Richard Goodman via Christine Poerschke)
2019-08-13 15:24:19 +01:00
noble
07ca02b737
SOLR-13688: Run the bin/solr export command multithreaded
2019-08-13 18:54:05 +10:00
Chris Hostetter
0291db44bc
SOLR-13464: fix javadoc typo that precommit somehow missed?
2019-08-12 14:55:17 -07:00
Chris Hostetter
c7822c393e
SOLR-13464: Test work arounds
...
* Refactor existing work around in BasicAuthIntegrationTest up into SolrCloudAuthTestCase for re-use in JWTAuthPluginIntegrationTest
* Simplify BasicAuthOnSingleNodeTest and PKIAuthenticationIntegrationTest to use their existing (static) security settings on creation of MiniSolrCloud. Since they no longer modify security.json once the nodes are alive, the issue no longer affects them
2019-08-12 14:03:54 -07:00