Commit Graph

28099 Commits

Author SHA1 Message Date
Ishan Chattopadhyaya ab319eab24 SOLR-10272: Fix precommit (the correct way) 2017-06-27 21:59:32 +05:30
Alan Woodward 2f2e00ffe2 LUCENE-7737: Remove spatial-extras dependency on queries module 2017-06-27 15:53:39 +01:00
Alan Woodward 1a278ae89b LUCENE-7723: Add hashCode and equals to DoubleValuesSource 2017-06-27 15:53:39 +01:00
Christine Poerschke 808171ac00 Fix three ex[c]eption typos. 2017-06-27 15:07:40 +01:00
Christine Poerschke 701c73d45a SOLR-10506: Fix memory leak (upon collection reload or ZooKeeper session expiry) in ZkIndexSchemaReader.
(Torsten Bøgh Köster, Christine Poerschke, Jörg Rathlev, Mike Drob)
2017-06-27 15:07:40 +01:00
Ishan Chattopadhyaya e6f48ca6bc SOLR-10272: More detailed error message, explaining what to do 2017-06-27 18:23:15 +05:30
Christine Poerschke 9c75c8082d SOLR-10963: Fix example json in MultipleAdditiveTreesModel javadocs. (Stefan Langenmaier via Christine Poerschke) 2017-06-27 13:22:11 +01:00
Ishan Chattopadhyaya e4d0bb7dc4 SOLR-10272: Fixing precommit 2017-06-27 17:01:01 +05:30
Noble Paul 257ba055d8 Refactored to pull out ReplicaInfo as a top level class 2017-06-27 19:29:32 +09:30
Shalin Shekhar Mangar 6a1ddda025 SOLR-10272: Specify configset name while creating collections 2017-06-27 14:25:48 +05:30
Shalin Shekhar Mangar 4ae91b21e3 SOLR-10496: Fix test failure in testNodeAdded which happens if testNodeLost runs first and leaves behind a collection 2017-06-27 13:46:19 +05:30
Shalin Shekhar Mangar cecd365f8f SOLR-10496: Log the operation's parameters instead of useless toString description 2017-06-27 13:18:53 +05:30
Shalin Shekhar Mangar d6d5a49196 SOLR-10272: Update tests to create collections with a specific configset name 2017-06-27 13:18:03 +05:30
Mark Miller 54fc1ee44d SOLR-10307: Export variables so that solr.in.sh works correctly. 2017-06-27 02:37:15 -04:00
Shalin Shekhar Mangar e863d0f548 Merge branch 'master' into feature/autoscaling
# Conflicts:
#	solr/CHANGES.txt
#	solr/core/src/java/org/apache/solr/cloud/ZkController.java
2017-06-27 10:48:05 +05:30
Shalin Shekhar Mangar 5d442437b5 SOLR-10406: Remove workaround for SOLR-10768 2017-06-27 10:09:44 +05:30
Ishan Chattopadhyaya c66a8d9fda SOLR-10272: Reverting a mistakenly deleted file 2017-06-27 09:14:00 +05:30
Ishan Chattopadhyaya ee572b052a SOLR-10272: Use _default config set if config name is not specified with CREATE collection 2017-06-27 09:07:05 +05:30
Cassandra Targett 93c96b06fb SOLR-10892: Phase 2: large pages with lots of tables + lots of heading cleanups & TOC placement changes 2017-06-26 22:17:59 -05:00
Cassandra Targett 8da926e7cb Ref Guide: fix bad JSON in examples 2017-06-26 22:17:59 -05:00
Chris Hostetter 9f56698d33 SOLR-10948: Fix extraction component to treat DatePointField the same as TrieDateField
SOLR-10947: Randomize the usage of Points based numerics in contrib test schemas

This commit also adds @SuppressPointFields needed for SOLR-10949
2017-06-26 17:03:00 -07:00
Chris Hostetter 14a0b4fa53 SOLR-10946: Randomize the usage of Points based numerics in solrj test schemas
This includes an @SuppressPointFields for SOLR-10960
2017-06-26 15:49:55 -07:00
Dennis Gove bee8d7ccb3 Revert "SOLR-9981: Performance improvements and bug fixes for the Analytics component"
This reverts commit a5dce163eb.
2017-06-26 17:33:26 -04:00
Dennis Gove 288ab09ceb Revert "SOLR-9981: Fixes precommit error in test file"
This reverts commit e8057309b9.
2017-06-26 17:33:26 -04:00
Christine Poerschke 945bf8fa82 SOLR-10907: add @SuppressWarnings("resource") in ExpandComponent 2017-06-26 20:33:02 +01:00
Christine Poerschke 0dad305193 SOLR-10823: correct CHANGES.txt entry section (7.0.0 instead of 6.7.0) 2017-06-26 20:12:22 +01:00
Shalin Shekhar Mangar 4c47a32950 SOLR-10496: Add a test for multiple operations suggested by three different cluster policies 2017-06-27 00:33:10 +05:30
Christine Poerschke 44860bd48a SOLR-10823: Add reporting period to SolrMetricReporter base class. 2017-06-26 16:26:37 +01:00
Noble Paul 72cf7dc2f7 check for AIOOBE 2017-06-26 23:08:41 +09:30
Noble Paul c5684cc85c making the url consistent w/ node name 2017-06-26 20:39:27 +09:30
Mikhail Khludnev 7c448623cc SOLR-10824: fixing stats tests: ignore local scores from query result cache. 2017-06-26 12:11:51 +03:00
Shalin Shekhar Mangar 82d927f699 SOLR-10602: Fix usage of delta in NodeAddTriggerTest.testRestoreState to avoid spurious failures 2017-06-26 09:01:02 +05:30
Ishan Chattopadhyaya e4a7fc59ad SOLR-10574: Adding _default configset, replacing data_driven_schema_configs and basic_configs 2017-06-26 04:58:02 +05:30
Shalin Shekhar Mangar 1dd09fc40d Merge branch 'master' into feature/autoscaling
# Conflicts:
#	solr/CHANGES.txt
2017-06-25 07:35:39 +05:30
Dennis Gove e8057309b9 SOLR-9981: Fixes precommit error in test file 2017-06-24 21:48:39 -04:00
Dennis Gove a5dce163eb SOLR-9981: Performance improvements and bug fixes for the Analytics component 2017-06-24 21:39:01 -04:00
Noble Paul e204ab0eef SOLR-10798: Add support for different replica types in the new policy framework 2017-06-23 22:56:01 +09:30
Shalin Shekhar Mangar 767335da19 SOLR-10496: New ComputePlanAction for autoscaling which uses the policy framework to compute cluster operations upon a trigger fire
Squashed commit of the following:

