Steve Rowe
25e7631b90
SOLR-12482: Config API returns status 0 for failed operations
2018-06-21 23:21:13 -04:00
David Smiley
7c28d57973
SOLR-12413: Ensure pre-loaded aliases in ZK are considered.
...
(fix use of zk version in Aliases.EMPTY)
2018-06-21 14:00:12 -04:00
Shalin Shekhar Mangar
fabc408d3b
SOLR-12507: Modify collection API should support un-setting properties
2018-06-21 15:45:24 +05:30
Varun Thacker
3d20e8967b
SOLR-12489: User specified replicationFactor and maxShardsPerNode is used when specified during a restore operation.
...
A user can now specify nrtReplicas/tlogReplicas/pullReplicas while restoring the collection.
Specifying replicationFactor or nrtReplicas have the same effect and only one can be specified
2018-06-19 19:45:08 +05:30
Varun Thacker
81906d31a6
SOLR-11676: Fix a SolrJ test to not expect replicationFactor that is not being set anymore
2018-06-19 16:13:45 +05:30
Varun Thacker
11fcb23906
SOLR-11676: Keep nrtReplicas and replicationFactor in sync while creating a collection and modifying a collection
2018-06-18 12:09:53 +04:00
Erick
2519025fda
LUCENE-7976: Make TieredMergePolicy respect maxSegmentSizeMB and allow singleton merges of very large segments
2018-06-15 12:33:02 -07:00
David Smiley
4799bc5a4a
SOLR-12362: JSON parsing: upgrade to List on end of array not start. And fix TestJsonRecordReader assumptions RE null keys
2018-06-15 00:46:17 -04:00
Erick Erickson
a98fcda9c6
SOLR-12028: BadApple and AwaitsFix annotations usage
2018-06-14 13:16:39 -07:00
user
21fe4164de
SOLR-12362: Uploading docs in JSON now supports child documents as field values
2018-06-14 12:14:49 -04:00
Noble Paul
377f16de5e
SOLR-12208: added a testcase for fetching arbitrary replica info
2018-06-14 00:07:30 +10:00
Andrzej Bialecki
7c4bad0e8f
SOLR-12208: Add simulator support for properly tracking INDEX.sizeInBytes and INDEX.sizeInGB.
2018-06-12 16:22:00 +02:00
Noble Paul
98a4dd29ef
SOLR-12208: Renamed the autoscaling variable 'INDEX.sizeInBytes' to 'INDEX.sizeInGB'
2018-06-12 13:47:12 +10:00
David Smiley
8095139da3
SOLR-12361: Allow nested child documents to be in field values of a SolrInputDocument.
...
* AddUpdateCommand and it's relationship with DirectUpdateHandler2 was reworked substantially.
Fixes #385
2018-06-11 10:48:30 -04:00
Noble Paul
0242409fae
SOLR-12474: Add an UpdateRequest Object that implements RequestWriter.ContentWriter
2018-06-11 13:04:54 +10:00
Noble Paul
b7e9fb43d0
SOLR-12455: Use the new serializarion in V2 and schema requests
2018-06-10 14:05:00 +10:00
broustant
a06256ccee
SOLR-11865: QueryElevationComponent changes
...
* new useConfiguredElevatedOrder setting
* more extensible (customizable via subclass)
** ElevationProvider
** handleInitializationException with cause enum
* use BytesRef for uniqueKey ID pervasively instead of String.
* ElevatorComparatorSource now reuses getBoostedDocs logic
* setSort will short-circuit if there are no elevated Ids
* extensive refactoring and affects some interrelated components
2018-06-09 11:32:24 -04:00
Noble Paul
944b24fab8
SOLR-12455: Refactor JSON serialization code into SolrJ package
2018-06-09 23:40:55 +10:00
Noble Paul
7ffdbf15f5
SOLR-12449: Response /autoscaling/diagnostics shows improper json
2018-06-09 23:35:16 +10:00
Noble Paul
9b65d7e1a2
SOLR-12142: EmbeddedSolrServer should use req.getContentWriter
2018-06-08 02:38:50 +10:00
Noble Paul
f9d807af75
SOLR-12387: fixing a test failure
2018-06-05 23:14:11 +10:00
Noble Paul
add77d2725
SOLR-12444: Updating a cluster policy fails
2018-06-05 22:29:06 +10:00
Andrzej Bialecki
2ef3d07561
SOLR-11911: Fix a number of synchronization issues in the simulator. Enable this test for now.
2018-06-04 14:20:19 +02:00
Noble Paul
12269abe34
SOLR-12387: cluster-wide defaults for numShards, nrtReplicas, tlogReplicas, pullReplicas
...
SOLR-12389: support deeply nested json objects in clusterprops.json
2018-06-01 00:50:52 +10:00
Cao Manh Dat
6084da559c
SOLR-12338: Replay buffering tlog in parallel
2018-05-30 11:05:48 +07:00
Andrzej Bialecki
6bbce38b77
SOLR-11779: Basic long-term collection of aggregated metrics.
2018-05-29 10:35:39 +02:00
Joel
11cfb86489
SOLR-12401: Add getValue() and setValue() Stream Evaluators
2018-05-28 13:29:26 -04:00
Noble Paul
18ad8d137a
SOLR-12294: update processors loaded from runtime jars fail to load if they are specified in an update processor chain
2018-05-26 00:25:39 +10:00
Steve Rowe
54a63d0d0c
SOLR-12388: Enable a strict ZooKeeper-connected search request mode, in which search requests will fail when the coordinating node cant communicate with ZooKeeper, by setting the "shards.tolerant" param to "requireZkConnected"
2018-05-25 01:03:54 -04:00
Noble Paul
d32ce81eab
SOLR-12358: Autoscaling suggestions fail randomly with sorting
2018-05-24 01:26:50 +10:00
Shalin Shekhar Mangar
5a47ed4209
SOLR-11880: Avoid creating new exceptions for every request made to MDCAwareThreadPoolExecutor by distributed search and update operations
2018-05-22 19:26:42 +05:30
Andrzej Bialecki
93926e9c83
Fix API change and add javadoc.
2018-05-21 12:26:31 +02:00
Andrzej Bialecki
7c8fdcd1b6
Fix test that assumed the absence of thread context switch between calls.
2018-05-21 12:12:14 +02:00
Dennis Gove
f506bc9cb7
SOLR-12355: Fixes hash conflict in HashJoinStream and OuterHashJoinStream
2018-05-18 17:14:39 -04:00
Christine Poerschke
8d99d32785
SOLR-12036: add @since javadoc
2018-05-18 19:55:57 +01:00
David Smiley
c3d28a5b0f
SOLR-12258: A V2 request referencing a collection or alias may fail to resolve it if it was just recently created.
...
Now we sync with ZooKeeper and try one more time. V1 partially did this but only for aliases; now it does both.
2018-05-08 15:10:07 -04:00
David Smiley
08ee037ff8
SOLR-12308: LISTALIASES is now assured to return an up-to-date response
...
* MiniSolrCloudCluster.deleteAllCollections will now first delete aliases
* Minor refactorings to AliasesManager, AliasIntegrationTest, CreateRoutedAliasTest
2018-05-07 22:17:30 -04:00
Erick Erickson
89fc02a3b0
SOLR-12028: BadApple and AwaitsFix annotations usage
2018-05-04 22:30:18 -07:00
Joel Bernstein
2c487947e8
SOLR-11734: Add ones and zeros Stream Evaluators
2018-04-27 13:44:12 -04:00
Joel Bernstein
bea6f42105
SOLR-12273: Create Stream Evaluators for distance measures
2018-04-25 21:38:12 -04:00
Joel Bernstein
c5a1738151
SOLR-12266: Add discrete Fourier transform Stream Evaluators
2018-04-24 21:35:19 -04:00
Andrzej Bialecki
0d969ab85d
SOLR-11833: Allow searchRate trigger to delete replicas.
2018-04-23 22:19:01 +02:00
David Smiley
1409ab8f84
SOLR-11914: Deprecated some SolrParams methods.
...
* toSolrParams(nl) moved to a NamedList method, which is more natural.
2018-04-23 13:26:49 -04:00
Chris Hostetter
4e0e8e979b
SOLR-9304: Fix Solr's HTTP handling to respect '-Dsolr.ssl.checkPeerName=false' aka SOLR_SSL_CHECK_PEER_NAME
2018-04-22 13:38:37 -07:00
David Smiley
8f296d0ccf
SOLR-12256: AliasesManager.update() should call ZooKeeper.sync()
...
* SetAliasPropCmd now calls AliasesManager.update() first.
* SetAliasPropCmd now more efficiently updates multiple values.
* Tests: Commented out BadApple annotations on alias related stuff.
2018-04-20 16:22:16 -04:00
Cassandra Targett
d08e62d598
SOLR-11646: Add v2 APIs for Config API; change "ConfigSet" to "configset" in docs & specs to match community spelling
2018-04-20 14:28:31 -05:00
Joel Bernstein
f0d1e11796
SOLR-12159: Add memset Stream Evaluator
2018-04-20 11:11:48 -04:00
Shalin Shekhar Mangar
86b34fe0fd
SOLR-11252: Fix minor compiler and intellij warnings in autoscaling policy framework
2018-04-20 20:08:37 +05:30
Mikhail Khludnev
507c439558
SOLR-12187: fix precommit
2018-04-18 12:43:25 +03:00
Cao Manh Dat
1d2441441b
SOLR-12187: ZkStateReader.Notification thread should only catch Exception
2018-04-18 08:40:06 +07:00