[jira] [Created] (SOLR-5649) Small ConnectionManager improvements

2014-01-20 Thread Gregory Chanan (JIRA)
Gregory Chanan created SOLR-5649: Summary: Small ConnectionManager improvements Key: SOLR-5649 URL: https://issues.apache.org/jira/browse/SOLR-5649 Project: Solr Issue Type: Improvement

[jira] [Created] (SOLR-5676) SolrCloud updates rejected if talking to secure ZooKeeper

2014-01-29 Thread Gregory Chanan (JIRA)
Gregory Chanan created SOLR-5676: Summary: SolrCloud updates rejected if talking to secure ZooKeeper Key: SOLR-5676 URL: https://issues.apache.org/jira/browse/SOLR-5676 Project: Solr Issue

[jira] [Updated] (SOLR-5676) SolrCloud updates rejected if talking to secure ZooKeeper

2014-01-29 Thread Gregory Chanan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5676?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gregory Chanan updated SOLR-5676: - Attachment: SOLR-5676.patch Here's a patch that does the above, warning if the client receives

[jira] [Created] (SOLR-5682) Make the admin InfoHandler more pluggable / derivable

2014-01-30 Thread Gregory Chanan (JIRA)
Gregory Chanan created SOLR-5682: Summary: Make the admin InfoHandler more pluggable / derivable Key: SOLR-5682 URL: https://issues.apache.org/jira/browse/SOLR-5682 Project: Solr Issue Type:

[jira] [Updated] (SOLR-5682) Make the admin InfoHandler more pluggable / derivable

2014-01-30 Thread Gregory Chanan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5682?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gregory Chanan updated SOLR-5682: - Attachment: SOLR-5682.patch Here's a patch that provides this functionality along with a unit

[jira] [Commented] (SOLR-5676) SolrCloud updates rejected if talking to secure ZooKeeper

2014-01-31 Thread Gregory Chanan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5676?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13887953#comment-13887953 ] Gregory Chanan commented on SOLR-5676: -- Agree on the test, I'll look into some other

[jira] [Updated] (SOLR-5682) Make the admin InfoHandler more pluggable / derivable

2014-01-31 Thread Gregory Chanan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5682?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gregory Chanan updated SOLR-5682: - Attachment: SOLR-5682v2.patch Corrected patch. Make the admin InfoHandler more pluggable /

[jira] [Created] (SOLR-5689) On reconnect, ZkController cancels election on first context rather than latest

2014-02-02 Thread Gregory Chanan (JIRA)
Gregory Chanan created SOLR-5689: Summary: On reconnect, ZkController cancels election on first context rather than latest Key: SOLR-5689 URL: https://issues.apache.org/jira/browse/SOLR-5689 Project:

[jira] [Created] (SOLR-5700) Improve error handling of remote queries (proxied requests)

2014-02-05 Thread Gregory Chanan (JIRA)
Gregory Chanan created SOLR-5700: Summary: Improve error handling of remote queries (proxied requests) Key: SOLR-5700 URL: https://issues.apache.org/jira/browse/SOLR-5700 Project: Solr

[jira] [Updated] (SOLR-5700) Improve error handling of remote queries (proxied requests)

2014-02-05 Thread Gregory Chanan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5700?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gregory Chanan updated SOLR-5700: - Attachment: SOLR-5700.patch Here's a patch against trunk, as well as a test case that checks that

[jira] [Commented] (SOLR-5700) Improve error handling of remote queries (proxied requests)

2014-02-05 Thread Gregory Chanan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5700?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13893093#comment-13893093 ] Gregory Chanan commented on SOLR-5700: -- Thanks Mark, I'll look into the test failure

[jira] [Updated] (SOLR-5700) Improve error handling of remote queries (proxied requests)

2014-02-06 Thread Gregory Chanan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5700?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gregory Chanan updated SOLR-5700: - Attachment: SOLR-5700v2.patch Here's another rev at this patch. This fixes the test failure and

