[jira] [Commented] (SOLR-13248) Autoscaling based replica placement is broken out of the box

2019-02-21 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16773787#comment-16773787 ] Ishan Chattopadhyaya commented on SOLR-13248: - Seems like the same test (RulesTest) fails on

[JENKINS-EA] Lucene-Solr-8.x-Linux (64bit/jdk-12-ea+shipilev-fastdebug) - Build # 193 - Unstable!

2019-02-21 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Linux/193/ Java: 64bit/jdk-12-ea+shipilev-fastdebug -XX:+UseCompressedOops -XX:+UseG1GC 3 tests failed. FAILED: org.apache.solr.cloud.autoscaling.sim.TestSimTriggerIntegration.testEventQueue Error Message: action wasn't interrupted Stack

[GitHub] s1monw commented on a change in pull request #581: LUCENE-3041: QueryVisitor

2019-02-21 Thread GitBox
s1monw commented on a change in pull request #581: LUCENE-3041: QueryVisitor URL: https://github.com/apache/lucene-solr/pull/581#discussion_r258954542 ## File path: lucene/core/src/java/org/apache/lucene/search/QueryVisitor.java ## @@ -0,0 +1,91 @@ +/* + * Licensed to the

[GitHub] s1monw commented on a change in pull request #581: LUCENE-3041: QueryVisitor

2019-02-21 Thread GitBox
s1monw commented on a change in pull request #581: LUCENE-3041: QueryVisitor URL: https://github.com/apache/lucene-solr/pull/581#discussion_r258962117 ## File path: lucene/sandbox/src/java/org/apache/lucene/search/intervals/IntervalQuery.java ## @@ -147,7 +153,7 @@ public

[GitHub] s1monw commented on a change in pull request #581: LUCENE-3041: QueryVisitor

2019-02-21 Thread GitBox
s1monw commented on a change in pull request #581: LUCENE-3041: QueryVisitor URL: https://github.com/apache/lucene-solr/pull/581#discussion_r258956117 ## File path: lucene/core/src/java/org/apache/lucene/search/QueryVisitor.java ## @@ -0,0 +1,91 @@ +/* + * Licensed to the

[GitHub] s1monw commented on a change in pull request #581: LUCENE-3041: QueryVisitor

2019-02-21 Thread GitBox
s1monw commented on a change in pull request #581: LUCENE-3041: QueryVisitor URL: https://github.com/apache/lucene-solr/pull/581#discussion_r258960860 ## File path: lucene/core/src/java/org/apache/lucene/search/QueryVisitor.java ## @@ -0,0 +1,91 @@ +/* + * Licensed to the

[GitHub] s1monw commented on a change in pull request #581: LUCENE-3041: QueryVisitor

2019-02-21 Thread GitBox
s1monw commented on a change in pull request #581: LUCENE-3041: QueryVisitor URL: https://github.com/apache/lucene-solr/pull/581#discussion_r258959891 ## File path: lucene/core/src/java/org/apache/lucene/search/QueryVisitor.java ## @@ -0,0 +1,91 @@ +/* + * Licensed to the

[GitHub] s1monw commented on a change in pull request #581: LUCENE-3041: QueryVisitor

2019-02-21 Thread GitBox
s1monw commented on a change in pull request #581: LUCENE-3041: QueryVisitor URL: https://github.com/apache/lucene-solr/pull/581#discussion_r258956418 ## File path: lucene/core/src/java/org/apache/lucene/search/QueryVisitor.java ## @@ -0,0 +1,91 @@ +/* + * Licensed to the

Re: HttpClusterStateProvider connects in constructor instead of in connect()

2019-02-21 Thread Shalin Shekhar Mangar
Yes, thanks Jan. Another problem I found with it was that it does not support basic auth. I can open a separate issue about that. On Thu, Feb 21, 2019 at 4:46 AM Ishan Chattopadhyaya < ichattopadhy...@gmail.com> wrote: > +1, please open an issue. Seems like an oversight/bug. > > On Thu, Feb 21,

[GitHub] s1monw commented on issue #580: LUCENE-8700: IndexWriter.yield()

2019-02-21 Thread GitBox
s1monw commented on issue #580: LUCENE-8700: IndexWriter.yield() URL: https://github.com/apache/lucene-solr/pull/580#issuecomment-466021549 @msokolov can you explain more what the usecase of this method is. I am not sure I am following the logic entirely and I need to better understand

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

