Commit Graph

15588 Commits

Author SHA1 Message Date
Mark Robert Miller f902314d74 SOLR-3993: If multiple SolrCore's for a shard coexist on a node, on cluster restart, leader election would stall until timeout, waiting to see all of the replicas come up.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1408313 13f79535-47bb-0310-9956-ffa450edef68
2012-11-12 15:10:47 +00:00
Mark Robert Miller 267df1a190 SOLR-4067: ZkStateReader#getLeaderProps should not return props for a leader that it does not think is live.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1408305 13f79535-47bb-0310-9956-ffa450edef68
2012-11-12 14:37:12 +00:00
Michael McCandless ea255484c4 fix test bug
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1408251 13f79535-47bb-0310-9956-ffa450edef68
2012-11-12 11:36:43 +00:00
Mark Robert Miller aaa329f061 SOLR-4055: Remove tabs and format to Lucene convention
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1408134 13f79535-47bb-0310-9956-ffa450edef68
2012-11-11 22:29:41 +00:00
Mark Robert Miller 99c4749d1a SOLR-4055: Fix a thread safety issue with the Collections API that could cause actions to be targeted at the wrong SolrCores.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1408125 13f79535-47bb-0310-9956-ffa450edef68
2012-11-11 21:54:04 +00:00
Mark Robert Miller 3c4c55aad1 SOLR-4063: remove unused variable
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1408091 13f79535-47bb-0310-9956-ffa450edef68
2012-11-11 19:30:20 +00:00
Michael McCandless 89cbd54e08 LUCENE-4544: fix off-by-one in max number of CMS merge threads
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1408089 13f79535-47bb-0310-9956-ffa450edef68
2012-11-11 19:19:55 +00:00
Mark Robert Miller e92475e10e SOLR-4063: Allow CoreContainer to load multiple SolrCores in parallel rather than just serially.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1408088 13f79535-47bb-0310-9956-ffa450edef68
2012-11-11 19:18:03 +00:00
Michael McCandless a53ecb1d09 fix tie-break in test to use analyzed form not surface form
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1407869 13f79535-47bb-0310-9956-ffa450edef68
2012-11-10 18:28:05 +00:00
Mark Robert Miller 9eb16eef21 SOLR-4060: ReplicationHandler can try and do a snappull and open a new IndexWriter after shutdown has already occurred, leaving an IndexWriter that is not closed.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1407817 13f79535-47bb-0310-9956-ffa450edef68
2012-11-10 14:11:05 +00:00
Robert Muir b57d801ae3 don't fail if we cant delete: for some reason windows is hanging on to open file handles to these jars?
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1407815 13f79535-47bb-0310-9956-ffa450edef68
2012-11-10 14:08:45 +00:00
Robert Muir 43dc1dcdea LUCENE-4466: bounds check term vectors in segmentreader, not the codec
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1407605 13f79535-47bb-0310-9956-ffa450edef68
2012-11-09 19:52:20 +00:00
James Dyer 18ed36adac SOLR-3856: Improve tests for SqlEntityProcessor
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1407547 13f79535-47bb-0310-9956-ffa450edef68
2012-11-09 17:17:54 +00:00
Robert Muir c87afb5a28 disable solr tests in jenkins until they start passing
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1407438 13f79535-47bb-0310-9956-ffa450edef68
2012-11-09 12:46:57 +00:00
Michael McCandless 504938ec03 remove bad assert
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1407328 13f79535-47bb-0310-9956-ffa450edef68
2012-11-09 00:34:42 +00:00
Michael McCandless cd7dfb5ca6 always fsync for now (it's causing test failures otherwise)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1407313 13f79535-47bb-0310-9956-ffa450edef68
2012-11-08 23:34:59 +00:00
Simon Willnauer 58d914e533 fix javadoc links
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1407295 13f79535-47bb-0310-9956-ffa450edef68
2012-11-08 22:20:26 +00:00
Simon Willnauer d8d3dc2a13 LUCENE-4537: Separate RateLimiter from Directory
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1407268 13f79535-47bb-0310-9956-ffa450edef68
2012-11-08 21:24:43 +00:00
James Dyer f57cdb8fc3 SOLR-3856: @Ignore Delta test while investigating Linux failures
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1407140 13f79535-47bb-0310-9956-ffa450edef68
2012-11-08 15:51:48 +00:00
Steven Rowe 5ba17cf480 SOLR-4031: Eclipse and Maven configurations: Upgrade to Jetty 8.1.7
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1407120 13f79535-47bb-0310-9956-ffa450edef68
2012-11-08 15:18:10 +00:00
Robert Muir 3c14a51d14 SOLR-4050: ensure we have no trash in example/lib, move jetty start.jar into ivy.xml
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1407107 13f79535-47bb-0310-9956-ffa450edef68
2012-11-08 14:50:41 +00:00
Yonik Seeley 959bccf7c1 SOLR-4050: upgrade jetty start.jar to match jetty libs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1407093 13f79535-47bb-0310-9956-ffa450edef68
2012-11-08 14:20:51 +00:00
Michael McCandless c85875c33e don't hang if Solr example fails to start
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1407083 13f79535-47bb-0310-9956-ffa450edef68
2012-11-08 14:00:28 +00:00
Robert Muir 1897641123 svn:eol-style=native
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1406758 13f79535-47bb-0310-9956-ffa450edef68
2012-11-07 19:26:11 +00:00
Adrien Grand 980915f6ca LUCENE-4527: CompressingStoreFieldsFormat: encode numStoredFields more efficiently.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1406704 13f79535-47bb-0310-9956-ffa450edef68
2012-11-07 16:24:24 +00:00
James Dyer f8be77c39b SOLR-3856: Better test failure output
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1406698 13f79535-47bb-0310-9956-ffa450edef68
2012-11-07 16:20:25 +00:00
Yonik Seeley ce716b2606 SOLR-4031: add checksums for new jetty jars
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1406664 13f79535-47bb-0310-9956-ffa450edef68
2012-11-07 15:06:15 +00:00
Adrien Grand b99a2b3590 LUCENE-4536: Make PackedInts on-disk format byte-aligned.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1406651 13f79535-47bb-0310-9956-ffa450edef68
2012-11-07 14:17:42 +00:00
Yonik Seeley d5222ffba3 SOLR-4031: Upgrade to Jetty 8.1.7
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1406601 13f79535-47bb-0310-9956-ffa450edef68
2012-11-07 12:59:31 +00:00
Shai Erera 2e896c4af6 LUCENE-4532: fix DirectoryTaxonomyWriter to track the taxonomy epoch, rather than create timestamp
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1406539 13f79535-47bb-0310-9956-ffa450edef68
2012-11-07 10:50:14 +00:00
Robert Muir 25eab66662 try to fix the worst of the class summaries so that the first sentence is parsed correctly
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1406454 13f79535-47bb-0310-9956-ffa450edef68
2012-11-07 04:29:25 +00:00
Robert Muir 857f32d508 javadocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1406444 13f79535-47bb-0310-9956-ffa450edef68
2012-11-07 04:07:59 +00:00
Robert Muir d5b9285b95 LUCENE-4483: clarify Term constructor documentation
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1406440 13f79535-47bb-0310-9956-ffa450edef68
2012-11-07 03:54:28 +00:00
Robert Muir d93f599e32 SOLR-3589: Edismax parser does not honor mm parameter if analyzer splits a token
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1406437 13f79535-47bb-0310-9956-ffa450edef68
2012-11-07 03:25:20 +00:00
Robert Muir debe67b60b LUCENE-4540: allow packed ints norms
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1406428 13f79535-47bb-0310-9956-ffa450edef68
2012-11-07 02:59:00 +00:00
Robert Muir 5464cbb53e LUCENE-4543: bring back TFIDFSimilarity.lengthNorm
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1406419 13f79535-47bb-0310-9956-ffa450edef68
2012-11-07 02:24:35 +00:00
Robert Muir fe910775ee lock in hossman's changes, if someone defeats the boss stage (solr-core) then we move to the next level in the game
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1406252 13f79535-47bb-0310-9956-ffa450edef68
2012-11-06 17:59:48 +00:00
James Dyer 51635a9f02 SOLR-3856: Improve tests for SqlEntityProcessor
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1406245 13f79535-47bb-0310-9956-ffa450edef68
2012-11-06 17:49:17 +00:00
James Dyer 5461ef1ac1 SOLR-3856: Improve tests for SqlEntityProcessor
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1406231 13f79535-47bb-0310-9956-ffa450edef68
2012-11-06 17:24:40 +00:00
Chris M. Hostetter b6db7c76f1 SOLR-3904: progress adding package.html files
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1406204 13f79535-47bb-0310-9956-ffa450edef68
2012-11-06 16:17:50 +00:00
Simon Willnauer bf107c5026 LUCENE-4538: Cache DocValues DirectSource
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1406153 13f79535-47bb-0310-9956-ffa450edef68
2012-11-06 14:43:57 +00:00
Alan Woodward d370453c58 SOLR-1972: Ignore metrics threads in more tests
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1406075 13f79535-47bb-0310-9956-ffa450edef68
2012-11-06 09:05:53 +00:00
Michael McCandless 37cdda05f5 LUCENE-4534: dedup same surface form in Analyzing/FuzzySuggester
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1405977 13f79535-47bb-0310-9956-ffa450edef68
2012-11-05 21:54:24 +00:00
Michael McCandless 2537836d4a LUCENE-4534: handle 0 byte values in lookup keys
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1405960 13f79535-47bb-0310-9956-ffa450edef68
2012-11-05 21:17:11 +00:00
Michael McCandless b4728370c4 also set JAVACMD env var (sometimes ant uses only that and doesn't fallback to JAVA_HOME)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1405956 13f79535-47bb-0310-9956-ffa450edef68
2012-11-05 21:13:08 +00:00
James Dyer f1a67f7cb0 SOLR-4019: Fix tests that are invalid due to logging change
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1405919 13f79535-47bb-0310-9956-ffa450edef68
2012-11-05 18:51:00 +00:00
James Dyer 5fb2789394 SOLR-4019: Ignore tests that are invalid due to logging change
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1405912 13f79535-47bb-0310-9956-ffa450edef68
2012-11-05 18:41:03 +00:00
James Dyer 3ea6657976 SOLR-4019: Log 503 stack traces unless from PingRequestHandler. Suppress logging some stack traces with ShowFileRequestHandler.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1405893 13f79535-47bb-0310-9956-ffa450edef68
2012-11-05 17:39:30 +00:00
Michael McCandless 5c7afe05df use smaller index for TestSlowCollationMethods.testQuery
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1405892 13f79535-47bb-0310-9956-ffa450edef68
2012-11-05 17:37:31 +00:00
Adrien Grand 0889365744 LUCENE-4535: Make oal.util.FilterIterator an internal API.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1405655 13f79535-47bb-0310-9956-ffa450edef68
2012-11-04 22:22:32 +00:00