Chris M. Hostetter
b221115ebc
SOLR-5628: work arround for this test to avoid whatever bug is in the cloud test framework
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1574941 13f79535-47bb-0310-9956-ffa450edef68
2014-03-06 16:13:20 +00:00
Mark Robert Miller
cdf254415b
SOLR-5820: OverseerCollectionProcessor#lookupReplicas has a timeout that is too short and a bad error message on timeout.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1574883 13f79535-47bb-0310-9956-ffa450edef68
2014-03-06 14:06:35 +00:00
Mark Robert Miller
d23a3374e1
SOLR-5811: Improve logged message.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1574753 13f79535-47bb-0310-9956-ffa450edef68
2014-03-06 02:29:43 +00:00
Mark Robert Miller
7f31dc2d7d
SOLR-5796: Fix illegal API call to format.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1574664 13f79535-47bb-0310-9956-ffa450edef68
2014-03-05 21:12:41 +00:00
Mark Robert Miller
f9124b8d03
SOLR-5796: Increase how long we are willing to wait for a core to see the ZK advertised leader in it's local state.
...
SOLR-5796: Make how long we are willing to wait for a core to see the ZK advertised leader in it's local state configurable.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1574638 13f79535-47bb-0310-9956-ffa450edef68
2014-03-05 19:41:51 +00:00
Chris M. Hostetter
f54178970e
LUCENE-5472: IndexWriter.addDocument will now throw an IllegalArgumentException if a Term to be indexed exceeds IndexWriter.MAX_TERM_LENGTH
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1574595 13f79535-47bb-0310-9956-ffa450edef68
2014-03-05 18:05:25 +00:00
Mark Robert Miller
af101b3057
SOLR-5813: tests for "" or null collection name - should default to core name.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1574589 13f79535-47bb-0310-9956-ffa450edef68
2014-03-05 17:48:27 +00:00
Mark Robert Miller
e88091b3dd
SOLR-5811: Additional cleanup.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1574580 13f79535-47bb-0310-9956-ffa450edef68
2014-03-05 17:28:31 +00:00
Mark Robert Miller
3e2a817539
Fix javadoc spelling.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1574577 13f79535-47bb-0310-9956-ffa450edef68
2014-03-05 17:20:36 +00:00
Mark Robert Miller
9f701bd304
SOLR-5811: The Overseer will retry work items until success, which is a serious problem if you hit a bad work item.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1574280 13f79535-47bb-0310-9956-ffa450edef68
2014-03-05 01:33:35 +00:00
Chris M. Hostetter
96bcbefdd4
SOLR-5815: add some test logging to try and figure out WTF
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1574273 13f79535-47bb-0310-9956-ffa450edef68
2014-03-05 01:01:18 +00:00
Mark Robert Miller
f38c82b7a2
SOLR-5714: You can now use one pool of memory for for the HDFS block cache that all collections share.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1573847 13f79535-47bb-0310-9956-ffa450edef68
2014-03-04 03:18:47 +00:00
Chris M. Hostetter
08b0073e28
SOLR-5783: Requests to open a new searcher will now reuse the current registered searcher (w/o additional warming) if possible in situations where the underlying index has not changed
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1573763 13f79535-47bb-0310-9956-ffa450edef68
2014-03-03 21:37:50 +00:00
Joel Bernstein
d8e387dc0f
SOLR-5720: Java 6 compatibility change
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1573636 13f79535-47bb-0310-9956-ffa450edef68
2014-03-03 17:42:47 +00:00
Joel Bernstein
f48d27f241
SOLR-5720: Add ExpandComponent to expand results collapsed by the CollapsingQParserPlugin
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1573589 13f79535-47bb-0310-9956-ffa450edef68
2014-03-03 15:45:59 +00:00
Mark Robert Miller
aba8b8ae3c
SOLR-5761: HttpSolrServer has a few fields that can be set via setters but are not volatile.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1573442 13f79535-47bb-0310-9956-ffa450edef68
2014-03-03 04:35:45 +00:00
Mark Robert Miller
a42db70dec
SOLR-5760: ConcurrentUpdateSolrServer has a blockUntilFinished call when streamDeletes is true that should be tucked into the if statement below it.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1573438 13f79535-47bb-0310-9956-ffa450edef68
2014-03-03 04:22:26 +00:00
Mark Robert Miller
9441f0d4ce
SOLR-5734: We should use System.nanoTime rather than System.currentTimeMillis when calculating elapsed time.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1573425 13f79535-47bb-0310-9956-ffa450edef68
2014-03-03 02:08:45 +00:00
Mark Robert Miller
1263b95738
tests: raise poll timeout for this test
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1573423 13f79535-47bb-0310-9956-ffa450edef68
2014-03-03 02:07:16 +00:00
Mark Robert Miller
254324f5a6
SOLR-5799: Add assert to new test.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1573419 13f79535-47bb-0310-9956-ffa450edef68
2014-03-03 01:58:45 +00:00
Mark Robert Miller
57e5bfc8f2
SOLR-5799: Add TestRetryUtil.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1573416 13f79535-47bb-0310-9956-ffa450edef68
2014-03-03 01:52:13 +00:00
Mark Robert Miller
46c42df1df
tests: raise default update timeouts for tests
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1573409 13f79535-47bb-0310-9956-ffa450edef68
2014-03-02 23:55:18 +00:00
Mark Robert Miller
2e6c905f42
tests: raise the timeout on this test
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1573405 13f79535-47bb-0310-9956-ffa450edef68
2014-03-02 23:45:40 +00:00
Mark Robert Miller
a828f6ff05
SOLR-5799: Fix impl.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1573401 13f79535-47bb-0310-9956-ffa450edef68
2014-03-02 23:09:13 +00:00
Mark Robert Miller
3c0c0b4c38
tests: double number of fails that can be seen before failing test
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1573322 13f79535-47bb-0310-9956-ffa450edef68
2014-03-02 16:03:51 +00:00
Shalin Shekhar Mangar
e1f33c6326
Remove redundant cleanups in tearDown method
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1573317 13f79535-47bb-0310-9956-ffa450edef68
2014-03-02 15:19:50 +00:00
Mark Robert Miller
5d7c4f5361
tests: raise zk connect timeout when building zk for tests
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1573257 13f79535-47bb-0310-9956-ffa450edef68
2014-03-02 04:40:02 +00:00
Mark Robert Miller
f1cddb92ee
SOLR-5799: When registering as the leader, if an existing ephemeral registration exists, wait a short time to see if it goes away.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1573242 13f79535-47bb-0310-9956-ffa450edef68
2014-03-02 00:27:25 +00:00
Mark Robert Miller
b32e9d6036
tests: boost timeout
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1573240 13f79535-47bb-0310-9956-ffa450edef68
2014-03-02 00:16:19 +00:00
Robert Muir
4193bce372
LUCENE-5482: Improve default TurkishAnalyzer
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1573066 13f79535-47bb-0310-9956-ffa450edef68
2014-02-28 20:41:32 +00:00
Chris M. Hostetter
63c914fb21
SOLR-5793, SOLR-5792, SOLR-5791: switch to using Constants.JAVA_VENDOR in assume
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1573019 13f79535-47bb-0310-9956-ffa450edef68
2014-02-28 17:40:37 +00:00
Michael McCandless
02e3fd09eb
LUCENE-5477: add near-real-time add/update/refresh to AnalyzingInfixSuggester
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1572992 13f79535-47bb-0310-9956-ffa450edef68
2014-02-28 16:39:34 +00:00
Mark Robert Miller
baa8987cff
SOLR-5776: Suppress SSL
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1572974 13f79535-47bb-0310-9956-ffa450edef68
2014-02-28 15:44:14 +00:00
Mark Robert Miller
095522a079
SOLR-5735: BadApple until I have time to dig into this.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1572810 13f79535-47bb-0310-9956-ffa450edef68
2014-02-28 03:19:12 +00:00
Chris M. Hostetter
6b1f3f0bb2
SOLR-5183: JSON updates now support nested child documents using a "_childDocument_" object key
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1572797 13f79535-47bb-0310-9956-ffa450edef68
2014-02-28 01:02:23 +00:00
Mark Robert Miller
8830ab2dc5
SOLR-5782: The full MapReduceIndexer help text does not display when using --help. Also remove reference to Find tool - we don't have access to it yet.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1572778 13f79535-47bb-0310-9956-ffa450edef68
2014-02-27 23:15:05 +00:00
Chris M. Hostetter
474373d7b3
SOLR-5794: dial back the randomized constants so we don't blow up the world when running with -Dnightly=true -Dtests.multiplier=2
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1572775 13f79535-47bb-0310-9956-ffa450edef68
2014-02-27 22:57:05 +00:00
Chris M. Hostetter
fcec01ccda
SOLR-5793, SOLR-5792, SOLR-5791: disable these three tests on J9 JVM
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1572706 13f79535-47bb-0310-9956-ffa450edef68
2014-02-27 19:15:19 +00:00
Robert Muir
33b8e75a42
remove unused logger sha1s
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1572462 13f79535-47bb-0310-9956-ffa450edef68
2014-02-27 08:01:41 +00:00
Noble Paul
58c98f703b
SOLR-5609 use coreNodeName to compare replicas, CollectionsAPIDistributedZkTest.testCollectionsAPI() randomly switches to legacyCloud=false
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1572449 13f79535-47bb-0310-9956-ffa450edef68
2014-02-27 06:50:22 +00:00
Mark Robert Miller
d98ee29e8e
SOLR-5776: Suppress SSL
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1572408 13f79535-47bb-0310-9956-ffa450edef68
2014-02-27 02:23:20 +00:00
Mark Robert Miller
586bcac8cf
SOLR-5776: Suppress SSL
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1572391 13f79535-47bb-0310-9956-ffa450edef68
2014-02-27 01:52:55 +00:00
Mark Robert Miller
4d975ea3a9
tests: some doc improvements around SuppressSSL
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1572385 13f79535-47bb-0310-9956-ffa450edef68
2014-02-27 01:34:41 +00:00
Mark Robert Miller
b01d8ad1b1
SOLR-5596: Improve this test.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1572370 13f79535-47bb-0310-9956-ffa450edef68
2014-02-27 00:51:48 +00:00
Robert Muir
33b1b06e76
add sha1 checksums for these jars
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1572342 13f79535-47bb-0310-9956-ffa450edef68
2014-02-26 23:27:08 +00:00
Mark Robert Miller
f502acd52d
SOLR-5776: Suppress SSL
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1572275 13f79535-47bb-0310-9956-ffa450edef68
2014-02-26 21:38:48 +00:00
Chris M. Hostetter
087041f8c0
SOLR-5777: Fix ordering of field values in JSON updates where field name key is repeated
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1572262 13f79535-47bb-0310-9956-ffa450edef68
2014-02-26 21:26:14 +00:00
Robert Muir
e4be54e8b5
SOLR-5778: add assume for now, if the locale does not use GregorianCalendar
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1572201 13f79535-47bb-0310-9956-ffa450edef68
2014-02-26 19:09:41 +00:00
Robert Muir
e15aeb2859
LUCENE-5475: add required attribute bugURL to BadApple
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1572186 13f79535-47bb-0310-9956-ffa450edef68
2014-02-26 18:31:39 +00:00
Mark Robert Miller
7200196393
tests: enable test - no JIRA issue
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1572151 13f79535-47bb-0310-9956-ffa450edef68
2014-02-26 16:31:06 +00:00
Mark Robert Miller
4effc2135b
tests: enable test - no JIRA issue
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1572143 13f79535-47bb-0310-9956-ffa450edef68
2014-02-26 16:23:25 +00:00
Mark Robert Miller
ff0a6b3450
tests: enable test, supress ssl
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1572136 13f79535-47bb-0310-9956-ffa450edef68
2014-02-26 16:20:47 +00:00
Mark Robert Miller
06f8adce3f
tests: enable test, supress SSL
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1572130 13f79535-47bb-0310-9956-ffa450edef68
2014-02-26 16:14:15 +00:00
Mark Robert Miller
ea781c3b11
tests: this test needed proper ssl suppression - no reason to disable without a JIRA issue
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1572129 13f79535-47bb-0310-9956-ffa450edef68
2014-02-26 16:11:55 +00:00
Mark Robert Miller
dc77c92d0f
tests: enable test - discussion on the recent fail for this test should occur in SOLR-5735
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1572125 13f79535-47bb-0310-9956-ffa450edef68
2014-02-26 16:09:12 +00:00
Mark Robert Miller
666ed8a243
tests: enable test
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1572122 13f79535-47bb-0310-9956-ffa450edef68
2014-02-26 16:06:55 +00:00
Robert Muir
5d3d038ca2
SOLR-5775: add badapple (fails locally constantly)
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1572040 13f79535-47bb-0310-9956-ffa450edef68
2014-02-26 13:07:38 +00:00
Robert Muir
00e339395e
SOLR-5775: disable constantly failing solr tests
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1572036 13f79535-47bb-0310-9956-ffa450edef68
2014-02-26 12:55:22 +00:00
Noble Paul
c0cc5946b5
SOLR-5069 fixing test failure
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1571702 13f79535-47bb-0310-9956-ffa450edef68
2014-02-25 14:08:39 +00:00
Robert Muir
9c450302e5
SOLR-5771: Add SuppressSSL instead of static boolean in SolrTestCaseJ4
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1571691 13f79535-47bb-0310-9956-ffa450edef68
2014-02-25 13:50:03 +00:00
Uwe Schindler
df322c1f28
SOLR-5613: Add checksum files
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1571610 13f79535-47bb-0310-9956-ffa450edef68
2014-02-25 08:17:18 +00:00
Shalin Shekhar Mangar
d1dadd42e2
SOLR-5613: Upgrade to commons-codec 1.9 for better BeiderMorseFilter performance
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1571593 13f79535-47bb-0310-9956-ffa450edef68
2014-02-25 07:09:07 +00:00
Shalin Shekhar Mangar
e1cedd8d4c
This belongs to the new features section
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1571591 13f79535-47bb-0310-9956-ffa450edef68
2014-02-25 06:58:40 +00:00
Steven Rowe
b88669c60f
SOLR-5423: CSV output doesn't include function field
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1571505 13f79535-47bb-0310-9956-ffa450edef68
2014-02-25 01:03:07 +00:00
Uwe Schindler
1fa4aeca6c
LUCENE-5463: Correct Solr forbidden checks
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1571495 13f79535-47bb-0310-9956-ffa450edef68
2014-02-25 00:07:42 +00:00
Adrien Grand
f3af8c97be
LUCENE-5463: Unbreak forbidden APIs for Solr, remove broken RUE.sizeOf(String) and add new forbidden APIs to the Maven build.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1571493 13f79535-47bb-0310-9956-ffa450edef68
2014-02-24 23:44:14 +00:00
Noble Paul
b7290ceab4
SOLR-5609 , removing accidental changes
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1571421 13f79535-47bb-0310-9956-ffa450edef68
2014-02-24 20:09:37 +00:00
Mark Robert Miller
c408c5258e
SOLR-5770: All attempts to match a SolrCore with it's state in clusterstate.json should be done with the CoreNodeName.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1571349 13f79535-47bb-0310-9956-ffa450edef68
2014-02-24 17:04:16 +00:00
Mark Robert Miller
95c23d4b00
tests: turn off SSL for this test
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1571322 13f79535-47bb-0310-9956-ffa450edef68
2014-02-24 16:02:59 +00:00
Noble Paul
56e586e7c6
SOLR-5609 Don't let cores create slices/named replicas , SOLR-5130 addReplica Collections API
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1571276 13f79535-47bb-0310-9956-ffa450edef68
2014-02-24 13:17:49 +00:00
Noble Paul
79e9707ce7
SORL-5609 Don't let cores create slices/named replicas , SOLR-5130 addReplica Collections API
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1571264 13f79535-47bb-0310-9956-ffa450edef68
2014-02-24 12:31:30 +00:00
Shalin Shekhar Mangar
55426d5070
SOLR-1880: Distributed Search skips GET_FIELDS stage if EXECUTE_QUERY stage gets all fields. Requests with fl=id or fl=id,score are now single-pass.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1571152 13f79535-47bb-0310-9956-ffa450edef68
2014-02-24 05:43:23 +00:00
Uwe Schindler
efbd2b9d82
Disable 2 tests not working on windows (they are not run from ANT because of another assume, but eclipse tries to run them - no security manager).
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1571111 13f79535-47bb-0310-9956-ffa450edef68
2014-02-23 22:50:44 +00:00
Shawn Heisey
f473a11126
SOLR-5647: fix lib paths in example-schemaless
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1571076 13f79535-47bb-0310-9956-ffa450edef68
2014-02-23 19:46:54 +00:00
Mark Robert Miller
67bf89f7aa
SOLR-5765: Fix bungled CHANGES merge.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1571025 13f79535-47bb-0310-9956-ffa450edef68
2014-02-23 16:42:54 +00:00
Uwe Schindler
ee4657c091
Update license sha1 and eol-style
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1570985 13f79535-47bb-0310-9956-ffa450edef68
2014-02-23 08:28:17 +00:00
Mark Robert Miller
9ca2fbe6bc
SOLR-5764: Set eol-style on test resources
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1570955 13f79535-47bb-0310-9956-ffa450edef68
2014-02-23 02:22:02 +00:00
Mark Robert Miller
f4d9a90451
SOLR-5765: Update jar checksums.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1570953 13f79535-47bb-0310-9956-ffa450edef68
2014-02-23 02:13:28 +00:00
Mark Robert Miller
78e550441c
SOLR-5765: Update to SLF4J 1.7.6.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1570951 13f79535-47bb-0310-9956-ffa450edef68
2014-02-23 02:08:52 +00:00
Mark Robert Miller
4fd914a81a
tests: harden against slow envs
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1570946 13f79535-47bb-0310-9956-ffa450edef68
2014-02-23 01:43:37 +00:00
Uwe Schindler
00339db708
SOLR-5764: More improvements.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1570937 13f79535-47bb-0310-9956-ffa450edef68
2014-02-22 22:34:19 +00:00
Uwe Schindler
94db09410f
SOLR-5764: Make error message of SolrTestCaseJ4.getFile() more readable.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1570931 13f79535-47bb-0310-9956-ffa450edef68
2014-02-22 21:55:59 +00:00
Uwe Schindler
955282775c
SOLR-5764: Fix recently added tests to not use absolute paths to load test-files, use SolrTestCaseJ4.getFile() and getResource() instead; fix morphlines/map-reduce to not duplicate test resources and fix dependencies among them.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1570898 13f79535-47bb-0310-9956-ffa450edef68
2014-02-22 20:02:13 +00:00
Noble Paul
ee4460edf9
SOLR-3854 urlScheme property should be whitelisted
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1570797 13f79535-47bb-0310-9956-ffa450edef68
2014-02-22 06:48:16 +00:00
Noble Paul
225459815c
SOLR-5762 broke backward compatibility of Javabin format
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1570793 13f79535-47bb-0310-9956-ffa450edef68
2014-02-22 06:19:16 +00:00
Steven Rowe
35a0cb3a2d
Fix CHANGES.txt to reflect the twisted evolution and current state of the Admin UI "Files" conf directory File Browser. Moved issue descriptions to the 5.0 section for the trunk-only - but currently disabled (see SOLR-5539) - ability to create and modify files in the conf dir.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1570764 13f79535-47bb-0310-9956-ffa450edef68
2014-02-22 00:33:47 +00:00
Steven Rowe
114ce52b03
LUCENE-5465: Solr Contrib map-reduce breaks Manifest of all other JAR files by adding a broken Main-Class attribute
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1570738 13f79535-47bb-0310-9956-ffa450edef68
2014-02-21 22:47:52 +00:00
Mark Robert Miller
42f445b035
tests: remove this test
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1570001 13f79535-47bb-0310-9956-ffa450edef68
2014-02-20 00:06:21 +00:00
Mark Robert Miller
6cacf1554c
tests: raise tests timeouts for solrserver
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1569955 13f79535-47bb-0310-9956-ffa450edef68
2014-02-19 23:05:09 +00:00
Mark Robert Miller
c5d84044bc
tests: boost poll length
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1569925 13f79535-47bb-0310-9956-ffa450edef68
2014-02-19 21:31:29 +00:00
Mark Robert Miller
5a08413cd6
tests: raise poll timeout
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1569921 13f79535-47bb-0310-9956-ffa450edef68
2014-02-19 21:27:39 +00:00
Mark Robert Miller
6abd6fecfd
SOLR-5729, SOLR-5605: Set EOL style for new checksum files - clean up some unused checksum files.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1569920 13f79535-47bb-0310-9956-ffa450edef68
2014-02-19 21:22:07 +00:00
Mark Robert Miller
8dda84ca74
tests: raise default connection timeout
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1569891 13f79535-47bb-0310-9956-ffa450edef68
2014-02-19 20:03:08 +00:00
Mark Robert Miller
3ecc6d8d01
SOLR-5729: Remove CHANGES entry in trunk, went into 4.7
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1569845 13f79535-47bb-0310-9956-ffa450edef68
2014-02-19 17:36:57 +00:00
Mark Robert Miller
7dcba673e6
SOLR-5729: Update jar checksums.
...
SOLR-5605: Update jar checksums.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1569822 13f79535-47bb-0310-9956-ffa450edef68
2014-02-19 17:14:40 +00:00
Mark Robert Miller
71e638ce68
tests: raise poll timeout
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1569799 13f79535-47bb-0310-9956-ffa450edef68
2014-02-19 15:53:44 +00:00
Mark Robert Miller
57475143aa
tests: raise poll timeout
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1569797 13f79535-47bb-0310-9956-ffa450edef68
2014-02-19 15:51:19 +00:00
Mark Robert Miller
c4b4582dda
SOLR-5729: Merge in bug fixes and minor improvements for mapreduce and morphlines contribs.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1569794 13f79535-47bb-0310-9956-ffa450edef68
2014-02-19 15:46:24 +00:00
David Wayne Smiley
86ee00c352
LUCENE-5451: Upgrade to Spatial4j 0.4.1
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1569650 13f79535-47bb-0310-9956-ffa450edef68
2014-02-19 06:50:58 +00:00
Mark Robert Miller
b3044d6a04
SOLR-5620: ZKStateReader.aliases should be volatile to ensure all threads see the latest aliases.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1569603 13f79535-47bb-0310-9956-ffa450edef68
2014-02-19 01:58:16 +00:00
Benson Margulies
36b2f2512b
LUCENE-5449: Rename _TestUtil to TestUtil.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1569597 13f79535-47bb-0310-9956-ffa450edef68
2014-02-19 01:38:33 +00:00
Mark Robert Miller
e04cf308ea
tests: disable SSL until this test is hardened more to deal with the consequences of how slow it can make some things in already slow envs
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1569439 13f79535-47bb-0310-9956-ffa450edef68
2014-02-18 17:45:46 +00:00
Shalin Shekhar Mangar
73b17f530e
SOLR-5535: partialResults on control responses is allowed if timeAllowed param is present
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1569188 13f79535-47bb-0310-9956-ffa450edef68
2014-02-18 05:31:42 +00:00
Mark Robert Miller
83122f99fe
tests: raise poll timeout
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1569158 13f79535-47bb-0310-9956-ffa450edef68
2014-02-18 01:12:10 +00:00
Shalin Shekhar Mangar
76e71522a2
SOLR-5739: Removed shard state, range and parent from CoreAdmin calls and CoreDescriptor
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1569154 13f79535-47bb-0310-9956-ffa450edef68
2014-02-18 00:39:53 +00:00
Shawn Heisey
bd527329ff
SOLR-5741: correctly set max total connections on the HttpClient.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1569152 13f79535-47bb-0310-9956-ffa450edef68
2014-02-18 00:30:58 +00:00
Mark Robert Miller
110fc96440
tests: raise updates socket read timeout
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1569147 13f79535-47bb-0310-9956-ffa450edef68
2014-02-18 00:05:14 +00:00
Mark Robert Miller
cae15ce7b6
SOLR-5740: Improve ChaosMonkey to not fail on expected fails due to client add/delete fails.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1569120 13f79535-47bb-0310-9956-ffa450edef68
2014-02-17 22:17:37 +00:00
Shalin Shekhar Mangar
21ed14f6ad
SOLR-5739: Sub-shards created by shard splitting have their update log set to buffering mode on restarts
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1569072 13f79535-47bb-0310-9956-ffa450edef68
2014-02-17 18:30:38 +00:00
Mark Robert Miller
c95e1f4969
SOLR-5727: LBHttpSolrServer should only retry on Connection exceptions when sending updates. Affects CloudSolrServer.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1568857 13f79535-47bb-0310-9956-ffa450edef68
2014-02-16 23:29:23 +00:00
Mark Robert Miller
1748d7b695
tests: raise timeout
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1568848 13f79535-47bb-0310-9956-ffa450edef68
2014-02-16 22:22:46 +00:00
Shai Erera
1482c3c12d
LUCENE-5440: fix bug in FacetComponent
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1568824 13f79535-47bb-0310-9956-ffa450edef68
2014-02-16 20:37:28 +00:00
Shai Erera
87f987082b
LUCENE-5440: decouple OpenBitSet from DocSet and move to use FixedBitSet
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1568737 13f79535-47bb-0310-9956-ffa450edef68
2014-02-16 07:36:37 +00:00
Chris M. Hostetter
fecedd2349
SOLR-5652: remove doc details logging now that we've identified hte original codec problem with the test
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1568690 13f79535-47bb-0310-9956-ffa450edef68
2014-02-15 21:58:58 +00:00
Mark Robert Miller
0b023e5236
SOLR-5718: Make LBHttpSolrServer zombie checks non-distrib and non-scoring.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1568394 13f79535-47bb-0310-9956-ffa450edef68
2014-02-14 17:47:21 +00:00
Mark Robert Miller
43ab8b9ef2
SOLR-5731: The actual catch and loging.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1568354 13f79535-47bb-0310-9956-ffa450edef68
2014-02-14 17:02:53 +00:00
Mark Robert Miller
c6b04e0254
SOLR-5731: In ConnectionManager, we should catch and only log exceptions from BeforeReconnect.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1568353 13f79535-47bb-0310-9956-ffa450edef68
2014-02-14 16:59:28 +00:00
Mark Robert Miller
f8a0cae647
SOLR-5721: ConnectionManager can become stuck in likeExpired.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1568337 13f79535-47bb-0310-9956-ffa450edef68
2014-02-14 15:36:00 +00:00
Mark Robert Miller
9c7b41ddba
SOLR-1301: Fix spelling.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1568328 13f79535-47bb-0310-9956-ffa450edef68
2014-02-14 14:57:08 +00:00
Mark Robert Miller
a127d61d70
SOLR-1301: Add some readme files.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1568317 13f79535-47bb-0310-9956-ffa450edef68
2014-02-14 14:39:00 +00:00
Steven Rowe
1687ff4df3
SOLR-3854: remove redundant solr-core test dependency on httpclient
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1568184 13f79535-47bb-0310-9956-ffa450edef68
2014-02-14 01:34:10 +00:00
Stefan Matheis
6d9228fc83
SOLR-5675: cloud-scripts/zkcli.bat: quote option log4j
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1567902 13f79535-47bb-0310-9956-ffa450edef68
2014-02-13 12:17:25 +00:00
Stefan Matheis
c494a5b050
SOLR-5675: cloud-scripts/zkcli.bat: quote option log4j
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1567901 13f79535-47bb-0310-9956-ffa450edef68
2014-02-13 12:16:18 +00:00
Chris M. Hostetter
f28a5e8ffd
SOLR-5365: Fix bug with compressed files in ExtractingRequestHandler by upgrading commons-compress to 1.7
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1567824 13f79535-47bb-0310-9956-ffa450edef68
2014-02-13 01:22:09 +00:00
Chris M. Hostetter
b4af32cb44
SOLR-5257: Improved error/warn messages when Update XML contains unexpected XML nodes
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1567706 13f79535-47bb-0310-9956-ffa450edef68
2014-02-12 18:09:42 +00:00
Mark Robert Miller
20f7720a30
SOLR-3854: Update MorphlineGoLiveMiniMRTest for SSL. Disable SSL for now .
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1567700 13f79535-47bb-0310-9956-ffa450edef68
2014-02-12 17:43:10 +00:00
Mark Robert Miller
232cf38bdf
tests: add a short poll
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1567663 13f79535-47bb-0310-9956-ffa450edef68
2014-02-12 16:01:41 +00:00
Mark Robert Miller
98810d1f54
SOLR-3854: Cleans up a lot of the tests by using a common function to build a consistent schemed URL (fixes SSL for SolrCmdDistributorTest) + disabled the "useClientAuth" property for OSX clients.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1567643 13f79535-47bb-0310-9956-ffa450edef68
2014-02-12 15:11:24 +00:00
Joel Bernstein
9e2995ee01
SOLR-5624: check for elevated documents in hashCode()
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1567640 13f79535-47bb-0310-9956-ffa450edef68
2014-02-12 15:09:24 +00:00
Mark Robert Miller
cf3bef28fc
SOLR-5649: Clean up some minor ConnectionManager issues.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1567399 13f79535-47bb-0310-9956-ffa450edef68
2014-02-11 21:16:45 +00:00
Mark Robert Miller
d4a96018da
SOLR-1301: Implement the set-map-reduce-classpath.sh script.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1567337 13f79535-47bb-0310-9956-ffa450edef68
2014-02-11 19:52:45 +00:00
Chris M. Hostetter
55424a558a
cleanup RestTestBase in @AfterClass
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1567226 13f79535-47bb-0310-9956-ffa450edef68
2014-02-11 17:32:57 +00:00
Mark Robert Miller
e3180317c8
SOLR-3854 : Disable SSL on OSX for this test for now.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1567203 13f79535-47bb-0310-9956-ffa450edef68
2014-02-11 16:17:38 +00:00
Shalin Shekhar Mangar
83debcaef0
SOLR-5689: On reconnect, ZkController cancels election on first context rather than latest
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1567049 13f79535-47bb-0310-9956-ffa450edef68
2014-02-11 11:11:55 +00:00
Noble Paul
ce3b4becb4
SOLR-5609 Reverting accidental commit
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1567014 13f79535-47bb-0310-9956-ffa450edef68
2014-02-11 08:55:48 +00:00
Noble Paul
1588fd5f5a
SOLR-5476 added testcase
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1567012 13f79535-47bb-0310-9956-ffa450edef68
2014-02-11 08:46:07 +00:00
Steven Rowe
5145efcc25
SOLR-5709: add missing license
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1566914 13f79535-47bb-0310-9956-ffa450edef68
2014-02-11 00:46:11 +00:00
Mark Robert Miller
9dfefa81a4
SOLR-3854 : Reset ALLOW_SSL in afterClass.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1566883 13f79535-47bb-0310-9956-ffa450edef68
2014-02-11 00:14:31 +00:00
Chris M. Hostetter
601f536f9a
SOLR-5561: Fix implicit DefaultSimilarityFactory initialization in IndexSchema to properly specify discountOverlap option
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1566842 13f79535-47bb-0310-9956-ffa450edef68
2014-02-10 23:26:21 +00:00
Joel Bernstein
b2d66a6019
SOLR-5536: Added a proper ValueSource context
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1566754 13f79535-47bb-0310-9956-ffa450edef68
2014-02-10 21:33:50 +00:00
Steven Rowe
af740da71c
SOLR-5709: Highlighting grouped duplicate docs from different shards with group.limit > 1 throws ArrayIndexOutOfBoundsException
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1566743 13f79535-47bb-0310-9956-ffa450edef68
2014-02-10 21:08:03 +00:00
Steven Rowe
88f16b6069
SOLR-5652: in cursor tests, don't sort on 'plain' docvalue fields (i.e., those using standard Lucene sorting for missing values) when the codec doesn't support missing docvalues.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1566741 13f79535-47bb-0310-9956-ffa450edef68
2014-02-10 20:55:12 +00:00
Noble Paul
d95750d27d
SOLR-5476 added testcase
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1566620 13f79535-47bb-0310-9956-ffa450edef68
2014-02-10 13:38:45 +00:00
Alan Woodward
ce571f0242
SOLR-5704: new cores should be created under coreRootDirectory
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1566598 13f79535-47bb-0310-9956-ffa450edef68
2014-02-10 12:45:04 +00:00
Mark Robert Miller
f5a1519069
SOLR-3854: Allows the test harness to perform two-way SSL handshakes, the two-way SSL will now be randomly selected during test runs. Also, cleaned up some of the code by breaking out the SSLConfig into a separate class. Also try and address failing the statics retained check.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1566515 13f79535-47bb-0310-9956-ffa450edef68
2014-02-10 06:08:37 +00:00
Mark Robert Miller
fcfc592785
SOLR-5608: Add short poll to test.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1566492 13f79535-47bb-0310-9956-ffa450edef68
2014-02-10 02:26:19 +00:00
Mark Robert Miller
ff542580f0
SOLR-5585: Raise Collections API timeout to 3 minutes from one minute.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1566485 13f79535-47bb-0310-9956-ffa450edef68
2014-02-10 01:03:02 +00:00
Mark Robert Miller
37fc18ef9f
SOLR-3854: Boost test timeouts - SSL can be slower.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1566483 13f79535-47bb-0310-9956-ffa450edef68
2014-02-10 00:50:23 +00:00
Mark Robert Miller
de6514e214
SOLR-3854: SSL support for SolrCloud
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1566456 13f79535-47bb-0310-9956-ffa450edef68
2014-02-09 22:39:48 +00:00
Areek Zillur
ec096aca16
SOLR-5695: Make best effort to clean up suggester index
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1566388 13f79535-47bb-0310-9956-ffa450edef68
2014-02-09 20:11:50 +00:00
Shalin Shekhar Mangar
9b46f41aa2
SOLR-5710: Migrate collection command does not handle not finding a shard leader well
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1566385 13f79535-47bb-0310-9956-ffa450edef68
2014-02-09 19:59:58 +00:00
Joel Bernstein
a055f02e8a
SOLR-5624: Guard against NPE during cache warming
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1566309 13f79535-47bb-0310-9956-ffa450edef68
2014-02-09 16:34:36 +00:00
Noble Paul
0a3e6856e4
SOLR-5476 avoiding race condition
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1566247 13f79535-47bb-0310-9956-ffa450edef68
2014-02-09 07:28:56 +00:00
Areek Zillur
450e6204f4
SOLR-5695: Add support for Lucene's BlendedInfixSuggester
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1566222 13f79535-47bb-0310-9956-ffa450edef68
2014-02-09 05:18:05 +00:00
Mark Robert Miller
fad3886db8
SOLR-5700: Always consumes the response's HttpEntity and cleaned up the test a little.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1566179 13f79535-47bb-0310-9956-ffa450edef68
2014-02-09 01:07:32 +00:00
Mark Robert Miller
b22840f3f6
SOLR-5700: Improve error handling of remote queries (proxied requests).
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1566174 13f79535-47bb-0310-9956-ffa450edef68
2014-02-09 00:31:22 +00:00
Joel Bernstein
97ef952ced
SOLR-5624: Enable QueryResultCache for CollapsingQParserPlugin
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1566071 13f79535-47bb-0310-9956-ffa450edef68
2014-02-08 18:13:37 +00:00
Shalin Shekhar Mangar
e4ed871c5e
SOLR-5659: Add test for compositeId ending with a separator char
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1565572 13f79535-47bb-0310-9956-ffa450edef68
2014-02-07 08:13:47 +00:00
Shalin Shekhar Mangar
459aca19a2
SOLR-5644: SplitShard does not handle not finding a shard leader well
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1565555 13f79535-47bb-0310-9956-ffa450edef68
2014-02-07 07:03:22 +00:00
Joel Bernstein
3b997b7e52
SOLR-5541: Use StrUtils.splitSmart to handle escape chars
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1565520 13f79535-47bb-0310-9956-ffa450edef68
2014-02-07 02:48:03 +00:00
Mark Robert Miller
fd85c3623b
SOLR-5702: Log config name found for collection at info level.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1565399 13f79535-47bb-0310-9956-ffa450edef68
2014-02-06 19:01:51 +00:00
Mark Robert Miller
65274f5965
LUCENE-5434: NRT support for file systems that do no have delete on last close or cannot delete while referenced semantics.
...
SOLR-5693: Running on HDFS does work correctly with NRT search.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1565344 13f79535-47bb-0310-9956-ffa450edef68
2014-02-06 16:52:28 +00:00
Shalin Shekhar Mangar
b436fd64cb
SOLR-5629: SolrIndexSearcher.name should include core name
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1565138 13f79535-47bb-0310-9956-ffa450edef68
2014-02-06 10:00:15 +00:00
Shalin Shekhar Mangar
462131403a
SOLR-5690: Fix NPE in AbstractStatsValues.accumulate with docValues and docs with empty field
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1565106 13f79535-47bb-0310-9956-ffa450edef68
2014-02-06 08:21:56 +00:00
Shalin Shekhar Mangar
95610a8c58
SOLR-4227: Wrap XML RequestWriter's OutputStreamWriter in a BufferedWriter to avoid frequent converter invocations
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1565099 13f79535-47bb-0310-9956-ffa450edef68
2014-02-06 07:50:17 +00:00
Mark Robert Miller
3b43c10bd1
SOLR-5672: Add logParamsList parameter to support reduced logging. Closes #23 .
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1565072 13f79535-47bb-0310-9956-ffa450edef68
2014-02-06 05:08:11 +00:00
Mark Robert Miller
4ed5b93abf
SOLR-5691: Sharing non thread safe WeakHashMap across thread can cause problems.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1565069 13f79535-47bb-0310-9956-ffa450edef68
2014-02-06 04:47:42 +00:00
Mark Robert Miller
801c267066
SOLR-5682: Make the admin InfoHandler more pluggable / derivable.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1565067 13f79535-47bb-0310-9956-ffa450edef68
2014-02-06 03:56:37 +00:00
Mark Robert Miller
65ba982fdf
SOLR-4072: Error message is incorrect for linkconfig in ZkCLI.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1565059 13f79535-47bb-0310-9956-ffa450edef68
2014-02-06 03:07:16 +00:00
Mark Robert Miller
59b660aef1
SOLR-5678: Fix CHANGES entry
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1565057 13f79535-47bb-0310-9956-ffa450edef68
2014-02-06 03:02:22 +00:00
Mark Robert Miller
8b4ea8885e
SOLR-5678: SolrZkClient should throw a SolrException when connect times out rather than a RuntimeException.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1565056 13f79535-47bb-0310-9956-ffa450edef68
2014-02-06 03:01:36 +00:00
Mark Robert Miller
a2bf844c90
SOLR-5593: Replicas should accept the last updates from a leader that has just lost it's connection to ZooKeeper.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1565049 13f79535-47bb-0310-9956-ffa450edef68
2014-02-06 02:38:00 +00:00
Chris M. Hostetter
ad2a7568f5
SOLR-5623: revert r1564739, shalin already fixed the bug that caused these failures, but Uwe didn't know that
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1564831 13f79535-47bb-0310-9956-ffa450edef68
2014-02-05 17:05:52 +00:00
Uwe Schindler
caa9f77686
Ignore tests that fail since the last few commits. The responsible person should fix those. This commit is only to make Jenkins quiet again!
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1564739 13f79535-47bb-0310-9956-ffa450edef68
2014-02-05 12:23:33 +00:00
Shalin Shekhar Mangar
e63b46137d
SOLR-5598: LanguageIdentifierUpdateProcessor ignores all but the first value of multiValued string fields
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1564732 13f79535-47bb-0310-9956-ffa450edef68
2014-02-05 12:17:45 +00:00
Shalin Shekhar Mangar
aba50169d0
SOLR-5530: Remove empty throws clause
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1564720 13f79535-47bb-0310-9956-ffa450edef68
2014-02-05 11:59:37 +00:00
Shalin Shekhar Mangar
315263e31f
SOLR-5530: Fix forbidden-api-check failure
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1564712 13f79535-47bb-0310-9956-ffa450edef68
2014-02-05 11:41:07 +00:00
Shalin Shekhar Mangar
e262c75e81
SOLR-5530: Added a NoOpResponseParser for SolrJ which puts the entire raw response into an entry in the NamedList
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1564709 13f79535-47bb-0310-9956-ffa450edef68
2014-02-05 11:03:26 +00:00
Shalin Shekhar Mangar
9cb69be380
SOLR-5623: Use root locale in String.format and do not wrap SolrExceptions
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1564700 13f79535-47bb-0310-9956-ffa450edef68
2014-02-05 10:25:47 +00:00
Shai Erera
7016e497fa
remove empty throws clause
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1564666 13f79535-47bb-0310-9956-ffa450edef68
2014-02-05 08:14:33 +00:00
Benson Margulies
755cd1d189
SOLR-5623: backport and fill in CHANGES.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1564592 13f79535-47bb-0310-9956-ffa450edef68
2014-02-05 00:47:35 +00:00
Chris M. Hostetter
ab768b83b0
SOLR-5526: Fixed NPE that could arrise when explicitly configuring some built in QParserPlugins
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1564588 13f79535-47bb-0310-9956-ffa450edef68
2014-02-05 00:41:25 +00:00
Benson Margulies
178ec39037
SOLR-5623: Better diagnosis of RuntimeExceptions in analysis
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1564584 13f79535-47bb-0310-9956-ffa450edef68
2014-02-05 00:32:03 +00:00
Noble Paul
732f295c4f
SOLR-5610 New Collectio API called CLUSTERPROP
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1563876 13f79535-47bb-0310-9956-ffa450edef68
2014-02-03 13:16:12 +00:00
Mark Robert Miller
76df7ede38
SOLR-5667: Performance problem when not using hdfs block cache.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1563766 13f79535-47bb-0310-9956-ffa450edef68
2014-02-03 04:09:44 +00:00
Shalin Shekhar Mangar
1da7b4b4c9
SOLR-5535: Set partialResults header for shards that error out if shards.tolerant is specified
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1563576 13f79535-47bb-0310-9956-ffa450edef68
2014-02-02 07:47:51 +00:00
Robert Muir
584fda3bdf
LUCENE-5410: add fuzzy and near to SimpleQueryParser
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1563558 13f79535-47bb-0310-9956-ffa450edef68
2014-02-02 02:57:02 +00:00
Shalin Shekhar Mangar
7b7a1b5592
SOLR-5634: SolrJ GroupCommand.getNGroups returns null if group.format=simple and group.ngroups=true
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1563392 13f79535-47bb-0310-9956-ffa450edef68
2014-02-01 11:12:59 +00:00
Shalin Shekhar Mangar
13c01606a3
SOLR-5684: Shutdown SolrServer clients created in BasicDistributedZk2Test and BasicDistributedZkTest
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1563390 13f79535-47bb-0310-9956-ffa450edef68
2014-02-01 10:58:15 +00:00
Yonik Seeley
c69ba8ba8f
SOLR-5685: ignore FieldFacetTest
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1563221 13f79535-47bb-0310-9956-ffa450edef68
2014-01-31 19:29:33 +00:00
Mark Robert Miller
c0ae2fa0c1
SOLR-5676: SolrCloud updates rejected if talking to secure ZooKeeper.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1563189 13f79535-47bb-0310-9956-ffa450edef68
2014-01-31 17:39:03 +00:00
Yonik Seeley
f42caf79bd
SOLR-5685: fix FieldFacetAccumulator
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1563176 13f79535-47bb-0310-9956-ffa450edef68
2014-01-31 16:59:06 +00:00
Yonik Seeley
db5964de02
SOLR-5685: tests: add assertU to commit calls
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1563142 13f79535-47bb-0310-9956-ffa450edef68
2014-01-31 14:58:21 +00:00
Shalin Shekhar Mangar
fa2423a2ec
SOLR-5673: HttpSolrServer doesn't set own property correctly in setFollowRedirects
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1562898 13f79535-47bb-0310-9956-ffa450edef68
2014-01-30 17:16:00 +00:00
Shalin Shekhar Mangar
968d6f98cc
SOLR-5679: SOLR-5679: Shard splitting fails with ClassCastException on collections upgraded from 4.5 and earlier versions
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1562872 13f79535-47bb-0310-9956-ffa450edef68
2014-01-30 16:06:50 +00:00
Shalin Shekhar Mangar
d5a8bdd767
SOLR-5658: Removing System.out.println in JavaBinUpdatedRequestCodec added for debugging
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1562836 13f79535-47bb-0310-9956-ffa450edef68
2014-01-30 14:20:28 +00:00
Noble Paul
6849fe3286
SOLR-5476 tests were failing earlier
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1562434 13f79535-47bb-0310-9956-ffa450edef68
2014-01-29 13:17:27 +00:00
Erik Hatcher
7a648bf7db
SOLR-5230: Call DelegatingCollector.finish() during grouping
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1562305 13f79535-47bb-0310-9956-ffa450edef68
2014-01-28 23:07:25 +00:00
Chris M. Hostetter
d593f195ba
SOLR-5652: test fixes: add 'plain' docvalue field variants to schema, and check codecs for support of missing docValues before trying to sort on them
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1562155 13f79535-47bb-0310-9956-ffa450edef68
2014-01-28 19:03:35 +00:00
Yonik Seeley
f15097b4e2
allow _version_ to use DocValues
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1561851 13f79535-47bb-0310-9956-ffa450edef68
2014-01-27 21:17:23 +00:00
Mark Robert Miller
a193836b86
SOLR-5666: Using the hdfs write cache can result in appearance of corrupted index.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1561751 13f79535-47bb-0310-9956-ffa450edef68
2014-01-27 17:03:09 +00:00
Steven Rowe
2a36de54dd
SOLR-5671: increase logging to try and track down test failure
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1561709 13f79535-47bb-0310-9956-ffa450edef68
2014-01-27 15:21:41 +00:00
Mark Robert Miller
cb8b1cd32b
SOLR-5577: Harden leaking Timer thread.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1561497 13f79535-47bb-0310-9956-ffa450edef68
2014-01-26 14:51:55 +00:00
Robert Muir
76c12eeb3d
LUCENE-5415: add multitermquery support to PostingsHighlighter
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1561451 13f79535-47bb-0310-9956-ffa450edef68
2014-01-26 04:49:18 +00:00
Simon Willnauer
d1999b7791
LUCENE-5414: Suggest module should not depend on expression module
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1561415 13f79535-47bb-0310-9956-ffa450edef68
2014-01-25 22:18:36 +00:00
Michael McCandless
b27fe755d1
LUCENE-5228: IndexWriter.addIndexes(Directory[]) now acquires the IW write lock on the incoming indices to ensure there are no active IndexWriters in those directories
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1561404 13f79535-47bb-0310-9956-ffa450edef68
2014-01-25 21:49:20 +00:00
Mark Robert Miller
9ed426cbd4
tests: reduce number of shards
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1561332 13f79535-47bb-0310-9956-ffa450edef68
2014-01-25 16:27:09 +00:00
Shalin Shekhar Mangar
0b295b861e
SOLR-5492: Enabling CustomCollectionTest after removing shards.info test code from it
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1561271 13f79535-47bb-0310-9956-ffa450edef68
2014-01-25 06:54:55 +00:00
David Wayne Smiley
c6e416cd00
LUCENE-5395: use Locale.ROOT
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1561250 13f79535-47bb-0310-9956-ffa450edef68
2014-01-25 03:48:13 +00:00
David Wayne Smiley
006dd1874f
LUCENE-5395: calculated sha1 via "ant jar-checksums" this time
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1561238 13f79535-47bb-0310-9956-ffa450edef68
2014-01-25 00:29:28 +00:00
Mark Robert Miller
64481c0ed9
tests: raise update so timeout
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1561234 13f79535-47bb-0310-9956-ffa450edef68
2014-01-25 00:10:12 +00:00
David Wayne Smiley
33d88bef57
LUCENE-5395: Upgrade Spatial4j 0.4. Moved away from stuff deprecated in Spatial4j.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1561129 13f79535-47bb-0310-9956-ffa450edef68
2014-01-24 19:40:14 +00:00
Mark Robert Miller
e7c1b36636
SOLR-5625: Add testing around SolrCmdDistributor
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1561079 13f79535-47bb-0310-9956-ffa450edef68
2014-01-24 17:23:16 +00:00
Mark Robert Miller
52730069ed
SOLR-5625: Add testing around SolrCmdDistributor
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1561077 13f79535-47bb-0310-9956-ffa450edef68
2014-01-24 17:20:48 +00:00
Stefan Matheis
22d2bb44b3
SOLR-5663: example-DIH uses non-existing column for mapping (case-sensitive)
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1561026 13f79535-47bb-0310-9956-ffa450edef68
2014-01-24 14:55:37 +00:00
Mark Robert Miller
a9670cc6e7
SOLR-5658: commitWithin and overwrite are not being distributed to replicas now that SolrCloud uses javabin to distribute updates.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1560859 13f79535-47bb-0310-9956-ffa450edef68
2014-01-24 00:53:06 +00:00
Mark Robert Miller
df7c5e7772
tests: try harder to not kill the last replica in a shard
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1560557 13f79535-47bb-0310-9956-ffa450edef68
2014-01-22 23:13:01 +00:00
Mark Robert Miller
d9e7f46ef9
SOLR-5657: When a SolrCore starts on HDFS, it should gracefully handle HDFS being in safe mode.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1560553 13f79535-47bb-0310-9956-ffa450edef68
2014-01-22 22:39:10 +00:00
Chris M. Hostetter
4fcf007f94
SOLR-5594: Allow FieldTypes to specify custom PrefixQuery behavior
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1560412 13f79535-47bb-0310-9956-ffa450edef68
2014-01-22 16:50:07 +00:00
Noble Paul
03aba1adc3
SOLR-5476 ignored till there is a reliable way to restart Overseer
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1560314 13f79535-47bb-0310-9956-ffa450edef68
2014-01-22 11:13:54 +00:00
Noble Paul
bd04876772
SOLR-5476 hardened a bit
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1560279 13f79535-47bb-0310-9956-ffa450edef68
2014-01-22 08:41:50 +00:00
Mark Robert Miller
1e5f5795dc
SOLR-5650: When a replica becomes a leader, only peer sync with other replicas that last published an ACTIVE state.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1560221 13f79535-47bb-0310-9956-ffa450edef68
2014-01-21 23:52:23 +00:00
Chris M. Hostetter
6851eab30c
SOLR-5652: Make test more deterministicly random, and increase logging to try and track down strange test failure
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1560219 13f79535-47bb-0310-9956-ffa450edef68
2014-01-21 23:32:43 +00:00
Noble Paul
172b0b5231
SOLR-5476 handle nonode exception
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1559936 13f79535-47bb-0310-9956-ffa450edef68
2014-01-21 08:20:57 +00:00
Mark Robert Miller
1941777fdc
SOLR-5577: Protect against NPE race with close - spotted by Greg Chanan
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1559844 13f79535-47bb-0310-9956-ffa450edef68
2014-01-20 22:25:44 +00:00
Mark Robert Miller
fc9f019cdb
tests: longer runs with tests.nightly
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1559790 13f79535-47bb-0310-9956-ffa450edef68
2014-01-20 17:54:18 +00:00
Mark Robert Miller
fad37f1984
SOLR-5608: Boost wait from 300ms to 500ms
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1559788 13f79535-47bb-0310-9956-ffa450edef68
2014-01-20 17:33:38 +00:00
Mark Robert Miller
c504a251f3
SOLR-5488: print exception stack trace rather than eating it
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1559770 13f79535-47bb-0310-9956-ffa450edef68
2014-01-20 16:31:12 +00:00
Mark Robert Miller
ab0f5074d4
tests: improve assertion
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1559764 13f79535-47bb-0310-9956-ffa450edef68
2014-01-20 16:14:27 +00:00
Mark Robert Miller
ff49a55074
tests: dial back a bit, can hit OOM
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1559750 13f79535-47bb-0310-9956-ffa450edef68
2014-01-20 15:45:49 +00:00
Mark Robert Miller
784ccd1f21
SOLR-5608: Boost wait from 100ms to 300ms
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1559724 13f79535-47bb-0310-9956-ffa450edef68
2014-01-20 15:04:38 +00:00
Noble Paul
a136d320b9
SOLR-5476 tests passing
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1559677 13f79535-47bb-0310-9956-ffa450edef68
2014-01-20 12:48:56 +00:00
Mark Robert Miller
f698963775
SOLR-5643: ConcurrentUpdateSolrServer will sometimes not spawn a new Runner thread even though there are updates in the queue.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1559620 13f79535-47bb-0310-9956-ffa450edef68
2014-01-20 02:59:59 +00:00
Mark Robert Miller
d16dc6cf6d
tests: harden this stress test
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1559614 13f79535-47bb-0310-9956-ffa450edef68
2014-01-20 00:36:11 +00:00
Mark Robert Miller
4ee5920ba2
SOLR-5608: Raise wait for leader timeout from 1000 to 15000
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1559609 13f79535-47bb-0310-9956-ffa450edef68
2014-01-19 23:48:36 +00:00
Mark Robert Miller
1a715dd4d6
SOLR-5608: Harden test.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1559600 13f79535-47bb-0310-9956-ffa450edef68
2014-01-19 23:23:07 +00:00
Mark Robert Miller
3b5b96a3ef
SOLR-5577: Harden leaking Timer thread.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1559587 13f79535-47bb-0310-9956-ffa450edef68
2014-01-19 21:20:58 +00:00
Mark Robert Miller
f5dc7e22d5
SOLR-5636: Move CHANGES entry to 4.6 branch
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1559583 13f79535-47bb-0310-9956-ffa450edef68
2014-01-19 21:01:31 +00:00
Mark Robert Miller
fb9374bffb
SOLR-5645: A SolrCore reload via the CoreContainer will try and register in zk again with the new SolrCore.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1559578 13f79535-47bb-0310-9956-ffa450edef68
2014-01-19 20:34:52 +00:00
Noble Paul
dd8fe60fc7
SOLR-5476 ftests are being fixed . SO ignore for the time being
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1559399 13f79535-47bb-0310-9956-ffa450edef68
2014-01-18 19:40:13 +00:00
Steven Rowe
c56e0ccef6
remove extra closing attribution parenthesis, which confuses changes2html
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1559293 13f79535-47bb-0310-9956-ffa450edef68
2014-01-18 00:11:12 +00:00
Ryan Ernst
7ace4d4997
SOLR-5633: HttpShardHandlerFactory should make its http client available to subclasses
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1559236 13f79535-47bb-0310-9956-ffa450edef68
2014-01-17 19:45:43 +00:00
Noble Paul
50682f5ab7
SOLR-5476 logging added
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1559100 13f79535-47bb-0310-9956-ffa450edef68
2014-01-17 13:30:33 +00:00
Uwe Schindler
021b937b27
SOLR-5476: Fix forbidden.
...
PLEASE RUN "ant precommit" (root) or alternatively the faster "ant check-forbidden-apis" (in your module folder) before committing!
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1559043 13f79535-47bb-0310-9956-ffa450edef68
2014-01-17 08:07:46 +00:00
Mark Robert Miller
a8b5fe376a
SOLR-4260: If in blockUntilFinished and there are no Runners running and the queue is not empty, start a new Runner.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1558996 13f79535-47bb-0310-9956-ffa450edef68
2014-01-17 02:36:26 +00:00
Mark Robert Miller
7a85486551
SOLR-4260: Guard against NPE.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1558985 13f79535-47bb-0310-9956-ffa450edef68
2014-01-17 02:06:31 +00:00
Mark Robert Miller
98825c054c
SOLR-4260: Add name to CHANGES
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1558980 13f79535-47bb-0310-9956-ffa450edef68
2014-01-17 01:51:08 +00:00
Mark Robert Miller
5cacfe37f7
SOLR-4260: ConcurrentUpdateSolrServer#blockUntilFinished can return before all previously added updates have finished. This could cause distributed updates meant for replicas to be lost.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1558978 13f79535-47bb-0310-9956-ffa450edef68
2014-01-17 01:48:41 +00:00
Chris M. Hostetter
a6b1c654d1
SOLR-5463: more details in case of spooky 'walk already seen' errors
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1558939 13f79535-47bb-0310-9956-ffa450edef68
2014-01-16 22:38:30 +00:00
Michael McCandless
7b34ac5c61
LUCENE-5399: add missingFirst/last support when sorting by Type.STRING; speed up deep paging; fix solr's distributed group sort for certain field types
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1558865 13f79535-47bb-0310-9956-ffa450edef68
2014-01-16 17:40:25 +00:00