Tomas Fernandez Lobbe
|
2c1f110b6b
|
SOLR-12172: Fixed race condition in collection properties
|
2018-04-02 15:56:25 -07:00 |
Varun Thacker
|
41a1cbe2c3
|
SOLR-7887: Fix logging filePattern to use solr.log.X format
|
2018-04-02 10:15:12 -07:00 |
Joel Bernstein
|
269a676940
|
SOLR-12133: Fix precommit
|
2018-04-02 12:53:12 -04:00 |
Joel Bernstein
|
d89a90067b
|
SOLR-12174: Refactor Streaming Expression function registration
|
2018-04-02 12:32:31 -04:00 |
Erick
|
ade301bd0d
|
SOLR-9399: Delete requests do not send credentials & fails for Basic Authentication (CHANGES.txt)
|
2018-04-02 09:26:47 -07:00 |
Erick
|
d2cb6adde9
|
SOLR-9399: Delete requests do not send credentials & fails for Basic Authentication
|
2018-04-02 09:17:02 -07:00 |
Shalin Shekhar Mangar
|
805438c59d
|
SOLR-12133: Removing BadApple annotation
|
2018-04-02 21:20:40 +05:30 |
Shalin Shekhar Mangar
|
8189e4f972
|
SOLR-12133: Fix race conditions that caused NodeMarkersRegistrationTest.testNodeMarkersRegistration to fail
|
2018-04-02 21:15:09 +05:30 |
Mikhail Khludnev
|
a4789db477
|
SOLR-7736: break OverseerTriggerThread when interrupted.
|
2018-04-01 18:37:18 +03:00 |
Mikhail Khludnev
|
7a920cb0f6
|
SOLR-11673: Slave doesn't commit empty index if new index appears on master by deafult.
|
2018-04-01 16:47:23 +03:00 |
Cao Manh Dat
|
ab092942cf
|
SOLR-12066: Move test to DeleteInactiveReplicaTest
|
2018-03-31 14:50:28 +07:00 |
Shalin Shekhar Mangar
|
bd85fd389f
|
SOLR-12169: Fix ComputePlanActionTest.testSelectedCollections fails on jenkins by aggressively cleaning up trigger state left by other test methods in the test setup
|
2018-03-30 22:56:58 +05:30 |
Shalin Shekhar Mangar
|
85decabe46
|
SOLR-12133: Fix race conditions that caused TriggerIntegrationTest.testEventQueue to fail
|
2018-03-30 22:53:55 +05:30 |
Shalin Shekhar Mangar
|
e3c67b1980
|
SOLR-12169: Update jira number in BadApple annotation
|
2018-03-30 19:42:13 +05:30 |
Cao Manh Dat
|
35bfe89790
|
SOLR-12066: Cleanup deleted core when node start
|
2018-03-30 20:11:39 +07:00 |
Cao Manh Dat
|
d483108a15
|
SOLR-12168: LIROnShardRestartTest failures
|
2018-03-30 19:54:18 +07:00 |
Shalin Shekhar Mangar
|
83cca5cd06
|
SOLR-12133: Fix failures in TriggerIntegrationTest.testEventQueue due to race conditions
|
2018-03-30 16:42:35 +05:30 |
Shalin Shekhar Mangar
|
0e5374e963
|
SOLR-12152: Extracted TriggerIntegrationTest.testEventFromRestoredState into its own test class
|
2018-03-30 12:41:18 +05:30 |
Shalin Shekhar Mangar
|
1aafc90cbe
|
SOLR-12152: Fix compilation error due to missing import
|
2018-03-30 12:23:06 +05:30 |
Shalin Shekhar Mangar
|
ac8cbaac06
|
SOLR-12152: Fix node count to 2 for TriggerSetPropertiesIntegrationTest
|
2018-03-30 12:19:13 +05:30 |
Shalin Shekhar Mangar
|
ed9e5eb75b
|
SOLR-12152: Split up TriggerIntegrationTest into multiple tests to isolate and increase reliability
|
2018-03-30 11:08:56 +05:30 |
Erick Erickson
|
23707314dd
|
SOLR-12028: BadApple and AwaitsFix annotations usage
|
2018-03-29 21:41:03 -07:00 |
Erick Erickson
|
e55b7e9911
|
SOLR-12162: CorePropertiesLocator Exception message contains a typo when unable to create Solr Core
|
2018-03-29 18:01:38 -07:00 |
Cassandra Targett
|
b5a3678573
|
SOLR-12136: fix bad links breaking the build
|
2018-03-29 14:18:45 -05:00 |
David Smiley
|
701af06f62
|
SOLR-12136: Docs: Improve hl.fl, hl.q, hl.qparser
|
2018-03-29 12:22:54 -04:00 |
Andrzej Bialecki
|
668b81721f
|
SOLR-12145: ConcurrentModificationException in SimNodeStateProvider.getReplicaInfo.
|
2018-03-29 13:42:19 +02:00 |
Cao Manh Dat
|
d7197b2565
|
SOLR-12087: Check for exception message of request recovery to remove LIR node
|
2018-03-29 18:38:07 +07:00 |
Dawid Weiss
|
e96811c7a5
|
LUCENE-8228: removed obsolete IndexDeletionPolicy clone() requirements from the javadoc.
|
2018-03-29 08:58:28 +02:00 |
Andrzej Bialecki
|
7260d9ce71
|
SOLR-11882: SolrMetric registries retained references to SolrCores when closed.
|
2018-03-28 11:23:47 +02:00 |
Shalin Shekhar Mangar
|
3be8cfb356
|
SOLR-10734: Clone the original solr document each time we retry
|
2018-03-28 12:56:34 +05:30 |
Jan Høydahl
|
9e780ba564
|
LUCENE-7935: Publish .sha512 hash files with the release artifacts
|
2018-03-28 09:14:03 +02:00 |
Shalin Shekhar Mangar
|
ab32506243
|
SOLR-10734: AtomicUpdateRequestProcessor can cause wrong/old values to be set under concurrent updates for the same document. Multithreaded test for AtomicUpdateRequestProcessor was also beefed up and fixed.
|
2018-03-28 12:40:57 +05:30 |
Tomas Fernandez Lobbe
|
3e29c7dbd5
|
SOLR-12035: edimax should include charfilters in nostopanalyzer
This closes #329
|
2018-03-27 21:37:19 -07:00 |
Tomas Fernandez Lobbe
|
f8af274783
|
SOLR-12153: Remove Thread.sleep from ZkSolrClientTest.testMultipleWatchesAsync
|
2018-03-27 20:21:02 -07:00 |
Uwe Schindler
|
ade2cf2e74
|
SOLR-12141: Fix "bin/solr" shell scripts (Windows/Linux/Mac) to correctly detect major Java version and use numerical version comparison to enforce minimum requirements. Also remove obsolete "UseParNewGC" option. This allows to start Solr with Java 10 or later.
|
2018-03-27 22:49:23 +02:00 |
Erick Erickson
|
08686038e1
|
SOLR-12136: Document hl.q parameter, plus fixed minor typo in json faceting
|
2018-03-27 10:21:48 -07:00 |
Shalin Shekhar Mangar
|
89e337ed3d
|
SOLR-10734: Marking test with BadApple once again until the new failures can be fixed
|
2018-03-27 19:53:07 +05:30 |
Shalin Shekhar Mangar
|
64c110c58d
|
SOLR-10734: Fix Multithreaded test/support for AtomicURP
|
2018-03-27 15:05:23 +05:30 |
Cao Manh Dat
|
160faaf594
|
SOLR-12146: LIR should skip deleted replicas
|
2018-03-27 15:55:43 +07:00 |
Shalin Shekhar Mangar
|
ecb94ba442
|
SOLR-7736: Fix ZkController.publishAndWaitForDownStates
|
2018-03-27 10:28:34 +05:30 |
Joel Bernstein
|
e51735d8ea
|
SOLR-11947: Try another new anchor format
|
2018-03-26 22:18:56 -04:00 |
Joel Bernstein
|
8e68bdffeb
|
SOLR-11947: Try new anchor format
|
2018-03-26 21:27:04 -04:00 |
Joel Bernstein
|
3adacbc677
|
SOLR-11947: Fix more broken links
|
2018-03-26 20:05:47 -04:00 |
Varun Thacker
|
bd429347b1
|
SOLR-7887: Log4J2 upgrade fixes part 2
|
2018-03-26 16:09:04 -07:00 |
Robert Muir
|
40c8792dbf
|
LUCENE-8175: upgrade icu4j to 61.1 which fixes concurrency issue
|
2018-03-26 19:02:44 -04:00 |
Joel Bernstein
|
86fb45db35
|
SOLR-11947: Try different link format
|
2018-03-26 18:51:43 -04:00 |
Robert Muir
|
4522e45bda
|
LUCENE-8175: un-revert "LUCENE-8122: Upgrade analysis/icu to ICU 60.2"
the new icu version has been released that fixes the concurrency issue.
|
2018-03-26 18:27:12 -04:00 |
Joel Bernstein
|
be5f73c73a
|
SOLR-11947: Fix ref guide jenkins errors
|
2018-03-26 18:00:44 -04:00 |
Joel Bernstein
|
05dca0493d
|
SOLR-11947: Fix typo
|
2018-03-26 15:34:57 -04:00 |
Joel Bernstein
|
e69c614cf6
|
SOLR-11947: Rollback inadvertent code change during documentation updates.
|
2018-03-26 15:05:07 -04:00 |