RE: Early Access b93 is available for JDK 9 on java.net

2015-11-27 Thread Uwe Schindler
Hi, Unfortunately, build 93 is a desaster. The first run failed many tests on Lucene Core already: Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/15055/ Java: 64bit/jdk1.9.0-ea-b93 -XX:-UseCompressedOops -XX:+UseG1GC 38 tests failed. I will give it a second try later, but I

[jira] [Updated] (SOLR-8330) Restrict logger visibility throughout the codebase to private so that only the file that declares it can use it

2015-11-27 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8330?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated SOLR-8330: Attachment: SOLR-8330-detector.patch Hi, I wrote a pattern detector, basically it does the

[jira] [Comment Edited] (SOLR-8330) Restrict logger visibility throughout the codebase to private so that only the file that declares it can use it

2015-11-27 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15030152#comment-15030152 ] Uwe Schindler edited comment on SOLR-8330 at 11/27/15 6:59 PM: --- Hi, I wrote a

[jira] [Updated] (SOLR-8330) Restrict logger visibility throughout the codebase to private so that only the file that declares it can use it

2015-11-27 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8330?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated SOLR-8330: Attachment: SOLR-8330-detector.patch Small improvements in pattern, only scan *.java files. The

[jira] [Commented] (SOLR-8330) Restrict logger visibility throughout the codebase to private so that only the file that declares it can use it

2015-11-27 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15030157#comment-15030157 ] Erick Erickson commented on SOLR-8330: -- Just alerting you to this if you run into it. > Restrict

[jira] [Commented] (SOLR-8348) Decide whether to backport Cross Data Center Replication if we release Solr 5.5

2015-11-27 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15030125#comment-15030125 ] Erick Erickson commented on SOLR-8348: -- Add more JIRAs related to CDCR. > Decide whether to backport

[jira] [Created] (SOLR-8348) Decide whether to backport Cross Data Center Replication if we release Solr 5.5

2015-11-27 Thread Erick Erickson (JIRA)
Erick Erickson created SOLR-8348: Summary: Decide whether to backport Cross Data Center Replication if we release Solr 5.5 Key: SOLR-8348 URL: https://issues.apache.org/jira/browse/SOLR-8348 Project:

[jira] [Comment Edited] (SOLR-8330) Restrict logger visibility throughout the codebase to private so that only the file that declares it can use it

