[jira] [Commented] (SOLR-4194) PingRequestHandler - shards parameter inherited from search handler definition

2012-12-14 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4194?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13532740#comment-13532740 ] Shawn Heisey commented on SOLR-4194: Jetty request log. All of these requests are

[jira] [Commented] (SOLR-4194) PingRequestHandler - shards parameter inherited from search handler definition

2012-12-14 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4194?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13532749#comment-13532749 ] Shawn Heisey commented on SOLR-4194: Solr log generated by log4j corresponding to the

[jira] [Commented] (SOLR-4194) PingRequestHandler - shards parameter inherited from search handler definition

2012-12-14 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4194?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13532760#comment-13532760 ] Shawn Heisey commented on SOLR-4194: The PRH should not be making the distributed

[jira] [Updated] (SOLR-4193) A request handler(s) that lets you interact with ZooKeeper using std Solr clients.

2012-12-14 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4193?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated SOLR-4193: -- Attachment: SOLR-4193.patch Here is an early patch and test for a per core handler that lets you post

[jira] [Commented] (SOLR-4194) PingRequestHandler - shards parameter inherited from search handler definition

2012-12-14 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4194?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13532771#comment-13532771 ] Shawn Heisey commented on SOLR-4194: It has occurred to me that this new behavior of

[jira] [Comment Edited] (SOLR-4194) PingRequestHandler - shards parameter inherited from search handler definition

2012-12-14 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4194?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13532771#comment-13532771 ] Shawn Heisey edited comment on SOLR-4194 at 12/14/12 11:11 PM:

[JENKINS-MAVEN] Lucene-Solr-Maven-trunk #708: POMs out of sync

2012-12-14 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Maven-trunk/708/ 1 tests failed. FAILED: org.apache.solr.cloud.SyncSliceTest.testDistribSearch Error Message: Shard still reported as live in zk - 0 jetty Stack Trace: java.lang.AssertionError: Shard still reported as live in zk - 0 jetty

RE: [JENKINS-MAVEN] Lucene-Solr-Maven-trunk #708: POMs out of sync

2012-12-14 Thread Uwe Schindler
SOLR-4189: Fix hanging threads on FreeBSD in JettySolrRunner by making connector configureable through sysprop is fixed. Also my cool syspropertyset worked to pass down sysprop to maven. The failing test is a well-known one. - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen

Re: [JENKINS-MAVEN] Lucene-Solr-Maven-trunk #708: POMs out of sync

2012-12-14 Thread Mark Miller
The problem is that the black hole problem with no query side timeout. I have to do all these waits that slow down tests to try avoiding ever querying a node that is down. So in many cases, I have to wait as long as the zkclient timeout until the ephemeral node representing a SolrCore times

RE: [JENKINS-MAVEN] Lucene-Solr-Maven-trunk #708: POMs out of sync

2012-12-14 Thread Uwe Schindler
Why have hardcoded sleeps? Could it not be wait/notify? When node shutted down it sends notify() and the waiting node waits without limit?? - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de -Original Message- From: Mark Miller

RE: [JENKINS-MAVEN] Lucene-Solr-Maven-trunk #708: POMs out of sync

2012-12-14 Thread Uwe Schindler
and actually test what happens when you query a node that is down. That's possible: Use the magic IPv6 private reserved address to test a node that is down. Every IP stack on earth has to refuse a connection to that one. Uwe - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen

[jira] [Commented] (SOLR-4184) URLDataSource and BinUrlDataSource unable to handle urls with special characters

2012-12-14 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4184?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13532832#comment-13532832 ] Hoss Man commented on SOLR-4184: white spaces are not legal characters in URLs. i suspect

Re: [JENKINS-MAVEN] Lucene-Solr-Maven-trunk #708: POMs out of sync

2012-12-14 Thread Mark Miller
There is nothing you can do that I have looked at in a reasonable amount of time and effort. These are tests, and something like that would take a fair amount of mocking / dependency injection. If someone starts tackling that type of thing, I'll help, but it's not something I'm working on

[jira] [Created] (SOLR-4195) chmod a-x build/**/test-files when running tests

2012-12-14 Thread Hoss Man (JIRA)
Hoss Man created SOLR-4195: -- Summary: chmod a-x build/**/test-files when running tests Key: SOLR-4195 URL: https://issues.apache.org/jira/browse/SOLR-4195 Project: Solr Issue Type: Improvement

[jira] [Updated] (SOLR-4195) chmod a-x build/**/test-files when running tests

2012-12-14 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4195?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man updated SOLR-4195: --- Attachment: SOLR-4195.patch Here's a patch i've been experimenting with. It was not as trivial as i

[jira] [Updated] (SOLR-4193) A request handler(s) that lets you interact with ZooKeeper using std Solr clients.

2012-12-14 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4193?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated SOLR-4193: -- Attachment: SOLR-4193.patch Adds tests and a small fix or two. A request handler(s)

[jira] [Commented] (SOLR-4193) A request handler(s) that lets you interact with ZooKeeper using std Solr clients.

2012-12-14 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4193?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13532903#comment-13532903 ] Mark Miller commented on SOLR-4193: --- So I think we should break out the more general

[jira] [Commented] (SOLR-4193) A request handler(s) that lets you interact with ZooKeeper using std Solr clients.

2012-12-14 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4193?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13532905#comment-13532905 ] Mark Miller commented on SOLR-4193: --- It would also be good to add first class Solrj

[jira] [Updated] (SOLR-4193) A ZooKeeper RequestHandler that allows you to post config files to a collections linked config set or a specific config set.

2012-12-14 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4193?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated SOLR-4193: -- Summary: A ZooKeeper RequestHandler that allows you to post config files to a collections linked config

[jira] [Commented] (SOLR-4193) A ZooKeeper RequestHandler that allows you to post config files to a collections linked config set or a specific config set.

2012-12-14 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4193?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13532909#comment-13532909 ] Mark Miller commented on SOLR-4193: --- usage would be something like: {noformat} java

Re: [JENKINS-MAVEN] Lucene-Solr-Maven-trunk #708: POMs out of sync

2012-12-14 Thread Mark Miller
Another odd thing is that I've seen it hang the same way, just very rarely, on linux. And this is with a timeout. Somehow the timeout is ignored. This just happened on fullmetal - it's stuck even though there is a low timeout for this http call: [junit4:junit4] 1

[jira] [Updated] (SOLR-4043) Add ability to get success/failure responses from Collections API.

2012-12-14 Thread Raintung Li (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4043?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Raintung Li updated SOLR-4043: -- Attachment: SOLR-4043_brach4.x.txt Merge to branch 4.x Add ability to get

[jira] [Commented] (SOLR-4184) URLDataSource and BinUrlDataSource unable to handle urls with special characters

2012-12-14 Thread Hardik Upadhyay (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4184?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13532959#comment-13532959 ] Hardik Upadhyay commented on SOLR-4184: --- i already tried handling url escaping in

<    1   2