2019-02-21 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/5060/ Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseG1GC 2 tests failed. FAILED: org.apache.solr.cloud.ShardRoutingTest.test Error Message: expected:<7> but was:<6> Stack Trace: java.lang.AssertionError: expected:<7> but

[GitHub] gus-asf commented on a change in pull request #583: SOLR-13151

2019-02-21 Thread GitBox
gus-asf commented on a change in pull request #583: SOLR-13151 URL: https://github.com/apache/lucene-solr/pull/583#discussion_r258972041 ## File path: solr/solrj/src/java/org/apache/solr/client/solrj/request/CollectionAdminRequest.java ## @@ -1652,15 +1654,21 @@ public

[GitHub] gus-asf commented on a change in pull request #583: SOLR-13151

2019-02-21 Thread GitBox
gus-asf commented on a change in pull request #583: SOLR-13151 URL: https://github.com/apache/lucene-solr/pull/583#discussion_r258969229 ## File path: solr/core/src/java/org/apache/solr/cloud/api/collections/CategoryRoutedAlias.java ## @@ -119,13 +119,19 @@ public void

[GitHub] gus-asf commented on a change in pull request #583: SOLR-13151

2019-02-21 Thread GitBox
gus-asf commented on a change in pull request #583: SOLR-13151 URL: https://github.com/apache/lucene-solr/pull/583#discussion_r258970021 ## File path: solr/core/src/test/org/apache/solr/update/processor/CategoryRoutedAliasUpdateProcessorTest.java ## @@ -233,6 +233,54 @@

Re: Lucene and Solr 7.7.1

2019-02-21 Thread Ishan Chattopadhyaya
Resolved this ^ Continuing with the release process. On Thu, Feb 21, 2019 at 12:49 PM Ishan Chattopadhyaya < ichattopadhy...@gmail.com> wrote: > I've run into a test failure while attempting to backport SOLR-13248. Help > would be appreciated; I've left a comment to that effect in the comments >

[jira] [Commented] (SOLR-13248) Autoscaling based replica placement is broken out of the box

2019-02-21 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16773832#comment-16773832 ] ASF subversion and git services commented on SOLR-13248: Commit

[jira] [Commented] (SOLR-13248) Autoscaling based replica placement is broken out of the box

2019-02-21 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16773833#comment-16773833 ] ASF subversion and git services commented on SOLR-13248: Commit

[jira] [Created] (LUCENE-8703) Build point writers only when needed on the BKD tree

2019-02-21 Thread Ignacio Vera (JIRA)
Ignacio Vera created LUCENE-8703: Summary: Build point writers only when needed on the BKD tree Key: LUCENE-8703 URL: https://issues.apache.org/jira/browse/LUCENE-8703 Project: Lucene - Core

[jira] [Commented] (SOLR-13248) Autoscaling based replica placement is broken out of the box

2019-02-21 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16773810#comment-16773810 ] ASF subversion and git services commented on SOLR-13248: Commit

[jira] [Commented] (SOLR-13248) Autoscaling based replica placement is broken out of the box

2019-02-21 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16773811#comment-16773811 ] Ishan Chattopadhyaya commented on SOLR-13248: - I seem to have resolved it! I had about 1.5GB

[jira] [Commented] (SOLR-13248) Autoscaling based replica placement is broken out of the box

2019-02-21 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16773809#comment-16773809 ] ASF subversion and git services commented on SOLR-13248: Commit

HttpClusterStateProvider connects in constructor instead of in connect()

2019-02-21 Thread Jan Høydahl
Hi, I was surprised that the HttpClusterStateProvider starts connecting to Solr already in the constructor and not when cluster state is first requested, using the connect() method. The connect() method from ClusterStateProvider interface is implemented with an empty body. Risking that the

GraphQuery.java, depth dependent score

2019-02-21 Thread Jochen Barth
Dear devs, I'd like to have an frontier depth dependent score with {!graph, getDocSet() finally returns resultSet, which is derived from resultBits and does not contain any depth information. Is there a way to set the score of docs while processing the frontiers within do { ... } in

[jira] [Created] (LUCENE-8704) TestSimpleTextPointsFormat.testWithExceptions failure

2019-02-21 Thread Ignacio Vera (JIRA)
Ignacio Vera created LUCENE-8704: Summary: TestSimpleTextPointsFormat.testWithExceptions failure Key: LUCENE-8704 URL: https://issues.apache.org/jira/browse/LUCENE-8704 Project: Lucene - Core