[jira] [Commented] (SOLR-5700) Improve error handling of remote queries (proxied requests)

2014-02-07 Thread Gregory Chanan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5700?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13894293#comment-13894293 ] Gregory Chanan commented on SOLR-5700: -- Interesting. FWIW I put a divide by zero in

[jira] [Created] (SOLR-5721) ConnectionManager can become stuck in likeExpired

2014-02-12 Thread Gregory Chanan (JIRA)
Gregory Chanan created SOLR-5721: Summary: ConnectionManager can become stuck in likeExpired Key: SOLR-5721 URL: https://issues.apache.org/jira/browse/SOLR-5721 Project: Solr Issue Type: Bug

[jira] [Updated] (SOLR-5721) ConnectionManager can become stuck in likeExpired

2014-02-12 Thread Gregory Chanan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5721?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gregory Chanan updated SOLR-5721: - Attachment: SOLR-5721test.patch Here's a rough demonstration of a failure with strategic pauses

[jira] [Updated] (SOLR-5721) ConnectionManager can become stuck in likeExpired

2014-02-12 Thread Gregory Chanan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5721?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gregory Chanan updated SOLR-5721: - Attachment: SOLR-5721.patch Here's a patch that gets rid of the disconnect thread and a test

[jira] [Commented] (SOLR-5771) Add SuppressSSL instead of static boolean in SolrTestCaseJ4

2014-02-24 Thread Gregory Chanan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5771?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13911021#comment-13911021 ] Gregory Chanan commented on SOLR-5771: -- We ran into this as well with Apache Sentry,

[jira] [Created] (SOLR-5548) Give DistributedSearchTestCase / JettySolrRunner the ability to specify extra filters

2013-12-11 Thread Gregory Chanan (JIRA)
Gregory Chanan created SOLR-5548: Summary: Give DistributedSearchTestCase / JettySolrRunner the ability to specify extra filters Key: SOLR-5548 URL: https://issues.apache.org/jira/browse/SOLR-5548

[jira] [Updated] (SOLR-5548) Give DistributedSearchTestCase / JettySolrRunner the ability to specify extra filters

2013-12-11 Thread Gregory Chanan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5548?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gregory Chanan updated SOLR-5548: - Attachment: SOLR-5548.patch Here's a patch that implements this. I used it to successfully write

[jira] [Created] (SOLR-5556) Allow class of CollectionsHandler and InfoHandler to be specified in solr.xml

2013-12-13 Thread Gregory Chanan (JIRA)
Gregory Chanan created SOLR-5556: Summary: Allow class of CollectionsHandler and InfoHandler to be specified in solr.xml Key: SOLR-5556 URL: https://issues.apache.org/jira/browse/SOLR-5556 Project:

[jira] [Updated] (SOLR-5556) Allow class of CollectionsHandler and InfoHandler to be specified in solr.xml

2013-12-13 Thread Gregory Chanan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5556?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gregory Chanan updated SOLR-5556: - Attachment: SOLR-5556.patch Here's a patch against trunk that implements this. Allow class of

[jira] [Created] (SOLR-5581) Give ZkCLI the ability to get files

2013-12-27 Thread Gregory Chanan (JIRA)
Gregory Chanan created SOLR-5581: Summary: Give ZkCLI the ability to get files Key: SOLR-5581 URL: https://issues.apache.org/jira/browse/SOLR-5581 Project: Solr Issue Type: Improvement

[jira] [Updated] (SOLR-5581) Give ZkCLI the ability to get files

2013-12-27 Thread Gregory Chanan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5581?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gregory Chanan updated SOLR-5581: - Attachment: SOLR-5581.patch Here's a patch I made against trunk. This has get and getfile

[jira] [Commented] (SOLR-5714) You should be able to use one pool of memory for multiple collection's HDFS block caches.

2014-03-03 Thread Gregory Chanan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5714?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13918707#comment-13918707 ] Gregory Chanan commented on SOLR-5714: -- It's not clear this would cause any bugs, but

