Mikhail Khludnev
|
0baf2fa33c
|
SOLR-10134: EmbeddedSolrServer handles SchemaAPI requests
|
2017-03-01 08:32:35 +03:00 |
|
Ishan Chattopadhyaya
|
8b4502c218
|
Fixing precommit by removing unused imports
|
2017-03-01 04:38:35 +05:30 |
|
Ishan Chattopadhyaya
|
0b7b1443c2
|
Fix UpdateLogTest failure
|
2017-03-01 04:18:22 +05:30 |
|
yonik
|
34bb7f31e5
|
SOLR-10214: clean up BlockCache Metrics, add storeFails and counts
|
2017-02-28 12:36:08 -05:00 |
|
markrmiller
|
2adc11c70a
|
tests: null out static
|
2017-02-28 12:12:34 -05:00 |
|
Adrien Grand
|
df6f830723
|
LUCENE-7410: Make cache keys and close listeners less trappy.
|
2017-02-28 14:46:45 +01:00 |
|
markrmiller
|
04ba9968c0
|
SOLR-10196: ElectionContext#runLeaderProcess can hit NPE on core close.
|
2017-02-27 23:41:30 -05:00 |
|
markrmiller
|
ed0f0f45ce
|
SOLR-10207: Harden CleanupOldIndexTest.
|
2017-02-27 23:33:47 -05:00 |
|
markrmiller
|
86b5b6330f
|
tests: raise timeout
|
2017-02-27 22:55:29 -05:00 |
|
Andrzej Bialecki
|
a248e6e3c0
|
SOLR-10182 Remove metrics collection at Directory level.
|
2017-02-27 16:32:27 +01:00 |
|
Uwe Schindler
|
ea37b9ae87
|
SOLR-10158: Add support for "preload" option in MMapDirectoryFactory
|
2017-02-25 21:15:09 +01:00 |
|
Jan Høydahl
|
30125f99da
|
Revert "SOLR-9640: Support PKI authentication and SSL in standalone-mode master/slave auth with local security.json"
This reverts commit 95d6fc2512d6525b2354165553f0d6cc4d0d6310.
|
2017-02-25 00:43:42 +01:00 |
|
Christine Poerschke
|
471d842742
|
Remove outdated comment.
|
2017-02-24 18:38:11 +00:00 |
|
Jan Høydahl
|
95d6fc2512
|
SOLR-9640: Support PKI authentication and SSL in standalone-mode master/slave auth with local security.json
|
2017-02-24 14:30:42 +01:00 |
|
Joel Bernstein
|
dba733e7aa
|
SOLR-10156: Add significantTerms Streaming Expression
|
2017-02-23 14:18:03 -05:00 |
|
Erick Erickson
|
8367e159e4
|
SOLR-10021: Cannot reload a core if it fails initialization.
|
2017-02-22 17:46:36 -08:00 |
|
markrmiller
|
d6337ac3e5
|
SOLR-9824: Some bulk update paths could be very slow due to CUSC polling.
|
2017-02-22 14:44:18 -05:00 |
|
markrmiller
|
be64c26c27
|
SOLR-10126: Improve test a bit.
|
2017-02-22 14:44:17 -05:00 |
|
Tomas Fernandez Lobbe
|
21690f5e12
|
SOLR-10143: PointFields will create IndexOrDocValuesQuery when a field is both, indexed=true and docValues=true
|
2017-02-22 10:31:12 -08:00 |
|
markrmiller
|
9a39e9156a
|
SOLR-10136: @AwaitsFix this test.
|
2017-02-22 11:04:16 -05:00 |
|
markrmiller
|
f4b73d076d
|
SOLR-10191: @BadApple this test.
|
2017-02-22 11:00:59 -05:00 |
|
markrmiller
|
a342d6bba6
|
test: speed up test
|
2017-02-22 09:56:59 -05:00 |
|
markrmiller
|
eb9e3cba8d
|
SOLR-9848: Lower solr.cloud.wait-for-updates-with-stale-state-pause back down from 7 seconds.
|
2017-02-22 09:54:48 -05:00 |
|
markrmiller
|
b28dc3fe34
|
SOLR-9849: Use a very low value for solr.cloud.wait-for-updates-with-stale-state-pause in tests.
|
2017-02-22 09:52:51 -05:00 |
|
markrmiller
|
f2f8154d0b
|
SOLR-9842: UpdateRequestProcessors have no way to guarantee the closing of resources used for a request.
|
2017-02-22 09:50:28 -05:00 |
|
Christine Poerschke
|
ee55bec9f0
|
SOLR-10173: Make HttpShardHandlerFactory.getReplicaListTransformer more extensible. (Ramsey Haddad via Christine Poerschke)
|
2017-02-22 14:15:40 +00:00 |
|
Erick
|
14b3622608
|
SOLR-10020: CoreAdminHandler silently swallows some errors
|
2017-02-21 21:59:26 -08:00 |
|
yonik
|
cf1cba66f4
|
SOLR-10121: enable BlockCacheTest.testBlockCacheConcurrent that now passes
|
2017-02-21 18:56:39 -05:00 |
|
markrmiller
|
3771e7d2c7
|
SOLR-10126: @BadApple this test, fails frequently on Jenkins cluster.
|
2017-02-21 18:05:41 -05:00 |
|
yonik
|
e9e02a2313
|
SOLR-10141: Upgrade to Caffeine 2.4.0 to fix issues with removal listener
|
2017-02-21 17:15:05 -05:00 |
|
markrmiller
|
fa5851095f
|
SOLR-10175: Rename test so it doesn't match test glob pattern.
|
2017-02-20 21:40:00 -05:00 |
|
Christine Poerschke
|
e8f4746ec4
|
SOLR-10175: turn TestAnalyticsQParserPlugin's @Ignore into @AwaitsFix
|
2017-02-20 17:39:46 +00:00 |
|
Christine Poerschke
|
cf63ad9797
|
SOLR-10142: turn TestClassNameShortening's @Ignore into @AwaitsFix
|
2017-02-20 10:54:09 +00:00 |
|
markrmiller
|
8c1e67e30e
|
SOLR-10170: ClassCastException in RecoveryStrategy.
|
2017-02-19 20:38:32 -05:00 |
|
markrmiller
|
72f71275b2
|
SOLR-8129: Harden HdfsChaosMonkeyNothingIsSafeTest some
|
2017-02-19 20:38:32 -05:00 |
|
markrmiller
|
06707cca64
|
tests: always use global blockcache for chaosmonkey tests.
|
2017-02-19 20:38:32 -05:00 |
|
markrmiller
|
33466cb0b7
|
SOLR-10168: ShardSplit can fail with NPE in OverseerCollectionMessageHandler#waitForCoreAdminAsyncCallToComplete.
|
2017-02-19 20:38:31 -05:00 |
|
markrmiller
|
f45a3711b1
|
SOLR-10109: SoftAutoCommitTest is too fragile.
|
2017-02-19 19:19:32 -05:00 |
|
markrmiller
|
9533fa34f8
|
SOLR-10071: Add @AwaitsFix for now.
|
2017-02-19 19:07:26 -05:00 |
|
markrmiller
|
a9a6bf1413
|
SOLR-10068: Remove unused import.
|
2017-02-19 18:53:49 -05:00 |
|
markrmiller
|
fad963cf2f
|
SOLR-10164: DistributedVersionInfoTest needs to be hardened.
|
2017-02-19 16:34:33 -05:00 |
|
markrmiller
|
57c41e1cbd
|
SOLR-10068: Only use global hdfs block cache for this test.
|
2017-02-19 16:34:16 -05:00 |
|
markrmiller
|
4804a06e2b
|
SOLR-10160: HdfsTlogReplayBufferedWhileIndexingTest needs to be hardened.
|
2017-02-19 14:34:57 -05:00 |
|
markrmiller
|
80978d0574
|
tests: raise timeout for test beasting worst case
|
2017-02-19 14:19:21 -05:00 |
|
markrmiller
|
b30b6c58f7
|
SOLR-9846: Don't run Overseer threads if CoreContainer is shutdown.
|
2017-02-19 14:19:21 -05:00 |
|
Ishan Chattopadhyaya
|
a88e6e5634
|
Remove unused imports
|
2017-02-19 16:13:29 +05:30 |
|
Cao Manh Dat
|
54303260aa
|
SOLR-9966: Fix previous commit bug
|
2017-02-19 15:19:57 +07:00 |
|
Ishan Chattopadhyaya
|
6358afbea6
|
SOLR-5944: Cleanup comments and logging, use NoMergePolicy instead of LogDocMergePolicy
|
2017-02-19 09:21:35 +05:30 |
|
Ishan Chattopadhyaya
|
d5ef026f84
|
SOLR-5944: Use SolrCmdDistributor's synchronous mode for in-place updates
|
2017-02-19 07:50:01 +05:30 |
|
Ishan Chattopadhyaya
|
82f598d895
|
SOLR-10159: When DBQ is reordered with an in-place update, upon whose updated value the DBQ is based on, the DBQ fails due to excessive caching in DeleteByQueryWrapper
|
2017-02-19 07:12:28 +05:30 |
|