[jira] [Commented] (LUCENE-8374) Reduce reads for sparse DocValues

2018-11-05 Thread Toke Eskildsen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16676295#comment-16676295 ] Toke Eskildsen commented on LUCENE-8374: Thank you, [~dsmiley] & [~thetaphi]. Th

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

2018-11-05 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-BadApples-7.x-Linux/115/ Java: 64bit/jdk-9.0.4 -XX:-UseCompressedOops -XX:+UseG1GC 10 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates Error Message: Stack Trace: java.lang.NullPointerExc

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

2018-11-05 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-repro/1873/ [...truncated 28 lines...] [repro] Jenkins log URL: https://builds.apache.org/job/Lucene-Solr-BadApples-Tests-master/203/consoleText [repro] Revision: be65b95e80fdddea109a9d850506d6c524911ecb [repro] Repro line: ant test -Dtestcase=

[jira] [Commented] (SOLR-12963) change default for 'uninvertible' to 'false' (dependent on new schema 'version')

2018-11-05 Thread Tim Underwood (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12963?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16676193#comment-16676193 ] Tim Underwood commented on SOLR-12963: -- {quote} * should we explicitly "fail" if a u

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

2018-11-05 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/2933/ 1 tests failed. FAILED: org.apache.solr.client.solrj.impl.CloudSolrClientTest.testCollectionDoesntExist Error Message: Tried fetching cluster state using the node names we knew of, i.e. [127.0.0.1:41761_solr, 127.0.0.1:39723_s

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

2018-11-05 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/3043/ Java: 64bit/jdk-10.0.1 -XX:+UseCompressedOops -XX:+UseSerialGC 4 tests failed. FAILED: org.apache.solr.client.solrj.impl.CloudSolrClientTest.testCollectionDoesntExist Error Message: Tried fetching cluster state using the node na

[jira] [Commented] (LUCENE-8374) Reduce reads for sparse DocValues

2018-11-05 Thread Tim Underwood (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16676154#comment-16676154 ] Tim Underwood commented on LUCENE-8374: --- [~toke] Here is a delayed follow up on yo

[GitHub] lucene-solr pull request #493: SOLR-12964: Make use of DocValuesIterator.adv...

2018-11-05 Thread tpunder
GitHub user tpunder opened a pull request: https://github.com/apache/lucene-solr/pull/493 SOLR-12964: Make use of DocValuesIterator.advanceExact() instead of the advance()/docID() pattern You can merge this pull request into a Git repository by running: $ git pull https://git

[jira] [Created] (SOLR-12964) Use advanceExact instead of advance in a few remaining json facet use cases

2018-11-05 Thread Tim Underwood (JIRA)
Tim Underwood created SOLR-12964: Summary: Use advanceExact instead of advance in a few remaining json facet use cases Key: SOLR-12964 URL: https://issues.apache.org/jira/browse/SOLR-12964 Project: So

[jira] [Commented] (SOLR-8273) deprecate implicitly uninverted fields, force people to either use docValues, or be explicit that they want query time uninversion

2018-11-05 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16676113#comment-16676113 ] David Smiley commented on SOLR-8273: {quote}they have docValues="true" enabled on ever

[jira] [Commented] (SOLR-8273) deprecate implicitly uninverted fields, force people to either use docValues, or be explicit that they want query time uninversion

2018-11-05 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16676103#comment-16676103 ] David Smiley commented on SOLR-8273: +1 woohoo!  Looking forward to this. bq. while d

[jira] [Commented] (SOLR-12959) Deprecate solrj SimpleOrderedMap

2018-11-05 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12959?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16676096#comment-16676096 ] David Smiley commented on SOLR-12959: - I concur with Noble & Gus's opinion that handl

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

2018-11-05 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-BadApples-master-Linux/116/ Java: 64bit/jdk-11 -XX:+UseCompressedOops -XX:+UseSerialGC 30 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.update.processor.TimeRoutedAliasUpdateProcessorTest Error Message: 2 threads leaked from S

[jira] [Comment Edited] (SOLR-12959) Deprecate solrj SimpleOrderedMap

2018-11-05 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12959?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16676078#comment-16676078 ] Noble Paul edited comment on SOLR-12959 at 11/6/18 3:13 AM: b

[jira] [Commented] (SOLR-12959) Deprecate solrj SimpleOrderedMap

2018-11-05 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12959?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16676078#comment-16676078 ] Noble Paul commented on SOLR-12959: --- bq.[~ab] says the current classes were meant to sa

[jira] [Comment Edited] (SOLR-12959) Deprecate solrj SimpleOrderedMap

2018-11-05 Thread Gus Heck (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12959?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16676061#comment-16676061 ] Gus Heck edited comment on SOLR-12959 at 11/6/18 2:47 AM: -- [~nob

[jira] [Comment Edited] (SOLR-12959) Deprecate solrj SimpleOrderedMap

2018-11-05 Thread Gus Heck (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12959?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16676061#comment-16676061 ] Gus Heck edited comment on SOLR-12959 at 11/6/18 2:47 AM: -- [~nob

[jira] [Commented] (SOLR-12959) Deprecate solrj SimpleOrderedMap

2018-11-05 Thread Gus Heck (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12959?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16676061#comment-16676061 ] Gus Heck commented on SOLR-12959: - [~noble.paul] I agree that it would be very nice to be

[jira] [Comment Edited] (SOLR-12959) Deprecate solrj SimpleOrderedMap

2018-11-05 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12959?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16676003#comment-16676003 ] Noble Paul edited comment on SOLR-12959 at 11/6/18 2:20 AM: *

[jira] [Comment Edited] (SOLR-12959) Deprecate solrj SimpleOrderedMap

2018-11-05 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12959?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16676003#comment-16676003 ] Noble Paul edited comment on SOLR-12959 at 11/6/18 2:20 AM: *

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

2018-11-05 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/23160/ Java: 64bit/jdk-12-ea+12 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC 18 tests failed. FAILED: org.apache.solr.cloud.TestMiniSolrCloudClusterSSL.testSslAndNoClientAuth Error Message: Could not find collection:second_collec

[jira] [Commented] (SOLR-12959) Deprecate solrj SimpleOrderedMap

2018-11-05 Thread Gus Heck (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12959?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16676005#comment-16676005 ] Gus Heck commented on SOLR-12959: - Ah, just noticed the set of constants in JsonTextWrite

[jira] [Comment Edited] (SOLR-12959) Deprecate solrj SimpleOrderedMap

2018-11-05 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12959?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16676003#comment-16676003 ] Noble Paul edited comment on SOLR-12959 at 11/6/18 2:08 AM: *

[jira] [Commented] (SOLR-12959) Deprecate solrj SimpleOrderedMap

2018-11-05 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12959?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16676003#comment-16676003 ] Noble Paul commented on SOLR-12959: --- * In code {{SimpleOrderedMap}} is exactly same as

[jira] [Commented] (SOLR-12959) Deprecate solrj SimpleOrderedMap

2018-11-05 Thread Gus Heck (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12959?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16675999#comment-16675999 ] Gus Heck commented on SOLR-12959: - This is interesting and enlightening :) Some thoughts:

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

2018-11-05 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/4914/ Java: 64bit/jdk-9 -XX:-UseCompressedOops -XX:+UseParallelGC 6 tests failed. FAILED: org.apache.solr.cloud.autoscaling.sim.TestSimPolicyCloud.testCreateCollectionAddReplica Error Message: Timeout waiting for collection to bec

[GitHub] lucene-solr pull request #492: Answer to TODO: Replace Manual Encoding with ...

2018-11-05 Thread MarcusSorealheis
GitHub user MarcusSorealheis opened a pull request: https://github.com/apache/lucene-solr/pull/492 Answer to TODO: Replace Manual Encoding with JSON Module This commit adds the python `json` module to replace manual json encoding. You can merge this pull request into a Git repositor

Re: Welcome Tim Allison as a Lucene/Solr committer

2018-11-05 Thread Shalin Shekhar Mangar
Congratulations and welcome Tim! On Fri, Nov 2, 2018 at 9:50 PM Erick Erickson wrote: > Hi all, > > Please join me in welcoming Tim Allison as the latest Lucene/Solr > committer! > > Congratulations and Welcome, Tim! > > It's traditional for you to introduce yourself with a brief bio. > > Erick

[jira] [Commented] (SOLR-12963) change default for 'uninvertible' to 'false' (dependent on new schema 'version')

2018-11-05 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12963?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16675941#comment-16675941 ] Hoss Man commented on SOLR-12963: - marking this issue dependent on SOLR-12962 since obvio

[jira] [Created] (SOLR-12963) change default for 'uninvertible' to 'false' (dependent on new schema 'version')

2018-11-05 Thread Hoss Man (JIRA)
Hoss Man created SOLR-12963: --- Summary: change default for 'uninvertible' to 'false' (dependent on new schema 'version') Key: SOLR-12963 URL: https://issues.apache.org/jira/browse/SOLR-12963 Project: Solr

[jira] [Created] (SOLR-12962) add an 'uninvertible' field(type) option that defaults to "true"

2018-11-05 Thread Hoss Man (JIRA)
Hoss Man created SOLR-12962: --- Summary: add an 'uninvertible' field(type) option that defaults to "true" Key: SOLR-12962 URL: https://issues.apache.org/jira/browse/SOLR-12962 Project: Solr Issue Ty

[jira] [Commented] (SOLR-8273) deprecate implicitly uninverted fields, force people to either use docValues, or be explicit that they want query time uninversion

2018-11-05 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16675931#comment-16675931 ] Hoss Man commented on SOLR-8273: At the Activate Conference last month I talked with some

Re: Welcome Tim Allison as a Lucene/Solr committer

2018-11-05 Thread Koji Sekiguchi
Welcome Tim! Koji On 2018/11/03 1:20, Erick Erickson wrote: Hi all, Please join me in welcoming Tim Allison as the latest Lucene/Solr committer! Congratulations and Welcome, Tim! It's traditional for you to introduce yourself with a brief bio. Erick ---

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

2018-11-05 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/3042/ Java: 32bit/jdk1.8.0_172 -client -XX:+UseConcMarkSweepGC 5 tests failed. FAILED: org.apache.solr.client.solrj.impl.CloudSolrClientTest.testCollectionDoesntExist Error Message: Tried fetching cluster state using the node names we

Re: Welcome Gus Heck as Lucene/Solr committer

2018-11-05 Thread Christian Moen
Congrats, Gus! On Tue, Nov 6, 2018 at 9:11 AM Otis Gospodnetić wrote: > Another welcome, Gus! > > Otis > -- > Monitoring - Log Management - Alerting - Anomaly Detection > Solr & Elasticsearch Consulting Support Training - http://sematext.com/ > > > > On Thu, Nov 1, 2018 at 8:22 AM David Smiley

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

2018-11-05 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-repro/1870/ [...truncated 36 lines...] [repro] Jenkins log URL: https://builds.apache.org/job/Lucene-Solr-Tests-7.x/1008/consoleText [repro] Revision: 9a53617e17649e8e0cb3cfc7a76348ba396871d3 [repro] Repro line: ant test -Dtestcase=DeleteReplic

Re: Welcome Tim Allison as a Lucene/Solr committer

2018-11-05 Thread Otis Gospodnetić
Welcome, Tim! Otis -- Monitoring - Log Management - Alerting - Anomaly Detection Solr & Elasticsearch Consulting Support Training - http://sematext.com/ On Fri, Nov 2, 2018 at 12:20 PM Erick Erickson wrote: > Hi all, > > Please join me in welcoming Tim Allison as the latest Lucene/Solr > comm

Re: Welcome Gus Heck as Lucene/Solr committer

2018-11-05 Thread Otis Gospodnetić
Another welcome, Gus! Otis -- Monitoring - Log Management - Alerting - Anomaly Detection Solr & Elasticsearch Consulting Support Training - http://sematext.com/ On Thu, Nov 1, 2018 at 8:22 AM David Smiley wrote: > Hi all, > > Please join me in welcoming Gus Heck as the latest Lucene/Solr comm

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

2018-11-05 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-BadApples-Tests-master/203/ 2 tests failed. FAILED: org.apache.solr.cloud.autoscaling.ScheduledMaintenanceTriggerTest.testInactiveShardCleanup Error Message: missing cleanup event: [CapturedEvent{timestamp=23794640944133397, stage=STARTED, actio

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

2018-11-05 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Windows/873/ Java: 64bit/jdk-10.0.1 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC 14 tests failed. FAILED: org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testTriggerThrottling Error Message: Both triggers should have fired by now

[jira] [Commented] (SOLR-12959) Deprecate solrj SimpleOrderedMap

2018-11-05 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12959?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16675885#comment-16675885 ] Noble Paul commented on SOLR-12959: --- The order is never changed. It's always in the sam

[jira] [Commented] (SOLR-12959) Deprecate solrj SimpleOrderedMap

2018-11-05 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12959?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16675876#comment-16675876 ] Hoss Man commented on SOLR-12959: - {quote}How many people use the other formats of JSON r

[jira] [Commented] (SOLR-12959) Deprecate solrj SimpleOrderedMap

2018-11-05 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12959?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16675873#comment-16675873 ] Hoss Man commented on SOLR-12959: - {quote}Neither echoParams (a SolrParams) nor the store

[jira] [Commented] (SOLR-12959) Deprecate solrj SimpleOrderedMap

2018-11-05 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12959?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16675872#comment-16675872 ] Noble Paul commented on SOLR-12959: --- Let's get this clear , Only JSON makes a distincti

[jira] [Commented] (SOLR-12959) Deprecate solrj SimpleOrderedMap

2018-11-05 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12959?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16675863#comment-16675863 ] David Smiley commented on SOLR-12959: - Neither echoParams (a SolrParams) nor the stor

Re: Call for help: moving from ant build to gradle

2018-11-05 Thread Yago Riveiro
Yago Riveiro smiled at you Spark by Readdle

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

2018-11-05 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/2932/ 1 tests failed. FAILED: org.apache.solr.client.solrj.impl.CloudSolrClientTest.testRouting Error Message: Error from server at https://127.0.0.1:37124/solr/collection1_shard2_replica_n2: Expected mime type application/octet-str

[jira] [Updated] (SOLR-12795) Introduce 'rows' and 'offset' parameter in FacetStream

2018-11-05 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12795?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-12795: -- Attachment: SOLR-12795.patch > Introduce 'rows' and 'offset' parameter in FacetStream > ---

Re: Call for help: moving from ant build to gradle

2018-11-05 Thread Erick Erickson
Edward: Of course. You may have to coordinate how to get your contributions added to the patch is all. I'd coordinate with Dat first though just for efficiency's sake. Just work with the branch/gradle version of the code from the main Git repo. On Mon, Nov 5, 2018 at 2:22 PM Edward Ribeiro wrote

Re: Call for help: moving from ant build to gradle

2018-11-05 Thread Edward Ribeiro
Is this work open to contribution of non committers? Edward Em seg, 5 de nov de 2018 15:01, Gus Heck I'm quite fond of gradle, and even wrote a very simple plugin for > uploading and downloading solr configs to zookeeper from gradle. +1 to use > gradle. > > I'll definitely check it out and give

Re: Welcome Tim Allison as a Lucene/Solr committer

2018-11-05 Thread Karl Wright
Welcome! Karl On Mon, Nov 5, 2018 at 1:39 PM Christine Poerschke (BLOOMBERG/ LONDON) < cpoersc...@bloomberg.net> wrote: > Welcome Tim! > > From: dev@lucene.apache.org At: 11/02/18 16:20:52 > To: dev@lucene.apache.org > Subject: Welcome Tim Allison as a Lucene/Solr committer > > Hi all, > > > Plea

[jira] [Commented] (SOLR-12959) Deprecate solrj SimpleOrderedMap

2018-11-05 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12959?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16675815#comment-16675815 ] Hoss Man commented on SOLR-12959: - {quote}I imagine the reach will be broad – yet I hope

[jira] [Commented] (SOLR-12959) Deprecate solrj SimpleOrderedMap

2018-11-05 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12959?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16675811#comment-16675811 ] Hoss Man commented on SOLR-12959: - {quote} I thought "json.nl" is what toggles these two

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

2018-11-05 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/7607/ Java: 32bit/jdk1.8.0_172 -client -XX:+UseSerialGC 9 tests failed. FAILED: org.apache.solr.cloud.DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica Error Message: Expected new active leader null Live Nodes: [127.0.0.1

[jira] [Comment Edited] (SOLR-12947) SolrJ Helper for JSON Request API

2018-11-05 Thread Jason Gerlowski (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12947?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16674493#comment-16674493 ] Jason Gerlowski edited comment on SOLR-12947 at 11/5/18 9:10 PM: --

[jira] [Comment Edited] (SOLR-12947) SolrJ Helper for JSON Request API

2018-11-05 Thread Jason Gerlowski (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12947?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16675442#comment-16675442 ] Jason Gerlowski edited comment on SOLR-12947 at 11/5/18 9:10 PM: --

[jira] [Commented] (SOLR-12959) Deprecate solrj SimpleOrderedMap

2018-11-05 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12959?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16675770#comment-16675770 ] David Smiley commented on SOLR-12959: - bq. Right, but there's also the default behavi

[jira] [Comment Edited] (SOLR-12698) SolrFeature: no-fq optimisation

2018-11-05 Thread Christine Poerschke (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12698?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16675743#comment-16675743 ] Christine Poerschke edited comment on SOLR-12698 at 11/5/18 8:58 PM: --

[jira] [Resolved] (SOLR-12699) make LTRScoringModel immutable (to allow hashCode caching)

2018-11-05 Thread Christine Poerschke (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12699?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christine Poerschke resolved SOLR-12699. Resolution: Fixed Assignee: Christine Poerschke Fix Version/s: maste

[jira] [Commented] (SOLR-12699) make LTRScoringModel immutable (to allow hashCode caching)

2018-11-05 Thread Christine Poerschke (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12699?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16675750#comment-16675750 ] Christine Poerschke commented on SOLR-12699: bq. ... I took a look at your pa

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

2018-11-05 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-repro/1868/ [...truncated 28 lines...] [repro] Jenkins log URL: https://builds.apache.org/job/Lucene-Solr-BadApples-Tests-7.x/208/consoleText [repro] Revision: 5ad78734384104d7e26d51917d04936b849a692d [repro] Repro line: ant test -Dtestcase=Tes

[jira] [Commented] (SOLR-12909) Fix all tests in org.apache.solr.update and begin a defense of them.

2018-11-05 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12909?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16675748#comment-16675748 ] Mark Miller commented on SOLR-12909: I'm going to start a more thorough test reckonin

[jira] [Commented] (SOLR-12698) SolrFeature: no-fq optimisation

2018-11-05 Thread Christine Poerschke (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12698?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16675743#comment-16675743 ] Christine Poerschke commented on SOLR-12698: Started to look at the initial S

[jira] [Commented] (SOLR-12698) SolrFeature: no-fq optimisation

2018-11-05 Thread Christine Poerschke (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12698?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16675742#comment-16675742 ] Christine Poerschke commented on SOLR-12698: bq. ... the intention to introdu

[jira] [Commented] (SOLR-12959) Deprecate solrj SimpleOrderedMap

2018-11-05 Thread Andrzej Bialecki (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12959?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16675739#comment-16675739 ] Andrzej Bialecki commented on SOLR-12959: -- bq. The json.nl influences how named

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

2018-11-05 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-SmokeRelease-master/1174/ No tests ran. Build Log: [...truncated 23410 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

[jira] [Commented] (SOLR-12961) Ref Guide: Add keyword metadata to pages

2018-11-05 Thread Cassandra Targett (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12961?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16675723#comment-16675723 ] Cassandra Targett commented on SOLR-12961: -- There's two ways to approach this, a

[jira] [Commented] (SOLR-12699) make LTRScoringModel immutable (to allow hashCode caching)

2018-11-05 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12699?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16675704#comment-16675704 ] ASF subversion and git services commented on SOLR-12699: Commit 7

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

2018-11-05 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-7.x/1008/ 5 tests failed. FAILED: org.apache.solr.cloud.DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica Error Message: Expected new active leader null Live Nodes: [127.0.0.1:35447_solr, 127.0.0.1:40833_solr, 127.0.0.1:42673_solr]

[jira] [Updated] (SOLR-12795) Introduce 'offset' and 'rows' parameter in FacetStream.

2018-11-05 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12795?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-12795: -- Attachment: SOLR-12795.patch > Introduce 'offset' and 'rows' parameter in FacetStream. > --

[jira] [Updated] (SOLR-12795) Introduce 'rows' and 'offset' parameter in FacetStream

2018-11-05 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12795?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-12795: -- Summary: Introduce 'rows' and 'offset' parameter in FacetStream (was: Introduce 'offset' and '

[jira] [Commented] (SOLR-12959) Deprecate solrj SimpleOrderedMap

2018-11-05 Thread Gus Heck (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12959?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16675672#comment-16675672 ] Gus Heck commented on SOLR-12959: - I've always wondered... are these two classes used mer

[jira] [Updated] (SOLR-12795) Introduce 'offset' and 'rows' parameter in FacetStream.

2018-11-05 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12795?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-12795: -- Attachment: SOLR-12795.patch > Introduce 'offset' and 'rows' parameter in FacetStream. > --

[jira] [Commented] (SOLR-12699) make LTRScoringModel immutable (to allow hashCode caching)

2018-11-05 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12699?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16675666#comment-16675666 ] ASF subversion and git services commented on SOLR-12699: Commit b

[jira] [Commented] (SOLR-12259) Robustly upgrade indexes

2018-11-05 Thread Christine Poerschke (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12259?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16675651#comment-16675651 ] Christine Poerschke commented on SOLR-12259: {quote}... WDYT of co-opting Uni

[jira] [Commented] (SOLR-12959) Deprecate solrj SimpleOrderedMap

2018-11-05 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12959?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16675653#comment-16675653 ] David Smiley commented on SOLR-12959: - I mistook the class level javadocs to be obsol

[jira] [Resolved] (SOLR-12746) Ref Guide HTML output should adhere to more standard HTML5

2018-11-05 Thread Cassandra Targett (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12746?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cassandra Targett resolved SOLR-12746. -- Resolution: Done Four consecutive Jenkins build runs were as expected, so I backported

[jira] [Commented] (SOLR-12746) Ref Guide HTML output should adhere to more standard HTML5

2018-11-05 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12746?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16675636#comment-16675636 ] ASF subversion and git services commented on SOLR-12746: Commit 2

[jira] [Commented] (SOLR-12955) Refactor DistributedUpdateProcessor

2018-11-05 Thread Bar Rotstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12955?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16675635#comment-16675635 ] Bar Rotstein commented on SOLR-12955: - {quote}What happens if somebody upgrades a Sol

[jira] [Updated] (SOLR-12959) Deprecate solrj SimpleOrderedMap

2018-11-05 Thread Christine Poerschke (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12959?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christine Poerschke updated SOLR-12959: --- Summary: Deprecate solrj SimpleOrderedMap (was: Deprecate SimpleOrderedMap) > Deprec

[jira] [Commented] (SOLR-12959) Deprecate SimpleOrderedMap

2018-11-05 Thread Christine Poerschke (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12959?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16675629#comment-16675629 ] Christine Poerschke commented on SOLR-12959: bq. ... JSON responses from Solr

[jira] [Updated] (SOLR-12959) Deprecate solrj SimpleOrderedMap

2018-11-05 Thread Christine Poerschke (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12959?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christine Poerschke updated SOLR-12959: --- Component/s: SolrJ > Deprecate solrj SimpleOrderedMap > -

[jira] [Created] (SOLR-12961) Ref Guide: Add keyword metadata to pages

2018-11-05 Thread Cassandra Targett (JIRA)
Cassandra Targett created SOLR-12961: Summary: Ref Guide: Add keyword metadata to pages Key: SOLR-12961 URL: https://issues.apache.org/jira/browse/SOLR-12961 Project: Solr Issue Type: Imp

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

2018-11-05 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/2931/ 4 tests failed. FAILED: org.apache.lucene.index.TestIndexFileDeleter.testExcInDecRef Error Message: ReaderPool is already closed Stack Trace: org.apache.lucene.store.AlreadyClosedException: ReaderPool is already closed

[jira] [Updated] (SOLR-12795) Introduce 'offset' and 'rows' parameter in FacetStream.

2018-11-05 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12795?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-12795: -- Attachment: SOLR-12795.patch > Introduce 'offset' and 'rows' parameter in FacetStream. > --

[jira] [Commented] (SOLR-12959) Deprecate SimpleOrderedMap

2018-11-05 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12959?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16675581#comment-16675581 ] Hoss Man commented on SOLR-12959: - bq. Simple removal is not sufficient, we should verify

[jira] [Comment Edited] (SOLR-12955) Refactor DistributedUpdateProcessor

2018-11-05 Thread Bar Rotstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12955?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16675570#comment-16675570 ] Bar Rotstein edited comment on SOLR-12955 at 11/5/18 6:40 PM: -

Re:Welcome Tim Allison as a Lucene/Solr committer

2018-11-05 Thread Christine Poerschke (BLOOMBERG/ LONDON)
Welcome Tim! From: dev@lucene.apache.org At: 11/02/18 16:20:52To: dev@lucene.apache.org Subject: Welcome Tim Allison as a Lucene/Solr committer Hi all, Please join me in welcoming Tim Allison as the latest Lucene/Solr committer! Congratulations and Welcome, Tim! It's traditional for you to in

[jira] [Commented] (SOLR-12955) Refactor DistributedUpdateProcessor

2018-11-05 Thread Bar Rotstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12955?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16675570#comment-16675570 ] Bar Rotstein commented on SOLR-12955: - {quote}I believe there will be no change to co

Re:Welcome Gus Heck as Lucene/Solr committer

2018-11-05 Thread Christine Poerschke (BLOOMBERG/ LONDON)
Welcome Gus! From: dev@lucene.apache.org At: 11/01/18 12:22:35To: dev@lucene.apache.org Subject: Welcome Gus Heck as Lucene/Solr committer Hi all, Please join me in welcoming Gus Heck as the latest Lucene/Solr committer! Congratulations and Welcome, Gus! Gus, it's traditional for you to intr

[jira] [Commented] (SOLR-12955) Refactor DistributedUpdateProcessor

2018-11-05 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12955?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16675561#comment-16675561 ] David Smiley commented on SOLR-12955: - I believe there will be no change to configs a

[jira] [Commented] (SOLR-12795) Introduce 'offset' and 'rows' parameter in FacetStream.

2018-11-05 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12795?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16675560#comment-16675560 ] Joel Bernstein commented on SOLR-12795: --- All existing tests pass with the latest pa

[jira] [Updated] (SOLR-12795) Introduce 'offset' and 'rows' parameter in FacetStream.

2018-11-05 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12795?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-12795: -- Attachment: SOLR-12795.patch > Introduce 'offset' and 'rows' parameter in FacetStream. > --

[jira] [Commented] (SOLR-12955) Refactor DistributedUpdateProcessor

2018-11-05 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12955?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16675554#comment-16675554 ] Shawn Heisey commented on SOLR-12955: - My only real concern is how existing configs a

[JENKINS] Lucene-Solr-master-Linux (64bit/jdk-11) - Build # 23158 - Unstable!

2018-11-05 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/23158/ Java: 64bit/jdk-11 -XX:+UseCompressedOops -XX:+UseParallelGC 25 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.cloud.TestCloudRecovery Error Message: Could not find collection:collection1 Stack Trace: java.l

[jira] [Commented] (SOLR-12955) Refactor DistributedUpdateProcessor

2018-11-05 Thread Bar Rotstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12955?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16675480#comment-16675480 ] Bar Rotstein commented on SOLR-12955: - {quote}as CDCR is a strict SolrCloud feature{q

Re: Call for help: moving from ant build to gradle

2018-11-05 Thread Gus Heck
I'm quite fond of gradle, and even wrote a very simple plugin for uploading and downloading solr configs to zookeeper from gradle. +1 to use gradle. I'll definitely check it out and give it a whirl, maybe I'll help some if I can. On Sun, Nov 4, 2018 at 2:13 PM Đạt Cao Mạnh wrote: > Hi guys, > >

[jira] [Updated] (SOLR-12795) Introduce 'offset' and 'rows' parameter in FacetStream.

2018-11-05 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12795?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-12795: -- Attachment: SOLR-12795.patch > Introduce 'offset' and 'rows' parameter in FacetStream. > --

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

2018-11-05 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-repro/1865/ [...truncated 28 lines...] [repro] Jenkins log URL: https://builds.apache.org/job/Lucene-Solr-NightlyTests-master/1689/consoleText [repro] Revision: 45b772f4a995c618b48ff05c6129c5683df92f88 [repro] Ant options: -Dtests.multiplier=2 -

[JENKINS] Lucene-Solr-BadApples-Tests-7.x - Build # 208 - Still Unstable

2018-11-05 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-BadApples-Tests-7.x/208/ 4 tests failed. FAILED: org.apache.solr.cloud.TestSolrCloudWithKerberosAlt.testBasics Error Message: Could not load collection from ZK: testkerberoscollection Stack Trace: org.apache.solr.common.SolrException: Could not l

  1   2   >