Commit Graph

4962 Commits

Author SHA1 Message Date
Noble Paul f12f5e355d Merge remote-tracking branch 'origin/branch_6x' into branch_6x 2016-09-29 19:38:03 +05:30
Noble Paul 3ab22f6e3a SOLR-8146: refactored the replica rules classes so that they can be accessed from SolrJ 2016-09-29 19:37:35 +05:30
Shalin Shekhar Mangar effd224576 SOLR-9504: A replica with an empty index becomes the leader even when other more qualified replicas are in line
(cherry picked from commit ce24de5)
2016-09-29 17:22:46 +05:30
Noble Paul bdde6cb566 SOLR-8995: use lambdas for CoreCloseListener 2016-09-29 11:36:30 +05:30
Noble Paul c904fe7d81 SOLR-9576: Make FieldAnalysisRequestHandler, DocumentAnalysisRequestHandler & DumpRequestHandler implicit 2016-09-28 20:06:04 +05:30
Noble Paul 43334c146a avoid unnecessary map creation 2016-09-28 11:34:31 +05:30
Noble Paul b0d0f39b3a SOLR-9572: config API to show expanded useParams for request handlers inline 2016-09-28 11:31:13 +05:30
Steve Rowe 49c5a749c3 SOLR-9411: Better validation for Schema API add-field 2016-09-27 18:17:21 -04:00
Christine Poerschke 03b4ccf5f7 In ConfigSetProperties use unintentionally unused local (objectClass). 2016-09-27 13:23:48 +01:00
Christine Poerschke 5965ae2eea Remove unused local (targetShard) in SliceMutator. 2016-09-27 13:23:34 +01:00
Christine Poerschke d195f7ad0e SOLR-9567: Make ReRankQParserPlugin's private ReRankCollector a public class of its own. (Christine Poerschke) 2016-09-27 13:23:20 +01:00
Alan Woodward 1d46b419df SOLR-6677: More log noise reduction 2016-09-27 12:06:32 +01:00
Jan Høydahl 53fcc7563c SOLR-9411: Better validation of dynamic field for Schema API
(cherry picked from commit 8046fe2)
2016-09-27 12:21:46 +02:00
Jan Høydahl 6e1c82336f SOLR-9548: Print full solr-impl version for SNAPSHOT builds
(cherry picked from commit c1553c2)
2016-09-26 23:24:01 +02:00
Jan Høydahl 047b643d2b SOLR-9548: The beginning of solr.log now starts with a more informative welcome message
(cherry picked from commit 4c7a8c4)
2016-09-26 23:23:14 +02:00
Noble Paul 36cd909292 SOLR-9557: optimize splitsmart 2016-09-26 22:56:13 +05:30
Christine Poerschke 4534c7dd1a SOLR-9543: reduce code duplication in ReRankQParserPlugin.ReRankCollector.topDocs (part 2 of 2) 2016-09-26 14:30:12 +01:00
Alan Woodward 11a98a89fd SOLR-9132: Cut over DeleteReplica tests
Also fixes some bugs in CollectionAdminRequest.DeleteReplica from SOLR-9319
2016-09-26 13:15:05 +01:00
Noble Paul ecdfe97d34 SOLR-9557: Every implicit requesthandler now has a default 'useParams' attribute 2016-09-26 16:59:15 +05:30
Alan Woodward 0bece6fb09 SOLR-9486: Fix race in AutoCommitTest 2016-09-26 10:34:07 +01:00
Alan Woodward eee7063f67 SOLR-6677: Some more logging moves from INFO to DEBUG 2016-09-26 10:25:04 +01:00
Mikhail Khludnev eb10b2c266 SOLR-8395: join single value numerics. 2016-09-24 18:21:50 +03:00
Christine Poerschke b8dd3be93a SOLR-9551: Add JSONWriter constructor variant, JSONWriterTest.testConstantsUnchanged test. (Jonny Marks, Christine Poerschke) 2016-09-23 13:46:44 +01:00
Christine Poerschke 35f20a9f40 SOLR-9543: reduce code duplication in ReRankQParserPlugin.ReRankCollector.topDocs (part 1 of 2) 2016-09-23 13:46:16 +01:00
Shalin Shekhar Mangar 2124f1250c SOLR-6090: Remove unreachable printLayout usage in cloud tests
(cherry picked from commit 3eb0f7c)
2016-09-23 18:10:51 +05:30
Mikhail Khludnev 4278356564 SOLR-9330: Fix AlreadyClosedException on admin/mbeans?stats=true 2016-09-23 07:59:34 +03:00
Jan Høydahl dffbefa153 SOLR-6677: Fix test failures related to nullpointer when printing core name in logs.
(cherry picked from commit bede7ae - which btw had wrong JIRA number..)
2016-09-22 23:35:43 +02:00
Jan Høydahl 97bb81db1a SOLR-9534: You can now set Solr's log level through environment variable SOLR_LOG_LEVEL and -q and -v options to bin/solr
(cherry picked from commit 73c2edd)
2016-09-22 21:22:28 +02:00
Noble Paul 33d8fec4e2 Merge remote-tracking branch 'origin/branch_6x' into branch_6x 2016-09-22 23:29:23 +05:30
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
Alan Woodward 082f8e3f92 SOLR-5563: Quieten down SolrCloud logging 2016-09-22 09:46:20 +01:00
Dawid Weiss 0a24afdc5b SOLR-8186: suppress log4j access warnings. 2016-09-22 09:51:22 +02: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
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
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 7a1e6efa96 SOLR-9524: SolrIndexSearcher.getIndexFingerprint uses dubious synchronization 2016-09-21 11:31:25 +05:30
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
Alan Woodward 8352ff21cd SOLR-9507: Correctly set MDC values for CoreContainer threads 2016-09-16 13:33:51 +01: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
Noble Paul 82af82c50f Extract out the ExclusiveSliceProperty as a top level class 2016-09-14 12:43:27 +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
Varun Thacker 08453fb7f0 SOLR-9408: Fix TreeMergeOutputFormat to add timestamp metadata to commits 2016-09-13 10:51:50 +05:30
Shalin Shekhar Mangar 47a8550208 SOLR-9365: Reduce noise in solr logs during graceful shutdown
(cherry picked from commit 3fe1486)
2016-09-13 00:36:50 +05:30
Uwe Schindler 89f03655e3 LUCENE-7318: Fix backwards compatibility issues around StandardAnalyzer and its components, introduced with Lucene 6.2.0. The moved classes were restored in their original packages: LowercaseFilter and StopFilter, as well as several utility classes 2016-09-12 19:47:28 +02:00
Shalin Shekhar Mangar 1b03c94039 SOLR-9438: Shard split can be marked successful and sub-shard states switched to 'active' even when one or more sub-shards replicas do not recover due to the leader crashing or restarting between the time the replicas are created and before they can recover
(cherry picked from commit f177a66)
2016-09-12 17:08:40 +05:30
Alan Woodward 66a51b76b3 SOLR-9344: Allow multiple HttpClientConfigurers to be set on HttpClientUtil 2016-09-12 09:08:35 +01:00
David Smiley a029c8ede6 SOLR-9494: CollapseQParser's collectors should override needsScores(); can trigger exceptions
Also, field cscore was not needed.

