[jira] [Commented] (SOLR-7291) ChaosMonkey should create more mayhem with ZK availability

2015-03-24 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7291?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14377806#comment-14377806 ] Mark Miller commented on SOLR-7291: --- bq. In any case, given that leaders are only

[jira] [Created] (SOLR-7296) Reconcile facetting implementations

2015-03-24 Thread Steve Molloy (JIRA)
Steve Molloy created SOLR-7296: -- Summary: Reconcile facetting implementations Key: SOLR-7296 URL: https://issues.apache.org/jira/browse/SOLR-7296 Project: Solr Issue Type: Task

[jira] [Resolved] (SOLR-7285) ActionThrottle will not pause if getNanoTime first returns 0.

2015-03-24 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7285?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller resolved SOLR-7285. --- Resolution: Fixed ActionThrottle will not pause if getNanoTime first returns 0.

[jira] [Commented] (SOLR-7214) JSON Facet API

2015-03-24 Thread Steve Molloy (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14377811#comment-14377811 ] Steve Molloy commented on SOLR-7214: I've created SOLR-7296 to deal with this multitude

RE: [JENKINS] Lucene-Solr-5.x-Linux (32bit/jdk1.9.0-ea-b54) - Build # 11848 - Failure!

2015-03-24 Thread Uwe Schindler
Hi, I did some investigation: It is the following issue that breaks this: https://bugs.openjdk.java.net/browse/JDK-8039214 Inference should not map capture variables to their upper bounds This is the commit: http://hg.openjdk.java.net/jdk9/dev/langtools/rev/414b82835861 The comments here

[jira] [Commented] (SOLR-6350) Percentiles in StatsComponent

2015-03-24 Thread Steve Molloy (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6350?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14377812#comment-14377812 ] Steve Molloy commented on SOLR-6350: Agree with the separate issue to track this,

[JENKINS] Lucene-Solr-Tests-5.x-Java7 - Build # 2826 - Still Failing

2015-03-24 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-5.x-Java7/2826/ 3 tests failed. FAILED: org.apache.solr.cloud.LeaderInitiatedRecoveryOnCommitTest.test Error Message: IOException occured when talking to server at: http://127.0.0.1:28114/c8n_1x3_commits_shard1_replica2 Stack Trace:

[jira] [Resolved] (SOLR-7141) RecoveryStrategy: Raise time that we wait for any updates from the leader before they saw the recovery state to have finished.

2015-03-24 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7141?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller resolved SOLR-7141. --- Resolution: Fixed Fix Version/s: 5.1 Trunk RecoveryStrategy: Raise time

[jira] [Commented] (SOLR-7296) Reconcile facetting implementations

2015-03-24 Thread Toke Eskildsen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7296?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14377839#comment-14377839 ] Toke Eskildsen commented on SOLR-7296: -- The String faceting in SimpeFacet could be

RE: [JENKINS] Lucene-Solr-5.x-Linux (32bit/jdk1.9.0-ea-b54) - Build # 11848 - Failure!

2015-03-24 Thread Uwe Schindler
Hi, I can file another bug, but the behavior and error pattern is exactly the same, it is just a static method instead of the constructor (which is mostly the same by the JLS, a constructor is just like a static method returning an instance). So I am almost 100% sure, this is caused by the

Re: [JENKINS] Lucene-Solr-5.x-Linux (32bit/jdk1.9.0-ea-b54) - Build # 11848 - Failure!

2015-03-24 Thread dalibor topic
I think this one should be filed as a separate issue. On 24.03.2015 14:07, Uwe Schindler wrote: Hi, could you please attach the given Bug2.java file to the same issue? This is another variant of the same bug that affects simple method calls (without diamond), so it is not only the

[jira] [Commented] (SOLR-6414) Update to Hadoop 2.6.0

2015-03-24 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14377830#comment-14377830 ] ASF subversion and git services commented on SOLR-6414: --- Commit

[jira] [Updated] (SOLR-6637) Solr should have a way to restore a core

2015-03-24 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6637?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Varun Thacker updated SOLR-6637: Attachment: SOLR-6637.patch Updated the patch to trunk Solr should have a way to restore a core

[jira] [Resolved] (SOLR-6414) Update to Hadoop 2.6.0

2015-03-24 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6414?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller resolved SOLR-6414. --- Resolution: Fixed Update to Hadoop 2.6.0 -- Key: SOLR-6414

[jira] [Commented] (LUCENE-6369) Make queries more defensive and clone deeply

2015-03-24 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14377861#comment-14377861 ] Adrien Grand commented on LUCENE-6369: -- bq. Was anyone hitting an issue due to

[jira] [Commented] (LUCENE-6369) Make queries more defensive and clone deeply

2015-03-24 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14377898#comment-14377898 ] Yonik Seeley commented on LUCENE-6369: -- What about a new deepClone() method that

[jira] [Commented] (SOLR-7092) Stop the HDFS lease recovery retries on HdfsTransactionLog on close and try to avoid lease recovery on closed files.

2015-03-24 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7092?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14377782#comment-14377782 ] ASF subversion and git services commented on SOLR-7092: --- Commit

[jira] [Resolved] (SOLR-7092) Stop the HDFS lease recovery retries on HdfsTransactionLog on close and try to avoid lease recovery on closed files.

2015-03-24 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7092?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller resolved SOLR-7092. --- Resolution: Fixed Fix Version/s: 5.1 Trunk This should be fixed now. I've

[jira] [Commented] (LUCENE-6369) Make queries more defensive and clone deeply

2015-03-24 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14377794#comment-14377794 ] Yonik Seeley commented on LUCENE-6369: -- Hmmm, but clone() did exactly what I wanted

[JENKINS] Lucene-Solr-5.x-Linux (32bit/jdk1.8.0_60-ea-b06) - Build # 11904 - Still Failing!

2015-03-24 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Linux/11904/ Java: 32bit/jdk1.8.0_60-ea-b06 -server -XX:+UseG1GC 1 tests failed. FAILED: org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.test Error Message: Error from server at

[jira] [Created] (SOLR-7295) Remove uses of Query.clone()

2015-03-24 Thread Yonik Seeley (JIRA)
Yonik Seeley created SOLR-7295: -- Summary: Remove uses of Query.clone() Key: SOLR-7295 URL: https://issues.apache.org/jira/browse/SOLR-7295 Project: Solr Issue Type: Bug Reporter:

[jira] [Commented] (LUCENE-6308) SpansEnum, deprecate Spans

2015-03-24 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6308?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14377799#comment-14377799 ] David Smiley commented on LUCENE-6308: -- https://reviews.apache.org/dashboard/ It's

RE: [JENKINS] Lucene-Solr-5.x-Linux (32bit/jdk1.9.0-ea-b54) - Build # 11848 - Failure!

2015-03-24 Thread Uwe Schindler
Hi, could you please attach the given Bug2.java file to the same issue? This is another variant of the same bug that affects simple method calls (without diamond), so it is not only the constructor with diamond affected. You have to infer the type for those wrapper methods, too. The following

[jira] [Commented] (LUCENE-6308) SpansEnum, deprecate Spans

2015-03-24 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6308?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14377885#comment-14377885 ] Alan Woodward commented on LUCENE-6308: --- Sorry, I wasn't clear - you can't use

[jira] [Commented] (SOLR-6350) Percentiles in StatsComponent

2015-03-24 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6350?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14377797#comment-14377797 ] Yonik Seeley commented on SOLR-6350: bq. That sounds like something that would be a

[jira] [Commented] (SOLR-7291) ChaosMonkey should create more mayhem with ZK availability

2015-03-24 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7291?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14377796#comment-14377796 ] Mark Miller commented on SOLR-7291: --- There are various differences between them. I think

[jira] [Commented] (SOLR-7285) ActionThrottle will not pause if getNanoTime first returns 0.

2015-03-24 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7285?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14377810#comment-14377810 ] ASF subversion and git services commented on SOLR-7285: --- Commit

[jira] [Commented] (SOLR-7296) Reconcile facetting implementations

2015-03-24 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7296?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14377821#comment-14377821 ] David Smiley commented on SOLR-7296: This is important so that maintaining Solr doesn't

[jira] [Commented] (SOLR-7141) RecoveryStrategy: Raise time that we wait for any updates from the leader before they saw the recovery state to have finished.

2015-03-24 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7141?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14377822#comment-14377822 ] ASF subversion and git services commented on SOLR-7141: --- Commit

[jira] [Commented] (LUCENE-6308) SpansEnum, deprecate Spans

2015-03-24 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6308?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14377831#comment-14377831 ] Robert Muir commented on LUCENE-6308: - reviewboard sucks, ive used it at a previous

[jira] [Commented] (LUCENE-6369) Make queries more defensive and clone deeply

2015-03-24 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14377647#comment-14377647 ] ASF subversion and git services commented on LUCENE-6369: - Commit

Re: [JENKINS] Lucene-Solr-trunk-Linux (32bit/jdk1.8.0_40) - Build # 12047 - Failure!

2015-03-24 Thread Adrien Grand
I muted the test until the issue is fixed. On Tue, Mar 24, 2015 at 11:42 AM, Adrien Grand jpou...@gmail.com wrote: The latest TestSloppyPhraseQuery2 failures are caused by https://issues.apache.org/jira/browse/LUCENE-6369. The query is put into the cache and then mutated, which causes an

Re: [JENKINS] Lucene-Solr-trunk-Linux (32bit/jdk1.8.0_40) - Build # 12047 - Failure!

2015-03-24 Thread Adrien Grand
The latest TestSloppyPhraseQuery2 failures are caused by https://issues.apache.org/jira/browse/LUCENE-6369. The query is put into the cache and then mutated, which causes an infinite loop in the eviction logic. On Sun, Mar 22, 2015 at 3:55 PM, Policeman Jenkins Server jenk...@thetaphi.de wrote:

[JENKINS] Lucene-Solr-5.x-Linux (64bit/jdk1.7.0_76) - Build # 11903 - Failure!

2015-03-24 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Linux/11903/ Java: 64bit/jdk1.7.0_76 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC 1 tests failed. FAILED: org.apache.solr.handler.TestSolrConfigHandlerCloud.test Error Message: Could not get expected value 'CY val modified' for path

[jira] [Closed] (LUCENE-6321) Make oal.index.Term more defensive

2015-03-24 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6321?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand closed LUCENE-6321. Resolution: Won't Fix Closing in favor of LUCENE-6369 since we moved away from the original

[jira] [Commented] (LUCENE-6369) Make queries more defensive and clone deeply

2015-03-24 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14377662#comment-14377662 ] ASF subversion and git services commented on LUCENE-6369: - Commit

[jira] [Updated] (LUCENE-6369) Make queries more defensive and clone deeply

2015-03-24 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6369?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand updated LUCENE-6369: - Attachment: LUCENE-6369.patch Here is a patch: - queries wrapping Term instances (TermQuery,

[jira] [Created] (LUCENE-6369) Make queries more defensive and clone deeply

2015-03-24 Thread Adrien Grand (JIRA)
Adrien Grand created LUCENE-6369: Summary: Make queries more defensive and clone deeply Key: LUCENE-6369 URL: https://issues.apache.org/jira/browse/LUCENE-6369 Project: Lucene - Core Issue

[jira] [Created] (SOLR-7299) bin/solr.cmd doesn't use the jetty SSL configuration

2015-03-24 Thread Steve Rowe (JIRA)
Steve Rowe created SOLR-7299: Summary: bin/solr.cmd doesn't use the jetty SSL configuration Key: SOLR-7299 URL: https://issues.apache.org/jira/browse/SOLR-7299 Project: Solr Issue Type: Bug

[jira] [Commented] (SOLR-7254) NullPointerException thrown in the QueryComponent

2015-03-24 Thread Ramkumar Aiyengar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7254?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14378747#comment-14378747 ] Ramkumar Aiyengar commented on SOLR-7254: - Thanks for getting to this Yonik..

[jira] [Updated] (SOLR-7243) 4.10.3 SolrJ is throwing a SERVER_ERROR exception instead of BAD_REQUEST

2015-03-24 Thread Hrishikesh Gadre (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7243?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hrishikesh Gadre updated SOLR-7243: --- Attachment: SOLR-7243.patch Accidentally uploaded old patch file. Please ignore it (although

[jira] [Commented] (LUCENE-6308) SpansEnum, deprecate Spans

2015-03-24 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6308?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14378744#comment-14378744 ] Paul Elschot commented on LUCENE-6308: -- bq. we needn’t add getClass().hashCode as

[jira] [Updated] (LUCENE-6308) SpansEnum, deprecate Spans

2015-03-24 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6308?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Elschot updated LUCENE-6308: - Attachment: LUCENE-6308-changeapi.patch 2nd changeapi patch of 24 March 2015. Compared to the

[jira] [Created] (SOLR-7300) Add replication tab support to AngularJS Admin UI

2015-03-24 Thread Upayavira (JIRA)
Upayavira created SOLR-7300: --- Summary: Add replication tab support to AngularJS Admin UI Key: SOLR-7300 URL: https://issues.apache.org/jira/browse/SOLR-7300 Project: Solr Issue Type: Bug

[JENKINS] Lucene-Solr-5.x-Linux (32bit/jdk1.9.0-ea-b54) - Build # 11910 - Failure!

2015-03-24 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Linux/11910/ Java: 32bit/jdk1.9.0-ea-b54 -client -XX:+UseConcMarkSweepGC 1 tests failed. FAILED: org.apache.solr.handler.TestSolrConfigHandlerCloud.test Error Message: Could not get expected value 'CY val modified' for path

[jira] [Updated] (SOLR-7299) bin/solr.cmd doesn't use the jetty SSL configuration

2015-03-24 Thread Steve Rowe (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7299?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Rowe updated SOLR-7299: - Description: In SOLR-7020 I added an alternate jetty config file to use when in SSL mode, but I forgot to

[jira] [Commented] (LUCENE-6198) two phase intersection

2015-03-24 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6198?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14378778#comment-14378778 ] Paul Elschot commented on LUCENE-6198: -- bq. I'm curious if you have ideas to take

[jira] [Resolved] (SOLR-7297) GSSException in SolrCloud / Kerberos

2015-03-24 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erick Erickson resolved SOLR-7297. -- Resolution: Invalid CDH is a Cloudera product, please raise this issue with Cloudera support

[jira] [Updated] (SOLR-7254) NullPointerException thrown in the QueryComponent

2015-03-24 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley updated SOLR-7254: --- Fix Version/s: 5.1 NullPointerException thrown in the QueryComponent

[jira] [Commented] (SOLR-7243) 4.10.3 SolrJ is throwing a SERVER_ERROR exception instead of BAD_REQUEST

2015-03-24 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7243?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14378934#comment-14378934 ] Shawn Heisey commented on SOLR-7243: Initial comments, after a quick glance and before

[jira] [Updated] (SOLR-7291) ChaosMonkey should create more mayhem with ZK availability

2015-03-24 Thread Ramkumar Aiyengar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7291?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ramkumar Aiyengar updated SOLR-7291: Attachment: SOLR-7291.patch ChaosMonkey should create more mayhem with ZK availability

[jira] [Commented] (SOLR-7291) ChaosMonkey should create more mayhem with ZK availability

2015-03-24 Thread Ramkumar Aiyengar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7291?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14378665#comment-14378665 ] Ramkumar Aiyengar commented on SOLR-7291: - Thanks Mark, that explains why the two

[jira] [Updated] (SOLR-4212) Let facet queries hang off of pivots

2015-03-24 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4212?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-4212: Attachment: SOLR-6353-6686-4212.patch # Further refactored and shared code between

[jira] [Updated] (SOLR-7243) 4.10.3 SolrJ is throwing a SERVER_ERROR exception instead of BAD_REQUEST

2015-03-24 Thread Hrishikesh Gadre (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7243?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hrishikesh Gadre updated SOLR-7243: --- Attachment: SOLR-7243.patch [~elyograg] A new patch against the trunk. Improved the error

[jira] [Commented] (SOLR-7243) 4.10.3 SolrJ is throwing a SERVER_ERROR exception instead of BAD_REQUEST

2015-03-24 Thread Hrishikesh Gadre (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7243?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14378939#comment-14378939 ] Hrishikesh Gadre commented on SOLR-7243: [~elyograg] yeah good point. Let me fix

[jira] [Updated] (SOLR-7301) HdfsDirectoryFactory does not support maprfs

2015-03-24 Thread Shenghua Wan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7301?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shenghua Wan updated SOLR-7301: --- Attachment: fix_support_maprfs.patch HdfsDirectoryFactory does not support maprfs

Re: [JENKINS] Lucene-Solr-5.x-Linux (32bit/jdk1.9.0-ea-b54) - Build # 11848 - Failure!

2015-03-24 Thread Balchandra Vaidya
Hi Uwe, I will update the bug with your findings. Thank you for reporting the issue. Thanks Balchandra On 3/24/2015 7:53 PM, Uwe Schindler wrote: Hi, I did some investigation: It is the following issue that breaks this: https://bugs.openjdk.java.net/browse/JDK-8039214 Inference should not

[JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.8.0_40) - Build # 4586 - Failure!

2015-03-24 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/4586/ Java: 32bit/jdk1.8.0_40 -server -XX:+UseSerialGC 1 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.core.TestSolrConfigHandler Error Message: Could not remove the following files (in the order of attempts):

[jira] [Commented] (SOLR-6350) Percentiles in StatsComponent

2015-03-24 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6350?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14378032#comment-14378032 ] ASF subversion and git services commented on SOLR-6350: --- Commit

[JENKINS] Lucene-Solr-5.x-Windows (64bit/jdk1.8.0_40) - Build # 4471 - Failure!

2015-03-24 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4471/ Java: 64bit/jdk1.8.0_40 -XX:-UseCompressedOops -XX:+UseG1GC 1 tests failed. FAILED: org.apache.solr.client.solrj.impl.CloudSolrClientTest.test Error Message: There should be 3 documents because there should be two id=1 docs due

[JENKINS] Lucene-Solr-5.x-Linux (32bit/jdk1.8.0_60-ea-b06) - Build # 11905 - Still Failing!

2015-03-24 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Linux/11905/ Java: 32bit/jdk1.8.0_60-ea-b06 -server -XX:+UseParallelGC 2 tests failed. FAILED: org.apache.solr.cloud.RecoveryAfterSoftCommitTest.test Error Message: Didn't see all replicas for shard shard1 in collection1 come up within 3

[jira] [Commented] (LUCENE-6308) SpansEnum, deprecate Spans

2015-03-24 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6308?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14377972#comment-14377972 ] David Smiley commented on LUCENE-6308: -- If we can't use Integer.MAX_VALUE as

[jira] [Commented] (SOLR-7214) JSON Facet API

2015-03-24 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14379043#comment-14379043 ] Yonik Seeley commented on SOLR-7214: bq. I'm thinking that while this new way of

[JENKINS] Lucene-Solr-trunk-Linux (64bit/jdk1.8.0_40) - Build # 12076 - Still Failing!

2015-03-24 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/12076/ Java: 64bit/jdk1.8.0_40 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC All tests passed Build Log: [...truncated 59397 lines...] BUILD FAILED /home/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:519: The following error

[JENKINS] Lucene-Solr-5.x-Windows (64bit/jdk1.7.0_76) - Build # 4473 - Failure!

2015-03-24 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4473/ Java: 64bit/jdk1.7.0_76 -XX:-UseCompressedOops -XX:+UseParallelGC 1 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.core.TestSolrConfigHandler Error Message: Could not remove the following files (in the order of

[JENKINS] Lucene-Solr-5.x-MacOSX (64bit/jdk1.8.0) - Build # 2045 - Failure!

2015-03-24 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-MacOSX/2045/ Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseG1GC 1 tests failed. FAILED: org.apache.solr.cloud.CollectionsAPIDistributedZkTest.test Error Message: IOException occured when talking to server at:

Re: [JENKINS] Lucene-Solr-trunk-Linux (64bit/jdk1.8.0_40) - Build # 12076 - Still Failing!

2015-03-24 Thread Shalin Shekhar Mangar
I committed a fix. On Tue, Mar 24, 2015 at 6:02 PM, Policeman Jenkins Server jenk...@thetaphi.de wrote: Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/12076/ Java: 64bit/jdk1.8.0_40 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC All tests passed Build Log: [...truncated

[JENKINS] Lucene-Solr-trunk-Linux (64bit/jdk1.8.0_40) - Build # 12077 - Still Failing!

2015-03-24 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/12077/ Java: 64bit/jdk1.8.0_40 -XX:-UseCompressedOops -XX:+UseG1GC 1 tests failed. FAILED: org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.test Error Message: Error from server at

[jira] [Created] (SOLR-7301) HdfsDirectoryFactory does not support maprfs

2015-03-24 Thread Shenghua Wan (JIRA)
Shenghua Wan created SOLR-7301: -- Summary: HdfsDirectoryFactory does not support maprfs Key: SOLR-7301 URL: https://issues.apache.org/jira/browse/SOLR-7301 Project: Solr Issue Type: Bug

[JENKINS] Lucene-Solr-trunk-Windows (64bit/jdk1.8.0_40) - Build # 4589 - Still Failing!

2015-03-24 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/4589/ Java: 64bit/jdk1.8.0_40 -XX:+UseCompressedOops -XX:+UseG1GC 1 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.core.TestSolrConfigHandler Error Message: Could not remove the following files (in the order of

[jira] [Commented] (SOLR-7291) ChaosMonkey should create more mayhem with ZK availability

2015-03-24 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7291?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14378965#comment-14378965 ] ASF subversion and git services commented on SOLR-7291: --- Commit

[jira] [Commented] (LUCENE-6308) SpansEnum, deprecate Spans

2015-03-24 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6308?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14379227#comment-14379227 ] David Smiley commented on LUCENE-6308: -- The pain of not using _any_ review tool (no

[jira] [Updated] (SOLR-7243) 4.10.3 SolrJ is throwing a SERVER_ERROR exception instead of BAD_REQUEST

2015-03-24 Thread Hrishikesh Gadre (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7243?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hrishikesh Gadre updated SOLR-7243: --- Attachment: SOLR-7243.patch [~elyograg] I removed the cast from one place (couldn't remove the

[JENKINS] Lucene-Solr-trunk-Linux (64bit/jdk1.8.0_40) - Build # 12075 - Failure!

2015-03-24 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/12075/ Java: 64bit/jdk1.8.0_40 -XX:+UseCompressedOops -XX:+UseG1GC 1 tests failed. FAILED: org.apache.solr.handler.TestSolrConfigHandlerCloud.test Error Message: Could not get expected value 'null' for path 'response/params/y/p'

[JENKINS] Lucene-Solr-5.x-Linux (64bit/ibm-j9-jdk7) - Build # 11911 - Still Failing!

2015-03-24 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Linux/11911/ Java: 64bit/ibm-j9-jdk7 -Xjit:exclude={org/apache/lucene/util/fst/FST.pack(IIF)Lorg/apache/lucene/util/fst/FST;} No tests ran. Build Log: [...truncated 140 lines...] ERROR: Publisher hudson.tasks.junit.JUnitResultArchiver

[jira] [Reopened] (SOLR-6673) MDC based logging of collection, shard etc.

2015-03-24 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6673?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar reopened SOLR-6673: - Thanks a lot Ishan and Noble for taking this up. This was very much needed for

[jira] [Comment Edited] (SOLR-6673) MDC based logging of collection, shard etc.

2015-03-24 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6673?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14379233#comment-14379233 ] Shalin Shekhar Mangar edited comment on SOLR-6673 at 3/25/15 3:38 AM:

[JENKINS] Lucene-Solr-5.x-Linux (32bit/jdk1.9.0-ea-b54) - Build # 11914 - Failure!

2015-03-24 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Linux/11914/ Java: 32bit/jdk1.9.0-ea-b54 -client -XX:+UseParallelGC 1 tests failed. FAILED: org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest.test Error Message: There were too many update fails - we expect it can happen, but shouldn't

[jira] [Commented] (SOLR-6673) MDC based logging of collection, shard etc.

2015-03-24 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6673?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14379283#comment-14379283 ] Noble Paul commented on SOLR-6673: -- [~shalinmangar] While you are at it , also add node

RE: [JENKINS] Lucene-Solr-5.x-Linux (32bit/jdk1.9.0-ea-b54) - Build # 11848 - Failure!

2015-03-24 Thread Uwe Schindler
Hi, Many thanks! I CCed Robert Muir from Elasticsearch who took care of this at ES (https://github.com/elastic/elasticsearch/issues/10145). Uwe - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de -Original Message- From:

[JENKINS] Lucene-Solr-Tests-5.x-Java7 - Build # 2825 - Still Failing

2015-03-24 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-5.x-Java7/2825/ 3 tests failed. FAILED: org.apache.solr.cloud.LeaderInitiatedRecoveryOnCommitTest.test Error Message: IOException occured when talking to server at: http://127.0.0.1:10419/c8n_1x3_commits_shard1_replica3 Stack Trace:

CloudSolrClient.connect() fails if there's no /live_nodes node in ZK

2015-03-24 Thread Shai Erera
Hi If I init a CloudSolrClient on a fresh new cluster, no Solr nodes up yet, and I call .connect(), I get an error that ZkStateReader can't read /live_nodes (as this node doesn't yet exist). I do this from a unit test, and I know I don't need to call .connect() (it's documented as optional), but

[jira] [Updated] (SOLR-7298) Fix Collections API SolrJ calls to not add name parameter when not needed

2015-03-24 Thread Anshum Gupta (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7298?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anshum Gupta updated SOLR-7298: --- Affects Version/s: 5.0 Fix Collections API SolrJ calls to not add name parameter when not needed

[jira] [Created] (SOLR-7298) Fix Collections API SolrJ calls to not add name parameter when not needed

2015-03-24 Thread Anshum Gupta (JIRA)
Anshum Gupta created SOLR-7298: -- Summary: Fix Collections API SolrJ calls to not add name parameter when not needed Key: SOLR-7298 URL: https://issues.apache.org/jira/browse/SOLR-7298 Project: Solr

[JENKINS] Lucene-Solr-5.x-Linux (64bit/jdk1.7.0_80-ea-b05) - Build # 11907 - Failure!

2015-03-24 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Linux/11907/ Java: 64bit/jdk1.7.0_80-ea-b05 -XX:-UseCompressedOops -XX:+UseSerialGC 1 tests failed. FAILED: org.apache.solr.cloud.RecoveryAfterSoftCommitTest.test Error Message: Didn't see all replicas for shard shard1 in collection1 come up

[jira] [Commented] (SOLR-7248) In legacyCloud=false mode we should check if the core was hosted on the same node before registering it

2015-03-24 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14378324#comment-14378324 ] ASF subversion and git services commented on SOLR-7248: --- Commit

[jira] [Resolved] (SOLR-7248) In legacyCloud=false mode we should check if the core was hosted on the same node before registering it

2015-03-24 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7248?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Varun Thacker resolved SOLR-7248. - Resolution: Fixed Thanks Noble and Mark. In legacyCloud=false mode we should check if the core

[jira] [Updated] (SOLR-6924) TestSolrConfigHandlerCloud fails frequently.

2015-03-24 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6924?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-6924: - Attachment: SOLR-6924.patch Make the watches more robust , so that reconnect will fire even listeners and

Re: CloudSolrClient.connect() fails if there's no /live_nodes node in ZK

2015-03-24 Thread Shalin Shekhar Mangar
Yeah, see SOLR-4044 for more details. In that issue the client code was modified to throw a more useful exception if the cluster is not ready and it can also take an optional timeout parameter to wait for essential zk nodes to be created by the cluster. One suggestion was to have the client

[jira] [Commented] (SOLR-7248) In legacyCloud=false mode we should check if the core was hosted on the same node before registering it

2015-03-24 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14378108#comment-14378108 ] ASF subversion and git services commented on SOLR-7248: --- Commit

[JENKINS] Lucene-Solr-NightlyTests-5.x - Build # 796 - Still Failing

2015-03-24 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-5.x/796/ 4 tests failed. REGRESSION: org.apache.solr.handler.TestReplicationHandler.doTestReplicateAfterCoreReload Error Message: expected:[{indexVersion=1427211454955,generation=2,filelist=[_81.fdt, _81.fdx, _81.fnm, _81.nvd,

[jira] [Commented] (SOLR-7297) GSSException in SolrCloud / Kerberos

2015-03-24 Thread Andrejs Dubovskis (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7297?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14378083#comment-14378083 ] Andrejs Dubovskis commented on SOLR-7297: - An issue created

[jira] [Issue Comment Deleted] (SOLR-7297) GSSException in SolrCloud / Kerberos

2015-03-24 Thread Andrejs Dubovskis (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrejs Dubovskis updated SOLR-7297: Comment: was deleted (was: An issue created

[jira] [Commented] (SOLR-6350) Percentiles in StatsComponent

2015-03-24 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6350?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14378091#comment-14378091 ] ASF subversion and git services commented on SOLR-6350: --- Commit

[jira] [Resolved] (SOLR-6350) Percentiles in StatsComponent

2015-03-24 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man resolved SOLR-6350. Resolution: Fixed Fix Version/s: 5.1 Trunk Assignee: Hoss Man

[jira] [Created] (SOLR-7297) GSSException in SolrCloud / Kerberos

2015-03-24 Thread Andrejs Dubovskis (JIRA)
Andrejs Dubovskis created SOLR-7297: --- Summary: GSSException in SolrCloud / Kerberos Key: SOLR-7297 URL: https://issues.apache.org/jira/browse/SOLR-7297 Project: Solr Issue Type: Bug

Re: [JENKINS] Lucene-Solr-5.x-Linux (32bit/jdk1.9.0-ea-b54) - Build # 11848 - Failure!

2015-03-24 Thread Balchandra Vaidya
Hi Uwe, I updated the bug and let me know if I missed any information. Thanks Balchandra On 3/24/2015 8:39 PM, Balchandra Vaidya wrote: Hi Uwe, I will update the bug with your findings. Thank you for reporting the issue. Thanks Balchandra On 3/24/2015 7:53 PM, Uwe Schindler wrote: Hi,

[jira] [Commented] (SOLR-7214) JSON Facet API

2015-03-24 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-7214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14378107#comment-14378107 ] Tomás Fernández Löbbe commented on SOLR-7214: - bq. let's simply have a layer

Re: CloudSolrClient.connect() fails if there's no /live_nodes node in ZK

2015-03-24 Thread Shai Erera
Thanks Shalin. Indeed, I looked at the Solr 5.0 source code and saw that there are some nodes created, so I thought it would make sense to create /live_nodes too. But I see that the client no longer creates any node, and also that ZkController offers a createClusterZkNodes() which will certainly

[jira] [Commented] (LUCENE-6198) two phase intersection

2015-03-24 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6198?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14378353#comment-14378353 ] Adrien Grand commented on LUCENE-6198: -- bq. Well then TwoPhaseIterator could take it

  1   2   >