[jira] [Comment Edited] (SOLR-5714) You should be able to use one pool of memory for multiple collection's HDFS block caches.

2014-03-03 Thread Gregory Chanan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5714?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13918707#comment-13918707 ] Gregory Chanan edited comment on SOLR-5714 at 3/3/14 11:34 PM:

[jira] [Commented] (SOLR-5714) You should be able to use one pool of memory for multiple collection's HDFS block caches.

2014-03-03 Thread Gregory Chanan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5714?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13918803#comment-13918803 ] Gregory Chanan commented on SOLR-5714: -- New change looks good to me. A couple of

[jira] [Commented] (SOLR-5714) You should be able to use one pool of memory for multiple collection's HDFS block caches.

2014-03-03 Thread Gregory Chanan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5714?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13918906#comment-13918906 ] Gregory Chanan commented on SOLR-5714: -- lgtm +1. You should be able to use one pool

[jira] [Created] (SOLR-5865) Provide a MiniSolrCloudCluster to enable easier testing

2014-03-14 Thread Gregory Chanan (JIRA)
Gregory Chanan created SOLR-5865: Summary: Provide a MiniSolrCloudCluster to enable easier testing Key: SOLR-5865 URL: https://issues.apache.org/jira/browse/SOLR-5865 Project: Solr Issue

[jira] [Updated] (SOLR-5865) Provide a MiniSolrCloudCluster to enable easier testing

2014-03-14 Thread Gregory Chanan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5865?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gregory Chanan updated SOLR-5865: - Attachment: SOLR-5865.patch Here's a patch that implements a MiniSolrCloudCluster and a simple

[jira] [Commented] (SOLR-5865) Provide a MiniSolrCloudCluster to enable easier testing

2014-03-15 Thread Gregory Chanan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5865?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13936431#comment-13936431 ] Gregory Chanan commented on SOLR-5865: -- Thanks for taking a look, Mark. I get that

[jira] [Created] (SOLR-5879) Have a solrcloud-specific config directory for tests

2014-03-18 Thread Gregory Chanan (JIRA)
Gregory Chanan created SOLR-5879: Summary: Have a solrcloud-specific config directory for tests Key: SOLR-5879 URL: https://issues.apache.org/jira/browse/SOLR-5879 Project: Solr Issue Type:

[jira] [Commented] (SOLR-5865) Provide a MiniSolrCloudCluster to enable easier testing

2014-03-18 Thread Gregory Chanan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5865?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13939835#comment-13939835 ] Gregory Chanan commented on SOLR-5865: -- I filed SOLR-5879 for the config directory

[jira] [Updated] (SOLR-5865) Provide a MiniSolrCloudCluster to enable easier testing

2014-03-18 Thread Gregory Chanan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5865?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gregory Chanan updated SOLR-5865: - Attachment: SOLR-5865.patch Here's a version of the patch that uploads the individual config

[jira] [Commented] (SOLR-5865) Provide a MiniSolrCloudCluster to enable easier testing

2014-03-19 Thread Gregory Chanan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5865?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13940886#comment-13940886 ] Gregory Chanan commented on SOLR-5865: -- Did the test fail? Need me to look at

[jira] [Updated] (SOLR-5865) Provide a MiniSolrCloudCluster to enable easier testing

2014-03-19 Thread Gregory Chanan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5865?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gregory Chanan updated SOLR-5865: - Attachment: SOLR-5865addendum.patch I think the issue is that the System properties are not

[jira] [Commented] (SOLR-5865) Provide a MiniSolrCloudCluster to enable easier testing

2014-03-20 Thread Gregory Chanan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5865?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13942330#comment-13942330 ] Gregory Chanan commented on SOLR-5865: -- Hmm, at this point may make more sense to not

[jira] [Updated] (SOLR-5865) Provide a MiniSolrCloudCluster to enable easier testing