(cherry picked from commit d2fcc3d)
2016-09-11 14:30:38 -04:00
Chris Hostetter d59715f14b SOLR-9490: Fixed bugs in BoolField that caused it to erroneously return "false" for all docs depending on usage
(cherry picked from commit 60ce8d7c54)
2016-09-09 11:58:02 -07:00
Alan Woodward a0dcf389b2 SOLR-9344: Don't reuse port in BasicAuthIntegrationTest 2016-09-09 09:03:37 +01:00
Shalin Shekhar Mangar 7370407d22 SOLR-9488: Shard split can fail to write commit data on shutdown/restart causing replicas to recover without replicating the index
(cherry picked from commit 0c5c0df)
2016-09-07 21:07:57 +05:30
Alan Woodward b4a22a72c3 SOLR-8181: Remove flaky and redundant TestArbitraryIndexDir 2016-09-07 09:19:21 +01:00
Alan Woodward 5b0bf4ab74 SOLR-9344: Move BasicAuthIntegrationTest to SolrCloudTestCase 2016-09-07 09:17:52 +01:00
Alan Woodward 54300e4a9b SOLR-9469: Allow JettySolrRunner to restart using a different port 2016-09-06 13:34:26 +01:00
Alan Woodward d8a2600cc6 SOLR-8961: Add a test-the-tests module for solr-test-framework 2016-09-06 13:34:19 +01:00
Noble Paul 932c436d07 SOLR-9127: Excel workbook (.xlsx) response writer. use 'wt=xlsx' 2016-09-06 13:23:29 +05:30
Mikhail Khludnev c61ee3346c FOLR-5725: test fix for miserable differnce between cloud and non-cloud
facets - when facet.limit=0&facet.missing=true the former responds with
missing counts, but later doesn't.
2016-09-03 23:55:55 +03:00
Mikhail Khludnev ba380500f9 SOLR-5725: facet.exists=true caps counts by 1 to make facet.method=enum
faster.
2016-09-03 08:12:36 +03:00
Noble Paul ced96c5fd5 SOLR-9381: Snitch for freedisk uses '/' instead of 'coreRootDirectory' 2016-09-02 18:00:39 +05:30
Uwe Schindler 8347944378 SOLR-9444: Fix path usage for cloud backup/restore
Merge branch 'SOLR-9444_fix' of https://github.com/hgadre/lucene-solr
This closes #74
2016-09-02 14:17:58 +02:00
Noble Paul 4b8f574418 SOLR-9319: DELETEREPLICA can accept a 'count' and remove appropriate replicas 2016-09-02 09:28:59 +05:30
Noble Paul e0e72e64f2 SOLR-9461: DELETENODE, REPLACENODE should pass down the 'async' param to subcommands 2016-09-01 18:05:40 +05:30
David Smiley 4c97712a60 SOLR-9142: rename FFPByHashNumeric to FFPByHashDV as it's not just for numerics anymore
(cherry picked from commit 6a4184c)
2016-08-31 17:17:15 -04:00
David Smiley 820ba9f868 SOLR-9142: json.facet: new method=dvhash which works on terms. Also:
(1) method=stream now requires you set sort=index asc to work
(2) faceting on numerics with prefix or mincount=0 will give you an error
(3) refactored similar findTopSlots into one common one in FacetFieldProcessor
(4) new DocSet.collectSortedDocSet utility
(cherry picked from commit 7b5df8a)
2016-08-31 17:16:01 -04:00
Shalin Shekhar Mangar 65c2cf3a0a SOLR-9447: Do not clone SolrInputDocument if update processor chain does not contain custom processors.
(cherry picked from commit 26262f4)
2016-08-31 01:20:25 +05:30
Shalin Shekhar Mangar 6bf9513b93 SOLR-9439: The delete shard API has been made more resilient against failures resulting from non-existent cores.
(cherry picked from commit 02b97a2)
2016-08-30 23:45:11 +05:30
Shalin Shekhar Mangar 937439a7a9 SOLR-9455: Deleting a sub-shard in recovery state can mark parent shard as inactive
(cherry picked from commit 2700b95)
2016-08-30 00:02:12 +05:30
markrmiller aaee4c8205 SOLR-9389: HDFS Transaction logs stay open for writes which leaks Xceivers. 2016-08-29 10:03:52 -04:00
Noble Paul b3526c568c SOLR-9188: blockUnknown property makes inter-node communication impossible 2016-08-29 18:38:56 +05:30
Shalin Shekhar Mangar 5a16f15260 SOLR-9374: Speed up Jmx MBean retrieval for FieldCache
(cherry picked from commit b1b933e)
2016-08-28 01:05:33 +05:30
Shalin Shekhar Mangar d4954dad23 SOLR-9445: Removed unused import
(cherry picked from commit 4f316bc)
2016-08-28 00:40:51 +05:30
Shalin Shekhar Mangar 7cf7bfdf0c SOLR-9445: Fix failures in TestLocalFSCloudBackupRestore due to changed code path which return SolrExceptions instead of SolrServerExceptions
(cherry picked from commit df9a642)
2016-08-28 00:40:45 +05:30
Shalin Shekhar Mangar 97b62160e9 SOLR-9439: Shard split clean up logic for older failed splits is faulty
(cherry picked from commit 7d2f42e)
2016-08-27 09:10:44 +05:30
Tomas Fernandez Lobbe 43d03430b9 SOLR-6744: Consider uniqueKey rename when handling shard responses in distributed search 2016-08-26 16:26:21 -07:00
Christine Poerschke cdc317131c SOLR-9436: remove no longer used acceptsDocsOutOfOrder methods (LUCENE-6179 removed out-of-order scoring) 2016-08-26 14:43:25 +01:00
Varun Thacker f6162f3f00 SOLR-7362: Fix TestReqParamsAPI test failures 2016-08-24 14:56:08 +05:30
jbernste f64262ed89 SOLR-9432: Fix-up precommit 2016-08-23 15:40:37 -04:00
jbernste 171f633616 SEARCH-9406: SolrSuggester should selectively register close hook 2016-08-23 15:38:49 -04:00
Noble Paul d9c4c5282a SOLR-9310: addressing the test failures in jenkins 2016-08-23 23:09:05 +05:30
yonik 5d29fd87f1 SOLR-9432: JSON Facet refactoring to support refinement 2016-08-23 12:55:32 -04:00
Noble Paul 5d65656086 SOLR-9310: unhandled exception during parallel indexing 2016-08-23 11:40:31 +05:30
Noble Paul f50ced3c59 Merge remote-tracking branch 'origin/branch_6x' into branch_6x 2016-08-23 00:06:24 +05:30
Noble Paul 0bdbbbfd52 SOLR-9310: fixing concurrency issue and taking care of negative versions 2016-08-22 23:19:23 +05:30
Christine Poerschke c2a8814df2 SOLR-9412: Add failOnMissingParams option to MacroExpander, add TestMacroExpander class. (Jon Dorando, Christine Poerschke) 2016-08-22 12:03:06 +01:00
Noble Paul 9722f006ba Merge remote-tracking branch 'origin/branch_6x' into branch_6x
Conflicts:
	solr/CHANGES.txt
2016-08-22 14:04:59 +05:30
Noble Paul 2af7f5276a SOLR-9310: PeerSync fails on a node restart due to IndexFingerPrint mismatch 2016-08-22 14:03:21 +05:30
Noble Paul 2f73129eda SOLR-9310: PeerSync fails on a node restart due to IndexFingerPrint mismatch 2016-08-22 14:02:16 +05:30
Varun Thacker 141ccdefd0 SOLR-9428: Improve logging to log root cause 2016-08-22 01:09:50 +05:30
Mikhail Khludnev 082f36e012 SOLR-8644: Test asserts that block join facets work with parent level fq exclusions 2016-08-19 16:56:56 +03:00
Mikhail Khludnev 15bfeb6b0c SOLR-8643: made BlockJoinFacetComponent just a shortcut for BlockJoinDocSetFacetComponent, which supports pure disjunctions 2016-08-19 15:27:59 +03:00