Commit Graph

3287 Commits

Author SHA1 Message Date
Anshum Gupta 2c8de2f35c SOLR-6248: Fixing an exception in case of missing qf
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1636784 13f79535-47bb-0310-9956-ffa450edef68
2014-11-05 00:21:42 +00:00
Chris M. Hostetter 7e07a9c578 SOLR-6351: Stats can now be nested under pivot values by adding a 'stats' local param
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1636772 13f79535-47bb-0310-9956-ffa450edef68
2014-11-04 23:09:41 +00:00
Michael McCandless ba56e75704 LUCENE-6046: add maxDeterminizedStates to determinize to prevent exhausting CPU/RAM when the automaton is too difficult to determinize
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1636716 13f79535-47bb-0310-9956-ffa450edef68
2014-11-04 20:03:10 +00:00
Shalin Shekhar Mangar 2380e375a0 SOLR-2927: Solr does not unregister all mbeans upon exception in constructor causing memory leaks
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1636603 13f79535-47bb-0310-9956-ffa450edef68
2014-11-04 15:21:12 +00:00
Shalin Shekhar Mangar 2e0eea7346 SOLR-6591: Ignore overseer operations for collections with stateFormat > 1 if the parent ZK path doesn't exist
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1636400 13f79535-47bb-0310-9956-ffa450edef68
2014-11-03 17:30:04 +00:00
Shalin Shekhar Mangar 06510acbab Fix assert
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1636379 13f79535-47bb-0310-9956-ffa450edef68
2014-11-03 16:11:22 +00:00
Noble Paul 19a2ea8679 SOLR-6365
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1636330 13f79535-47bb-0310-9956-ffa450edef68
2014-11-03 11:57:00 +00:00
Erick Erickson 7702efb849 SOLR-6670: change BALANCESLICEUNIQUE to BALANCESHARDUNIQUE
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1636226 13f79535-47bb-0310-9956-ffa450edef68
2014-11-03 01:52:39 +00:00
Michael McCandless 17ab4645d5 LUCENE-6041: remove FieldInfo.isIndex/hasDocValues sugar APIs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1636166 13f79535-47bb-0310-9956-ffa450edef68
2014-11-02 19:03:11 +00:00
Michael McCandless 6bf44e9439 LUCENE-6039: NO -> NONE
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1635861 13f79535-47bb-0310-9956-ffa450edef68
2014-10-31 20:48:22 +00:00
Michael McCandless bc41d58cd3 LUCENE-6039: cutover to IndexOptions.NO/DocValuesType.NO instead of null
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1635790 13f79535-47bb-0310-9956-ffa450edef68
2014-10-31 15:10:08 +00:00
Timothy Potter 05ad610074 SOLR-3619: Rename 'example' dir to 'server'
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1635666 13f79535-47bb-0310-9956-ffa450edef68
2014-10-31 04:30:52 +00:00
Timothy Potter 967172f78d SOLR-6631: Part deux - refactor LatchChildWatcher to LatchWatcher that takes an optional EventType during construction to only release the latch when a specific event type is received.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1635573 13f79535-47bb-0310-9956-ffa450edef68
2014-10-30 18:19:46 +00:00
Joel Bernstein 0a27b98333 SOLR-6584 Export handler causes bug in prefetch with very small indexes.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1635539 13f79535-47bb-0310-9956-ffa450edef68
2014-10-30 16:44:11 +00:00
Adrien Grand 347e4447eb LUCENE-6025: Add BitSet.prevSetBit and cut over the join module to this API.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1635531 13f79535-47bb-0310-9956-ffa450edef68
2014-10-30 16:06:17 +00:00
Anshum Gupta d7a1423439 SOLR-6248: Changing the format of mlt query parser
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1635329 13f79535-47bb-0310-9956-ffa450edef68
2014-10-29 23:10:17 +00:00
Tomas Eduardo Fernandez Lobbe d49fb2f7ec Fixed SimpleQParserPlugin javadoc
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1635223 13f79535-47bb-0310-9956-ffa450edef68
2014-10-29 17:45:27 +00:00
Noble Paul 6ae76082e6 SOLR-6610
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1635163 13f79535-47bb-0310-9956-ffa450edef68
2014-10-29 14:56:49 +00:00
Timothy Potter cb0b53eaac Backout fix for SOLR-6631 as things like create collection are hanging now
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1635155 13f79535-47bb-0310-9956-ffa450edef68
2014-10-29 14:46:29 +00:00
Timothy Potter e3f636a276 SOLR-6631: DistributedQueue spinning on calling zookeeper getChildren()
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1635131 13f79535-47bb-0310-9956-ffa450edef68
2014-10-29 13:38:15 +00:00
Shalin Shekhar Mangar 0e165d33ad Fix NPE on nightly tests
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1635067 13f79535-47bb-0310-9956-ffa450edef68
2014-10-29 08:37:18 +00:00
Anshum Gupta a5ba0b84f7 SOLR-6248: MoreLikeThis QParser that works in standalone/cloud mode
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1634937 13f79535-47bb-0310-9956-ffa450edef68
2014-10-28 18:12:31 +00:00
Chris M. Hostetter 7ac4cf6303 SOLR-6655: fix forbidden API for real this time
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1634912 13f79535-47bb-0310-9956-ffa450edef68
2014-10-28 16:50:25 +00:00
Shalin Shekhar Mangar aee9727bec SOLR-6655: Use root locale in String.format
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1634830 13f79535-47bb-0310-9956-ffa450edef68
2014-10-28 09:58:53 +00:00
Erik Hatcher 7e41222b64 SOLR-6655: SimplePostTool now features -Dhost, -Dport, and -Dc (for core/collection) parameters
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1634765 13f79535-47bb-0310-9956-ffa450edef68
2014-10-28 02:48:36 +00:00
Shalin Shekhar Mangar 516ae95878 SOLR-6591: Do not batch updates for different stateFormats together
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1634684 13f79535-47bb-0310-9956-ffa450edef68
2014-10-27 20:56:41 +00:00
Timothy Potter 14d27294e9 SOLR-6650: disabled by default
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1634621 13f79535-47bb-0310-9956-ffa450edef68
2014-10-27 17:52:04 +00:00
Shalin Shekhar Mangar 08c6f54346 SOLR-6591: Overseer can use stale cluster state and lose updates for collections with stateFormat > 1
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1634243 13f79535-47bb-0310-9956-ffa450edef68
2014-10-25 19:20:28 +00:00
Timothy Potter 23eb9cbfcc SOLR-6650: Add optional slow request logging at WARN level; this closes #101
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1634086 13f79535-47bb-0310-9956-ffa450edef68
2014-10-24 16:21:59 +00:00
Shalin Shekhar Mangar 716b4acc74 SOLR-6651: Don't log found twice
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1634060 13f79535-47bb-0310-9956-ffa450edef68
2014-10-24 14:07:51 +00:00
Shalin Shekhar Mangar 13e8aa61fc SOLR-6651: Fix wrong timeout logged in waitForReplicasToComeUp
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1634057 13f79535-47bb-0310-9956-ffa450edef68
2014-10-24 13:56:51 +00:00
Adrien Grand c179a9bf94 LUCENE-6021: Make SparseFixedBitSet and FixedBitSet share a common "BitSet" interface.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1634012 13f79535-47bb-0310-9956-ffa450edef68
2014-10-24 07:32:19 +00:00
Robert Muir dbe6c7ff05 LUCENE-5969: remove 4.x back compat
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1633998 13f79535-47bb-0310-9956-ffa450edef68
2014-10-24 04:48:13 +00:00
Robert Muir ff50c35fc2 LUCENE-5969: finish porting rest of codec to 5.0 features
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1633991 13f79535-47bb-0310-9956-ffa450edef68
2014-10-24 02:43:41 +00:00
Jan Høydahl 7c3703a5b2 SOLR-6647: Bad error message when missing resource from ZK when parsing Schema
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1633969 13f79535-47bb-0310-9956-ffa450edef68
2014-10-23 22:15:03 +00:00
Shalin Shekhar Mangar 7fa2cea91c SOLR-6224: Post soft-commit callbacks are called before soft commit actually happens
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1633676 13f79535-47bb-0310-9956-ffa450edef68
2014-10-22 18:48:42 +00:00
Shalin Shekhar Mangar 4ed9b12033 SOLR-6524: Collections left in recovery state after node restart because recovery sleep time increases exponentially between retries
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1633655 13f79535-47bb-0310-9956-ffa450edef68
2014-10-22 17:19:03 +00:00
Adrien Grand 9e9812cbb0 LUCENE-5441: Decouple (Sparse)FixedBitSet from DocIdSet.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1633628 13f79535-47bb-0310-9956-ffa450edef68
2014-10-22 14:19:19 +00:00
Timothy Potter 6d6ed37027 SOLR-6641: SystemInfoHandler should include the zkHost the node is using (when running in solrcloud mode)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1633621 13f79535-47bb-0310-9956-ffa450edef68
2014-10-22 14:07:38 +00:00
Robert Muir 533249e67d merge trunk
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5969@1633538 13f79535-47bb-0310-9956-ffa450edef68
2014-10-22 05:44:17 +00:00
Jan Høydahl 6d27591ab5 SOLR-6573: Updated after comments from Hoss, now also supports value parsed from localParam "v=", using rb.getQparser().getLocalParams()
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1633395 13f79535-47bb-0310-9956-ffa450edef68
2014-10-21 15:13:07 +00:00
Noble Paul c445d40b80 SOLR-6633 changed package
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1633394 13f79535-47bb-0310-9956-ffa450edef68
2014-10-21 15:12:55 +00:00
Noble Paul de911858d9 SOLR-6633
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1633390 13f79535-47bb-0310-9956-ffa450edef68
2014-10-21 14:53:04 +00:00
Michael McCandless 8f9f8a3252 LUCENE-6013: remove IndexableFieldType.indexed and FieldInfo.indexed (it's redundant with IndexOptions != null)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1633296 13f79535-47bb-0310-9956-ffa450edef68
2014-10-21 07:32:38 +00:00
Shalin Shekhar Mangar 58fe66dba7 SOLR-6530: Protect against NPE when there are no live replicas
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1633276 13f79535-47bb-0310-9956-ffa450edef68
2014-10-21 06:10:18 +00:00
Jan Høydahl c1bdf27d97 SOLR-6573: QueryElevationComponent now works with localParams in the query
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1633223 13f79535-47bb-0310-9956-ffa450edef68
2014-10-20 20:47:50 +00:00
Robert Muir eee7825cef LUCENE-5969: move old postings back compat to backward-codecs, cleanup PBF related stuff, add segment headers, etc
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5969@1633196 13f79535-47bb-0310-9956-ffa450edef68
2014-10-20 18:25:52 +00:00
Anshum Gupta 788d519b89 SOLR-6623: Fixing NPE in StoredFieldsShardResponseProcessor when using timeAllowed
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1633053 13f79535-47bb-0310-9956-ffa450edef68
2014-10-20 06:10:08 +00:00
Erick Erickson 72df721236 SOLR-5992: add removeregex as an atomic update operation, Thanks Vitaliy
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1633019 13f79535-47bb-0310-9956-ffa450edef68
2014-10-19 22:45:31 +00:00
Noble Paul 7644a6def6 SOLR-6551
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1632756 13f79535-47bb-0310-9956-ffa450edef68
2014-10-18 11:19:01 +00:00
Robert Muir c9e2d7bead LUCENE-5969: fix tests
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5969@1632706 13f79535-47bb-0310-9956-ffa450edef68
2014-10-18 00:19:30 +00:00
Erick Erickson f1759bc6ad CollectionsAPI call REBALANCELEADERS
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1632594 13f79535-47bb-0310-9956-ffa450edef68
2014-10-17 14:50:14 +00:00
Noble Paul c4f4d6efab SOLR-6476 error message fixed
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1632525 13f79535-47bb-0310-9956-ffa450edef68
2014-10-17 09:35:35 +00:00
Tomas Eduardo Fernandez Lobbe fa6fc130a4 SOLR-6151: Improved TestReplicationHandlerBackup
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1632449 13f79535-47bb-0310-9956-ffa450edef68
2014-10-17 00:07:07 +00:00
Steven Rowe 38f182593a LUCENE-6007: Regularize ivy.xml files to use configurations that map to remote master configurations, so that Ivy won't try to download extraneous crap
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1632430 13f79535-47bb-0310-9956-ffa450edef68
2014-10-16 20:13:48 +00:00
Chris M. Hostetter d8146460f0 LUCENE-5961: Fix the exists() method for FunctionValues returned by many ValueSoures to behave properly when wrapping other ValueSources which do not exist for the specified document
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1632414 13f79535-47bb-0310-9956-ffa450edef68
2014-10-16 19:05:20 +00:00
Adrien Grand e1b7594cd0 LUCENE-6010: Remove dead code.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1632305 13f79535-47bb-0310-9956-ffa450edef68
2014-10-16 13:41:08 +00:00
Noble Paul 6a790d5b25 SOLR-6307
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1632259 13f79535-47bb-0310-9956-ffa450edef68
2014-10-16 09:41:43 +00:00
Michael McCandless 78e445ce57 LUCENE-6006: remove unnecessary FieldInfo.normType
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1632120 13f79535-47bb-0310-9956-ffa450edef68
2014-10-15 16:58:30 +00:00
Gregory Chanan 8ecb8f5c88 SOLR-6624: Spelling mistakes in the Java source
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1631924 13f79535-47bb-0310-9956-ffa450edef68
2014-10-14 23:43:59 +00:00
Noble Paul 048d0e7bf4 SOLR-6617
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1631649 13f79535-47bb-0310-9956-ffa450edef68
2014-10-14 07:21:26 +00:00
Chris M. Hostetter 269545dd91 SOLR-6540 Fix NPE from strdist() func when doc value source does not exist in a doc
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1631555 13f79535-47bb-0310-9956-ffa450edef68
2014-10-13 21:19:47 +00:00
Chris M. Hostetter d0dd912bba SOLR-6485: remove useless javadocs that are broken and violate precommit
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1631554 13f79535-47bb-0310-9956-ffa450edef68
2014-10-13 21:16:34 +00:00
Timothy Potter 58a145fbba SOLR-6511: fix back compat issue when reading existing data from ZK
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1631439 13f79535-47bb-0310-9956-ffa450edef68
2014-10-13 15:35:35 +00:00
Noble Paul 1fb3769a89 SOLR-6485 added javadocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1631426 13f79535-47bb-0310-9956-ffa450edef68
2014-10-13 14:48:04 +00:00
Noble Paul 5e61a97033 SOLR-6476 change the error message
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1631420 13f79535-47bb-0310-9956-ffa450edef68
2014-10-13 14:37:55 +00:00
Noble Paul 9a9444a642 SOLR-6476 refactored to get the Operation class outside
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1631397 13f79535-47bb-0310-9956-ffa450edef68
2014-10-13 14:01:25 +00:00
Shalin Shekhar Mangar 5f002f0f66 Use diamond operator
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1631375 13f79535-47bb-0310-9956-ffa450edef68
2014-10-13 13:06:32 +00:00
Anshum Gupta 67bff82e65 SOLR-5986: Removing a todo that was introduced with a prior commit. It doesn't make any sense now as partialResults are now returned in all cases where timeAllowed kicks in
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1631145 13f79535-47bb-0310-9956-ffa450edef68
2014-10-12 04:16:00 +00:00
Anshum Gupta 3f603bdd87 SOLR-5986: Fix tests and start returning partial results in case of ExitingReaderException
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1630583 13f79535-47bb-0310-9956-ffa450edef68
2014-10-09 20:07:46 +00:00
Shalin Shekhar Mangar e7f194c1dc SOLR-6605: Make ShardHandlerFactory maxConnections configurable (This closes #99)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1630532 13f79535-47bb-0310-9956-ffa450edef68
2014-10-09 16:47:11 +00:00
Shalin Shekhar Mangar 791ccec5c0 SOLR-6545: Query field list with wild card on dynamic field fails
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1630169 13f79535-47bb-0310-9956-ffa450edef68
2014-10-08 16:36:03 +00:00
Erick Erickson aa5227c99f SOLR-6513: Add a collectionsAPI call BALANCESLICEUNIQUE
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1630143 13f79535-47bb-0310-9956-ffa450edef68
2014-10-08 15:28:42 +00:00
Timothy Potter 1979ac573d SOLR-6157: re-enable this test to see if it runs consistently on Jenkins (beast passed 20/20)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1630140 13f79535-47bb-0310-9956-ffa450edef68
2014-10-08 15:23:44 +00:00
Timothy Potter 511996c5ba SOLR-6511: keep track of the node that created the leader-initiated recovery znode, helpful for debugging
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1629966 13f79535-47bb-0310-9956-ffa450edef68
2014-10-07 19:35:12 +00:00
Adrien Grand 3f99989544 LUCENE-5996: Collections.shuffle(List) is now a forbidden API.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1629920 13f79535-47bb-0310-9956-ffa450edef68
2014-10-07 16:22:39 +00:00
Anshum Gupta c3c3f29a7d SOLR-6597: Removed SolrIndexConfig parameter from one of the SolrIndexSearcher constructor, where it was never really used
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1629772 13f79535-47bb-0310-9956-ffa450edef68
2014-10-06 21:54:58 +00:00
Timothy Potter d308344af8 SOLR-6511: Better handling of ZooKeeper related exceptions when deciding to start the leader-initiated recovery nag thread
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1629720 13f79535-47bb-0310-9956-ffa450edef68
2014-10-06 17:50:49 +00:00
Timothy Potter ac7621e607 SOLR-6592: Avoid waiting for the leader to see the down state if that leader is not live.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1629719 13f79535-47bb-0310-9956-ffa450edef68
2014-10-06 17:50:00 +00:00
Noble Paul e8afe4f5c5 SOLR_-6590
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1629624 13f79535-47bb-0310-9956-ffa450edef68
2014-10-06 12:16:42 +00:00
Robert Muir 35160fd56a LUCENE-5969: Lucene 5.0 codec, round two
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1629499 13f79535-47bb-0310-9956-ffa450edef68
2014-10-05 14:01:13 +00:00
Noble Paul c1fb329601 SOLR-6585
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1629433 13f79535-47bb-0310-9956-ffa450edef68
2014-10-04 18:01:03 +00:00
Robert Muir 59a2b79deb merge trunk
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5969@1629403 13f79535-47bb-0310-9956-ffa450edef68
2014-10-04 15:08:32 +00:00
Chris M. Hostetter 72c3b1bdc9 SOLR-5986: comment out failing assertion in TestDistributedSearch until anshum can review/fix
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1629329 13f79535-47bb-0310-9956-ffa450edef68
2014-10-03 21:55:24 +00:00
Tomas Eduardo Fernandez Lobbe 26c9773c6c SOLR-6587: Correct exception thrown on bad collection configuration in SolrCloud mode
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1629305 13f79535-47bb-0310-9956-ffa450edef68
2014-10-03 20:16:59 +00:00
Timothy Potter c44e4ee0ff SOLR-6249: support re-establishing a new watcher on the managed schema znode after zk session expiration.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1629229 13f79535-47bb-0310-9956-ffa450edef68
2014-10-03 15:28:41 +00:00
Shalin Shekhar Mangar bc573db32f SOLR-6530: Reopen the socket proxy after test finishes
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1629107 13f79535-47bb-0310-9956-ffa450edef68
2014-10-03 03:41:01 +00:00
Anshum Gupta 8a004bc63d SOLR-6564: Fix failing CloudExitableDirectoryReader test in Solr
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1629062 13f79535-47bb-0310-9956-ffa450edef68
2014-10-02 20:30:41 +00:00
Erick Erickson 8091ab7838 SOLR-6577: The ability to add or change arbitrary replica properties must not allow the system properties to be changed
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1629033 13f79535-47bb-0310-9956-ffa450edef68
2014-10-02 18:15:13 +00:00
Shalin Shekhar Mangar 14a98ba5d5 SOLR-6530: Commits under network partitions can put any node in down state
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1628945 13f79535-47bb-0310-9956-ffa450edef68
2014-10-02 11:31:16 +00:00
Shalin Shekhar Mangar 88f7e7c687 SOLR-6564: Fix failing SolrInfoMBeanTest
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1628927 13f79535-47bb-0310-9956-ffa450edef68
2014-10-02 10:34:46 +00:00
Adrien Grand 322b697b03 LUCENE-5984: Remove ChainedFilter.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1628923 13f79535-47bb-0310-9956-ffa450edef68
2014-10-02 10:20:26 +00:00
Anshum Gupta 359ab18b75 SOLR-6564: Fix failing ExitableDirectoryReader tests for Solr
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1628872 13f79535-47bb-0310-9956-ffa450edef68
2014-10-02 00:58:50 +00:00
Erick Erickson aa2f8bad25 SOLR-6512: Add a collections API call to add/delete arbitrary properties to a specific replica
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1628773 13f79535-47bb-0310-9956-ffa450edef68
2014-10-01 16:57:49 +00:00
Noble Paul c48f927d10 SOLR-6476
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1628747 13f79535-47bb-0310-9956-ffa450edef68
2014-10-01 15:58:15 +00:00
Noble Paul 041ea20853 SOLR-6476
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1628734 13f79535-47bb-0310-9956-ffa450edef68
2014-10-01 15:20:48 +00:00
Adrien Grand 8f96faf3d3 LUCENE-5938: Add a new sparse fixed bit set and remove ConstantScoreAutoRewrite.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1628402 13f79535-47bb-0310-9956-ffa450edef68
2014-09-30 11:52:23 +00:00
Timothy Potter 41f65776d3 SOLR-6511: adjust test logic to account for timing issues in zk session expiration scenario.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1628203 13f79535-47bb-0310-9956-ffa450edef68
2014-09-29 15:19:13 +00:00
Timothy Potter 975f1b5bff SOLR-6249: Schema API changes return success before all cores are updated
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1628181 13f79535-47bb-0310-9956-ffa450edef68
2014-09-29 13:41:04 +00:00
Robert Muir 24005cdcc5 LUCENE-5969: fix compile/javadocs, tighten up backwards codecs, add more safety to 5.x fields/vectors
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5969@1628070 13f79535-47bb-0310-9956-ffa450edef68
2014-09-28 14:36:00 +00:00
Anshum Gupta bf85362347 SOLR-6564: Fix failing ExitableDirectoryReader test in Solr
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1627678 13f79535-47bb-0310-9956-ffa450edef68
2014-09-25 23:17:07 +00:00
Anshum Gupta b820bf78f3 SOLR-5986: Add an ExitableDirectoryReader in Lucene and use that to support exiting of long running queries in Solr.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1627622 13f79535-47bb-0310-9956-ffa450edef68
2014-09-25 19:42:07 +00:00
Timothy Potter 3f31f26d3d SOLR-6511: Fencepost error in LeaderInitiatedRecoveryThread; refactor HttpPartitionTest to resolve jenkins failures.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1627347 13f79535-47bb-0310-9956-ffa450edef68
2014-09-24 15:21:47 +00:00
Noble Paul 16c4a3cd91 SOLR-6453
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1627343 13f79535-47bb-0310-9956-ffa450edef68
2014-09-24 15:14:16 +00:00
Noble Paul defaa27e69 SOLR-6485
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1627340 13f79535-47bb-0310-9956-ffa450edef68
2014-09-24 14:47:37 +00:00
Ryan Ernst 83cbdfda3d LUCENE-5569: Rename more locations in test classes and comments
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1627258 13f79535-47bb-0310-9956-ffa450edef68
2014-09-24 08:47:38 +00:00
Noble Paul 19cd9a06fd diabling the test till it is resolved SOLR-6347
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1627215 13f79535-47bb-0310-9956-ffa450edef68
2014-09-24 04:32:27 +00:00
Noble Paul e943f4e1e4 diabling the test till it is resolved SOLR-6347
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1627214 13f79535-47bb-0310-9956-ffa450edef68
2014-09-24 04:26:23 +00:00
Robert Muir 1f7d89668e LUCENE-5969: Add Lucene50Codec (infos, dv, norms)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1627187 13f79535-47bb-0310-9956-ffa450edef68
2014-09-24 00:59:50 +00:00
Ryan Ernst 85bf318173 LUCENE-5569: *AtomicReader/AtomicReaderContext have been renamed to *LeafReader/LeafReaderContext
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1627178 13f79535-47bb-0310-9956-ffa450edef68
2014-09-23 23:51:55 +00:00
Timothy Potter 52a787e311 SOLR-6550: Provide simple mechanism for passing additional metadata / context about a server-side SolrException back to the client-side
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1627154 13f79535-47bb-0310-9956-ffa450edef68
2014-09-23 20:29:14 +00:00
Shalin Shekhar Mangar cc2baddb76 Add collection name to the error message logged in OCP
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1627078 13f79535-47bb-0310-9956-ffa450edef68
2014-09-23 16:11:41 +00:00
Robert Muir 1dd2ecb282 LUCENE-5969: move bumping default codec/dv/pf in tests to TestUtil methods, put blocktreeords in rotation
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1626921 13f79535-47bb-0310-9956-ffa450edef68
2014-09-23 00:52:39 +00:00
Chris M. Hostetter 34890299da SOLR-6354: stats.field can now be used to generate stats over the numeric results of arbitrary functions
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1626856 13f79535-47bb-0310-9956-ffa450edef68
2014-09-22 17:45:53 +00:00
Timothy Potter 8a69b1d6cb SOLR-6484: SolrCLI's healthcheck action needs to check live nodes as part of reporting the status of a replica
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1626823 13f79535-47bb-0310-9956-ffa450edef68
2014-09-22 16:33:56 +00:00
Timothy Potter 05a55f9786 SOLR-6481: CLUSTERSTATUS action should consult /live_nodes when reporting the state of a replica
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1626818 13f79535-47bb-0310-9956-ffa450edef68
2014-09-22 16:17:16 +00:00
Timothy Potter e8e49968c9 SOLR-6233: Minor refactorings provided by Steve Davids.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1626802 13f79535-47bb-0310-9956-ffa450edef68
2014-09-22 15:11:20 +00:00
Michael McCandless f8a74cb587 LUCENE-5952: better error messages when version fails to parse; use simpler string tokenizer; don't check major versions at such a low level
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1626550 13f79535-47bb-0310-9956-ffa450edef68
2014-09-21 09:44:11 +00:00
Anshum Gupta 6824f9b401 SOLR-6544: Fix extra iterations and unwanted arguments in helper methods in DeleteReplicaTest
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1626328 13f79535-47bb-0310-9956-ffa450edef68
2014-09-19 20:59:15 +00:00
Uwe Schindler 2d67a3d0c4 Fix broken Javascript making jtidy fail.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1626232 13f79535-47bb-0310-9956-ffa450edef68
2014-09-19 14:23:54 +00:00
Shalin Shekhar Mangar 17d39200df Escape tag name in javadoc
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1626227 13f79535-47bb-0310-9956-ffa450edef68
2014-09-19 14:22:19 +00:00
Noble Paul 3d9b888f0f SOLR-5473 use zk.clean() instead of zk.delete()
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1626131 13f79535-47bb-0310-9956-ffa450edef68
2014-09-19 06:30:17 +00:00
Noble Paul f16af7afc0 SOLR-6365 <paramSet> renamed to <initParams>
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1626045 13f79535-47bb-0310-9956-ffa450edef68
2014-09-18 18:45:46 +00:00
Shalin Shekhar Mangar 442f787693 SOLR-6115: Fix enum usage in DeleteReplicaTest
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1625897 13f79535-47bb-0310-9956-ffa450edef68
2014-09-18 07:03:57 +00:00
Shalin Shekhar Mangar 237478f09b SOLR-6115: Cleanup enum/string action types in Overseer, OverseerCollectionProcessor and CollectionHandler
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1625891 13f79535-47bb-0310-9956-ffa450edef68
2014-09-18 05:43:04 +00:00
Uwe Schindler 7978fccfb0 SOLR-6519: Also allow "single" for HDFS
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1625731 13f79535-47bb-0310-9956-ffa450edef68
2014-09-17 18:36:11 +00:00
Uwe Schindler 6dddd1d6b2 SOLR-6519: Add back "single" lock factory type to StandardDirectoryFactory (to prevent test randomization from failing). Should be discussed in separate issue.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1625724 13f79535-47bb-0310-9956-ffa450edef68
2014-09-17 18:29:22 +00:00
Uwe Schindler 1866163a72 SOLR-6519: Make DirectoryFactory#create() take LockFactory
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1625644 13f79535-47bb-0310-9956-ffa450edef68
2014-09-17 16:30:46 +00:00
Erick Erickson c004edbb7a SOLR-6482: Omitted tests
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1625441 13f79535-47bb-0310-9956-ffa450edef68
2014-09-17 00:49:55 +00:00
Yonik Seeley 21bb022d62 SOLR-5302: move analytics component to contrib
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1625331 13f79535-47bb-0310-9956-ffa450edef68
2014-09-16 15:29:54 +00:00
Robert Muir e73e624af5 LUCENE-5949: Add Accountable.getChildResources
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1625275 13f79535-47bb-0310-9956-ffa450edef68
2014-09-16 13:26:55 +00:00
Chris M. Hostetter a0e0d79233 SOLR-6507: Fixed several bugs involving stats.field used with local params
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1625163 13f79535-47bb-0310-9956-ffa450edef68
2014-09-15 21:00:32 +00:00
Erick Erickson e381b67e93 SOLR-6482: Add an onlyIfDown flag for DELETEREPLICA collections API command
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1624930 13f79535-47bb-0310-9956-ffa450edef68
2014-09-15 03:08:05 +00:00
Uwe Schindler 0dcd2f3e65 SOLR-6518: CachingDirectoryFactory subclasses must init directory with NoLockFactory, because the real lock factory gets set later via injectLockFactory
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1624928 13f79535-47bb-0310-9956-ffa450edef68
2014-09-15 00:49:27 +00:00
Uwe Schindler 3bb1cfb449 Don't use a SimpleFSLockFactory for RAMDirectoryFactory in Solr (fails tests in trunk)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1624924 13f79535-47bb-0310-9956-ffa450edef68
2014-09-14 23:26:17 +00:00
Robert Muir 3eb66fb19c LUCENE-5945: Full cutover to Path api from java.io.File
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1624784 13f79535-47bb-0310-9956-ffa450edef68
2014-09-13 21:46:29 +00:00
Noble Paul ef634712ca SOLR-5473 removed unused APi, logging
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1624770 13f79535-47bb-0310-9956-ffa450edef68
2014-09-13 17:40:59 +00:00
Chris M. Hostetter 4517445467 SOLR-5473, SOLR-5474, SOLR-5810 ... NO SVN KEYWORDS! ! !
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1624650 13f79535-47bb-0310-9956-ffa450edef68
2014-09-12 21:12:20 +00:00
Noble Paul 7888a43541 split clusterstate.json SOLR-5473, SOLR-5474, SOLR-5810
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1624556 13f79535-47bb-0310-9956-ffa450edef68
2014-09-12 14:11:17 +00:00
Joel Bernstein 96b166ed06 SOLR-6323: changed overank combined query elevation test.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1624394 13f79535-47bb-0310-9956-ffa450edef68
2014-09-11 21:13:32 +00:00
Shalin Shekhar Mangar 34a47e66ca SOLR-6501: Binary Response Writer does not return wildcard fields
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1624370 13f79535-47bb-0310-9956-ffa450edef68
2014-09-11 19:40:04 +00:00
Joel Bernstein 22986445fe SOLR-6323: ReRankingQParserPlugin should handle paging beyond number reranked
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1624303 13f79535-47bb-0310-9956-ffa450edef68
2014-09-11 14:34:44 +00:00
Robert Muir bb0256f260 LUCENE-5925: use rename instead of segments_N fallback/segments.gen
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1624194 13f79535-47bb-0310-9956-ffa450edef68
2014-09-11 05:04:06 +00:00
Noble Paul f91b957e52 SOLR-6499
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1624181 13f79535-47bb-0310-9956-ffa450edef68
2014-09-11 02:08:13 +00:00
Tomas Eduardo Fernandez Lobbe e51bce7c68 SOLR-6452: StatsComponent's stat 'missing' will work on fields with docValues=true and indexed=false
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1624091 13f79535-47bb-0310-9956-ffa450edef68
2014-09-10 18:36:27 +00:00
Uwe Schindler 031fc7d167 Merged revision(s) 1624073 from lucene/dev/branches/branch_4x:
LUCENE-5934: Fix backwards compatibility for 4.0 indexes.

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1624089 13f79535-47bb-0310-9956-ffa450edef68
2014-09-10 18:21:16 +00:00
Chris M. Hostetter 92f5ad5ea3 SOLR-6493: Fix fq exclusion via ex local param in multivalued stats.field
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1623884 13f79535-47bb-0310-9956-ffa450edef68
2014-09-09 23:00:04 +00:00
Erick Erickson 7fbd55f679 SOLR-6187: facet.mincount ignored in range faceting using distributed search
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1623429 13f79535-47bb-0310-9956-ffa450edef68
2014-09-08 16:34:23 +00:00
Uwe Schindler 434c1fa913 Fix test to abort, if filesystem does not support non-readable directories (e.g., windows).
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1622999 13f79535-47bb-0310-9956-ffa450edef68
2014-09-07 11:24:08 +00:00
Noble Paul 35aa8a4a45 SOLR-6471 removing unused logging
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1622781 13f79535-47bb-0310-9956-ffa450edef68
2014-09-05 20:04:37 +00:00
Noble Paul 6386f1760f SOLR-6471
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1622773 13f79535-47bb-0310-9956-ffa450edef68
2014-09-05 19:44:45 +00:00
Erick Erickson 5af7459462 SOLR-5322: core discovery can fail w/NPE and no explanation if a non-readable directory exists
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1622745 13f79535-47bb-0310-9956-ffa450edef68
2014-09-05 17:31:34 +00:00
Timothy Potter f15d6e2b21 SOLR-5098: Support adding field types to managed schema
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1622724 13f79535-47bb-0310-9956-ffa450edef68
2014-09-05 15:33:51 +00:00
Chris M. Hostetter f9a2d653b9 SOLR-5814: CoreContainer reports incorrect & missleading path for solrconfig.xml when there are loading problems
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1622569 13f79535-47bb-0310-9956-ffa450edef68
2014-09-04 22:07:28 +00:00
Robert Muir 3604769c3a LUCENE-5906: Use Files.delete everywhere instead of File.delete
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1622506 13f79535-47bb-0310-9956-ffa450edef68
2014-09-04 15:56:25 +00:00
James Dyer 305d6829a7 SOLR-6297: Fix for Distributed WordBreakSolrSpellChecker
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1622476 13f79535-47bb-0310-9956-ffa450edef68
2014-09-04 13:57:05 +00:00
Chris M. Hostetter 320f2d1884 SOLR-6024: Fix StatsComponent when using docValues=true multiValued=true (bug only on 4x trunk commit is just test changes demonstrating correct behavior)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1622386 13f79535-47bb-0310-9956-ffa450edef68
2014-09-04 00:19:56 +00:00
Noble Paul 8306b8a464 SOLR-6365 refactoring and cleanup
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1622384 13f79535-47bb-0310-9956-ffa450edef68
2014-09-04 00:16:31 +00:00
Erick Erickson ee45c14565 SOLR-4580: fix a second problem with stripChroot call
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1622339 13f79535-47bb-0310-9956-ffa450edef68
2014-09-03 19:51:49 +00:00
Chris M. Hostetter 1eafd0fa43 SOLR-4406: Fix RawResponseWriter to respect 'base' writer
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1622321 13f79535-47bb-0310-9956-ffa450edef68
2014-09-03 19:18:20 +00:00
Mark Robert Miller c52d04197a SOLR-4580: fix strip chroot call.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1622319 13f79535-47bb-0310-9956-ffa450edef68
2014-09-03 19:15:40 +00:00
Noble Paul fbb8dc76e3 SOLR-6365 NPE bug
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1622168 13f79535-47bb-0310-9956-ffa450edef68
2014-09-03 06:10:17 +00:00
Noble Paul 9d05bbfad4 SOLR-6365 multiparamset bug
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1622156 13f79535-47bb-0310-9956-ffa450edef68
2014-09-03 00:35:29 +00:00
Steven Rowe d88b031c89 SOLR-5097: Schema API: Add REST support for adding dynamic fields to the schema.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1622135 13f79535-47bb-0310-9956-ffa450edef68
2014-09-02 21:25:05 +00:00
Anshum Gupta 7b378be2f8 SOLR-6073: Deprecate helper methods for CollectionsAPI SolrJ calls. Move towards using builder design for the calls.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1622121 13f79535-47bb-0310-9956-ffa450edef68
2014-09-02 21:00:31 +00:00
Robert Muir 7e69874ea5 LUCENE-5915: remove pulsing
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1621961 13f79535-47bb-0310-9956-ffa450edef68
2014-09-02 11:24:24 +00:00
Robert Muir def0ff7983 LUCENE-5858: trunk->branch
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5858@1621957 13f79535-47bb-0310-9956-ffa450edef68
2014-09-02 11:02:42 +00:00
Noble Paul 533477efa5 Upgrade Noggit and allow flexible JSON input SOLR-6445
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1621934 13f79535-47bb-0310-9956-ffa450edef68
2014-09-02 07:04:51 +00:00
Robert Muir b33100c590 LUCENE-5858: remove conditionals around codec features
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5858@1621828 13f79535-47bb-0310-9956-ffa450edef68
2014-09-01 15:26:09 +00:00
Robert Muir 704b3fb091 LUCENE-5858: remove remaining unnecessary SuppressCodecs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene5858@1621816 13f79535-47bb-0310-9956-ffa450edef68
2014-09-01 15:01:49 +00:00
Noble Paul 367df46c7d SOLR-6365: specify appends, defaults, invariants outside of the request handler
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1621414 13f79535-47bb-0310-9956-ffa450edef68
2014-08-30 02:53:26 +00:00
Mark Robert Miller a61a530190 SOLR-4580: Support for protecting content in ZooKeeper.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1621294 13f79535-47bb-0310-9956-ffa450edef68
2014-08-29 12:30:53 +00:00
Timothy Potter 0fc0002f30 SOLR-6443: Disable test that fails on Jenkins until we can determine the problem.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1621207 13f79535-47bb-0310-9956-ffa450edef68
2014-08-28 21:14:06 +00:00
Timothy Potter f911e03e31 SOLR-6444: Disable test that still fails in Jenkins sometimes.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1621206 13f79535-47bb-0310-9956-ffa450edef68
2014-08-28 21:13:01 +00:00
Timothy Potter f20a9e70bb SOLR-6444: Use distrib=false to ensure real-time get request only hits the replica we're testing for proper recovery.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1621181 13f79535-47bb-0310-9956-ffa450edef68
2014-08-28 19:03:18 +00:00
Timothy Potter 37af344a04 SOLR-6443: don't close the zk client from the test, possible fix for jenkins failures
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1620946 13f79535-47bb-0310-9956-ffa450edef68
2014-08-27 17:21:27 +00:00
Ryan Ernst 2e7acd8f73 LUCENE-5901:Replaced all occurences of LUCENE_CURRENT with LATEST for luceneMatchVersion
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1620718 13f79535-47bb-0310-9956-ffa450edef68
2014-08-26 20:00:51 +00:00
Chris M. Hostetter 1cd1d47d37 ensure test closes the infoStream it opens
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1620691 13f79535-47bb-0310-9956-ffa450edef68
2014-08-26 18:49:41 +00:00
Ryan Ernst f566386416 LUCENE-5900: More Version cleanup
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1620509 13f79535-47bb-0310-9956-ffa450edef68
2014-08-26 05:19:34 +00:00
Mark Robert Miller e7835ba433 SOLR-6428: Occasional OverseerTest#testOverseerFailure fail due to missing election node.
SOLR-5596: OverseerTest.testOverseerFailure - leader node already exists.

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1620319 13f79535-47bb-0310-9956-ffa450edef68
2014-08-25 13:08:29 +00:00
Mark Robert Miller 50228a76c1 SOLR-6427: HdfsCollectionsAPIDistributedZkTest can fail because it tries to use an hdfs location with the file system based spellchecker which results in it trying to write to an illegal filesystem location.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1620303 13f79535-47bb-0310-9956-ffa450edef68
2014-08-25 12:18:28 +00:00
Uwe Schindler 489e0373cd Fix forbiddena-apis failure
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1620269 13f79535-47bb-0310-9956-ffa450edef68
2014-08-25 07:37:53 +00:00
Mark Robert Miller 40eb48bcf3 SOLR-5596: Raise zk client timeout for mock objects.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1620247 13f79535-47bb-0310-9956-ffa450edef68
2014-08-25 00:06:04 +00:00
Mark Robert Miller 2bb99e83fa SOLR-6425: If you using the new global hdfs block cache option, you can end up reading corrupt files on file name reuse.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1620236 13f79535-47bb-0310-9956-ffa450edef68
2014-08-24 23:26:33 +00:00
Mark Robert Miller c4ef611991 tests: raise connection timeout
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1620203 13f79535-47bb-0310-9956-ffa450edef68
2014-08-24 21:57:53 +00:00
Mark Robert Miller 62b916cc1f SOLR-6424: Fix test for new default.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1620197 13f79535-47bb-0310-9956-ffa450edef68
2014-08-24 21:47:50 +00:00
Mark Robert Miller 9b6fa3c109 tests: harden
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1620194 13f79535-47bb-0310-9956-ffa450edef68
2014-08-24 21:38:34 +00:00
Mark Robert Miller c4679dcd47 SOLR-6424: The hdfs block cache BLOCKCACHE_WRITE_ENABLED is not defaulting to false like it should.
May be related to the SOLR-6423 fail.

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1620181 13f79535-47bb-0310-9956-ffa450edef68
2014-08-24 20:02:09 +00:00
Steven Rowe 0d64c19d18 SOLR-5776: suppress ssl for this test
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1620176 13f79535-47bb-0310-9956-ffa450edef68
2014-08-24 19:12:26 +00:00
Mark Robert Miller acee95a8d7 SOLR-6419: The ChaosMonkey tests should use fewers jetty instances on non nightly runs.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1620167 13f79535-47bb-0310-9956-ffa450edef68
2014-08-24 17:36:38 +00:00
Mark Robert Miller ed813910c9 SOLR-6403: TransactionLog replay status logging.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1620166 13f79535-47bb-0310-9956-ffa450edef68
2014-08-24 17:34:47 +00:00
Mark Robert Miller 8450b95c70 SOLR-6418: ChaosMonkeySafeLeaderTest is to slow on non nightly runs sometimes.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1620162 13f79535-47bb-0310-9956-ffa450edef68
2014-08-24 17:14:18 +00:00
Mark Robert Miller ae086e8103 SOLR-6417: OpenCloseCoreStressTest should be much faster on non nightly runs.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1620152 13f79535-47bb-0310-9956-ffa450edef68
2014-08-24 16:46:16 +00:00
Shawn Heisey f695231df7 SOLR-6390: CloudSolrServer constructor improvements
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1620146 13f79535-47bb-0310-9956-ffa450edef68
2014-08-24 16:08:25 +00:00
Mark Robert Miller b673157d2f SOLR-6413: Speed up TriLevelCompositeIdRoutingTest for non nightly runs.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1620142 13f79535-47bb-0310-9956-ffa450edef68
2014-08-24 14:49:05 +00:00
Mark Robert Miller b7617e4685 SOLR-6412: Speed up OverseerRolesTest for non nightly runs.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1620140 13f79535-47bb-0310-9956-ffa450edef68
2014-08-24 14:40:21 +00:00
Joel Bernstein 81d38f9a90 SOLR-6407: SortingResponseWriter String sorting broken on single segment indexes
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1620029 13f79535-47bb-0310-9956-ffa450edef68
2014-08-23 14:08:56 +00:00
Mark Robert Miller f06d3bf977 SOLR-6405: ZooKeeper calls can easily not be retried enough on ConnectionLoss.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1619810 13f79535-47bb-0310-9956-ffa450edef68
2014-08-22 14:02:06 +00:00
Mark Robert Miller aad543ee1e SOLR-6402: Only exit the thread loop on a KeeperException if it's expiration.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1619792 13f79535-47bb-0310-9956-ffa450edef68
2014-08-22 13:05:25 +00:00
Joel Bernstein 2d7427dd07 SOLR-5244: Exporting Full Sorted Result Sets
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1619783 13f79535-47bb-0310-9956-ffa450edef68
2014-08-22 12:40:39 +00:00