commit 8a5239d000f0090867f7db00983e335e4bdc931a
Author: Shalin Shekhar Mangar <shalin@apache.org>
Date:   Fri Jun 23 17:52:01 2017 +0530

    SOLR-10496: New ComputePlanAction for autoscaling which uses the policy framework to compute cluster operations upon a trigger fire

commit 70f60a23bc1e706abb41a4900c65305f1763f8f6
Author: Shalin Shekhar Mangar <shalin@apache.org>
Date:   Fri Jun 23 07:07:26 2017 +0530

    SOLR-10496: Remove debugging info from tests. Enable recursive suggestion of operations.

commit b023b011934be9ea411e148538daaa0a0b1d2052
Author: Shalin Shekhar Mangar <shalin@apache.org>
Date:   Fri Jun 23 00:18:51 2017 +0530

    SOLR-10496: Fix test failure on nodeLost event

commit b78e7ff589510315463488cd1ed79244d9d6e6ad
Author: Noble Paul <noble@apache.org>
Date:   Fri Jun 23 00:34:01 2017 +0930

    SOLR-10496: MOVEREPLICA suggester for dead node is not working

commit cb665a1b35cbd1826c58f8d4ff8f20eb37bc5f8f
Author: Shalin Shekhar Mangar <shalin@apache.org>
Date:   Thu Jun 22 18:50:55 2017 +0530

    SOLR-10496: Fix ClassCastException because the SRC_NODE hint is a Set

commit ebf298329360240014253daf58ab4699f3685033
Author: Shalin Shekhar Mangar <shalin@apache.org>
Date:   Thu Jun 22 18:46:28 2017 +0530

    SOLR-10496: Initial patch for ComputePlanAction
2017-06-23 18:01:06 +05:30
Shalin Shekhar Mangar 148865f020 SOLR-9735: Fix assertions on error cases in AutoScalingHandlerTest after changes made by SOLR-10406 2017-06-21 15:52:03 +05:30
Shalin Shekhar Mangar b499f5aac2 Fixed merge problems to make the branch as close to master as possible 2017-06-21 13:04:01 +05:30
Shalin Shekhar Mangar fb7803d9a0 Merge branch 'master' into feature/autoscaling
# Conflicts:
#	solr/CHANGES.txt
2017-06-21 12:35:48 +05:30
Cao Manh Dat 2d26d7e871 SOLR-10923: AutoScalingHandlerTest.testPolicyAndPreferences() failure: Adding a policy with 'cores' attribute should not have succeeded 2017-06-21 09:53:23 +07:00
Ishan Chattopadhyaya 1a58412e4a SOLR-10574: Reverting previous commits to tackle test failues 2017-06-20 23:14:24 +00:00
Jan Høydahl a4f27bbfbb SOLR-9623: Fix test errors related to some test expecting streaming to be enabled 2017-06-20 21:03:12 +02:00
Uwe Schindler 63a4005282 LUCENE-7873: The SPI lookup of Codecs, PostingsFormats, DocValuesFormats and all analysis factories was changed to only inspect the current classloader that defined the interface class (lucene-core.jar) 2017-06-20 16:43:54 +02:00
Mikhail Khludnev 706d201815 LUCENE-7871: fix false positive match in BlockJoinSelector when children have no value.
- introducing  BlockJoinSelector.wrap methods accepting children as DISI.
- extracting ToParentDocValues
2017-06-20 16:31:09 +03:00
Cao Manh Dat d070ca6051 SOLR-10818: Fix bug in construct payload with special characters in testCollectionsApi() 2017-07-03 15:38:05 +07:00
Jan Høydahl 3bb8939afe SOLR-4646: Add the word "optionally" to refGuide:
* optionally treats "and" and "or" as "AND" and "OR" in Lucene syntax mode.
2017-06-20 13:41:31 +02:00
Jan Høydahl 8648b005e2 SOLR-4646: eDismax lowercaseOperators now defaults to "false" for luceneMatchVersion >= 7.0.0 2017-06-20 13:39:36 +02:00
Jan Høydahl 39dfb7808a SOLR-6671: Possible to set solr.data.home property as root dir for all data 2017-06-20 13:21:14 +02:00