2014-03-20 Thread Gregory Chanan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5865?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gregory Chanan updated SOLR-5865: - Attachment: SOLR-5865addendum2.patch Here's a patch that depends on LuceneTestCase. As I

[jira] [Updated] (SOLR-5865) Provide a MiniSolrCloudCluster to enable easier testing

2014-03-25 Thread Gregory Chanan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5865?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gregory Chanan updated SOLR-5865: - Attachment: SOLR-5865wait.patch Provide a MiniSolrCloudCluster to enable easier testing

[jira] [Commented] (SOLR-5865) Provide a MiniSolrCloudCluster to enable easier testing

2014-03-25 Thread Gregory Chanan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5865?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13947242#comment-13947242 ] Gregory Chanan commented on SOLR-5865: -- Thanks for handling this Mark. I haven't seen

[jira] [Commented] (SOLR-5865) Provide a MiniSolrCloudCluster to enable easier testing

2014-03-25 Thread Gregory Chanan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5865?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13947272#comment-13947272 ] Gregory Chanan commented on SOLR-5865: -- Great, thanks for the data Mark. If I get

[jira] [Created] (SOLR-5934) LBHttpSolrServer exception handling improvement and small test improvements

2014-03-28 Thread Gregory Chanan (JIRA)
Gregory Chanan created SOLR-5934: Summary: LBHttpSolrServer exception handling improvement and small test improvements Key: SOLR-5934 URL: https://issues.apache.org/jira/browse/SOLR-5934 Project:

[jira] [Updated] (SOLR-5934) LBHttpSolrServer exception handling improvement and small test improvements

2014-03-28 Thread Gregory Chanan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5934?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gregory Chanan updated SOLR-5934: - Attachment: SOLR-5934.patch LBHttpSolrServer exception handling improvement and small test

[jira] [Created] (SOLR-5993) ZkController can warn about shard leader conflict after conflict resolved

2014-04-17 Thread Gregory Chanan (JIRA)
Gregory Chanan created SOLR-5993: Summary: ZkController can warn about shard leader conflict after conflict resolved Key: SOLR-5993 URL: https://issues.apache.org/jira/browse/SOLR-5993 Project: Solr

[jira] [Updated] (SOLR-5993) ZkController can warn about shard leader conflict after conflict resolved

2014-04-17 Thread Gregory Chanan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5993?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gregory Chanan updated SOLR-5993: - Attachment: SOLR-5993.patch Here's a small patch that prints the warning before the sleep and

[jira] [Commented] (SOLR-6002) Fix a couple of ugly issues around SolrIndexWriter close and rollback as well as how SolrIndexWriter manages it's ref counted directory instance.

2014-04-22 Thread Gregory Chanan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6002?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13977635#comment-13977635 ] Gregory Chanan commented on SOLR-6002: -- 1) I don't understand the need for the

[jira] [Commented] (SOLR-6002) Fix a couple of ugly issues around SolrIndexWriter close and rollback as well as how SolrIndexWriter manages it's ref counted directory instance.

2014-04-22 Thread Gregory Chanan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6002?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13977682#comment-13977682 ] Gregory Chanan commented on SOLR-6002: -- bq. Just so that only one thread will actually

[jira] [Commented] (SOLR-6002) Fix a couple of ugly issues around SolrIndexWriter close and rollback as well as how SolrIndexWriter manages it's ref counted directory instance.

2014-04-22 Thread Gregory Chanan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6002?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13977693#comment-13977693 ] Gregory Chanan commented on SOLR-6002: -- +1 lgtm Fix a couple of ugly issues around

[jira] [Comment Edited] (SOLR-5970) Create collection API always has status 0

2014-05-16 Thread Gregory Chanan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5970?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14000606#comment-14000606 ] Gregory Chanan edited comment on SOLR-5970 at 5/17/14 2:06 AM:

[jira] [Comment Edited] (SOLR-5970) Create collection API always has status 0

