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

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

Re: 5.0 bug in install_solr_service.sh prevents install on RHEL / CentOS

2015-01-17 Thread David Anderson
Thanks Erick - I created SOLR-6993 for this and attached a patch. It's pretty low risk, would be nice to fit this into the 5.0 release so the install script isn't totally busted for CentOS :-) On Sat, Jan 17, 2015 at 6:44 PM, Erick Erickson wrote: > David: > > It's _always_ OK to make a patch

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

2015-01-17 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-5.x-Java7/2502/ 4 tests failed. FAILED: org.apache.solr.cloud.HttpPartitionTest.testDistribSearch Error Message: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:13703/se_/e/c

[jira] [Updated] (SOLR-6993) install_solr_service.sh won't install on RHEL / CentOS

2015-01-17 Thread David Anderson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6993?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Anderson updated SOLR-6993: - Attachment: SOLR-6993.patch > install_solr_service.sh won't install on RHEL / CentOS >

[jira] [Created] (SOLR-6993) install_solr_service.sh won't install on RHEL / CentOS

2015-01-17 Thread David Anderson (JIRA)
David Anderson created SOLR-6993: Summary: install_solr_service.sh won't install on RHEL / CentOS Key: SOLR-6993 URL: https://issues.apache.org/jira/browse/SOLR-6993 Project: Solr Issue Type:

[jira] [Commented] (SOLR-6367) empty tlog on HDFS when hard crash - no docs to replay on recovery