[jira] [Commented] (LUCENE-8704) TestSimpleTextPointsFormat.testWithExceptions failure

2019-02-21 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8704?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16773987#comment-16773987 ] ASF subversion and git services commented on LUCENE-8704: - Commit

[jira] [Resolved] (LUCENE-8704) TestSimpleTextPointsFormat.testWithExceptions failure

2019-02-21 Thread Ignacio Vera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8704?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ignacio Vera resolved LUCENE-8704. -- Resolution: Fixed Assignee: Ignacio Vera Fix Version/s: master (9.0)

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

2019-02-21 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Windows/999/ Java: 64bit/jdk1.8.0_172 -XX:+UseCompressedOops -XX:+UseParallelGC 1 tests failed. FAILED: org.apache.solr.cloud.OverseerRolesTest.testOverseerRole Error Message: Timed out waiting for overseer state change Stack Trace:

[GitHub] romseygeek commented on issue #581: LUCENE-3041: QueryVisitor

2019-02-21 Thread GitBox
romseygeek commented on issue #581: LUCENE-3041: QueryVisitor URL: https://github.com/apache/lucene-solr/pull/581#issuecomment-465948613 I've pushed some changes: * removed the Supplier generalization; this was intended to help with highlighting AutomatonQuery implementations, but let's

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

2019-02-21 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.0-Windows/43/ Java: 64bit/jdk1.8.0_172 -XX:-UseCompressedOops -XX:+UseParallelGC 7 tests failed. FAILED: org.apache.solr.handler.TestReplicationHandler.doTestIndexAndConfigAliasReplication Error Message: timed out waiting for collection1

[JENKINS] Lucene-Solr-NightlyTests-8.x - Build # 27 - Still unstable

2019-02-21 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-8.x/27/ 1 tests failed. FAILED: org.apache.lucene.search.TestLatLonBoundingBoxQueries.testRandomBig Error Message: point writer is still open and trying to get a reader Stack Trace: java.lang.AssertionError: point writer is still

Re: HttpClusterStateProvider connects in constructor instead of in connect()

2019-02-21 Thread Ishan Chattopadhyaya
+1, please open an issue. Seems like an oversight/bug. On Thu, Feb 21, 2019 at 3:46 PM Jan Høydahl wrote: > Hi, > > I was surprised that the HttpClusterStateProvider starts connecting to > Solr already > in the constructor and not when cluster state is first requested, using > the connect()

[jira] [Commented] (SOLR-9882) exceeding timeAllowed causes ClassCastException: BasicResultContext cannot be cast to SolrDocumentList

