Christine Poerschke
e9feb1146b
SOLR-12941: remove unused import in IndexSizeTriggerTest
2019-05-28 16:26:11 +01:00
Andrzej Bialecki
04d781db8b
SOLR-12941: Fix IndexSizeTrigger to correctly work with "aboveBytes" and "splitMethod=link" parameters.
2019-05-28 11:34:36 +02:00
Noble Paul
c445ad4c75
SOLR-13493: /autoscaling/suggestions to be able to filter by type ( #686 )
...
* SOLR-13493: /autoscaling/suggestions to be able to filter by type
2019-05-28 07:58:39 +10:00
Erick Erickson
909910a9be
SOLR-12562: Reverting Clean up RealTimeGetComponent.toSolrDoc (sha 97e7d8a3d78779bb26148ed1849ba1acdf44c6c5 and 15aa9dfb3de104c3cd880e1d59f835932c17e1ff)
...
(cherry picked from commit 57b64f26846294599f4f8016ce5566dffe5f4de2)
2019-05-27 08:38:33 -07:00
Erick Erickson
15aa9dfb3d
SOLR-12652: Clean up RealTimeGetComponent.toSolrDoc
...
(cherry picked from commit 97e7d8a3d78779bb26148ed1849ba1acdf44c6c5)
2019-05-26 08:31:58 -07:00
Chris Hostetter
9465763628
Fix TestCloudSearcherWarming to work around SOLR-13490
...
Also clean up some crufty System.out/System.err pollution
(cherry picked from commit af4e1d324a389bac8cfcbffcbef20d4647957a61)
2019-05-25 08:40:20 -07:00
Noble Paul
e1fa16c324
SOLR-13484: autoscaling/diagnostics APIshould be able to give diagnostics output from config pasted as a payload
2019-05-24 08:06:21 +10:00
noble
93ce10e705
SOLR-13484:
...
autoscaling/diagnostics APIshould be able to give diagnostics output from config pasted as a payload
2019-05-24 07:54:46 +10:00
Erick Erickson
75f8ae55d0
SOLR-13454: Investigate ReindexCollectionTest failures
...
(cherry picked from commit 379e6f64b80918dd98a573c78be68fa901d70d5d)
2019-05-23 08:44:28 -07:00
Chris Hostetter
0ff6a59396
Fix TestStressCloudBlindAtomicUpdates to play nice with tests.dups
...
(cherry picked from commit 3ed31cfbc72b4e61d705a3e48202e386cdc3fe64)
2019-05-22 11:23:04 -07:00
Chris Hostetter
4dd3186c0f
SOLR-13474: Fix "Search is temporarily disabled" logic to be consistent for entire request
...
SOLR-13469: Fix rejected requests during full disk full + IndexFetch to use 503 not 403
(cherry picked from commit 6cc67e433e191b5c0450a4d2fc06de26939ac920)
Conflicts:
solr/CHANGES.txt
2019-05-20 10:29:00 -07:00
Andrzej Bialecki
4591f67390
SOLR-13475: Clean up empty alias lists. Fix the ordering or operations in the test.
2019-05-20 14:17:08 +02:00
Andrzej Bialecki
97d0d46db6
SOLR-13475: Null Pointer Exception when querying collection through collection alias.
2019-05-20 13:35:00 +02:00
Jan Høydahl
889cc4fc5c
SOLR-13479: Harden OverseerTaskQueueTest
...
(cherry picked from commit 18cb42ee80854e2159201fe550b13d894425a4f8)
2019-05-17 20:57:19 +02:00
Alessandro Benedetti
6f83dad301
SOLR-12304: MLT component now supports mlt.interestingTerms
...
(cherry picked from commit b9db118ed3f60e0eb431126a1f5401b59c22808a)
2019-05-16 23:13:03 -04:00
Noble Paul
92451cf99c
SOLR-13468: unused imports
2019-05-17 04:10:04 +10:00
David Smiley
6a3d32728b
SOLR-13467: Include the S2 Geometry lib to make it simpler to use prefixTree="s2" on a Geo3D spatial field.
...
* Improved documentation on Geo3D.
* Better testing for Geo3D.
(cherry picked from commit 3a88ab616c9c8debe1f3a10e291697083eda3342)
2019-05-15 22:18:01 -04:00
Noble Paul
0f67df40b6
SOLR-13437: fork noggit code into Solr ( #666 )
...
* SOLR-13437: fork noggit code into Solr
2019-05-16 12:02:50 +10:00
Noble Paul
92ff728372
SOLR-13468: autoscaling/suggestions should be able to give suggestions from config sent as a payload ( #678 )
...
* SOLR-13468: autoscaling/suggestions should be able to give suggestions from config sent as a payload
2019-05-16 07:41:28 +10:00
Chris Hostetter
4585ce0868
SOLR-13440: fix precommit failures
...
(cherry picked from commit 7ef5d5fe5f39f3cbea3342827f60eb181fb88a19)
2019-05-14 13:37:06 -07:00
Chris Hostetter
371d645e6a
SOLR-12999: Harden TestReplicationHandlerDiskOverFlow against sporadic timing failures
...
- ensure IndexFetcher injection is reset in @After method
- replace System.out with Logger
- Log and fail on any exceptions in any callbacks/threads
- use CyclicBarrier (instead of CountdownLatch) to ensure the Query Thread loop doesn't monopolize
CPU preventing IndexFetcher callback from ever being run
(Some of these improvements directly address jenkins failures we've been seeing)
(cherry picked from commit bf8c6ea435a39564d2a7de5c37cc9e522ca5b9cb)
2019-05-14 13:37:05 -07:00
Andrzej Bialecki
f6774a2b6e
SOLR-13440: Fix occasional test failures by providing assert helpers aware of simulation
...
artifacts.
2019-05-14 19:04:43 +02:00
Andrzej Bialecki
65d9b4979f
SOLR-13407: Make sure we always have the latest version of aliases in cache before asserting.
2019-05-14 13:43:24 +02:00
Andrzej Bialecki
87ebe6edd6
SOLR-13440: Fix a precommit issue.
2019-05-13 19:55:08 +02:00
Andrzej Bialecki
33b4b6c14b
SOLR-13440: Support saving/restoring autoscaling state for repeatable simulations.
2019-05-13 19:20:12 +02:00
Erick Erickson
41d216cce0
SOLR-13454: Investigate ReindexCollectionTest failures. moving bandaid calls
...
(cherry picked from commit cd8508408a01d6fd4a808868ede175cfec235835)
2019-05-12 10:37:20 -07:00
Erick Erickson
4c10edc3e4
SOLR-13454: Investigate ReindexCollectionTest failures. I missed a place where I should have called the bandaid code
...
(cherry picked from commit 0aaf5432089075cf3847508ae83de76ee5e44b97)
2019-05-10 13:56:33 -07:00
Cao Manh Dat
3e300e1a94
SOLR-13445: Hardness the test
2019-05-10 15:27:49 +01:00
Erick Erickson
8bac8a70a1
SOLR-13454: Investigate ReindexCollectionTest failures
...
(cherry picked from commit 577be08bf278e90df6c119b0b50498828e1879d4)
2019-05-09 12:46:25 -07:00
Chris Hostetter
20e261c483
Merge remote-tracking branch 'refs/remotes/origin/branch_8x' into branch_8x
2019-05-09 11:40:54 -07:00
Chris Hostetter
786f5fc359
minimize randomization of IndexWriterConfig in TestDocTermOrdsUninvertLimit to reduce risk of OOM in nightly tests
...
(cherry picked from commit 5e40000e273b861c733bd220c0fc8fd3e3e359b0)
2019-05-09 11:35:02 -07:00
Jan Høydahl
03cca62af3
SOLR-13453: Adjust auth metrics asserts in tests after SOLR-13449 ( #668 )
...
(cherry picked from commit 5b772f7c9d8ba557287b0a0e01c459f07cdac9c4)
2019-05-09 20:16:11 +02:00
Chris Hostetter
eed96570aa
SOLR-12833: prevent NPE in DistributedUpdateProcessorTest AfterClass when mockito assumption fails in BeforeClass
...
(cherry picked from commit cde00b9a84f3d57252d34daaa77f2b56cf9802cb)
2019-05-08 11:35:28 -07:00
Cao Manh Dat
2ec14f0323
SOLR-13445: Fix precommit
2019-05-08 19:17:17 +01:00
Cao Manh Dat
8a1b966165
SOLR-13445: Preferred replicas on nodes with same system properties as the query master
2019-05-08 17:59:33 +01:00
Erick Erickson
212b2b97dc
SOLr-13428: Take the WARN message out of the logs when optimizing.
...
(cherry picked from commit f4399a495edb083b192e78680f67d73a0192f85f)
2019-05-08 06:15:28 -07:00
Cao Manh Dat
d9fbcc6b85
SOLR-13453: Marking mentioned tests as AwaitsFix
2019-05-08 11:18:34 +01:00
noble
8cde22ba01
SOLR-13320 : add an update param failOnVersionConflicts=false to updates not fail when there is a version conflict
2019-05-07 15:22:57 +10:00
Ishan Chattopadhyaya
d92582fa21
SOLR-13410: Making the test more resilient
2019-05-07 00:58:54 +05:30
Andrzej Bialecki
b2337262b1
SOLR-12833: This test needs the update log - use "enable.update.log" property to turn it on.
2019-05-06 12:07:08 +02:00
Ishan Chattopadhyaya
3d9d72ba69
SOLR-13410: Fix for test failure of the newly added test
2019-05-04 20:33:01 +05:30
Ishan Chattopadhyaya
400a918071
SOLR-13410: Designated overseer wasn't able to rejoin election queue upon restart
2019-05-04 00:29:49 +05:30
Jan Høydahl
7c5a02efd0
SOLR-12120: Fix bug in draining queue before shutdown
...
(cherry picked from commit cdd130ccb69e4483ca4fa488c3e9f0b88631cfcb)
2019-05-03 00:30:22 +02:00
noble
9952c2a24f
SOLR-13441: Refactor code to minimize direct use of noggit
2019-05-03 07:22:13 +10:00
Ishan Chattopadhyaya
2faed4cada
SOLR-13348: Speed up collapsing by avoiding scoring of ineligible documents
2019-05-03 02:46:03 +05:30
Ishan Chattopadhyaya
f8caca54ac
SOLR-12833: Fix PeerSyncTest and TestInPlaceUpdatesDistrib failures
2019-05-03 02:37:39 +05:30
David Smiley
9bd9f1b296
SOLR-12833: DistributedUpdateProcessorTest assumeWorkingMockito()
2019-05-02 18:52:03 +02:00
Andrzej Bialecki
2d3e50c56d
SOLR-13427: Delete duplicate package description.
2019-05-02 18:40:42 +02:00
David Smiley
688c8d285f
SOLR-12833: Test should use ExecutorUtil
...
(cherry picked from commit 1f91932ba45d92c0ccedbdb2a24a57cc77808fae)
2019-05-01 14:34:21 -04:00
Ishan Chattopadhyaya
8ea32d61fe
Adding 8.2 version
2019-05-01 14:51:55 +05:30