[JENKINS-EA] Lucene-Solr-master-Linux (64bit/jdk-9-ea+159) - Build # 19156 - Unstable!

2017-03-12 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/19156/ Java: 64bit/jdk-9-ea+159 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC 1 tests failed. FAILED: org.apache.solr.cloud.ShardSplitTest.testSplitAfterFailedSplit Error Message: expected:<1> but was:<2> Stack Trace:

[jira] [Commented] (LUCENE-7740) Refactor Range Fields and graduate from sandbox

2017-03-12 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7740?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15906819#comment-15906819 ] David Smiley commented on LUCENE-7740: -- +1. > Refactor Range Fields and graduate from sandbox >

[JENKINS] Lucene-Solr-master-Solaris (64bit/jdk1.8.0) - Build # 1190 - Still Unstable!

2017-03-12 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Solaris/1190/ Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseParallelGC 1 tests failed. FAILED: org.apache.solr.cloud.RecoveryZkTest.test Error Message: Stack Trace: java.util.concurrent.TimeoutException at

[JENKINS] Lucene-Solr-Tests-6.x - Build # 787 - Unstable

2017-03-12 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-6.x/787/ 1 tests failed. FAILED: org.apache.solr.cloud.MissingSegmentRecoveryTest.testLeaderRecovery Error Message: Expected a collection with one shard and two replicas null Last available state:

[jira] [Updated] (LUCENE-7743) Findbugs: avoid new String(String)