2019-02-21 Thread Lucene/Solr QA (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9882?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16773956#comment-16773956 ] Lucene/Solr QA commented on SOLR-9882: -- | (x) *{color:red}-1 overall{color}* | \\ \\ || Vote ||

Re: [JENKINS] Lucene-Solr-master-Linux (32bit/jdk1.8.0_172) - Build # 23706 - Unstable!

2019-02-21 Thread Ignacio Vera
I am looking into this failure On Thu, Feb 21, 2019 at 3:12 AM Policeman Jenkins Server < jenk...@thetaphi.de> wrote: > Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/23706/ > Java: 32bit/jdk1.8.0_172 -server -XX:+UseSerialGC > > 4 tests failed. > FAILED: >

[jira] [Commented] (LUCENE-8704) TestSimpleTextPointsFormat.testWithExceptions failure

2019-02-21 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8704?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16773986#comment-16773986 ] ASF subversion and git services commented on LUCENE-8704: - Commit

[GitHub] s1monw commented on issue #580: LUCENE-8700: IndexWriter.yield()

2019-02-21 Thread GitBox
s1monw commented on issue #580: LUCENE-8700: IndexWriter.yield() URL: https://github.com/apache/lucene-solr/pull/580#issuecomment-466051950 > Oh, yes - that looks like it would handle this case. Maybe we do not need this `yield()` method then. I'll give it a try - thanks! give it a

[jira] [Updated] (SOLR-13265) TLOG replica, updateHandler errors in metrics, no logs

2019-02-21 Thread Markus Jelsma (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13265?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Markus Jelsma updated SOLR-13265: - Description: When indexing, we see UPDATE.updateHandler.errors increment for each document

[GitHub] romseygeek commented on a change in pull request #581: LUCENE-3041: QueryVisitor

2019-02-21 Thread GitBox
romseygeek commented on a change in pull request #581: LUCENE-3041: QueryVisitor URL: https://github.com/apache/lucene-solr/pull/581#discussion_r259013089 ## File path: lucene/core/src/java/org/apache/lucene/search/QueryVisitor.java ## @@ -0,0 +1,91 @@ +/* + * Licensed to

[GitHub] msokolov commented on issue #580: LUCENE-8700: IndexWriter.yield()

2019-02-21 Thread GitBox
msokolov commented on issue #580: LUCENE-8700: IndexWriter.yield() URL: https://github.com/apache/lucene-solr/pull/580#issuecomment-466051266 Oh, yes - that looks like it would handle this case. Maybe we do not need this `yield()` method then. I'll give it a try - thanks!

[jira] [Commented] (SOLR-12860) MetricsHistoryHandler does not work with BasicAuth

2019-02-21 Thread Sunil Varma (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12860?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16774367#comment-16774367 ] Sunil Varma commented on SOLR-12860: This is a duplicate of

[jira] [Comment Edited] (SOLR-13261) Should SortableTextField be allowed in export?

2019-02-21 Thread Avinash (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13261?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16774221#comment-16774221 ] Avinash edited comment on SOLR-13261 at 2/21/19 4:25 PM: - Thanks for the patch

[jira] [Created] (SOLR-13265) TLOG replica, updateHandler errors in metrics, no logs

2019-02-21 Thread Markus Jelsma (JIRA)
Markus Jelsma created SOLR-13265: Summary: TLOG replica, updateHandler errors in metrics, no logs Key: SOLR-13265 URL: https://issues.apache.org/jira/browse/SOLR-13265 Project: Solr Issue

[GitHub] msokolov commented on issue #580: LUCENE-8700: IndexWriter.yield()

2019-02-21 Thread GitBox
msokolov commented on issue #580: LUCENE-8700: IndexWriter.yield() URL: https://github.com/apache/lucene-solr/pull/580#issuecomment-466049738 In our specific case, we create a small index ~3G for some integration tests that can fit entirely in RAM, and we index all the documents, using

[GitHub] msokolov commented on issue #580: LUCENE-8700: IndexWriter.yield()

2019-02-21 Thread GitBox
msokolov commented on issue #580: LUCENE-8700: IndexWriter.yield() URL: https://github.com/apache/lucene-solr/pull/580#issuecomment-466050166 bq. Would `IndexWriter#flushNextBuffer()` help here? oh -- comments flying past each other -- I'll check; I did not know about that

[GitHub] msokolov commented on issue #580: LUCENE-8700: IndexWriter.yield()

2019-02-21 Thread GitBox
msokolov commented on issue #580: LUCENE-8700: IndexWriter.yield() URL: https://github.com/apache/lucene-solr/pull/580#issuecomment-466045920 HI @s1monw there was some context in the mailing list, sorry I did not copy here. The use case here is batch indexing followed by a commit. When one

[jira] [Commented] (SOLR-13261) Should SortableTextField be allowed in export?

2019-02-21 Thread Avinash (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13261?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16774221#comment-16774221 ] Avinash commented on SOLR-13261: Thanks for the patch Erick . The patch is helps a great deal for our use

[GitHub] romseygeek commented on a change in pull request #581: LUCENE-3041: QueryVisitor

2019-02-21 Thread GitBox
romseygeek commented on a change in pull request #581: LUCENE-3041: QueryVisitor URL: https://github.com/apache/lucene-solr/pull/581#discussion_r259011951 ## File path: lucene/core/src/java/org/apache/lucene/search/QueryVisitor.java ## @@ -0,0 +1,91 @@ +/* + * Licensed to

[GitHub] romseygeek commented on a change in pull request #581: LUCENE-3041: QueryVisitor

2019-02-21 Thread GitBox
romseygeek commented on a change in pull request #581: LUCENE-3041: QueryVisitor URL: https://github.com/apache/lucene-solr/pull/581#discussion_r259011879 ## File path: lucene/core/src/java/org/apache/lucene/search/QueryVisitor.java ## @@ -0,0 +1,91 @@ +/* + * Licensed to

[GitHub] romseygeek commented on a change in pull request #581: LUCENE-3041: QueryVisitor

2019-02-21 Thread GitBox
romseygeek commented on a change in pull request #581: LUCENE-3041: QueryVisitor URL: https://github.com/apache/lucene-solr/pull/581#discussion_r259012113 ## File path: lucene/sandbox/src/java/org/apache/lucene/search/intervals/IntervalQuery.java ## @@ -147,7 +153,7 @@

[GitHub] s1monw commented on issue #580: LUCENE-8700: IndexWriter.yield()

2019-02-21 Thread GitBox
s1monw commented on issue #580: LUCENE-8700: IndexWriter.yield() URL: https://github.com/apache/lucene-solr/pull/580#issuecomment-466049153 Would `IndexWriter#flushNextBuffer()` help here? This is an automated message from

[GitHub] msokolov commented on issue #580: LUCENE-8700: IndexWriter.yield()

2019-02-21 Thread GitBox
msokolov commented on issue #580: LUCENE-8700: IndexWriter.yield() URL: https://github.com/apache/lucene-solr/pull/580#issuecomment-466071398 OK, so `IndexWriter#flushNextBuffer()` seems to do just what we need; I get basically the same behavior by just replacing `yield()` with that. The

[GitHub] romseygeek commented on issue #581: LUCENE-3041: QueryVisitor

2019-02-21 Thread GitBox
romseygeek commented on issue #581: LUCENE-3041: QueryVisitor URL: https://github.com/apache/lucene-solr/pull/581#issuecomment-466081375 Pushed a change that tries moving things to an abstract base class, and adds a helper method for the common case where we just want to collect terms (ie

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

2019-02-21 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-repro/2873/ [...truncated 62 lines...] [repro] Jenkins log URL: https://builds.apache.org/job/Lucene-Solr-Tests-master/3183/consoleText [repro] Revision: 86fe24cbef238d2042d68494bd94e2362a2d996e [repro] Repro line: ant test

[jira] [Commented] (SOLR-9882) exceeding timeAllowed causes ClassCastException: BasicResultContext cannot be cast to SolrDocumentList

2019-02-21 Thread Mikhail Khludnev (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9882?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16774466#comment-16774466 ] Mikhail Khludnev commented on SOLR-9882: [~ab], [~romseygeek], in the last patch I did a few scary

[jira] [Created] (SOLR-13266) /update/json should support the JSON record format

2019-02-21 Thread Noble Paul (JIRA)
Noble Paul created SOLR-13266: - Summary: /update/json should support the JSON record format Key: SOLR-13266 URL: https://issues.apache.org/jira/browse/SOLR-13266 Project: Solr Issue Type:

[jira] [Updated] (SOLR-13266) /update/json/docs should support the JSON record format

2019-02-21 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13266?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-13266: -- Summary: /update/json/docs should support the JSON record format (was: /update/json should support

[jira] [Updated] (SOLR-9882) exceeding timeAllowed causes ClassCastException: BasicResultContext cannot be cast to SolrDocumentList

2019-02-21 Thread Mikhail Khludnev (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9882?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mikhail Khludnev updated SOLR-9882: --- Attachment: SOLR-9882.patch > exceeding timeAllowed causes ClassCastException:

[jira] [Commented] (LUCENE-8671) Add setting for moving FST offheap/onheap

2019-02-21 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8671?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16774457#comment-16774457 ] David Smiley commented on LUCENE-8671: -- +1 to use attributes.  Thanks Mike; I should have thought

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

2019-02-21 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Solaris/2299/ Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseParallelGC All tests passed Build Log: [...truncated 15515 lines...] [junit4] JVM J1: stdout was not empty, see:

[jira] [Commented] (SOLR-9882) exceeding timeAllowed causes ClassCastException: BasicResultContext cannot be cast to SolrDocumentList

2019-02-21 Thread Mikhail Khludnev (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9882?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16774463#comment-16774463 ] Mikhail Khludnev commented on SOLR-9882: attaching new heavy nocommit. It found two new issues.

[JENKINS] Lucene-Solr-NightlyTests-7.x - Build # 460 - Unstable

2019-02-21 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-7.x/460/ 3 tests failed. FAILED: org.apache.solr.cloud.LeaderTragicEventTest.test Error Message: Failed while waiting for active collection Timeout waiting to see state for collection=collection1 :null Live Nodes:

[jira] [Updated] (SOLR-9882) exceeding timeAllowed causes ClassCastException: BasicResultContext cannot be cast to SolrDocumentList

2019-02-21 Thread Mikhail Khludnev (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9882?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mikhail Khludnev updated SOLR-9882: --- Attachment: SOLR-9882.patch > exceeding timeAllowed causes ClassCastException:

[jira] [Created] (LUCENE-8705) Compress BKD trees by only encoding the difference between two dimensions

2019-02-21 Thread Adrien Grand (JIRA)
Adrien Grand created LUCENE-8705: Summary: Compress BKD trees by only encoding the difference between two dimensions Key: LUCENE-8705 URL: https://issues.apache.org/jira/browse/LUCENE-8705 Project:

[JENKINS] Lucene-Solr-SmokeRelease-8.x - Build # 28 - Still Failing

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

[JENKINS-EA] Lucene-Solr-8.0-Linux (64bit/jdk-13-ea+8) - Build # 203 - Unstable!

2019-02-21 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.0-Linux/203/ Java: 64bit/jdk-13-ea+8 -XX:-UseCompressedOops -XX:+UseSerialGC 12 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.cloud.OverseerTest Error Message: SOLR-11606: ByteBuddy used by Mockito is not working with this

[jira] [Commented] (SOLR-13266) /update/json/docs should support the JSON record format

2019-02-21 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-13266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16774530#comment-16774530 ] Jan Høydahl commented on SOLR-13266: Cool. Makes it easier to load large number of JSON docs into

[JENKINS-EA] Lucene-Solr-master-Linux (64bit/jdk-13-ea+8) - Build # 23709 - Unstable!

2019-02-21 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/23709/ Java: 64bit/jdk-13-ea+8 -XX:-UseCompressedOops -XX:+UseSerialGC 8 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.cloud.OverseerTest Error Message: SOLR-11606: ByteBuddy used by Mockito is not working with

[jira] [Commented] (SOLR-13266) /update/json/docs should support the JSON record format

2019-02-21 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16774568#comment-16774568 ] Noble Paul commented on SOLR-13266: --- The problem we have today is that we use noggit and it does not

[JENKINS] Lucene-Solr-Tests-7.x - Build # 1247 - Unstable

2019-02-21 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-7.x/1247/ 2 tests failed. FAILED: org.apache.solr.cloud.OverseerTest.testShardLeaderChange Error Message: Captured an uncaught exception in thread: Thread[id=5610,

[GitHub] tflobbe opened a new pull request #584: SOLR-10751: PULL Replicas don’t replicate empty index

2019-02-21 Thread GitBox
tflobbe opened a new pull request #584: SOLR-10751: PULL Replicas don’t replicate empty index URL: https://github.com/apache/lucene-solr/pull/584 This is still WIP. Should also solve SOLR-11094 (and maybe SOLR-12100). This PR also includes changes to TestTlogReplica, which I’m going to

[jira] [Commented] (SOLR-10751) Master/Slave IndexVersion conflict

2019-02-21 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-10751?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16774781#comment-16774781 ] Tomás Fernández Löbbe commented on SOLR-10751: -- I created a PR with #2, still WIP. In the

[JENKINS-EA] Lucene-Solr-BadApples-master-Linux (64bit/jdk-12-ea+shipilev-fastdebug) - Build # 166 - Still Unstable!

2019-02-21 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-BadApples-master-Linux/166/ Java: 64bit/jdk-12-ea+shipilev-fastdebug -XX:+UseCompressedOops -XX:+UseParallelGC 3 tests failed. FAILED: org.apache.solr.cloud.autoscaling.sim.TestSimLargeCluster.testNodeLost Error Message: trigger did not fire

[JENKINS] Lucene-Solr-8.x-Solaris (64bit/jdk1.8.0) - Build # 46 - Unstable!

2019-02-21 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Solaris/46/ Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC 2 tests failed. FAILED: org.apache.solr.cloud.autoscaling.NodeMarkersRegistrationTest.testNodeMarkersRegistration Error Message: Path

[JENKINS] Lucene-Solr-SmokeRelease-8.0 - Build # 4 - Failure

2019-02-21 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-SmokeRelease-8.0/4/ No tests ran. Build Log: [...truncated 23464 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-8.x-Linux (32bit/jdk1.8.0_172) - Build # 195 - Unstable!

2019-02-21 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Linux/195/ Java: 32bit/jdk1.8.0_172 -server -XX:+UseConcMarkSweepGC 3 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.cloud.TestCloudSearcherWarming Error Message: 5 threads leaked from SUITE scope at

[jira] [Commented] (SOLR-12860) MetricsHistoryHandler does not work with BasicAuth

2019-02-21 Thread Bruce Gao (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12860?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16774751#comment-16774751 ] Bruce Gao commented on SOLR-12860: -- In our env, it reports the same in 7.6, when base auth is actived