2015-11-27 Thread Jason Gerlowski (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15030197#comment-15030197 ] Jason Gerlowski edited comment on SOLR-8330 at 11/27/15 7:46 PM: - I think

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

2015-11-27 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/2897/ Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC 1 tests failed. FAILED: org.apache.lucene.search.TestDimensionalRangeQuery.testRandomBinaryMedium Error Message: maxMBSortInHeap=2.584116930802515 only

[JENKINS-EA] Lucene-Solr-trunk-Linux (64bit/jdk1.9.0-ea-b93) - Build # 15055 - Failure!

2015-11-27 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/15055/ Java: 64bit/jdk1.9.0-ea-b93 -XX:-UseCompressedOops -XX:+UseG1GC 38 tests failed. FAILED: org.apache.lucene.index.TestDeletionPolicy.testKeepLastNDeletionPolicyWithCreates Error Message: expected:<16> but was:<11> Stack

[jira] [Commented] (SOLR-8330) Restrict logger visibility throughout the codebase to private so that only the file that declares it can use it

2015-11-27 Thread Anshum Gupta (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15030055#comment-15030055 ] Anshum Gupta commented on SOLR-8330: If you mean the svn merge, hopefully it'll take care of it. :) >

[jira] [Updated] (SOLR-8330) Restrict logger visibility throughout the codebase to private so that only the file that declares it can use it

2015-11-27 Thread Anshum Gupta (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8330?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anshum Gupta updated SOLR-8330: --- Attachment: SOLR-8330.patch Updated patch, Running tests on this one. > Restrict logger visibility

[jira] [Commented] (SOLR-8330) Restrict logger visibility throughout the codebase to private so that only the file that declares it can use it

2015-11-27 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15030101#comment-15030101 ] Uwe Schindler commented on SOLR-8330: - Hi, I had an idea a minute ago how to prevent incorrectly

Re: Early Access b93 is available for JDK 9 on java.net

2015-11-27 Thread Dawid Weiss
It's even more frightening that these are runtime value differences, not hotspot crashes or runtime errors... Dawid On Fri, Nov 27, 2015 at 6:57 PM, Uwe Schindler wrote: > Hi, > > Unfortunately, build 93 is a desaster. The first run failed many tests on > Lucene Core already:

[jira] [Commented] (SOLR-8330) Restrict logger visibility throughout the codebase to private so that only the file that declares it can use it

2015-11-27 Thread Anshum Gupta (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15030074#comment-15030074 ] Anshum Gupta commented on SOLR-8330: OpenCloseCoreStressTest is another file with multiple classes.

[jira] [Commented] (SOLR-8330) Restrict logger visibility throughout the codebase to private so that only the file that declares it can use it

2015-11-27 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15030088#comment-15030088 ] Uwe Schindler commented on SOLR-8330: - +1 LGTM > Restrict logger visibility throughout the codebase to

[jira] [Commented] (SOLR-8330) Restrict logger visibility throughout the codebase to private so that only the file that declares it can use it

2015-11-27 Thread Jason Gerlowski (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15030093#comment-15030093 ] Jason Gerlowski commented on SOLR-8330: --- Looks good to me; thanks Anshum. > Restrict logger

[jira] [Closed] (SOLR-6273) Cross Data Center Replication

2015-11-27 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6273?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erick Erickson closed SOLR-6273. Resolution: Fixed Fix Version/s: Trunk Closing this (finally!). SOLR-8263 needs to be fixed

[jira] [Commented] (SOLR-8330) Restrict logger visibility throughout the codebase to private so that only the file that declares it can use it

2015-11-27 Thread Jason Gerlowski (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15030197#comment-15030197 ] Jason Gerlowski commented on SOLR-8330: --- I think having a source-patterns check is a good idea in

[jira] [Commented] (SOLR-8330) Restrict logger visibility throughout the codebase to private so that only the file that declares it can use it

2015-11-27 Thread Anshum Gupta (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15030073#comment-15030073 ] Anshum Gupta commented on SOLR-8330: I couldn't think of an easy way to split it out other than not

[jira] [Commented] (SOLR-8263) Tlog replication could interfere with the replay of buffered updates

2015-11-27 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8263?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15030090#comment-15030090 ] Erick Erickson commented on SOLR-8263: -- This patch must be applied after SOLR-6273, especially if

[jira] [Updated] (SOLR-6273) Cross Data Center Replication

2015-11-27 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6273?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erick Erickson updated SOLR-6273: - Attachment: SOLR-6273-5x-rollup.patch This patch rolls up all of the changes from trunk for

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

2015-11-27 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Solaris/216/ Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseParallelGC 4 tests failed. FAILED: org.apache.solr.core.TestArbitraryIndexDir.testLoadNewIndexDir Error Message: Exception during query Stack Trace:

Early Access b93 is available for JDK 9 on java.net

2015-11-27 Thread Rory O'Donnell
Hi Uwe & Dawid, Since my last message about JDK 9 build b88, a number of new JEPs have been integrated into JDK 9 b93 available here . I'd like to point you to a few that are now available for testing in this JDK 9 Early Access build: JEP 254: Compact

[jira] [Created] (SOLR-8347) Asynchronous searcher for custom component

2015-11-27 Thread Bogdan Marinescu (JIRA)
Bogdan Marinescu created SOLR-8347: -- Summary: Asynchronous searcher for custom component Key: SOLR-8347 URL: https://issues.apache.org/jira/browse/SOLR-8347 Project: Solr Issue Type: Bug

[JENKINS] Lucene-Solr-NightlyTests-5.4 - Build # 2 - Still Failing

2015-11-27 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-5.4/2/ 1 tests failed. FAILED: org.apache.solr.cloud.CollectionsAPIDistributedZkTest.test Error Message: Captured an uncaught exception in thread: Thread[id=20789, name=collection4, state=RUNNABLE,

[jira] [Updated] (SOLR-8347) Asynchronous searcher for custom component

2015-11-27 Thread Bogdan Marinescu (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bogdan Marinescu updated SOLR-8347: --- Description: I'm trying to write a custom component for fuzzy searches. After solr calls my

Re: Early Access b93 is available for JDK 9 on java.net

2015-11-27 Thread dalibor topic
On 27.11.2015 14:38, Uwe Schindler wrote: Hi Rory, I will install this new build later! I hope nothing breaks with compact strings! Thanks, Uwe! Do you have an idea, when the Jigsaw builds are merged into the official JDK 9 builds (because the feature freeze and final release of JDK 9

RE: Early Access b93 is available for JDK 9 on java.net

2015-11-27 Thread Uwe Schindler
Hi Rory, I will install this new build later! I hope nothing breaks with compact strings! Do you have an idea, when the Jigsaw builds are merged into the official JDK 9 builds (because the feature freeze and final release of JDK 9 comes…)? Uwe - Uwe Schindler H.-H.-Meier-Allee

[jira] [Commented] (SOLR-8330) Restrict logger visibility throughout the codebase to private so that only the file that declares it can use it

2015-11-27 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15030323#comment-15030323 ] Mark Miller commented on SOLR-8330: --- +1 to Uwe's validator and making the changes for it to pass.

[jira] [Commented] (SOLR-8330) Restrict logger visibility throughout the codebase to private so that only the file that declares it can use it

2015-11-27 Thread Anshum Gupta (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15030215#comment-15030215 ] Anshum Gupta commented on SOLR-8330: [~gerlowskija] About loggers in interfaces, with Java8, you could

[JENKINS-EA] Lucene-Solr-5.x-Linux (64bit/jdk1.9.0-ea-b93) - Build # 14765 - Failure!

2015-11-27 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Linux/14765/ Java: 64bit/jdk1.9.0-ea-b93 -XX:+UseCompressedOops -XX:+UseSerialGC 29 tests failed. FAILED: org.apache.lucene.codecs.asserting.TestAssertingDocValuesFormat.testOneFloat Error Message: expected:<1> but was:<0> Stack Trace:

[jira] [Commented] (SOLR-8330) Restrict logger visibility throughout the codebase to private so that only the file that declares it can use it

2015-11-27 Thread Anshum Gupta (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15030351#comment-15030351 ] Anshum Gupta commented on SOLR-8330: +1 to Uwe's validator and making those changes but here's my

[JENKINS-EA] Lucene-Solr-trunk-Linux (64bit/jdk1.9.0-ea-b93) - Build # 15058 - Still Failing!

2015-11-27 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/15058/ Java: 64bit/jdk1.9.0-ea-b93 -XX:-UseCompressedOops -XX:+UseG1GC 26 tests failed. FAILED: org.apache.lucene.index.TestManyFields.testManyFields Error Message: expected:<1> but was:<0> Stack Trace: java.lang.AssertionError:

[jira] [Commented] (SOLR-5129) If zookeeper is down, SolrCloud nodes will not start correctly, even if zookeeper is started later

2015-11-27 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5129?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15030326#comment-15030326 ] Mark Miller commented on SOLR-5129: --- Im not saying it shouldnt be improved. Just that it's currently by

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

2015-11-27 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Solaris/215/ Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseSerialGC 1 tests failed. FAILED: org.apache.solr.update.AutoCommitTest.testMaxTime Error Message: Exception during query Stack Trace: java.lang.RuntimeException: Exception

[jira] [Commented] (SOLR-8230) Create Facet Telemetry for Nested Facet Query

2015-11-27 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15030223#comment-15030223 ] Yonik Seeley commented on SOLR-8230: I like the getFacetDescription() in FacetRequest, it's nice and

[JENKINS-EA] Lucene-Solr-trunk-Linux (64bit/jdk1.9.0-ea-b93) - Build # 15057 - Still Failing!

2015-11-27 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/15057/ Java: 64bit/jdk1.9.0-ea-b93 -XX:-UseCompressedOops -XX:+UseG1GC 6 tests failed. FAILED: org.apache.lucene.analysis.TestMockAnalyzer.testThreeChars Error Message: term 0 expected: but was: Stack Trace:

[JENKINS] Lucene-Solr-5.4-Linux (64bit/jdk1.7.0_80) - Build # 266 - Still Failing!

2015-11-27 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.4-Linux/266/ Java: 64bit/jdk1.7.0_80 -XX:+UseCompressedOops -XX:+UseSerialGC 1 tests failed. FAILED: org.apache.solr.cloud.HttpPartitionTest.test Error Message: Doc with id=2 not found in http://127.0.0.1:43552/c8n_1x2_leader_session_loss due

[jira] [Commented] (SOLR-8340) HighlightComponent throws a NullPointerException when the attribute of ResponseBuilder which named 'onePassDistributedQuery' is 'true' and 'rows' is greater than zero

2015-11-27 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15030206#comment-15030206 ] ASF subversion and git services commented on SOLR-8340: --- Commit 1716911 from

[jira] [Commented] (SOLR-8330) Restrict logger visibility throughout the codebase to private so that only the file that declares it can use it

2015-11-27 Thread Anshum Gupta (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15030208#comment-15030208 ] Anshum Gupta commented on SOLR-8330: Thanks Uwe! The only thing that's stopping me is, I have a _trans

[jira] [Commented] (SOLR-8330) Restrict logger visibility throughout the codebase to private so that only the file that declares it can use it

2015-11-27 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15030236#comment-15030236 ] Uwe Schindler commented on SOLR-8330: - Hi for the other changes: All fixes are quite easy: 1) maybe we

[jira] [Resolved] (SOLR-8340) HighlightComponent throws a NullPointerException when the attribute of ResponseBuilder which named 'onePassDistributedQuery' is 'true' and 'rows' is greater than zero

2015-11-27 Thread Christine Poerschke (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8340?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christine Poerschke resolved SOLR-8340. --- Resolution: Fixed Fix Version/s: 5.5 Trunk Thanks

[JENKINS-EA] Lucene-Solr-5.4-Linux (64bit/jdk1.9.0-ea-b93) - Build # 263 - Failure!

2015-11-27 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.4-Linux/263/ Java: 64bit/jdk1.9.0-ea-b93 -XX:-UseCompressedOops -XX:+UseParallelGC 5 tests failed. FAILED: org.apache.lucene.codecs.lucene50.TestBlockPostingsFormat3.test Error Message: expected:<2178> but was:<2176> Stack Trace:

RE: Early Access b93 is available for JDK 9 on java.net

2015-11-27 Thread Uwe Schindler
Hi, I reverted to build 90. Every run fails with similar errors. Maybe it is indeed the compact strings. I can try tomorrow to disable those. Uwe - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de > -Original Message- > From: Dawid

[JENKINS] Lucene-Solr-5.4-Linux (32bit/jdk1.8.0_66) - Build # 265 - Still Failing!

2015-11-27 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.4-Linux/265/ Java: 32bit/jdk1.8.0_66 -client -XX:+UseParallelGC 1 tests failed. FAILED: org.apache.solr.cloud.TestMiniSolrCloudCluster.testStopAllStartAll Error Message: Address already in use Stack Trace: java.net.BindException: Address

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

2015-11-27 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Linux/14767/ Java: 64bit/jdk1.7.0_80 -XX:-UseCompressedOops -XX:+UseG1GC 1 tests failed. FAILED: org.apache.solr.cloud.BasicDistributedZkTest.test Error Message: commitWithin did not work on node: http://127.0.0.1:60044/collection1

[jira] [Commented] (SOLR-8330) Restrict logger visibility throughout the codebase to private so that only the file that declares it can use it

2015-11-27 Thread Jason Gerlowski (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15030233#comment-15030233 ] Jason Gerlowski commented on SOLR-8330: --- Makes sense, glad I didn't delete them then. That makes it a

[JENKINS] Lucene-Solr-NightlyTests-trunk - Build # 865 - Still Failing

2015-11-27 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-trunk/865/ All tests passed Build Log: [...truncated 10505 lines...] [junit4] JVM J0: stdout was not empty, see:

[jira] [Comment Edited] (SOLR-8330) Restrict logger visibility throughout the codebase to private so that only the file that declares it can use it

2015-11-27 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15030236#comment-15030236 ] Uwe Schindler edited comment on SOLR-8330 at 11/27/15 9:05 PM: --- Hi for the

[JENKINS] Lucene-Solr-5.4-Linux (64bit/jdk1.7.0_80) - Build # 264 - Still Failing!

2015-11-27 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.4-Linux/264/ Java: 64bit/jdk1.7.0_80 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC 1 tests failed. FAILED: org.apache.solr.cloud.DeleteInactiveReplicaTest.deleteInactiveReplicaTest Error Message: Server refused connection at:

[JENKINS-EA] Lucene-Solr-trunk-Linux (64bit/jdk1.9.0-ea-b90) - Build # 15059 - Still Failing!

2015-11-27 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/15059/ Java: 64bit/jdk1.9.0-ea-b90 -XX:-UseCompressedOops -XX:+UseG1GC 1 tests failed. FAILED: org.apache.solr.update.AutoCommitTest.testMaxDocs Error Message: Exception during query Stack Trace: java.lang.RuntimeException:

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

2015-11-27 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Solaris/218/ Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseG1GC 1 tests failed. FAILED: org.apache.solr.security.PKIAuthenticationIntegrationTest.testPkiAuth Error Message: KeeperErrorCode = Session expired for /clusterstate.json

[jira] [Commented] (LUCENE-6744) equals methods should compare classes directly, not use instanceof

2015-11-27 Thread Sachin Rajendra (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6744?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15030393#comment-15030393 ] Sachin Rajendra commented on LUCENE-6744: - [~erickerickson] A gentle reminder to kindly take a

[jira] [Commented] (SOLR-8340) HighlightComponent throws a NullPointerException when the attribute of ResponseBuilder which named 'onePassDistributedQuery' is 'true' and 'rows' is greater than zero

2015-11-27 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15030397#comment-15030397 ] David Smiley commented on SOLR-8340: Christine, can you please merge to 5.4 before it's released? This

RE: Early Access b93 is available for JDK 9 on java.net

2015-11-27 Thread Uwe Schindler
Hi, dalibor topic [mailto:dalibor.to...@oracle.com] wrote: > On 27.11.2015 14:38, Uwe Schindler wrote: > > Hi Rory, > > > > I will install this new build later! I hope nothing breaks with compact > > strings! > > Thanks, Uwe! It is now installed. Just one question: Do I need to explicitly

Re: Early Access b93 is available for JDK 9 on java.net

2015-11-27 Thread dalibor topic
On by default. On 27.11.2015 15:53, Uwe Schindler wrote: Hi, dalibor topic [mailto:dalibor.to...@oracle.com] wrote: On 27.11.2015 14:38, Uwe Schindler wrote: Hi Rory, I will install this new build later! I hope nothing breaks with compact strings! Thanks, Uwe! It is now installed. Just

[JENKINS-EA] Lucene-Solr-trunk-Linux (64bit/jdk1.9.0-ea-b93) - Build # 15056 - Still Failing!

2015-11-27 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/15056/ Java: 64bit/jdk1.9.0-ea-b93 -XX:-UseCompressedOops -XX:+UseG1GC 26 tests failed. FAILED: org.apache.lucene.TestDemo.testDemo Error Message: expected:<1> but was:<0> Stack Trace: java.lang.AssertionError: expected:<1> but

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

2015-11-27 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/2896/ Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC 1 tests failed. FAILED: org.apache.solr.handler.TestSolrConfigHandlerCloud.test Error Message: Could not find a healthy node to handle the request. Stack

[jira] [Commented] (SOLR-5129) If zookeeper is down, SolrCloud nodes will not start correctly, even if zookeeper is started later

2015-11-27 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-5129?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15029628#comment-15029628 ] Jan Høydahl commented on SOLR-5129: --- Do we support the usecase where people install ZK on the same

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

2015-11-27 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-5.x/1029/ 1 tests failed. FAILED: org.apache.solr.cloud.hdfs.HdfsBasicDistributedZkTest.test Error Message: commitWithin did not work on node: http://127.0.0.1:41067/jv_rk/collection1 expected:<68> but was:<67> Stack Trace:

[jira] [Updated] (LUCENE-6837) Add N-best output capability to JapaneseTokenizer

2015-11-27 Thread Christian Moen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6837?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christian Moen updated LUCENE-6837: --- Attachment: LUCENE-6837.patch > Add N-best output capability to JapaneseTokenizer >

[jira] [Commented] (LUCENE-6837) Add N-best output capability to JapaneseTokenizer

2015-11-27 Thread Christian Moen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6837?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15029762#comment-15029762 ] Christian Moen commented on LUCENE-6837: Thanks a lot, Konno-san. Things look good. My