[JENKINS] Lucene-Solr-BadApples-7.x-Linux (64bit/jdk-11) - Build # 103 - Still Unstable!

2018-10-09 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-BadApples-7.x-Linux/103/ Java: 64bit/jdk-11 -XX:+UseCompressedOops -XX:+UseSerialGC 51 tests failed. FAILED: org.apache.solr.client.solrj.impl.CloudSolrClientTest.preferLocalShardsTest Error Message: Response was not received from shards on a s

[JENKINS] Lucene-Solr-7.x-MacOSX (64bit/jdk-9) - Build # 876 - Unstable!

2018-10-09 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-MacOSX/876/ Java: 64bit/jdk-9 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC 5 tests failed. FAILED: org.apache.solr.cloud.api.collections.CollectionsAPIDistributedZkTest.testCoresAreDistributedAcrossNodes Error Message: [127.0.0.1:62957_so

Does ConcurrentMergeScheduler actually do smaller merges first?

2018-10-09 Thread Shawn Heisey
Before I open an issue, I would like to double-check my sanity, see if an issue is needed. I have noticed that the javadoc for ConcurrentMergeScheduler says that it schedules smaller merges before larger merges.  In the past, I have seen evidence suggesting this is not actually the case, that

[JENKINS] Lucene-Solr-SmokeRelease-7.x - Build # 339 - Still Failing

2018-10-09 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-SmokeRelease-7.x/339/ No tests ran. Build Log: [...truncated 23296 lines...] [asciidoctor:convert] asciidoctor: ERROR: about-this-guide.adoc: line 1: invalid part, must have at least one section (e.g., chapter, appendix, etc.) [asciidoctor:convert

[JENKINS] Lucene-Solr-BadApples-master-Linux (64bit/jdk-9.0.4) - Build # 104 - Unstable!

2018-10-09 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-BadApples-master-Linux/104/ Java: 64bit/jdk-9.0.4 -XX:+UseCompressedOops -XX:+UseParallelGC 48 tests failed. FAILED: org.apache.lucene.util.fst.TestFSTs.testBasicFSA Error Message: expected:<24> but was:<22> Stack Trace: java.lang.AssertionErro

[JENKINS] Lucene-Solr-master-MacOSX (64bit/jdk-9) - Build # 4869 - Still unstable!

2018-10-09 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/4869/ Java: 64bit/jdk-9 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC 14 tests failed. FAILED: org.apache.solr.cloud.autoscaling.AutoAddReplicasIntegrationTest.testSimple Error Message: Waiting for collection testSimple1 null Liv

[JENKINS] Lucene-Solr-Tests-master - Build # 2862 - Unstable

2018-10-09 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/2862/ 1 tests failed. FAILED: org.apache.solr.client.solrj.impl.CloudSolrClientTest.testNonRetryableRequests Error Message: expected:<1> but was:<2> Stack Trace: java.lang.AssertionError: expected:<1> but was:<2> at __rando

[JENKINS] Lucene-Solr-repro - Build # 1652 - Still Unstable

2018-10-09 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-repro/1652/ [...truncated 28 lines...] [repro] Jenkins log URL: https://builds.apache.org/job/Lucene-Solr-BadApples-NightlyTests-7.x/30/consoleText [repro] Revision: 2aed752f9e76a867c328ef04eaae8326f9fb6d69 [repro] Ant options: -Dtests.multiplier

[JENKINS] Lucene-Solr-7.x-Linux (64bit/jdk1.8.0_172) - Build # 2888 - Unstable!

2018-10-09 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/2888/ Java: 64bit/jdk1.8.0_172 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC 11 tests failed. FAILED: org.apache.solr.client.solrj.impl.CloudSolrClientTest.preferLocalShardsTest Error Message: Response was not received from shards on

Funny constants in MaxMetric class

2018-10-09 Thread Gus Heck
https://github.com/apache/lucene-solr/blob/master/solr/solrj/src/java/org/apache/solr/client/solrj/io/stream/metrics/MaxMetric.java#L28 Seems like the default value for longs in the MaxMetric is probably not right? -- http://www.the111shift.com

[JENKINS] Lucene-Solr-repro - Build # 1651 - Unstable

2018-10-09 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-repro/1651/ [...truncated 36 lines...] [repro] Jenkins log URL: https://builds.apache.org/job/Lucene-Solr-Tests-master/2861/consoleText [repro] Revision: a52d47a1a5ca24bf090105388743a07ec985b399 [repro] Repro line: ant test -Dtestcase=Collectio

[JENKINS] Lucene-Solr-7.x-Windows (64bit/jdk-10.0.1) - Build # 828 - Unstable!

2018-10-09 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Windows/828/ Java: 64bit/jdk-10.0.1 -XX:-UseCompressedOops -XX:+UseParallelGC 27 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.backcompat.TestLuceneIndexBackCompat Error Message: Could not remove the following files (in th

[jira] [Reopened] (SOLR-12739) Make autoscaling policy based replica placement the default strategy for placing replicas

2018-10-09 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12739?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar reopened SOLR-12739: -- Thanks Steve, I'll fix. > Make autoscaling policy based replica placement the defa

[jira] [Commented] (LUCENE-6687) MLT term frequency calculation bug

2018-10-09 Thread Lucene/Solr QA (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6687?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16644321#comment-16644321 ] Lucene/Solr QA commented on LUCENE-6687: | (/) *{color:green}+1 overall{color}*

[JENKINS] Lucene-Solr-BadApples-Tests-master - Build # 176 - Still Unstable

2018-10-09 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-BadApples-Tests-master/176/ 6 tests failed. FAILED: org.apache.solr.cloud.autoscaling.sim.TestSimPolicyCloud.testCreateCollectionAddReplica Error Message: Timeout waiting for collection to become active Live Nodes: [127.0.0.1:10010_solr, 127.0.0

[JENKINS] Lucene-Solr-master-Linux (64bit/jdk-11) - Build # 23003 - Still unstable!

2018-10-09 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/23003/ Java: 64bit/jdk-11 -XX:+UseCompressedOops -XX:+UseParallelGC 89 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.cloud.DocValuesNotIndexedTest Error Message: Collection not found: dv_coll Stack Trace: org.apac

[JENKINS] Lucene-Solr-Tests-7.x - Build # 936 - Still unstable

2018-10-09 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-7.x/936/ 4 tests failed. FAILED: org.apache.solr.cloud.DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica Error Message: Expected new active leader null Live Nodes: [127.0.0.1:37407_solr, 127.0.0.1:40486_solr, 127.0.0.1:42446_solr]

[jira] [Commented] (SOLR-11812) Remove backward compatibility of old LIR implementation in 8.0

2018-10-09 Thread Cao Manh Dat (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16644241#comment-16644241 ] Cao Manh Dat commented on SOLR-11812: - Thank [~steve_rowe] > Remove backward compati

[jira] [Commented] (SOLR-11812) Remove backward compatibility of old LIR implementation in 8.0

2018-10-09 Thread Steve Rowe (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16644235#comment-16644235 ] Steve Rowe commented on SOLR-11812: --- I removed unused imports causing precommit to fail

[jira] [Commented] (SOLR-12843) Use ContentWriter to post multiple files/payload at once

2018-10-09 Thread Steve Rowe (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12843?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16644229#comment-16644229 ] Steve Rowe commented on SOLR-12843: --- Noble fixed MultiContentWriterRequest.java in comm

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

2018-10-09 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-SmokeRelease-master/1147/ No tests ran. Build Log: [...truncated 23269 lines...] [asciidoctor:convert] asciidoctor: ERROR: about-this-guide.adoc: line 1: invalid part, must have at least one section (e.g., chapter, appendix, etc.) [asciidoctor:con

[JENKINS] Lucene-Solr-7.x-Linux (64bit/jdk-9.0.4) - Build # 2887 - Still Failing!

2018-10-09 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/2887/ Java: 64bit/jdk-9.0.4 -XX:-UseCompressedOops -XX:+UseSerialGC 2 tests failed. FAILED: org.apache.solr.cloud.autoscaling.AutoAddReplicasIntegrationTest.testSimple Error Message: Waiting for collection testSimple1 null Live Nodes:

[JENKINS] Lucene-Solr-BadApples-Tests-7.x - Build # 181 - Failure

2018-10-09 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-BadApples-Tests-7.x/181/ 6 tests failed. FAILED: org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test Error Message: Didn't see replicas [core_node6, core_node3] come up within 9 ms! ClusterState: DocCollection(c8n_1x3_lf//clusterstate

[jira] [Commented] (SOLR-12739) Make autoscaling policy based replica placement the default strategy for placing replicas

2018-10-09 Thread Steve Rowe (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12739?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16644149#comment-16644149 ] Steve Rowe commented on SOLR-12739: --- {{CollectionsAPIDistributedZkTest.testCoresAreDist

[GitHub] lucene-solr pull request #465: SOLR-7896: Add a login page to Admin UI, with...

2018-10-09 Thread janhoy
Github user janhoy commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/465#discussion_r223859201 --- Diff: solr/webapp/web/WEB-INF/web.xml --- @@ -33,7 +33,7 @@ --> excludePatterns - /partials/.+,/libs/.+,/css/.

[GitHub] lucene-solr pull request #465: SOLR-7896: Add a login page to Admin UI, with...

2018-10-09 Thread janhoy
Github user janhoy commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/465#discussion_r223857445 --- Diff: solr/core/src/java/org/apache/solr/servlet/SolrDispatchFilter.java --- @@ -342,18 +342,6 @@ public void doFilter(ServletRequest _request, Serv

[GitHub] lucene-solr pull request #465: SOLR-7896: Add a login page to Admin UI, with...

2018-10-09 Thread janhoy
Github user janhoy commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/465#discussion_r223863279 --- Diff: solr/webapp/web/js/angular/app.js --- @@ -365,12 +370,62 @@ solrAdminApp.config([ $rootScope.exceptions[rejection.config.url] = rejec

[GitHub] lucene-solr pull request #465: SOLR-7896: Add a login page to Admin UI, with...

2018-10-09 Thread janhoy
Github user janhoy commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/465#discussion_r223860727 --- Diff: solr/webapp/web/index.html --- @@ -61,9 +62,11 @@ + --- End diff -- Used for base64 encoding of Basic

[GitHub] lucene-solr pull request #465: SOLR-7896: Add a login page to Admin UI, with...

2018-10-09 Thread janhoy
Github user janhoy commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/465#discussion_r223860298 --- Diff: solr/webapp/web/css/angular/login.css --- @@ -0,0 +1,103 @@ +/* + +Licensed to the Apache Software Foundation (ASF) under one or mor

[GitHub] lucene-solr pull request #465: SOLR-7896: Add a login page to Admin UI, with...

2018-10-09 Thread janhoy
Github user janhoy commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/465#discussion_r223855611 --- Diff: solr/core/src/java/org/apache/solr/security/BasicAuthPlugin.java --- @@ -180,8 +193,16 @@ public boolean getBlockUnknown(){ return blo

[GitHub] lucene-solr pull request #465: SOLR-7896: Add a login page to Admin UI, with...

2018-10-09 Thread janhoy
Github user janhoy commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/465#discussion_r223866955 --- Diff: solr/webapp/web/partials/login.html --- @@ -0,0 +1,80 @@ + + + + +Basic Authentication + + {{statusTe

[JENKINS] Lucene-Solr-master-Linux (64bit/jdk1.8.0_172) - Build # 23002 - Failure!

2018-10-09 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/23002/ Java: 64bit/jdk1.8.0_172 -XX:-UseCompressedOops -XX:+UseG1GC 3 tests failed. FAILED: org.apache.solr.client.solrj.impl.CloudSolrClientTest.testNonRetryableRequests Error Message: expected:<1> but was:<2> Stack Trace: java.l

[JENKINS] Lucene-Solr-BadApples-NightlyTests-7.x - Build # 30 - Still Failing

2018-10-09 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-BadApples-NightlyTests-7.x/30/ 6 tests failed. FAILED: org.apache.solr.cloud.hdfs.HdfsChaosMonkeyNothingIsSafeTest.test Error Message: Timeout occured while waiting response from server at: http://127.0.0.1:38150/collection1 Stack Trace: org.apa

[jira] [Comment Edited] (SOLR-12739) Make autoscaling policy based replica placement the default strategy for placing replicas

2018-10-09 Thread Steve Rowe (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12739?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16644039#comment-16644039 ] Steve Rowe edited comment on SOLR-12739 at 10/9/18 8:19 PM: {

[jira] [Commented] (SOLR-12739) Make autoscaling policy based replica placement the default strategy for placing replicas

2018-10-09 Thread Steve Rowe (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12739?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16644039#comment-16644039 ] Steve Rowe commented on SOLR-12739: --- {{AutoAddReplicasIntegrationTest.testSimple()}} is

[JENKINS] Lucene-Solr-master-Windows (64bit/jdk-11) - Build # 7560 - Failure!

2018-10-09 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/7560/ Java: 64bit/jdk-11 -XX:-UseCompressedOops -XX:+UseSerialGC No tests ran. Build Log: [...truncated 13041 lines...] [junit4] Suite: org.apache.solr.cloud.TestMiniSolrCloudClusterSSL [junit4] 2> Creating dataDir: C:\Use

[jira] [Commented] (SOLR-12739) Make autoscaling policy based replica placement the default strategy for placing replicas

2018-10-09 Thread Steve Rowe (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12739?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16644033#comment-16644033 ] Steve Rowe commented on SOLR-12739: --- {{CloudSolrClientTest.testNonRetryableRequests()}}

[JENKINS] Lucene-Solr-7.x-Linux (64bit/jdk1.8.0_172) - Build # 2886 - Still Failing!

2018-10-09 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/2886/ Java: 64bit/jdk1.8.0_172 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC 1 tests failed. FAILED: org.apache.solr.cloud.api.collections.CollectionsAPIDistributedZkTest.testCoresAreDistributedAcrossNodes Error Message: [127.0.0.1:4

[JENKINS] Lucene-Solr-Tests-master - Build # 2861 - Failure

2018-10-09 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/2861/ 3 tests failed. FAILED: org.apache.solr.cloud.api.collections.CollectionsAPIDistributedZkTest.testCoresAreDistributedAcrossNodes Error Message: [127.0.0.1:38121_solr] expected:<0> but was:<1> Stack Trace: java.lang.AssertionEr

[GitHub] lucene-solr issue #462: LUCENE-8523: Fix typo for JapaneseNumberFilterFactor...

2018-10-09 Thread ajhalani
Github user ajhalani commented on the issue: https://github.com/apache/lucene-solr/pull/462 I'd love some feedback, does anyone review these? --- - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additi

[JENKINS] Lucene-Solr-master-Linux (64bit/jdk-11) - Build # 23001 - Still unstable!

2018-10-09 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/23001/ Java: 64bit/jdk-11 -XX:+UseCompressedOops -XX:+UseParallelGC 68 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.cloud.DocValuesNotIndexedTest Error Message: Collection not found: dv_coll Stack Trace: org.apac

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

2018-10-09 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Solaris/852/ Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseG1GC 2 tests failed. FAILED: org.apache.solr.client.solrj.impl.CloudSolrClientTest.preferLocalShardsTest Error Message: Response was not received from shards on a single node

[GitHub] lucene-solr pull request #389: [LUCENE-6687] not necessary nested for loop r...

2018-10-09 Thread alessandrobenedetti
Github user alessandrobenedetti commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/389#discussion_r223775673 --- Diff: lucene/queries/src/test/org/apache/lucene/queries/mlt/TestMoreLikeThis.java --- @@ -186,6 +200,117 @@ public void testMultiValues(

[GitHub] lucene-solr pull request #389: [LUCENE-6687] not necessary nested for loop r...

2018-10-09 Thread alessandrobenedetti
Github user alessandrobenedetti commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/389#discussion_r223774170 --- Diff: lucene/queries/src/test/org/apache/lucene/queries/mlt/TestMoreLikeThis.java --- @@ -186,6 +200,117 @@ public void testMultiValues(

[GitHub] lucene-solr pull request #389: [LUCENE-6687] not necessary nested for loop r...

2018-10-09 Thread alessandrobenedetti
Github user alessandrobenedetti commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/389#discussion_r223773915 --- Diff: lucene/queries/src/test/org/apache/lucene/queries/mlt/TestMoreLikeThis.java --- @@ -186,6 +200,117 @@ public void testMultiValues(

[jira] [Commented] (SOLR-12845) Add a default cluster policy

2018-10-09 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12845?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16643693#comment-16643693 ] Varun Thacker commented on SOLR-12845: -- Thanks Shalin! This will be a great improvem

[GitHub] lucene-solr pull request #389: [LUCENE-6687] not necessary nested for loop r...

2018-10-09 Thread alessandrobenedetti
Github user alessandrobenedetti commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/389#discussion_r223770725 --- Diff: lucene/queries/src/test/org/apache/lucene/queries/mlt/TestMoreLikeThis.java --- @@ -186,6 +200,117 @@ public void testMultiValues(

[GitHub] lucene-solr pull request #389: [LUCENE-6687] not necessary nested for loop r...

2018-10-09 Thread alessandrobenedetti
Github user alessandrobenedetti commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/389#discussion_r223769747 --- Diff: lucene/queries/src/test/org/apache/lucene/queries/mlt/TestMoreLikeThis.java --- @@ -186,6 +200,117 @@ public void testMultiValues(

[GitHub] lucene-solr pull request #389: [LUCENE-6687] not necessary nested for loop r...

2018-10-09 Thread alessandrobenedetti
Github user alessandrobenedetti commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/389#discussion_r223764522 --- Diff: lucene/queries/src/test/org/apache/lucene/queries/mlt/TestMoreLikeThis.java --- @@ -186,6 +200,117 @@ public void testMultiValues(

[JENKINS-MAVEN] Lucene-Solr-Maven-master #2377: POMs out of sync

2018-10-09 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Maven-master/2377/ No tests ran. Build Log: [...truncated 17795 lines...] BUILD FAILED /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-master/build.xml:672: The following error occurred while executing this line: /x1/jenkins/jenkins-slave/wo

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

2018-10-09 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Solaris/2099/ Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC 4 tests failed. FAILED: org.apache.solr.cloud.MoveReplicaTest.test Error Message: Stack Trace: java.lang.AssertionError at __randomizedtesting.Se

[JENKINS] Lucene-Solr-Tests-7.x - Build # 935 - Failure

2018-10-09 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-7.x/935/ 6 tests failed. FAILED: org.apache.solr.cloud.api.collections.CollectionsAPIDistributedZkTest.testCoresAreDistributedAcrossNodes Error Message: [127.0.0.1:40882_solr] expected:<0> but was:<1> Stack Trace: java.lang.AssertionError:

[GitHub] lucene-solr pull request #455: SOLR-12638

2018-10-09 Thread moshebla
Github user moshebla commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/455#discussion_r223741723 --- Diff: solr/core/src/java/org/apache/solr/update/processor/AtomicUpdateDocumentMerger.java --- @@ -461,5 +466,33 @@ private static boolean isChildD

[JENKINS] Lucene-Solr-7.x-Linux (64bit/jdk1.8.0_172) - Build # 2885 - Still Failing!

2018-10-09 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/2885/ Java: 64bit/jdk1.8.0_172 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC 2 tests failed. FAILED: org.apache.solr.client.solrj.impl.CloudSolrClientTest.preferLocalShardsTest Error Message: Response was not received from shards on

[JENKINS-MAVEN] Lucene-Solr-Maven-7.x #326: POMs out of sync

2018-10-09 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Maven-7.x/326/ No tests ran. Build Log: [...truncated 17822 lines...] BUILD FAILED /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-7.x/build.xml:672: The following error occurred while executing this line: /home/jenkins/jenkins-slave/works

[jira] [Commented] (SOLR-7896) Add a login page for Solr Administrative Interface

2018-10-09 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-7896?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16643457#comment-16643457 ] Jan Høydahl commented on SOLR-7896: --- See [GitHub Pull Request #465|https://github.com/ap

[JENKINS] Lucene-Solr-repro - Build # 1646 - Unstable

2018-10-09 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-repro/1646/ [...truncated 31 lines...] [repro] Jenkins log URL: https://builds.apache.org/job/Lucene-Solr-Tests-7.x/934/consoleText [repro] Revision: b3ab84e44fb5d1bda94c4e90c91b0034e2fd12c4 [repro] Repro line: ant test -Dtestcase=TestHdfsCloud

[jira] [Updated] (SOLR-7896) Add a login page for Solr Administrative Interface

2018-10-09 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-7896?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl updated SOLR-7896: -- Attachment: unknown_scheme.png > Add a login page for Solr Administrative Interface > --

[jira] [Updated] (SOLR-7896) Add a login page for Solr Administrative Interface

2018-10-09 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-7896?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl updated SOLR-7896: -- Attachment: logout.png > Add a login page for Solr Administrative Interface > --

[jira] [Updated] (SOLR-7896) Add a login page for Solr Administrative Interface

2018-10-09 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-7896?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl updated SOLR-7896: -- Attachment: login-page.png > Add a login page for Solr Administrative Interface > --

[GitHub] lucene-solr pull request #465: SOLR-7896: Add a login page to Admin UI, with...

2018-10-09 Thread janhoy
GitHub user janhoy opened a pull request: https://github.com/apache/lucene-solr/pull/465 SOLR-7896: Add a login page to Admin UI, with initial support for Basic Auth First cut for basic auth You can merge this pull request into a Git repository by running: $ git pull https://gi

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

2018-10-09 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-MacOSX/875/ Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseG1GC 2 tests failed. FAILED: org.apache.solr.cloud.autoscaling.AutoAddReplicasIntegrationTest.testSimple Error Message: Waiting for collection testSimple1 null Live Nodes: [127

[JENKINS] Lucene-Solr-NightlyTests-master - Build # 1662 - Failure

2018-10-09 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-master/1662/ 5 tests failed. FAILED: org.apache.solr.cloud.api.collections.HdfsCollectionsAPIDistributedZkTest.moveReplicaTest Error Message: 127.0.0.1:37234_solr does not have expected number of cores expected:<0> but was:<1> Stac

[JENKINS] Lucene-Solr-master-Linux (32bit/jdk1.8.0_172) - Build # 23000 - Still Failing!

2018-10-09 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/23000/ Java: 32bit/jdk1.8.0_172 -client -XX:+UseG1GC 1 tests failed. FAILED: org.apache.solr.client.solrj.impl.CloudSolrClientTest.preferLocalShardsTest Error Message: Response was not received from shards on a single node Stack T

[jira] [Commented] (SOLR-12843) Use ContentWriter to post multiple files/payload at once

2018-10-09 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-12843?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16643273#comment-16643273 ] Jan Høydahl commented on SOLR-12843: Also this: {noformat} [ecj-lint] 1. ERROR in /U

[jira] [Commented] (SOLR-12843) Use ContentWriter to post multiple files/payload at once

2018-10-09 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-12843?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16643221#comment-16643221 ] Jan Høydahl commented on SOLR-12843: [~noble.paul] your latest commit b4d9b25f4430d1c

[JENKINS] Lucene-Solr-master-MacOSX (64bit/jdk-9) - Build # 4868 - Failure!

2018-10-09 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/4868/ Java: 64bit/jdk-9 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC 5 tests failed. FAILED: org.apache.solr.cloud.TestTlogReplica.testRecovery Error Message: Can not find doc 7 in https://127.0.0.1:55542/solr Stack Trace: java.

[jira] [Updated] (SOLR-12845) Add a default cluster policy

2018-10-09 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12845?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-12845: - Description: [~varunthacker] commented on SOLR-12739: bq. We should also ship wi

[JENKINS-EA] Lucene-Solr-7.x-Linux (64bit/jdk-12-ea+12) - Build # 2884 - Failure!

2018-10-09 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/2884/ Java: 64bit/jdk-12-ea+12 -XX:+UseCompressedOops -XX:+UseParallelGC 8 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.cloud.DocValuesNotIndexedTest Error Message: Collection not found: dv_coll Stack Trace: org.apa

[jira] [Commented] (SOLR-12845) Add a default cluster policy

2018-10-09 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12845?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16643068#comment-16643068 ] Shalin Shekhar Mangar commented on SOLR-12845: -- One problem with the first t

[JENKINS] Lucene-Solr-7.x-Windows (32bit/jdk1.8.0_172) - Build # 827 - Failure!

2018-10-09 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Windows/827/ Java: 32bit/jdk1.8.0_172 -server -XX:+UseParallelGC 2 tests failed. FAILED: org.apache.solr.cloud.autoscaling.AutoAddReplicasIntegrationTest.testSimple Error Message: Waiting for collection testSimple1 null Live Nodes: [127.0.0

[JENKINS] Lucene-Solr-master-Linux (32bit/jdk1.8.0_172) - Build # 22999 - Failure!

2018-10-09 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/22999/ Java: 32bit/jdk1.8.0_172 -client -XX:+UseG1GC 1 tests failed. FAILED: org.apache.solr.cloud.TestDeleteCollectionOnDownNodes.deleteCollectionWithDownNodes Error Message: Timed out waiting for leader elections null Live Nodes:

[jira] [Updated] (SOLR-11812) Remove backward compatibility of old LIR implementation in 8.0

2018-10-09 Thread Cao Manh Dat (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11812?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cao Manh Dat updated SOLR-11812: Attachment: SOLR-11812.patch > Remove backward compatibility of old LIR implementation in 8.0 > ---

[jira] [Commented] (SOLR-11812) Remove backward compatibility of old LIR implementation in 8.0

2018-10-09 Thread Cao Manh Dat (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16643032#comment-16643032 ] Cao Manh Dat commented on SOLR-11812: - Patch for this ticket which remove old LIR imp

[jira] [Resolved] (SOLR-12399) SearchRateTriggerTest.testTrigger fail frequently

2018-10-09 Thread Cao Manh Dat (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12399?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cao Manh Dat resolved SOLR-12399. - Resolution: Fixed > SearchRateTriggerTest.testTrigger fail frequently > -

[jira] [Resolved] (SOLR-12214) Leader may skip publish itself as ACTIVE even its last published state is DOWN

2018-10-09 Thread Cao Manh Dat (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12214?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cao Manh Dat resolved SOLR-12214. - Resolution: Fixed Fix Version/s: 7.4 > Leader may skip publish itself as ACTIVE even its l

[jira] [Commented] (SOLR-12845) Add a default cluster policy

2018-10-09 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12845?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16642954#comment-16642954 ] Shalin Shekhar Mangar commented on SOLR-12845: -- The test TestDeleteCollectio

[jira] [Created] (SOLR-12847) Cut over implementation of maxShardsPerNode to a collection policy

2018-10-09 Thread Shalin Shekhar Mangar (JIRA)
Shalin Shekhar Mangar created SOLR-12847: Summary: Cut over implementation of maxShardsPerNode to a collection policy Key: SOLR-12847 URL: https://issues.apache.org/jira/browse/SOLR-12847 Proj

[jira] [Created] (SOLR-12846) Policy rules do not support host variable

2018-10-09 Thread Shalin Shekhar Mangar (JIRA)
Shalin Shekhar Mangar created SOLR-12846: Summary: Policy rules do not support host variable Key: SOLR-12846 URL: https://issues.apache.org/jira/browse/SOLR-12846 Project: Solr Issue

[jira] [Assigned] (SOLR-12740) Deprecate rule based replica placement strategy

2018-10-09 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12740?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul reassigned SOLR-12740: - Assignee: Noble Paul > Deprecate rule based replica placement strategy > ---

[jira] [Resolved] (SOLR-12717) Support #EACH for collections so that collection/shard pairs can be uniformly distributed

2018-10-09 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12717?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar resolved SOLR-12717. -- Resolution: Implemented This can already be achieved now by the following rule:

[JENKINS] Lucene-Solr-master-Windows (32bit/jdk1.8.0_172) - Build # 7559 - Still Unstable!

2018-10-09 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/7559/ Java: 32bit/jdk1.8.0_172 -client -XX:+UseG1GC 3 tests failed. FAILED: org.apache.lucene.index.TestNRTThreads.testNRTThreads Error Message: MockDirectoryWrapper: file "_8.cfs" is still open: cannot delete Stack Trace: java.i

[JENKINS] Lucene-Solr-SmokeRelease-7.x - Build # 338 - Failure

2018-10-09 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-SmokeRelease-7.x/338/ No tests ran. Build Log: [...truncated 23296 lines...] [asciidoctor:convert] asciidoctor: ERROR: about-this-guide.adoc: line 1: invalid part, must have at least one section (e.g., chapter, appendix, etc.) [asciidoctor:convert

[jira] [Created] (SOLR-12845) Add a default cluster policy

2018-10-09 Thread Shalin Shekhar Mangar (JIRA)
Shalin Shekhar Mangar created SOLR-12845: Summary: Add a default cluster policy Key: SOLR-12845 URL: https://issues.apache.org/jira/browse/SOLR-12845 Project: Solr Issue Type: Improve

[jira] [Resolved] (SOLR-12739) Make autoscaling policy based replica placement the default strategy for placing replicas

2018-10-09 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12739?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar resolved SOLR-12739. -- Resolution: Fixed Assignee: Shalin Shekhar Mangar Committed. master: htt