Commit Graph

25855 Commits

Author SHA1 Message Date
Noble Paul ec5a53d706 SOLR-9542: Kerberos delegation tokens requires Jackson library 2016-09-22 23:29:09 +05:30
Jan Høydahl 0357500306 SOLR-6677: Reduced logging during Solr startup, moved more logs to DEBUG level
(cherry picked from commit f391d57)
2016-09-22 19:24:24 +02:00
Alan Woodward 36b39a2c41 SOLR-9544: Give ObjectReleaseTracker more time for async closing objects 2016-09-22 14:01:12 +01:00
Jan Høydahl 7498ca9ad6 SOLR-8186: Added robustness to the dynamic log muting logic
(cherry picked from commit eabb05f)
2016-09-22 14:42:25 +02:00
Alan Woodward 00035c8511 SOLR-9305, SOLR-9390: *really* dont' use directToLeaders 2016-09-22 13:21:47 +01:00
Noble Paul 09a39e1348 SOLR-8995: precommit errors 2016-09-22 16:44:28 +05:30
Noble Paul ffc2ce8ddb SOLR-8995: Use lamdas in URPs 2016-09-22 15:33:13 +05:30
Noble Paul 2ac8085d48 Merge remote-tracking branch 'origin/branch_6x' into branch_6x 2016-09-22 15:29:34 +05:30
Noble Paul 423d2dff15 SOLR-8995: Use lamdas in URPs 2016-09-22 15:29:07 +05:30
Jan Høydahl 9611478c7e SOLR-6871: Fix precommit - accept /solr/downloads.html as valid link
(cherry picked from commit d146354)
2016-09-22 10:53:21 +02:00
Alan Woodward 082f8e3f92 SOLR-5563: Quieten down SolrCloud logging 2016-09-22 09:46:20 +01:00
Dawid Weiss 06b0978993 LUCENE-7458: Update license texts of dual-licensed libraries to conform to resolved ASF cases 2016-09-22 09:51:30 +02:00
Dawid Weiss 0a24afdc5b SOLR-8186: suppress log4j access warnings. 2016-09-22 09:51:22 +02:00
Steve Rowe 8984e73660 SOLR-6871: Updated the quickstart tutorial to cover the 6.2.0 release, and added ant target "generate-website-quickstart" to convert the bundled version of the tutorial into one suitable for the website. 2016-09-21 20:07:22 -04:00
Jan Høydahl dfb8aff739 SOLR-8186: Solr start scripts, only log to console when running in foreground 2016-09-22 01:22:05 +02:00
Jan Høydahl 6b10283765 SOLR-7826: Refuse "bin/solr create" if run as root, unless -force is specified
(cherry picked from commit 7561461)
2016-09-21 22:25:01 +02:00
Jan Høydahl 33874f9ece SOLR-9508: Install script should check existence of tools, and add option to NOT start service
(cherry picked from commit b894ab2)
2016-09-21 21:52:02 +02:00
Noble Paul 8502995e3b SOLR-9446: Leader failure after creating a freshly replicated index can send nodes into recovery even if index was not changed 2016-09-21 23:57:12 +05:30
Dawid Weiss 56f269734d LUCENE-7455: slf4j uses MIT license not BSD-LIKE 2016-09-21 16:16:08 +02:00
Christine Poerschke 7d05a081a9 SOLR-9538: Relocate (BinaryResponse|JSON|Smile)Writer tests to org.apache.solr.response which is the package of the classes they test. (Jonny Marks via Christine Poerschke) 2016-09-21 14:15:10 +01:00
Alan Woodward bae66f7cca SOLR-9305, SOLR-9390: Don't use directToLeaders updates in partition tests (see SOLR-9512) 2016-09-21 10:58:12 +01:00
Noble Paul fdbeee974b Merge remote-tracking branch 'origin/branch_6x' into branch_6x 2016-09-21 11:35:11 +05:30
Noble Paul 7a1e6efa96 SOLR-9524: SolrIndexSearcher.getIndexFingerprint uses dubious synchronization 2016-09-21 11:31:25 +05:30
Shalin Shekhar Mangar df1a2180a1 Add 6.2.1 back compat test indexes 2016-09-21 08:26:46 +05:30
Shalin Shekhar Mangar aeb1a173c7 Synchronizing CHANGES.txt with fixes released in 6.2.1 2016-09-21 02:22:37 +05:30
Alan Woodward a4293ce7c4 Revert "SOLR-9512: CloudSolrClient tries other replicas if a cached leader is down"
This reverts commit f96017d9e1.
2016-09-20 14:34:44 +01:00
Jan Høydahl 74bf88f8fe SOLR-9475: Add install script support for CentOS and better distro detection under Docker
(cherry picked from commit a1bbc99)
2016-09-20 11:34:57 +02:00
Jan Høydahl 09d399791a SOLR-8080: bin/solr start script now exits with informative message if using wrong Java version
(cherry picked from commit 4574cb8)
2016-09-20 10:58:34 +02:00
Uwe Schindler b67a062f9d LUCENE-7292: Fix build to use "--release 8" instead of "-release 8" on Java 9 (this changed with recent EA build b135) 2016-09-20 00:03:04 +02:00
Alan Woodward f96017d9e1 SOLR-9512: CloudSolrClient tries other replicas if a cached leader is down 2016-09-19 15:30:48 +01:00
Noble Paul 1a3bacfc0f SOLR-9502: ResponseWriters should natively support MapSerializable 2016-09-19 17:48:24 +05:30
Noble Paul 924e2da5e3 Merge remote-tracking branch 'origin/branch_6x' into branch_6x 2016-09-17 13:02:32 +05:30
Noble Paul 68d9d97510 SOLR-9523: Refactor CoreAdminOperation into smaller classes 2016-09-17 13:02:09 +05:30
Varun Thacker e8eadedb85 SOLR-9451: Make clusterstatus command logging less verbose 2016-09-16 19:26:40 +05:30
Mike McCandless 3808002610 make test less evil: don't use random codec, even for the last IndexWriter 2016-09-16 09:54:40 -04:00
Varun Thacker f728a646f3 SOLR-9522: Improve error handling in ZKPropertiesWriter 2016-09-16 19:03:37 +05:30
Alan Woodward 8352ff21cd SOLR-9507: Correctly set MDC values for CoreContainer threads 2016-09-16 13:33:51 +01:00
Noble Paul e55b6f4991 shallowMap() should behave like a map. testcase added 2016-09-16 17:10:15 +05:30
Mike McCandless 526551ff2a Ignore flaky test 2016-09-15 18:44:47 -04:00
Mike McCandless 471f90cf82 LUCENE-7439: FuzzyQuery now matches all terms within the specified edit distance, even if they are short 2016-09-15 15:45:41 -04:00
Nicholas Knize bd9962aba6 fix RangeField tests so they use actual ranges, not just 0 ranges 2016-09-15 12:27:38 -05:00
Shalin Shekhar Mangar 34b1f65c4d SOLR-9484: The modify collection API should wait for the modified properties to show up in the cluster state
(cherry picked from commit 70fd627)
2016-09-15 11:05:31 +05:30
Shalin Shekhar Mangar 375aea8286 Add 5.5.3 back compat test indexes 2016-09-15 01:12:09 +05:30
Shalin Shekhar Mangar f87a677dc7 Adding version 5.5.3 2016-09-15 01:09:55 +05:30
Noble Paul 82af82c50f Extract out the ExclusiveSliceProperty as a top level class 2016-09-14 12:43:27 +05:30
Steve Rowe 5d65deca53 LUCENE-7446: don't ask about version back-compatibility when we know it's not applicable (i.e., the version to be added is greater than the latest on the branch) 2016-09-13 11:25:22 -04:00
Shalin Shekhar Mangar ce1f0d912d Adding 6.2.1 version 2016-09-13 17:21:57 +05:30
Noble Paul da358bafd6 SOLR-9485:Indexfingerprint.fromObject() returns wrong values if object passed was itself of type IndexFingerprint 2016-09-13 17:21:12 +05:30
Mike McCandless ba085d4c84 LUCENE-7439: back port test case to 6.x 2016-09-13 05:22:07 -04:00
Varun Thacker 08453fb7f0 SOLR-9408: Fix TreeMergeOutputFormat to add timestamp metadata to commits 2016-09-13 10:51:50 +05:30