Munendra S N
37955f789e
SOLR-12870: use StandardCharsets instead of String values
...
Fixes #469
2019-07-20 10:22:29 +05:30
Noble Paul
e3b0fc7442
SOLR-13565, SOLR-13553 ( #774 )
...
* SOLR-13565: initial commit
* SOLR-13565: updated with testcase
* SOLR-13565: removed unused methods
* SOLR-13565: better logging
* SOLR-13565: disable SSL
* SOLR-13565: more tests
* SOLR-13565: syncing with master
* SOLR-13565: fixing tests
* SOLR-13565: fixing tests
* SOLR-13534: Fix test
Remove buggy 'port roulette' code that can easily fail if OS gives the selected port to a different process just before creating the server
Use jetty's built in support for listining on an OS selected port instead
Also increase timeouts to better account for slow/heavily loaded (ie:jenkins) VMs where SolrCore reloading may take longer then 10 seconds
* SOLR-13565: set proper permission name
* SOLR-13565: syncing with master
* SOLR-13565: syncing with master
* SOLR-13565: removed accidental change
* SOLR-13565: removed accidental change
* SOLR-13565: removed accidental change
* SOLR-13565: more tests
* SOLR-13565: Tests with key signing tests
* SOLR-13565: fixing concurrency issues in tests
* SOLR-13565: add tests with 512 bit RSA
* SOLR-13565: fixing concurrency issues
* SOLR-13565: remove unused code
2019-07-20 14:35:20 +10:00
Munendra S N
fc15cd79f7
SOLR-12554: Expose IndexWriterConfig's ramPerThreadHardLimitMB
...
* When ramPerThreadHardLimitMB is not specified, then Lucene's
default value 1945 is used. The specified value should be
greater than 0 and less than 2048MB
2019-07-01 23:47:26 +05:30
Chris Hostetter
01b303c2e5
SOLR-12988: SSLTestConfig has been changed to throw AssumptionViolatedException when tests/seeds request SSL but the JVM appears to be an OpenJDK version known to have SSL bugs
...
SOLR-13574: Add CHANGES entry that was overlooked
(cherry picked from commit aaf20aefa4
)
2019-06-27 15:52:22 -07:00
Chris Hostetter
8db2fdfa91
SOLR-13574: Fix many test and test-framework classes to not fail on After/AfterClass cleanup if assumptions fail in Before/BeforeClass setup
...
(cherry picked from commit 7e57d3a9d9
)
Conflicts:
solr/core/src/test/org/apache/solr/cloud/CleanupOldIndexTest.java
2019-06-27 10:39:24 -07:00
Chris Hostetter
456bc4dbf9
SOLR-12988: Fix Revert
...
an (erroneous) assigment to useSsl was left in the constructor after the (intended) conditional assigment, rendering the conditional logic useless
(cherry picked from commit c8c2f2f25b
)
2019-06-20 16:05:11 -07:00
Cao Manh Dat
150e4f9863
SOLR-12988: Revert changes
2019-06-19 21:08:01 +01:00
Cao Manh Dat
64e3cc1789
SOLR-12988: Skip running tests with SSL on Java 11 to 11.0.2
2019-06-19 10:44:43 +01:00
Cao Manh Dat
968830a2be
SOLR-12988: Avoid using TLSv1.3 for HttpClient
2019-06-18 13:17:51 +01:00
Chris Hostetter
2f2333a781
SOLR-13490: Fix CollectionStateWatcher/CollectionStatePredicate based APIs in ZkStateReader and CloudSolrClient to be triggered on liveNode changes.
...
Also add Predicate<DocCollection> equivilents for callers that don't care about liveNodes.
(cherry picked from commit 5a974860fa
)
2019-06-17 10:00:05 -07:00
Cao Manh Dat
22fca67bfe
SOLR-13541: Upgrade Jetty to 9.4.19.v20190610
2019-06-14 15:45:45 +01:00
erick
cd809ef767
SOLR-12013: collections API CUSTERSTATUS command fails when configset missing
2019-06-11 13:29:23 -07:00
Koen De Groote
8b6a0d0964
LUCENE-8847: Code Cleanup: Rewrite StringBuilder.append with concatted strings ( #707 )
...
This specific commit affects all points in the casebase where the argument of a StringBuilder.append() call is itself a regular String concatenation.
This defeats the purpose of using StringBuilder and also introduces an extra alloction.
These changes should avoid that.
ant tests have run, succeeded on local machine.
Removing test files from the changes.
Another suggested rework.
2019-06-10 18:10:06 +02:00
Cao Manh Dat
a39c342793
SOLR-13434: OpenTracing support for Solr ( #685 )
2019-06-04 20:05:17 +01:00
Erick Erickson
e890980311
SOLR-8346: Upgrade Zookeeper to version 3.5.5
...
(cherry picked from commit 7ebeab71f4
)
2019-06-03 17:59:01 -07:00
Erick Erickson
4c10edc3e4
SOLR-13454: Investigate ReindexCollectionTest failures. I missed a place where I should have called the bandaid code
...
(cherry picked from commit 0aaf543208
)
2019-05-10 13:56:33 -07:00
Erick Erickson
8bac8a70a1
SOLR-13454: Investigate ReindexCollectionTest failures
...
(cherry picked from commit 577be08bf2
)
2019-05-09 12:46:25 -07:00
noble
8cde22ba01
SOLR-13320 : add an update param failOnVersionConflicts=false to updates not fail when there is a version conflict
2019-05-07 15:22:57 +10:00
Mikhail Khludnev
39ff3052c3
SOLR-12291: fixing premature completion of async tasks
...
* extract async tracking methods from OverseerCollectionMessageHandler into the separate class
* replacing hashmap to named list to avoid entry loss
2019-04-30 10:03:34 +03:00
Ishan Chattopadhyaya
855c7d6bb5
SOLR-5970: Return correct status upon collection creation failure
2019-04-28 23:20:21 +05:30
Ishan Chattopadhyaya
a877632aaf
SOLR-12248, SOLR-4647: Grouping is broken on docValues-only fields
2019-04-28 23:04:37 +05:30
Chris Hostetter
449dc4438b
SOLR-13336: fix CloudInspectUtil to use filter to eliminate risk of TooManyClausesException
...
(cherry picked from commit 1c3d23e58a
)
2019-04-19 11:00:20 -07:00
Erick Erickson
249a03d4f5
SOLR-11035: (at least) 2 distinct failures possible when clients attempt searches during SolrCore reload bandaid for DocValuesNotIndexedTest
...
(cherry picked from commit 2a3bd8e864
)
2019-04-18 21:38:56 -07:00
Moshe
d01b13c8ed
SOLR-12638: Partial/Atomic updates of nested docs.
...
and [child] now works in RTG.
(cherry picked from commit 8527ec11af
)
2019-04-10 03:03:58 -04:00
Jan Høydahl
b0f4b5dc75
SOLR-12120: New AuditLoggerPlugin type allowing custom Audit logger plugins
...
(cherry picked from commit 361502da8a
)
2019-04-05 11:34:03 +02:00
Kevin Risden
9f2e04b3f2
SOLR-13075: Harden SaslZkACLProviderTest (Kevin Risden, Hrishikesh Gadre, Peter Cseh)
...
Signed-off-by: Kevin Risden <krisden@apache.org>
2019-04-03 11:09:24 -04:00
Bar Rotstein
de58717183
SOLR-12955: Refactored DistributedUpdateProcessor to put SolrCloud specifics into a subclass
...
Closes #528
(cherry picked from commit 5b7866b085
)
2019-03-19 13:28:27 -04: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
Mikhail Khludnev
17c2634217
SOLR-9882: reporting timeAllowed breach as partialResults instead of 500 error
2019-03-04 17:43:58 +03:00
Cao Manh Dat
3064b9bb5f
SOLR-13276: Adding Http2 equivalent classes of CloudSolrClient and HttpClusterStateProvider
2019-03-04 09:43:35 +00: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
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
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
Jan Høydahl
0b3ebdd290
SOLR-12121: Fix test fails in JWTAuthPluginIntegrationTest.testMetrics
...
(cherry picked from commit d09c724a0e
)
2019-02-06 08:39:27 +01:00
Jan Høydahl
ceb73803a6
SOLR-12121: JWT Token authentication plugin with OpenID Connect implicit flow login through Admin UI
...
(cherry picked from commit ea2c8ba38e
)
2019-02-06 08:39:03 +01:00
markrmiller
f20d2d0154
SOLR-9515: Update to Hadoop 3 (Mark Miller, Kevin Risden)
...
Signed-off-by: Kevin Risden <krisden@apache.org>
2019-02-02 09:33:36 -05:00
Tomas Fernandez Lobbe
e9db95831b
SOLR-12770: Make it possible to configure a host whitelist for distributed search
2019-01-15 11:49:11 -08:00
Cao Manh Dat
f80e8e1167
Merge jira/http2 branch to master
2018-12-16 16:58:20 +00:00
Dawid Weiss
e916f1fb86
LUCENE-8611: Update randomizedtesting to 2.7.2, JUnit to 4.12, add hamcrest-core dependency.
2018-12-15 09:49:36 +01:00
Erick Erickson
3ca7e65388
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/lucene-solr
2018-12-14 07:43:06 -08:00
Erick Erickson
15b36299c4
SOLR-12727: Fix tests to work with 'interesting' entries in the hosts file like 'fe80::1%lo0 localhost'
2018-12-14 07:42:57 -08:00
Chris Hostetter
df07fb33bb
SOLR-13043: cleanup suspicious ExecutorService lifecycles in MiniSolrCloudCluster
2018-12-13 19:59:35 -07:00
Jan Høydahl
81dbad54e0
SOLR-12799: Allow Authentication Plugins to intercept internode requests on a per-request basis
...
Add 'forwardCredentials' parameter to BasicAuth which will then skip using PKI on sub requests
2018-12-13 10:51:56 +01:00
markrmiller
44b51cd041
SOLR-13067: Harden BasicAuthIntegrationTest.
2018-12-12 18:50:23 -06:00
Jan Høydahl
ef2f0cd88c
SOLR-12791: Add Metrics reporting for AuthenticationPlugin
2018-12-12 11:33:32 +01:00
markrmiller
ab891fa472
SOLR-12801: Harden TestCloudRecovery.
2018-12-11 05:45:34 -06:00
markrmiller
56b959141f
SOLR-12801: Try to harden closing of zk db in TestConfigSetsAPIZkFailure.
2018-12-10 10:02:58 -06:00
markrmiller
3eb2612e67
SOLR-12988: Disable SSL on Java 11/12 for now.
2018-12-09 18:31:28 -06:00
markrmiller
eac3f58c43
SOLR-12801: wait 60 seconds instead of 30 for cores to close
2018-12-09 18:31:28 -06:00
Erick Erickson
f690302e05
SOLR-12727: Upgrade ZooKeeper dependency to 3.4.13
2018-12-09 08:50:51 -08:00