2014-05-16 Thread Gregory Chanan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5970?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14000606#comment-14000606 ] Gregory Chanan edited comment on SOLR-5970 at 5/17/14 2:06 AM:

[jira] [Commented] (SOLR-5970) Create collection API always has status 0

2014-05-16 Thread Gregory Chanan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5970?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14000606#comment-14000606 ] Gregory Chanan commented on SOLR-5970: -- I looked into this a bit. It looks like the

[jira] [Commented] (SOLR-4968) The collection alias api should have a list cmd.

2014-05-22 Thread Gregory Chanan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4968?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14006659#comment-14006659 ] Gregory Chanan commented on SOLR-4968: -- If you don't mind Mark, I'll take a look at

[jira] [Created] (SOLR-6135) cloud-dev stop script prints starting instead of stopping servers

2014-06-03 Thread Gregory Chanan (JIRA)
Gregory Chanan created SOLR-6135: Summary: cloud-dev stop script prints starting instead of stopping servers Key: SOLR-6135 URL: https://issues.apache.org/jira/browse/SOLR-6135 Project: Solr

[jira] [Updated] (SOLR-6135) cloud-dev stop script prints starting instead of stopping servers

2014-06-03 Thread Gregory Chanan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6135?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gregory Chanan updated SOLR-6135: - Attachment: SOLR-6135.patch cloud-dev stop script prints starting instead of stopping servers

[jira] [Created] (SOLR-6137) Managed Schema / Schemaless and SolrCloud concurrency issues

2014-06-04 Thread Gregory Chanan (JIRA)
Gregory Chanan created SOLR-6137: Summary: Managed Schema / Schemaless and SolrCloud concurrency issues Key: SOLR-6137 URL: https://issues.apache.org/jira/browse/SOLR-6137 Project: Solr

[jira] [Commented] (SOLR-6137) Managed Schema / Schemaless and SolrCloud concurrency issues

2014-06-04 Thread Gregory Chanan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6137?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14018425#comment-14018425 ] Gregory Chanan commented on SOLR-6137: -- The Schema API blocking mode is an interesting

[jira] [Commented] (SOLR-6137) Managed Schema / Schemaless and SolrCloud concurrency issues

2014-06-05 Thread Gregory Chanan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6137?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14019582#comment-14019582 ] Gregory Chanan commented on SOLR-6137: -- This is indeed tricky stuff. Consider too if

[jira] [Updated] (SOLR-6145) Concurrent Schema API field additions can result in endless loop

2014-06-06 Thread Gregory Chanan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6145?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gregory Chanan updated SOLR-6145: - Attachment: SOLR-6145.patch Here's a patch that fixes the test. The basic idea is that retrying

[jira] [Updated] (SOLR-6145) Concurrent Schema API field additions can result in endless loop

2014-06-06 Thread Gregory Chanan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6145?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gregory Chanan updated SOLR-6145: - Attachment: SOLR-6145v2.patch SOLR-6145-tests.patch Two patches: The tests patch

[jira] [Commented] (SOLR-6625) HttpClient callback in HttpSolrServer

2014-11-17 Thread Gregory Chanan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6625?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14215368#comment-14215368 ] Gregory Chanan commented on SOLR-6625: -- Thanks for pointing that out [~steff1193]!

[jira] [Updated] (SOLR-6625) HttpClient callback in HttpSolrServer

2014-11-17 Thread Gregory Chanan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6625?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gregory Chanan updated SOLR-6625: - Attachment: SOLR-6625.patch Here's another version of the patch around what I described from the

[jira] [Commented] (SOLR-6625) HttpClient callback in HttpSolrServer

2014-11-18 Thread Gregory Chanan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6625?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14216585#comment-14216585 ] Gregory Chanan commented on SOLR-6625: -- bq. Actually SOLR-4470 aims at introducing a

[jira] [Commented] (SOLR-3774) /admin/mbean returning duplicate search handlers with names that map to their classes?

2014-11-18 Thread Gregory Chanan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3774?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14216668#comment-14216668 ] Gregory Chanan commented on SOLR-3774: -- +1 /admin/mbean returning duplicate search