2015-01-17 Thread Praneeth (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6367?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14281636#comment-14281636 ] Praneeth commented on SOLR-6367: [~markrmil...@gmail.com], you are right that this could be

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

2015-01-17 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-5.x-Java7/2501/ 4 tests failed. FAILED: org.apache.solr.cloud.HttpPartitionTest.testDistribSearch Error Message: org.apache.http.NoHttpResponseException: The target server failed to respond Stack Trace: org.apache.solr.client.solrj.SolrServ

[JENKINS] Lucene-Solr-trunk-MacOSX (64bit/jdk1.8.0) - Build # 1935 - Failure!

2015-01-17 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/1935/ Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseSerialGC 2 tests failed. FAILED: org.apache.solr.cloud.DistribDocExpirationUpdateProcessorTest.testDistribSearch Error Message: There are still nodes recoverying - waited for

[jira] [Commented] (SOLR-6902) Use JUnit rules instead of inheritance with distributed Solr tests to allow for multiple tests without the same class

2015-01-17 Thread Ramkumar Aiyengar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6902?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14281604#comment-14281604 ] Ramkumar Aiyengar commented on SOLR-6902: - I am not sure how to proceed with the ch

[JENKINS] Lucene-Solr-trunk-Linux (32bit/jdk1.9.0-ea-b44) - Build # 11630 - Failure!

2015-01-17 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/11630/ Java: 32bit/jdk1.9.0-ea-b44 -server -XX:+UseG1GC 1 tests failed. FAILED: org.apache.solr.handler.TestSolrConfigHandlerCloud.testDistribSearch Error Message: Could not get expected value CY val for path [params, c] full output

Re: 5.0 bug in install_solr_service.sh prevents install on RHEL / CentOS

2015-01-17 Thread Erick Erickson
David: It's _always_ OK to make a patch, create a JIRA and attach. You can't commit to the source tree though, one of the committers will have to pick it up. Discussing it on the user's (or dev) list ahead of time is fine too, whatever you find most convenient. Best Erick On Sat, Jan 17, 2015 a

[jira] [Comment Edited] (SOLR-6902) Use JUnit rules instead of inheritance with distributed Solr tests to allow for multiple tests without the same class

2015-01-17 Thread Ramkumar Aiyengar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6902?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14281591#comment-14281591 ] Ramkumar Aiyengar edited comment on SOLR-6902 at 1/17/15 11:37 PM: --

5.0 bug in install_solr_service.sh prevents install on RHEL / CentOS

2015-01-17 Thread David Anderson
There's a bug that will prevent install_solr_service.sh from working on RHEL / CentOS 6.5. It works on Ubuntu 14. Appears to be some obscure difference in bash expression evaluation behavior. line 87 and 89:SOLR_DIR=${SOLR_INSTALL_FILE:0:-4} blows up with this error: ./install_solr_service

[jira] [Commented] (SOLR-6902) Use JUnit rules instead of inheritance with distributed Solr tests to allow for multiple tests without the same class

2015-01-17 Thread Ramkumar Aiyengar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6902?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14281591#comment-14281591 ] Ramkumar Aiyengar commented on SOLR-6902: - Sorry, about that, I wasn't able to get

[JENKINS] Lucene-Solr-5.0-Linux (32bit/jdk1.7.0_72) - Build # 7 - Still Failing!

2015-01-17 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.0-Linux/7/ Java: 32bit/jdk1.7.0_72 -client -XX:+UseParallelGC 1 tests failed. FAILED: org.apache.solr.cloud.HttpPartitionTest.testDistribSearch Error Message: Captured an uncaught exception in thread: Thread[id=2827, name=OverseerStateUpdate-9

[jira] [Commented] (SOLR-6925) Back out changes having to do with SOLR-5287 (editing configs from admin UI)

2015-01-17 Thread Alexandre Rafalovitch (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6925?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14281586#comment-14281586 ] Alexandre Rafalovitch commented on SOLR-6925: - Ok, opened a new JIRA: SOLR-6992

[jira] [Created] (SOLR-6992) ShowFileRequestHandler is hiding dynamic schema file even in read-only mode

2015-01-17 Thread Alexandre Rafalovitch (JIRA)
Alexandre Rafalovitch created SOLR-6992: --- Summary: ShowFileRequestHandler is hiding dynamic schema file even in read-only mode Key: SOLR-6992 URL: https://issues.apache.org/jira/browse/SOLR-6992

[jira] [Commented] (SOLR-6925) Back out changes having to do with SOLR-5287 (editing configs from admin UI)

2015-01-17 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6925?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14281583#comment-14281583 ] Erick Erickson commented on SOLR-6925: -- Not really related as far as I know. But in an

[JENKINS] Lucene-Solr-5.x-Windows (64bit/jdk1.8.0_25) - Build # 4320 - Still Failing!

2015-01-17 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4320/ Java: 64bit/jdk1.8.0_25 -XX:+UseCompressedOops -XX:+UseParallelGC 2 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-6925) Back out changes having to do with SOLR-5287 (editing configs from admin UI)

2015-01-17 Thread Alexandre Rafalovitch (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6925?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14281582#comment-14281582 ] Alexandre Rafalovitch commented on SOLR-6925: - I think hiding managed schema fi

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

2015-01-17 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-5.x-Java7/2500/ 4 tests failed. FAILED: org.apache.solr.cloud.HttpPartitionTest.testDistribSearch Error Message: org.apache.http.NoHttpResponseException: The target server failed to respond Stack Trace: org.apache.solr.client.solrj.SolrServ

[jira] [Commented] (SOLR-5507) Admin UI - Refactoring using AngularJS

2015-01-17 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5507?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14281548#comment-14281548 ] Erick Erickson commented on SOLR-5507: -- OK, this compiles and shows new stuff. As Upay

[jira] [Updated] (SOLR-5507) Admin UI - Refactoring using AngularJS

2015-01-17 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5507?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erick Erickson updated SOLR-5507: - Attachment: SOLR5507.patch Removed bogus README.txt file and what I think are inadvertent entries i

[jira] [Resolved] (SOLR-6909) Allow pluggable atomic update merging logic

2015-01-17 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6909?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley resolved SOLR-6909. Resolution: Fixed Fix Version/s: (was: 5.0) 5.1 > Allow pluggable atomi

[jira] [Commented] (SOLR-6909) Allow pluggable atomic update merging logic

2015-01-17 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6909?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14281533#comment-14281533 ] Yonik Seeley commented on SOLR-6909: Thanks Steve, I've been meaning to extract that lo

[JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.8.0_25) - Build # 4423 - Still Failing!

2015-01-17 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/4423/ Java: 32bit/jdk1.8.0_25 -client -XX:+UseSerialGC 4 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-6909) Allow pluggable atomic update merging logic

2015-01-17 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6909?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14281530#comment-14281530 ] ASF subversion and git services commented on SOLR-6909: --- Commit 16526

[jira] [Commented] (SOLR-6902) Use JUnit rules instead of inheritance with distributed Solr tests to allow for multiple tests without the same class

2015-01-17 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6902?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14281526#comment-14281526 ] Erick Erickson commented on SOLR-6902: -- Still doesn't pass precommit though, now the e

[jira] [Comment Edited] (SOLR-6902) Use JUnit rules instead of inheritance with distributed Solr tests to allow for multiple tests without the same class

2015-01-17 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6902?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14281526#comment-14281526 ] Erick Erickson edited comment on SOLR-6902 at 1/17/15 8:26 PM: --

[jira] [Commented] (SOLR-6909) Allow pluggable atomic update merging logic

2015-01-17 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6909?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14281517#comment-14281517 ] ASF subversion and git services commented on SOLR-6909: --- Commit 16526

Re: Lucene/Solr 5.0 release branch created

2015-01-17 Thread Anshum Gupta
SOLR-6937 actually seemed fine as it fixes an issue that users would have with running 5.0 and that change seems to not impact things. I'm fine with that one. On Sat, Jan 17, 2015 at 9:53 AM, Noble Paul wrote: > OK I missed the SOLR-6937 part . I can revert that. > > On Sat, Jan 17, 2015 at 11:1

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

2015-01-17 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Linux/11468/ Java: 64bit/ibm-j9-jdk7 -Xjit:exclude={org/apache/lucene/util/fst/FST.pack(IIF)Lorg/apache/lucene/util/fst/FST;} 1 tests failed. FAILED: org.apache.solr.cloud.SaslZkACLProviderTest.testSaslZkACLProvider Error Message: Could not

Re: Lucene/Solr 5.0 release branch created

2015-01-17 Thread Alexandre Rafalovitch
Could we make sure to fix SOLR-6960, please! Otherwise, Solr is basically lying about its configuration OOTB. Regards, Alex. Sign up for my Solr resources newsletter at http://www.solr-start.com/ On 17 January 2015 at 13:36, Anshum Gupta wrote: > Thanks Noble. I'm just trying to minimiz

Re: Lucene/Solr 5.0 release branch created

2015-01-17 Thread Anshum Gupta
Thanks Noble. I'm just trying to minimize adding more variables to the release branch. On Sat, Jan 17, 2015 at 10:27 AM, Noble Paul wrote: > Both are reverted > > On Sat, Jan 17, 2015 at 11:23 PM, Noble Paul wrote: > >> OK I missed the SOLR-6937 part . I can revert that. >> >> On Sat, Jan 17, 2

[jira] [Commented] (SOLR-4792) stop shipping a war in 5.0

2015-01-17 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4792?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14281475#comment-14281475 ] Noble Paul commented on SOLR-4792: -- We can stop using HTTP only after we move to a no .war

Re: Lucene/Solr 5.0 release branch created

2015-01-17 Thread Noble Paul
Both are reverted On Sat, Jan 17, 2015 at 11:23 PM, Noble Paul wrote: > OK I missed the SOLR-6937 part . I can revert that. > > On Sat, Jan 17, 2015 at 11:19 PM, Noble Paul wrote: > >> Sorry for the trouble. >> >> I committed it because it was a DIH change and not really impacting any >> of Sol

[jira] [Updated] (SOLR-6937) In schemaless mode ,replace spaces and special characters with underscore

2015-01-17 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6937?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-6937: - Fix Version/s: (was: 5.0) > In schemaless mode ,replace spaces and special characters with underscore >

[jira] [Updated] (SOLR-5147) Support child documents in DIH

2015-01-17 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5147?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-5147: - Fix Version/s: (was: 5.0) > Support child documents in DIH > -- > >

[jira] [Commented] (SOLR-5147) Support child documents in DIH

2015-01-17 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14281472#comment-14281472 ] ASF subversion and git services commented on SOLR-5147: --- Commit 16526

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

2015-01-17 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/11628/ Java: 64bit/jdk1.8.0_40-ea-b20 -XX:-UseCompressedOops -XX:+UseSerialGC 3 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.cloud.ChaosMonkeySafeLeaderTest Error Message: Suite timeout exceeded (>= 720 msec).

[jira] [Commented] (SOLR-6937) In schemaless mode ,replace spaces and special characters with underscore

2015-01-17 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6937?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14281470#comment-14281470 ] ASF subversion and git services commented on SOLR-6937: --- Commit 16526

Re: Lucene/Solr 5.0 release branch created

2015-01-17 Thread Noble Paul
OK I missed the SOLR-6937 part . I can revert that. On Sat, Jan 17, 2015 at 11:19 PM, Noble Paul wrote: > Sorry for the trouble. > > I committed it because it was a DIH change and not really impacting any of > Solr. However , I can roll it back if required > > > On Sat, Jan 17, 2015 at 1:30 AM,

Re: Lucene/Solr 5.0 release branch created

2015-01-17 Thread Noble Paul
Sorry for the trouble. I committed it because it was a DIH change and not really impacting any of Solr. However , I can roll it back if required On Sat, Jan 17, 2015 at 1:30 AM, Anshum Gupta wrote: > I think we can have the changes reverted by Noble as he's the original > committer. > > Noble:

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

2015-01-17 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-5.x-Java7/2499/ 4 tests failed. FAILED: org.apache.solr.cloud.HttpPartitionTest.testDistribSearch Error Message: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:25746/c8n_1x2

[JENKINS] Lucene-Solr-5.x-MacOSX (64bit/jdk1.7.0) - Build # 1892 - Still Failing!

2015-01-17 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-MacOSX/1892/ Java: 64bit/jdk1.7.0 -XX:-UseCompressedOops -XX:+UseSerialGC 1 tests failed. FAILED: org.apache.solr.handler.dataimport.TestHierarchicalDocBuilder.testRandomDepthHierarchy Error Message: Java heap space Stack Trace: java.lang.O

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

2015-01-17 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-5.x/737/ 5 tests failed. REGRESSION: org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testDistribSearch Error Message: Error from server at http://127.0.0.1:11245/ywx/h: Expected mime type application/octet-stream but got text/

[jira] [Commented] (SOLR-5147) Support child documents in DIH

2015-01-17 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14281415#comment-14281415 ] ASF subversion and git services commented on SOLR-5147: --- Commit 16526

[JENKINS] Lucene-Solr-5.x-Linux (32bit/jdk1.8.0_40-ea-b20) - Build # 11467 - Still Failing!

2015-01-17 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Linux/11467/ Java: 32bit/jdk1.8.0_40-ea-b20 -server -XX:+UseParallelGC 1 tests failed. FAILED: org.apache.solr.handler.dataimport.TestHierarchicalDocBuilder.testRandomDepthHierarchy Error Message: GC overhead limit exceeded Stack Trace: jav

[jira] [Commented] (SOLR-6275) Improve accuracy of QTime reporting

2015-01-17 Thread Ramkumar Aiyengar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6275?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14281409#comment-14281409 ] Ramkumar Aiyengar commented on SOLR-6275: - Brought this up to date again, could thi

[jira] [Commented] (SOLR-6500) Refactor FileFetcher in SnapPuller, add debug logging

2015-01-17 Thread Ramkumar Aiyengar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6500?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14281408#comment-14281408 ] Ramkumar Aiyengar commented on SOLR-6500: - Hey [~markrmil...@gmail.com], just broug

[jira] [Commented] (SOLR-5147) Support child documents in DIH

2015-01-17 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14281398#comment-14281398 ] ASF subversion and git services commented on SOLR-5147: --- Commit 16526

[jira] [Commented] (SOLR-5147) Support child documents in DIH

2015-01-17 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14281387#comment-14281387 ] ASF subversion and git services commented on SOLR-5147: --- Commit 16526

[JENKINS] Lucene-Solr-trunk-Linux (32bit/jdk1.8.0_25) - Build # 11627 - Still Failing!

2015-01-17 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/11627/ Java: 32bit/jdk1.8.0_25 -client -XX:+UseParallelGC 1 tests failed. FAILED: org.apache.solr.handler.dataimport.TestHierarchicalDocBuilder.testRandomDepthHierarchy Error Message: GC overhead limit exceeded Stack Trace: java.lan

[jira] [Commented] (SOLR-5147) Support child documents in DIH

2015-01-17 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14281356#comment-14281356 ] Noble Paul commented on SOLR-5147: -- Thanks for the patch and sorry for the omission > Sup

Re: [JENKINS] Lucene-Solr-SmokeRelease-5.x - Build # 230 - Still Failing

2015-01-17 Thread Erik Hatcher
Another my bad looks like. I'll aim to fix this weekend. Erik > On Jan 16, 2015, at 20:53, Apache Jenkins Server > wrote: > > Build: https://builds.apache.org/job/Lucene-Solr-SmokeRelease-5.x/230/ > > No tests ran. > > Build Log: > [...truncated 51849 lines...] > prepare-release-no-sig

[jira] [Updated] (SOLR-5147) Support child documents in DIH

2015-01-17 Thread Vadim Kirilchuk (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5147?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vadim Kirilchuk updated SOLR-5147: -- Attachment: dih-oome-fix.patch I attaching the patch which uses randomInt instead of atLeast whic

[JENKINS] Lucene-Solr-5.x-Linux (64bit/jdk1.9.0-ea-b44) - Build # 11466 - Still Failing!

2015-01-17 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Linux/11466/ Java: 64bit/jdk1.9.0-ea-b44 -XX:-UseCompressedOops -XX:+UseParallelGC 1 tests failed. FAILED: org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testDistribSearch Error Message: some core start times did not change on reload

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

2015-01-17 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-5.x-Java7/2498/ 4 tests failed. FAILED: org.apache.solr.cloud.HttpPartitionTest.testDistribSearch Error Message: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:38477/c8n_1x2

[jira] [Commented] (SOLR-5147) Support child documents in DIH

2015-01-17 Thread Vadim Kirilchuk (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14281333#comment-14281333 ] Vadim Kirilchuk commented on SOLR-5147: --- Reproduced for: -Dtests.seed=5AF0AAE9289B3D2

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

2015-01-17 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/11626/ Java: 64bit/jdk1.8.0_25 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC 1 tests failed. FAILED: org.apache.solr.handler.dataimport.TestHierarchicalDocBuilder.testRandomDepthHierarchy Error Message: Java heap space Stack Trace:

[JENKINS] Lucene-Solr-5.x-Linux (32bit/jdk1.8.0_25) - Build # 11465 - Still Failing!

2015-01-17 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Linux/11465/ Java: 32bit/jdk1.8.0_25 -server -XX:+UseSerialGC 1 tests failed. FAILED: org.apache.solr.handler.dataimport.TestHierarchicalDocBuilder.testRandomDepthHierarchy Error Message: Java heap space Stack Trace: java.lang.OutOfMemoryEr

[JENKINS] Lucene-Solr-5.x-Windows (32bit/jdk1.7.0_72) - Build # 4319 - Still Failing!

2015-01-17 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4319/ Java: 32bit/jdk1.7.0_72 -client -XX:+UseSerialGC 1 tests failed. FAILED: org.apache.solr.cloud.ReplicationFactorTest.testDistribSearch Error Message: org.apache.solr.client.solrj.SolrServerException: IOException occured when ta

[jira] [Updated] (LUCENE-5647) fix current term vectors bulk merge

2015-01-17 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5647?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-5647: Summary: fix current term vectors bulk merge (was: disable current term vectors bulk merge) > fix

[jira] [Updated] (LUCENE-5647) disable current term vectors bulk merge

2015-01-17 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5647?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-5647: Attachment: LUCENE-5647.patch initial patch. if you look at the current logic, it tries to optimiz

[jira] [Updated] (LUCENE-6161) Applying deletes is sometimes dog slow

2015-01-17 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6161?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-6161: --- Attachment: LUCENE-6161.patch New dirty-but-working patch, this one finally showing s

[jira] [Commented] (LUCENE-2562) Make Luke a Lucene/Solr Module

2015-01-17 Thread Tomoko Uchida (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14281269#comment-14281269 ] Tomoko Uchida commented on LUCENE-2562: --- Hi, is this issue still active? I've atta

[jira] [Updated] (LUCENE-2562) Make Luke a Lucene/Solr Module

2015-01-17 Thread Tomoko Uchida (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2562?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tomoko Uchida updated LUCENE-2562: -- Attachment: LUCENE-2562-ivy.patch > Make Luke a Lucene/Solr Module > --

[JENKINS] Lucene-Solr-trunk-Linux (32bit/jdk1.8.0_40-ea-b20) - Build # 11625 - Still Failing!

2015-01-17 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/11625/ Java: 32bit/jdk1.8.0_40-ea-b20 -client -XX:+UseConcMarkSweepGC 1 tests failed. FAILED: org.apache.solr.handler.dataimport.TestHierarchicalDocBuilder.testRandomDepthHierarchy Error Message: Java heap space Stack Trace: java.la

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

2015-01-17 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-5.x-Java7/2497/ 5 tests failed. REGRESSION: org.apache.solr.update.SoftAutoCommitTest.testSoftAndHardCommitMaxTimeRapidAdds Error Message: 1: soft wasn't fast enough Stack Trace: java.lang.AssertionError: 1: soft wasn't fast enough

[JENKINS] Lucene-Solr-5.x-Linux (32bit/jdk1.9.0-ea-b44) - Build # 11464 - Still Failing!

2015-01-17 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Linux/11464/ Java: 32bit/jdk1.9.0-ea-b44 -server -XX:+UseSerialGC 1 tests failed. FAILED: org.apache.solr.handler.dataimport.TestHierarchicalDocBuilder.testRandomDepthHierarchy Error Message: Java heap space Stack Trace: java.lang.OutOfMemo

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

2015-01-17 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/4422/ Java: 64bit/jdk1.8.0_25 -XX:+UseCompressedOops -XX:+UseParallelGC 2 tests failed. FAILED: org.apache.solr.cloud.ChaosMonkeySafeLeaderTest.testDistribSearch Error Message: Test abandoned because suite timeout was reached. Stac