Commit Graph

25837 Commits

Author SHA1 Message Date
Shalin Shekhar Mangar 3eb0f7c792 SOLR-6090: Remove unreachable printLayout usage in cloud tests 2016-09-23 18:07:33 +05:30
Mike McCandless 24ec3bd085 fix test bug 2016-09-23 06:13:26 -04:00
Mike McCandless 53dd74bd87 LUCENE-7407: fix stale javadocs 2016-09-23 05:56:51 -04:00
Mikhail Khludnev b50b9106f8 SOLR-9330: Fix AlreadyClosedException on admin/mbeans?stats=true 2016-09-23 07:48:19 +03:00
Jan Høydahl bede7aefa3 SOLR-9534: Fix test failures related to nullpointer when printing core name in logs. 2016-09-22 23:31:28 +02:00
Jan Høydahl 73c2edddf0 SOLR-9534: You can now set Solr's log level through environment variable SOLR_LOG_LEVEL and -q and -v options to bin/solr 2016-09-22 21:05:28 +02:00
Noble Paul 5183b67e94 Merge remote-tracking branch 'origin/master' 2016-09-22 23:31:42 +05:30
Noble Paul 5acbcac274 SOLR-9542: Kerberos delegation tokens requires Jackson library 2016-09-22 23:30:02 +05:30
Dennis Gove 6365920a0e SOLR-8487: Adds CommitStream to support sending commits to a collection being updated 2016-09-22 13:07:01 -04:00
Jan Høydahl f391d57075 SOLR-6677: Reduced logging during Solr startup, moved more logs to DEBUG level 2016-09-22 17:04:01 +02:00
Mike McCandless 7377d0ef9e LUCENE-7407: fix stale javadocs 2016-09-22 10:02:38 -04:00
Alan Woodward c55a14e198 SOLR-9544: Give ObjectReleaseTracker more time for async closing objects 2016-09-22 14:02:06 +01:00
Alan Woodward a41dd86e3c SOLR-9305, SOLR-9390: *really* dont' use directToLeaders 2016-09-22 13:21:36 +01:00
Joel 75e69c5198 SOLR-9549: Fix bug in advancing docValues 2016-09-22 08:05:47 -04:00
Jan Høydahl eabb05f7fd SOLR-8186: Added robustness to the dynamic log muting logic 2016-09-22 13:37:13 +02:00
Noble Paul a9f82a1b45 SOLR-8995: precommit errors 2016-09-22 16:43:01 +05:30
Noble Paul 262a3ac5c5 SOLR-8995: Use lamdas in URPs 2016-09-22 15:32:24 +05:30
Noble Paul 80336a278a SOLR-8995: Use lamdas in URPs 2016-09-22 15:31:39 +05:30
Jan Høydahl d146354457 SOLR-6871: Fix precommit - accept /solr/downloads.html as valid link 2016-09-22 10:52:20 +02:00
Alan Woodward a002aa5248 SOLR-5563: Quieten down SolrCloud logging 2016-09-22 09:42:38 +01:00
Dawid Weiss f87276e865 LUCENE-7458: Update license texts of dual-licensed libraries to conform to resolved ASF cases 2016-09-22 09:51:16 +02:00
Dawid Weiss 9e09045a4c SOLR-8186: suppress log4j access warnings. 2016-09-22 09:51:11 +02:00
Steve Rowe 53981795fd 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:06:49 -04:00
Jan Høydahl 2ef34e9e24 SOLR-8186: Solr start scripts, only log to console when running in foreground 2016-09-22 01:18:27 +02:00
Jan Høydahl 7561461f73 SOLR-7826: Refuse "bin/solr create" if run as root, unless -force is specified 2016-09-21 22:23:49 +02:00
Jan Høydahl b894ab292d SOLR-9508: Install script should check existence of tools, and add option to NOT start service 2016-09-21 21:49:46 +02:00
Noble Paul 15cee3141c 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:55:59 +05:30
Dawid Weiss 6c48549f8d LUCENE-7455: slf4j uses MIT license not BSD-LIKE 2016-09-21 16:15:40 +02:00
Mike McCandless f7aa200d40 LUCENE-7407: switch doc values usage to an iterator API, based on DocIdSetIterator, instead of random acces, freeing codecs for future improvements 2016-09-21 09:41:41 -04:00
Christine Poerschke 93bc88d966 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 11:50:35 +01:00
Alan Woodward d326adc8bf SOLR-9305, SOLR-9390: Don't use directToLeaders updates in partition tests (see SOLR-9512) 2016-09-21 10:57:59 +01:00
Noble Paul 3acfa08aea Merge remote-tracking branch 'origin/master' 2016-09-21 11:30:14 +05:30
Noble Paul afc57347b4 SOLR-9524: SolrIndexSearcher.getIndexFingerprint uses dubious synchronization 2016-09-21 11:29:53 +05:30
Shalin Shekhar Mangar e0125c99d2 Add 6.2.1 back compat test indexes 2016-09-21 08:29:12 +05:30
Shalin Shekhar Mangar 003a943d6d Synchronizing CHANGES.txt with fixes released in 6.2.1 2016-09-21 02:17:38 +05:30
Alan Woodward bd3fc7f43f Revert "SOLR-9512: CloudSolrClient tries other replicas if a cached leader is down"
This reverts commit 3d130097b7.
2016-09-20 14:35:53 +01:00
Jan Høydahl a1bbc996e4 Add install script support for CentOS and better distro detection under Docker 2016-09-20 11:22:53 +02:00
Jan Høydahl 4574cb8cea SOLR-8080: bin/solr start script now exits with informative message if using wrong Java version 2016-09-20 10:56:25 +02:00
Uwe Schindler 3712bf5819 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:01:45 +02:00
Alan Woodward 3d130097b7 SOLR-9512: CloudSolrClient tries other replicas if a cached leader is down 2016-09-19 15:29:43 +01:00
Noble Paul 1e18c12c19 SOLR-9502: ResponseWriters should natively support MapSerializable 2016-09-19 17:45:17 +05:30
Noble Paul 286b35b020 SOLR-9523: Refactor CoreAdminOperation into smaller classes 2016-09-17 13:04:31 +05:30
Varun Thacker 61955efc50 SOLR-9451: Make clusterstatus command logging less verbose 2016-09-16 19:26:07 +05:30
Mike McCandless 9c6d34858e make test less evil: don't use random codec, even for the last IndexWriter 2016-09-16 09:54:17 -04:00
Varun Thacker 5d6b7fffc3 SOLR-9522: Improve error handling in ZKPropertiesWriter 2016-09-16 18:47:06 +05:30
Alan Woodward 5610fd9df2 SOLR-9507: Correctly set MDC values for CoreContainer threads 2016-09-16 13:33:07 +01:00
Noble Paul 84e01eb84b shallowMap() should behave like a map. testcase added 2016-09-16 17:08:55 +05:30
Mike McCandless f65c114e1a Ignore flaky test 2016-09-15 18:45:08 -04:00
Mike McCandless c79d44f828 LUCENE-7439: move CHANGES entry 2016-09-15 15:47:04 -04:00
Mike McCandless c7fb49d7b5 LUCENE-7439: FuzzyQuery now matches all terms within the specified edit distance, even if they are short 2016-09-15 14:44:26 -04:00