[jira] [Commented] (SOLR-6747) Add an optional caching option as a workaround for SOLR-6586.

2014-11-18 Thread Gregory Chanan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6747?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14216987#comment-14216987 ] Gregory Chanan commented on SOLR-6747: -- {code} NamedList cachedStats =

[jira] [Commented] (SOLR-6625) HttpClient callback in HttpSolrServer

2014-11-18 Thread Gregory Chanan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6625?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14217346#comment-14217346 ] Gregory Chanan commented on SOLR-6625: -- One other note: if we buy my argument above,

[jira] [Commented] (SOLR-4509) Disable HttpClient stale check for performance and fewer spurious connection errors.

2014-11-24 Thread Gregory Chanan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4509?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14223855#comment-14223855 ] Gregory Chanan commented on SOLR-4509: -- bq. Hrishikesh Gadre has also been looking

[jira] [Commented] (SOLR-4509) Disable HttpClient stale check for performance and fewer spurious connection errors.

2014-11-25 Thread Gregory Chanan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4509?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14225048#comment-14225048 ] Gregory Chanan commented on SOLR-4509: -- bq. Did you read the linked original write up

[jira] [Commented] (SOLR-4509) Disable HttpClient stale check for performance and fewer spurious connection errors.

2014-12-01 Thread Gregory Chanan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4509?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14230564#comment-14230564 ] Gregory Chanan commented on SOLR-4509: -- One other thing to consider, and I'm not sure

[jira] [Created] (SOLR-6515) Document/log SolrZkClient.clean semantics with nodes being added concurrently

2014-09-12 Thread Gregory Chanan (JIRA)
Gregory Chanan created SOLR-6515: Summary: Document/log SolrZkClient.clean semantics with nodes being added concurrently Key: SOLR-6515 URL: https://issues.apache.org/jira/browse/SOLR-6515 Project:

[jira] [Updated] (SOLR-6515) Document/log SolrZkClient.clean semantics with nodes being added concurrently

2014-09-12 Thread Gregory Chanan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6515?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gregory Chanan updated SOLR-6515: - Attachment: SOLR-6515.patch Document/log SolrZkClient.clean semantics with nodes being added

[jira] [Created] (SOLR-6164) Copy Fields Schema additions are not distributed to other nodes

2014-06-12 Thread Gregory Chanan (JIRA)
Gregory Chanan created SOLR-6164: Summary: Copy Fields Schema additions are not distributed to other nodes Key: SOLR-6164 URL: https://issues.apache.org/jira/browse/SOLR-6164 Project: Solr

[jira] [Updated] (SOLR-6164) Copy Fields Schema additions are not distributed to other nodes

2014-06-12 Thread Gregory Chanan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6164?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gregory Chanan updated SOLR-6164: - Attachment: SOLR-6164.patch Here's a patch. It does the following: - The ZkIndexSchemaReader

[jira] [Commented] (SOLR-6155) Multiple copy field directives are created in a mutable managed schema when identical copy field directives are added

2014-06-12 Thread Gregory Chanan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6155?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14029764#comment-14029764 ] Gregory Chanan commented on SOLR-6155: -- [~steve_rowe] sort of related issue, looks

[jira] [Updated] (SOLR-6164) Copy Fields Schema additions are not distributed to other nodes

2014-06-12 Thread Gregory Chanan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6164?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gregory Chanan updated SOLR-6164: - Attachment: SOLR-6164v2.patch Previous patch used its own Random rather than the

[jira] [Commented] (SOLR-6164) Copy Fields Schema additions are not distributed to other nodes

2014-06-17 Thread Gregory Chanan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6164?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14034130#comment-14034130 ] Gregory Chanan commented on SOLR-6164: -- Thanks for taking a look, [~steve_rowe]. bq.

[jira] [Created] (SOLR-6180) Callers of ManagedIndexSchema mutators should hold the schemaUpdateLock

