Commit Graph

8218 Commits

Author SHA1 Message Date
Noble Paul 8162ba4534 SOLR-9041: 'core-admin-read' and 'core-admin-edit' are well known permissions 2016-04-26 19:26:44 +05:30
Scott Blum 89857653ca SOLR-9029: fix rare ZkStateReader visibility race during collection state format update 2016-04-25 21:21:02 -04:00
Christine Poerschke 9b8e6f1cb0 SOLR-9025: Add SolrCoreTest.testImplicitPlugins test. 2016-04-22 19:00:57 +01:00
Dennis Gove 78176e23bc SOLR-8599: Improved the tests for this issue to avoid changing a variable to non-final 2016-04-21 15:19:33 -07:00
Kevin Risden d914ec4a67 SOLR-9020: Implement StatementImpl/ResultSetImpl get/set fetch* methods and proper errors for traversal methods 2016-04-20 14:50:24 -05:00
markrmiller b111bfda42 SOLR-8913: When using a shared filesystem we should store data dir and tlog dir locations in the cluster state. 2016-04-20 12:07:56 -04:00
Kevin Risden 6276fe5ec7 SOLR-8809: Implement Connection.prepareStatement 2016-04-20 10:03:54 -05:00
Scott Blum cdf1f5ab88 SOLR-8929: Add an idea module for solr/server to enable launching start.jar 2016-04-19 21:16:38 -04:00
Scott Blum 7c356bad06 SOLR-8973: Zookeeper frenzy when a core is first created. 2016-04-19 20:57:42 -04:00
Dennis Gove d68b090dd5 SOLR-9015: Adds SelectStream as a default function in the StreamHandler 2016-04-19 20:50:00 -04:00
Chris Hostetter fdcd17bef2 SOLR-8971: Preserve root cause when wrapping exceptions 2016-04-19 14:29:30 -07:00
Chris Hostetter 10338a934f SOLR-8990: Fix top term links from schema browser page to use {!term} parser 2016-04-19 11:17:24 -07:00
Chris Hostetter 7be7e8beb9 CHANGES.txt corrections - new features go in the New Features section (SOLR-8782, SOLR-8765, SOLR-8842) 2016-04-19 09:43:28 -07:00
Uwe Schindler b95bbb8092 Fix Java 9 problem with static field leakage 2016-04-19 10:16:12 +02:00
Noble Paul 3eb1ce6cf6 Merge remote-tracking branch 'origin/branch_6x' into branch_6x 2016-04-19 13:11:38 +05:30
Noble Paul ffbbfbbe10 SOLR-8349: trying to address test failures 2016-04-19 13:11:18 +05:30
Steve Rowe bce490c4b7 javadoc: DateField->TrieDateField 2016-04-18 17:00:38 -04:00
anshum 55de1ba539 SOLR-8983: Cleanup clusterstate in case of a failed CREATE collection call 2016-04-18 12:25:48 -07:00
Timothy Potter 57270a5fb5 SOLR-9007: remove mention of managed_schema_configs 2016-04-18 11:49:42 -06:00
Noble Paul 999537f50e more logging to get which server failed 2016-04-18 19:46:51 +05:30
Noble Paul 5b680de13a SOLR-8349: Allow sharing of large in memory data structures across cores 2016-04-18 16:15:26 +05:30
Noble Paul 489acdb509 SOLR-8349: Allow sharing of large in memory data structures across cores 2016-04-18 16:13:53 +05:30
Varun Thacker 3b7325c529 SOLR-9004: Fix name field type definition in films example 2016-04-17 23:52:26 +05:30
Varun Thacker ece296224c SchemaManager waits correctly for replicas to be notified of a new change 2016-04-17 21:58:21 +05:30
David Smiley e1a5665fee SOLR-8946: fix bin/post stdin detection. faulty on Ubuntu; maybe others
(cherry picked from commit 7833f7f)
2016-04-15 22:07:58 -04:00
Christine Poerschke d69274b5d6 SOLR-8938: add -x as short-form of --excluderegex ZkCLI arg 2016-04-15 16:22:45 +01:00
Noble Paul 0e30fe1c39 SOLR-8995: Replace anonymous implementations of SAM interfaces with Lambdas 2016-04-15 19:04:57 +05:30
Noble Paul f82a27aa5c SOLR-8995: Replace anonymous implementations of SAM interfaces with Lambdas 2016-04-15 19:04:44 +05:30
Noble Paul 6c74669375 SOLR-8985: Added back support for 'includeDynamic' flag to /schema/fields endpoint 2016-04-15 13:25:10 +05:30
Dennis Gove 020f15f437 SOLR-8962: Adds a Sort stream w/sort function name 2016-04-14 21:46:48 -04:00
Upayavira d34dc47c82 SOLR-8991 Fix ping when ms=0 2016-04-14 23:23:51 +01:00
David Smiley f488dfac9c SOLR-8937: bin/post (SimplePostTool) should tell JDK to stream stdin instead of fully buffer
(cherry picked from commit 037a403)
2016-04-14 13:53:00 -04:00
Timothy Potter af8a962417 SOLR-8908: Fixed OnReconnect listener management in ZkController to allow for de-registering listeners.
Here's what this commit includes:
* Added the removeOnReconnectListener method to ZkController to allow OnReconnect listener implementations to de-register; avoids a memory leak
* Updated ZkIndexSchemaReader to add a CloseHook to the SolrCore it supports to de-register as an OnReconnect listener
* Added unit test to verify that after reloading and deleting a SolrCore in managed schema mode, the associated ZkIndexSchemaReader gets de-registered correctly
2016-04-14 10:25:14 -07:00
Anshum Gupta 5baf311c38 SOLR-8976: Add SolrJ support for REBALANCELEADERS Collections API 2016-04-13 15:58:04 -07:00
markrmiller bf984af6f0 SOLR-7729: ConcurrentUpdateSolrClient ignores the collection parameter in some methods. 2016-04-13 16:12:18 -04:00
markrmiller fe85885868 SOLR-8914: ZkStateReader's refreshLiveNodes(Watcher) is not thread safe. 2016-04-13 09:56:49 -04:00
markrmiller 4b50c6f9ac tests: raise wait time 2016-04-13 09:56:40 -04:00
Varun Thacker 168e2d8406 SOLR-8967: UI should not show the replication tab in the core selector panel in cloud mode 2016-04-11 18:38:33 +05:30
yonik 59e8c7b73c tests: better DocSetCollector tests, including better smallSetSize boundary testing 2016-04-09 19:21:56 -04:00
yonik 301e178681 SOLR-8922: optimize DocSetCollector to produce less garbage 2016-04-09 19:10:43 -04:00
Anshum Gupta f479f16d3a SOLR-8097: Implement builder pattern design for constructing SolrJ clients and deprecate direct construction of clients 2016-04-08 13:14:27 -07:00
Christine Poerschke 835dc33102 SOLR-8938: Add optional -excluderegex argument to ZkCLI. 2016-04-07 15:12:18 +01:00
Shalin Shekhar Mangar 6c7487351f SOLR-8948: OverseerTaskQueue.containsTaskWithRequestId encounters json parse error if a SolrResponse node is in the overseer queue
(cherry picked from commit 4205b1c)
2016-04-06 11:57:27 +05:30
Gregory Chanan 2b0963ee38 SOLR-8892: Allow SolrInfoMBeans to return different statistics for /jmx vs web ui calls 2016-04-05 12:07:18 -07:00
David Smiley 4cfd33f743 SOLR-8875: Fix null clusterState from ZkStateWriter. Revert my sanity check asserts in Overseer.
(cherry picked from commit 3bbf8aa)
2016-04-05 14:18:27 -04:00
Noble Paul 88d2b3bfbe SOLR-8750: replace anonymous inner class for callable, Runnable etc 2016-04-05 23:21:07 +05:30
Noble Paul d67ec54932 SOLR-8750: replace anonymous inner class for callable, Runnable etc 2016-04-05 23:20:55 +05:30
Uwe Schindler b37da2b87d LUCENE-7174: Upgrade randomizedtesting to 2.3.4 2016-04-04 23:42:17 +02:00
markrmiller d9c3c7e6f0 SOLR-8855: The HDFS BlockDirectory should not clean up it's cache on shutdown. 2016-04-01 15:51:34 -04:00
markrmiller 461c9b4fef SOLR-8856: Do not cache merge or 'read once' contexts in the hdfs block cache. 2016-04-01 10:26:54 -04:00