2017-03-12 Thread Daniel Jelinski (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7743?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Jelinski updated LUCENE-7743: Attachment: LUCENE-7743.patch The patch addresses the obvious cases, i.e. all cases in

[jira] [Created] (LUCENE-7743) Findbugs: avoid new String(String)

2017-03-12 Thread Daniel Jelinski (JIRA)
Daniel Jelinski created LUCENE-7743: --- Summary: Findbugs: avoid new String(String) Key: LUCENE-7743 URL: https://issues.apache.org/jira/browse/LUCENE-7743 Project: Lucene - Core Issue Type:

Re: ByteBuffer performance issue in Java 9?

2017-03-12 Thread Michael McCandless
Hi Uwe, I ran the standard luceneutil Wikipedia benchmark (same as what's run nightly at https://home.apache.org/~mikemccand/lucenebench). I compared Java 1.8.0_121 (base, below) and Java 9 ea 160 (comp), indexing and searching all Wikipedia English content, using MMapDirectory, and net/net

[jira] [Updated] (LUCENE-7742) FindBugs: unboxing followed by re-boxing

2017-03-12 Thread Daniel Jelinski (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7742?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Jelinski updated LUCENE-7742: Attachment: LUCENE-7742.patch Some of the ternary operator use cases don't look as good

[jira] [Created] (LUCENE-7742) FindBugs: unboxing followed by re-boxing

2017-03-12 Thread Daniel Jelinski (JIRA)
Daniel Jelinski created LUCENE-7742: --- Summary: FindBugs: unboxing followed by re-boxing Key: LUCENE-7742 URL: https://issues.apache.org/jira/browse/LUCENE-7742 Project: Lucene - Core

[JENKINS-EA] Lucene-Solr-master-Linux (64bit/jdk-9-ea+159) - Build # 19154 - Unstable!

2017-03-12 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/19154/ Java: 64bit/jdk-9-ea+159 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC 3 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.cloud.SolrCloudExampleTest Error Message: ObjectTracker found 6 object(s) that were

Re: Dealing with issues reported by Findbugs

2017-03-12 Thread Daniel Jeliński
Hi Shawn, For what it's worth, I'm using Idea FindBugs plugin. There is some overlap between Idea warnings and Findbugs, but there's also a number of warnings unique to each of them. I'm starting with performance warnings, because the benefit of fixing them is usually non-controversial. I don't

Re: Release 6.5

2017-03-12 Thread Michael McCandless
+1 Mike McCandless http://blog.mikemccandless.com On Sat, Mar 11, 2017 at 12:43 PM, jim ferenczi wrote: > Hi, > We have a lot of great improvements coming in 6.5 so I'd like to volunteer > for a new release. I can cut the branch around march 17th in order to let > some

Re: Dealing with issues reported by Findbugs

2017-03-12 Thread Daniel Jeliński
Hi Adrien, Thanks for your reply. I renamed the JIRA issue to address a specific FindBugs problem, will raise more issues for other problems. Regards, Daniel 2017-03-12 18:31 GMT+01:00 Adrien Grand : > Hi Daniel, > > Thanks for helping! I'm currently away so I can't test your

[jira] [Updated] (LUCENE-7739) FindBugs: boxing/unboxing to parse a primitive

2017-03-12 Thread Daniel Jelinski (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7739?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Jelinski updated LUCENE-7739: Summary: FindBugs: boxing/unboxing to parse a primitive (was: Issues reported by

Re: Dealing with issues reported by Findbugs

2017-03-12 Thread Shawn Heisey
On 3/11/2017 4:48 PM, Daniel Jeliński wrote: > I started fixing code issues reported by Findbugs; right now it is > reporting 4000+ issues in lucene/solr repository. I could use some > guidance: > 1) Will one JIRA issue be sufficient to cover all Findbugs-related > items, or should I raise

RE: [JENKINS] Lucene-Solr-SmokeRelease-master - Build # 724 - Still Failing

2017-03-12 Thread Uwe Schindler
It looks like the URL change committed earlier this weekend did not make it into the smoke tester! Uwe - Uwe Schindler Achterdiek 19, D-28357 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de > -Original Message- > From: Apache Jenkins Server [mailto:jenk...@builds.apache.org]

[JENKINS] Lucene-Solr-SmokeRelease-master - Build # 724 - Still Failing

2017-03-12 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-SmokeRelease-master/724/ No tests ran. Build Log: [...truncated 39749 lines...] prepare-release-no-sign: [mkdir] Created dir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-master/lucene/build/smokeTestRelease/dist [copy]

[jira] [Updated] (LUCENE-7740) Refactor Range Fields and graduate from sandbox

2017-03-12 Thread Nicholas Knize (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7740?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nicholas Knize updated LUCENE-7740: --- Attachment: LUCENE-7740.patch The attached patch achieves the following: 1. Removes

Re: Release 6.5

2017-03-12 Thread Ishan Chattopadhyaya
+1 On Sun, Mar 12, 2017 at 10:37 PM, Adrien Grand wrote: > +1 to the plan > > Le dim. 12 mars 2017 à 06:13, Nicholas Knize a écrit : > >> +1 >> >> On Sat, Mar 11, 2017 at 7:28 PM Joel Bernstein >> wrote: >> >> +1 >> >> Joel Bernstein >>

Re: Dealing with issues reported by Findbugs

2017-03-12 Thread Adrien Grand
Hi Daniel, Thanks for helping! I'm currently away so I can't test your LUCENE-7739 patch but at first sight it looks good. I think patches that cover the entire codebase are ok however we tend to have a 1-1 mapping between issues and patches so I think you should open new issues if you want to

Re: Release 6.5

2017-03-12 Thread Adrien Grand
+1 to the plan Le dim. 12 mars 2017 à 06:13, Nicholas Knize a écrit : > +1 > > On Sat, Mar 11, 2017 at 7:28 PM Joel Bernstein wrote: > > +1 > > Joel Bernstein > http://joelsolr.blogspot.com/ > > On Sat, Mar 11, 2017 at 12:43 PM, jim ferenczi

[JENKINS] Lucene-Solr-SmokeRelease-6.x - Build # 284 - Still Failing

2017-03-12 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-SmokeRelease-6.x/284/ No tests ran. Build Log: [...truncated 39758 lines...] prepare-release-no-sign: [mkdir] Created dir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-6.x/lucene/build/smokeTestRelease/dist [copy] Copying

[JENKINS] Lucene-Solr-master-Solaris (64bit/jdk1.8.0) - Build # 1189 - Unstable!

2017-03-12 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Solaris/1189/ Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC 1 tests failed. FAILED: org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCollectionsAPI Error Message: Error from server at

[jira] [Updated] (LUCENE-7741) Add explain() to DoubleValues

2017-03-12 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7741?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward updated LUCENE-7741: -- Attachment: LUCENE-7741.patch Here is a patch. I tried adding this to both DoubleValuesSource

[jira] [Commented] (LUCENE-7737) Remove spatial-extras dependency on queries

2017-03-12 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7737?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15906558#comment-15906558 ] Alan Woodward commented on LUCENE-7737: --- I opened LUCENE-7741 for explanations > Remove

[jira] [Created] (LUCENE-7741) Add explain() to DoubleValues

2017-03-12 Thread Alan Woodward (JIRA)
Alan Woodward created LUCENE-7741: - Summary: Add explain() to DoubleValues Key: LUCENE-7741 URL: https://issues.apache.org/jira/browse/LUCENE-7741 Project: Lucene - Core Issue Type:

[jira] [Commented] (SOLR-10233) Add support for different replica types in Solr

2017-03-12 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-10233?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15906553#comment-15906553 ] Jan Høydahl commented on SOLR-10233: Should we use another word than "passive"? When talking about

[JENKINS] Lucene-Solr-master-MacOSX (64bit/jdk1.8.0) - Build # 3890 - Unstable!

2017-03-12 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/3890/ Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseG1GC 1 tests failed. FAILED: org.apache.solr.cloud.CustomCollectionTest.testRouteFieldForImplicitRouter Error Message: Collection not found: withShardField Stack Trace:

[JENKINS] Lucene-Solr-6.x-Windows (32bit/jdk1.8.0_121) - Build # 774 - Still Unstable!

2017-03-12 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Windows/774/ Java: 32bit/jdk1.8.0_121 -server -XX:+UseG1GC 2 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.schema.TestUseDocValuesAsStored2 Error Message: Could not remove the following files (in the order of attempts):

[jira] [Updated] (SOLR-10144) redesign block-join support

2017-03-12 Thread Mikhail Khludnev (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10144?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mikhail Khludnev updated SOLR-10144: Description: This is a placeholder for new block join design. Let's comeup with the name

[JENKINS] Lucene-Solr-Tests-6.x - Build # 784 - Unstable

2017-03-12 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-6.x/784/ 1 tests failed. FAILED: org.apache.solr.cloud.MissingSegmentRecoveryTest.testLeaderRecovery Error Message: Error from server at https://127.0.0.1:36217/solr/MissingSegmentRecoveryTest: Expected mime type application/octet-stream