2014-06-18 Thread Gregory Chanan (JIRA)
Gregory Chanan created SOLR-6180: Summary: Callers of ManagedIndexSchema mutators should hold the schemaUpdateLock Key: SOLR-6180 URL: https://issues.apache.org/jira/browse/SOLR-6180 Project: Solr

[jira] [Updated] (SOLR-6180) Callers of ManagedIndexSchema mutators should hold the schemaUpdateLock

2014-06-18 Thread Gregory Chanan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6180?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gregory Chanan updated SOLR-6180: - Description: Consider the code in FieldResource.java: {code} SchemaField newField =

[jira] [Updated] (SOLR-6180) Callers of ManagedIndexSchema mutators should hold the schemaUpdateLock

2014-06-18 Thread Gregory Chanan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6180?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gregory Chanan updated SOLR-6180: - Attachment: SchemaLockTest.java Here's a modified version of TestCloudManagedSchemaConcurrent

[jira] [Updated] (SOLR-6180) Callers of ManagedIndexSchema mutators should hold the schemaUpdateLock

2014-06-18 Thread Gregory Chanan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6180?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gregory Chanan updated SOLR-6180: - Attachment: SOLR-6180.patch Here's a patch that exposes getSchemaUpdateLock at the IndexSchema

[jira] [Commented] (SOLR-6180) Callers of ManagedIndexSchema mutators should hold the schemaUpdateLock

2014-06-20 Thread Gregory Chanan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6180?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14039589#comment-14039589 ] Gregory Chanan commented on SOLR-6180: -- thanks for taking a look, Mark. FWIW the

[jira] [Updated] (SOLR-6137) Managed Schema / Schemaless and SolrCloud concurrency issues

2014-06-20 Thread Gregory Chanan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6137?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gregory Chanan updated SOLR-6137: - Attachment: SOLR-6137.patch Here's a patch that addresses the issue with schemaless in a

[jira] [Commented] (SOLR-6137) Managed Schema / Schemaless and SolrCloud concurrency issues

2014-06-20 Thread Gregory Chanan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6137?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14039662#comment-14039662 ] Gregory Chanan commented on SOLR-6137: -- Forgot to mention, the above patch assumes

[jira] [Updated] (SOLR-6137) Managed Schema / Schemaless and SolrCloud concurrency issues

2014-06-20 Thread Gregory Chanan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6137?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gregory Chanan updated SOLR-6137: - Attachment: SOLR-6137v2.patch v2 patch: test handles setting the schema file in a standard way.

[jira] [Updated] (SOLR-6137) Managed Schema / Schemaless and SolrCloud concurrency issues

2014-06-25 Thread Gregory Chanan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6137?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gregory Chanan updated SOLR-6137: - Attachment: SOLR-6137v3.patch Here's a new version of the patch. The previous one is dependent

[jira] [Commented] (SOLR-6137) Managed Schema / Schemaless and SolrCloud concurrency issues

2014-06-25 Thread Gregory Chanan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6137?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14044366#comment-14044366 ] Gregory Chanan commented on SOLR-6137: -- One small issue I noticed is that there is a

[jira] [Updated] (SOLR-6137) Managed Schema / Schemaless and SolrCloud concurrency issues

2014-06-25 Thread Gregory Chanan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6137?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gregory Chanan updated SOLR-6137: - Attachment: SOLR-6137v4.patch attached the wrong patch previously. Managed Schema / Schemaless

[jira] [Commented] (SOLR-6137) Managed Schema / Schemaless and SolrCloud concurrency issues

2014-07-07 Thread Gregory Chanan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6137?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14054101#comment-14054101 ] Gregory Chanan commented on SOLR-6137: -- bq. Crap, re-reading the comments I see that

[jira] [Commented] (SOLR-5656) Add autoAddReplicas feature for shared file systems.

2014-07-08 Thread Gregory Chanan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14055639#comment-14055639 ] Gregory Chanan commented on SOLR-5656: -- An aside: we should probably set up review

[jira] [Commented] (SOLR-5656) Add autoAddReplicas feature for shared file systems.

2014-07-08 Thread Gregory Chanan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14055684#comment-14055684 ] Gregory Chanan commented on SOLR-5656: -- DocCollection.java {code} Line 154: if

[jira] [Commented] (SOLR-5656) Add autoAddReplicas feature for shared file systems.

2014-07-08 Thread Gregory Chanan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14055706#comment-14055706 ] Gregory Chanan commented on SOLR-5656: -- autoReplicaFailoverBadNodeExpiration: This

[jira] [Commented] (SOLR-5656) Add autoAddReplicas feature for shared file systems.

2014-07-09 Thread Gregory Chanan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14056749#comment-14056749 ] Gregory Chanan commented on SOLR-5656: -- bq. ReviewBoard has been setup and this seems

[jira] [Commented] (SOLR-5656) Add autoAddReplicas feature for shared file systems.

2014-07-09 Thread Gregory Chanan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14056867#comment-14056867 ] Gregory Chanan commented on SOLR-5656: -- So, I should assume if there is no node number

[jira] [Commented] (SOLR-5656) Add autoAddReplicas feature for shared file systems.

2014-07-09 Thread Gregory Chanan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14056934#comment-14056934 ] Gregory Chanan commented on SOLR-5656: -- bq. I figure this will be reused in a few

[jira] [Commented] (SOLR-5656) Add autoAddReplicas feature for shared file systems.

2014-07-09 Thread Gregory Chanan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14057012#comment-14057012 ] Gregory Chanan commented on SOLR-5656: -- I put up a new review on reviewboard. Add

[jira] [Created] (SOLR-6249) Schema API changes return success before all cores are updated

2014-07-15 Thread Gregory Chanan (JIRA)
Gregory Chanan created SOLR-6249: Summary: Schema API changes return success before all cores are updated Key: SOLR-6249 URL: https://issues.apache.org/jira/browse/SOLR-6249 Project: Solr

[jira] [Created] (SOLR-6250) Schemaless parsing does not work on a consistent schema

2014-07-15 Thread Gregory Chanan (JIRA)
Gregory Chanan created SOLR-6250: Summary: Schemaless parsing does not work on a consistent schema Key: SOLR-6250 URL: https://issues.apache.org/jira/browse/SOLR-6250 Project: Solr Issue

[jira] [Commented] (SOLR-6137) Managed Schema / Schemaless and SolrCloud concurrency issues

2014-07-15 Thread Gregory Chanan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6137?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14062508#comment-14062508 ] Gregory Chanan commented on SOLR-6137: -- Thanks [~sar...@syr.edu]! Your changes make

[jira] [Commented] (SOLR-6252) Simplify UnInvertedField#getUnInvertedField synchronization module

2014-07-16 Thread Gregory Chanan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6252?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14064290#comment-14064290 ] Gregory Chanan commented on SOLR-6252: -- bq. // This thread will load this field, don't

[jira] [Commented] (SOLR-6252) Simplify UnInvertedField#getUnInvertedField synchronization module

2014-07-19 Thread Gregory Chanan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6252?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14067760#comment-14067760 ] Gregory Chanan commented on SOLR-6252: -- Good point Mark. Maybe a comment to that

[jira] [Commented] (SOLR-6252) Simplify UnInvertedField#getUnInvertedField synchronization module

2014-07-21 Thread Gregory Chanan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6252?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14068795#comment-14068795 ] Gregory Chanan commented on SOLR-6252: -- Also, the synchronized lock is held when

[jira] [Comment Edited] (SOLR-6252) Simplify UnInvertedField#getUnInvertedField synchronization module

2014-07-21 Thread Gregory Chanan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6252?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14068795#comment-14068795 ] Gregory Chanan edited comment on SOLR-6252 at 7/21/14 5:13 PM:

  1   2   3   4   5   >