[GitHub] lucene-solr pull request #495: LUCENE-8464: Implement ConstantScoreScorer#se...

2018-11-15 Thread cbismuth
Github user cbismuth commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/495#discussion_r233838121 --- Diff: lucene/core/src/java/org/apache/lucene/search/LRUQueryCache.java --- @@ -766,7 +766,7 @@ public ScorerSupplier

[jira] [Commented] (LUCENE-8563) Remove k1+1 from the numerator of BM25Similarity

2018-11-15 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16688101#comment-16688101 ] Adrien Grand commented on LUCENE-8563: -- If keeping a way to get the old scores is the main concern,

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

2018-11-15 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/3097/ Java: 32bit/jdk1.8.0_172 -server -XX:+UseParallelGC 2 tests failed. FAILED: org.apache.solr.client.solrj.impl.CloudSolrClientTest.testParallelUpdateQTime Error Message: Error from server at

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

2018-11-15 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Windows/886/ Java: 64bit/jdk1.8.0_172 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC 4 tests failed. FAILED: org.apache.solr.cloud.autoscaling.TriggerSetPropertiesIntegrationTest.testSetProperties Error Message: Stack Trace:

[jira] [Commented] (LUCENE-8551) Purge unused FieldInfo on segment merge

2018-11-15 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8551?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16688303#comment-16688303 ] David Smiley commented on LUCENE-8551: -- bq. For instance in the NRT case that means that you could

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

2018-11-15 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-BadApples-Tests-7.x/217/ 13 tests failed. FAILED: org.apache.solr.cloud.TestDistribDocBasedVersion.test Error Message: Error from server at http://127.0.0.1:40988: At least one of the node(s) specified [127.0.0.1:44341_] are not currently active

[JENKINS] Lucene-Solr-master-Windows (64bit/jdk-9.0.4) - Build # 7620 - Still Unstable!

2018-11-15 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/7620/ Java: 64bit/jdk-9.0.4 -XX:-UseCompressedOops -XX:+UseSerialGC 2 tests failed. FAILED: org.apache.solr.cloud.autoscaling.sim.TestSimGenericDistributedQueue.testDistributedQueueBlocking Error Message: Stack Trace:

[jira] [Comment Edited] (LUCENE-8551) Purge unused FieldInfo on segment merge

2018-11-15 Thread Christophe Bismuth (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8551?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16687703#comment-16687703 ] Christophe Bismuth edited comment on LUCENE-8551 at 11/15/18 2:40 PM:

[jira] [Resolved] (LUCENE-8294) KeywordTokenizer hangs with user misconfigured inputs

2018-11-15 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8294?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand resolved LUCENE-8294. -- Resolution: Fixed Thanks for checking [~cbismuth]. > KeywordTokenizer hangs with user

[jira] [Commented] (LUCENE-8551) Purge unused FieldInfo on segment merge

2018-11-15 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8551?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16688331#comment-16688331 ] Adrien Grand commented on LUCENE-8551: -- Field infos are tracked at IndexWriter#globalFieldNumberMap

[GitHub] lucene-solr issue #495: LUCENE-8464: Implement ConstantScoreScorer#setMinCom...

2018-11-15 Thread cbismuth
Github user cbismuth commented on the issue: https://github.com/apache/lucene-solr/pull/495 Thanks @jimczi, I'll rerun all Lucene tests to ensure nothing is broken and I'll let you know. --- - To unsubscribe,

[GitHub] lucene-solr issue #496: LUCENE-8463: Early-terminate queries sorted by SortF...

2018-11-15 Thread cbismuth
Github user cbismuth commented on the issue: https://github.com/apache/lucene-solr/pull/496 Great! Thank you @jimczi. --- - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail:

[jira] [Commented] (SOLR-5211) updating parent as childless makes old children orphans

2018-11-15 Thread mosh (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16688241#comment-16688241 ] mosh commented on SOLR-5211: [~osavrasov], Are you planning on continuing your work on this feature? >

[jira] [Commented] (LUCENE-8548) Reevaluate scripts boundary break in Nori's tokenizer

2018-11-15 Thread Christophe Bismuth (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8548?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16688242#comment-16688242 ] Christophe Bismuth commented on LUCENE-8548: Hi [~jim.ferenczi], have you started to work on

[GitHub] lucene-solr pull request #495: LUCENE-8464: Implement ConstantScoreScorer#se...

2018-11-15 Thread cbismuth
Github user cbismuth commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/495#discussion_r233838293 --- Diff: lucene/core/src/test/org/apache/lucene/search/TestPointQueries.java --- @@ -1903,9 +1903,6 @@ public void

[jira] [Assigned] (SOLR-5211) updating parent as childless makes old children orphans

2018-11-15 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5211?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley reassigned SOLR-5211: -- Assignee: David Smiley (was: Mikhail Khludnev) Priority: Blocker (was: Major)

[jira] [Commented] (SOLR-12989) facilitate -Dsolr.log.muteconsole opt-out

2018-11-15 Thread Christine Poerschke (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12989?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16688216#comment-16688216 ] Christine Poerschke commented on SOLR-12989: bq. ... upgrade without modifying their old

[jira] [Commented] (LUCENE-8551) Purge unused FieldInfo on segment merge

2018-11-15 Thread Christophe Bismuth (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8551?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16688170#comment-16688170 ] Christophe Bismuth commented on LUCENE-8551: The overhead makes me think a dedicated

Re: Lucene/Solr 7.6

2018-11-15 Thread Nicholas Knize
Hi Đạt Sorry for the delay. I'm okay with you backporting SOLR-12969 to branch_7_6. On Mon, Nov 12, 2018, 4:09 AM Đạt Cao Mạnh wrote: > Hi guys, > > Is it ok for backporting SOLR-12969 to branch_7_6? > > On Sat, Nov 10, 2018 at 3:50 PM Steve Rowe wrote: > >> Hi Cassandra, >> >> > On Nov 9,

[jira] [Commented] (LUCENE-8563) Remove k1+1 from the numerator of BM25Similarity

2018-11-15 Thread Doug Turnbull (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16688382#comment-16688382 ] Doug Turnbull commented on LUCENE-8563: --- Thanks [~jpountz] - My feeling is if Lucene has something

[GitHub] lucene-solr pull request #495: LUCENE-8464: Implement ConstantScoreScorer#se...

2018-11-15 Thread cbismuth
Github user cbismuth commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/495#discussion_r233838178 --- Diff: lucene/core/src/java/org/apache/lucene/search/LRUQueryCache.java --- @@ -844,7 +844,7 @@ public BulkScorer bulkScorer(LeafReaderContext

[GitHub] lucene-solr pull request #495: LUCENE-8464: Implement ConstantScoreScorer#se...

2018-11-15 Thread cbismuth
Github user cbismuth commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/495#discussion_r233838241 --- Diff: lucene/core/src/test/org/apache/lucene/search/TestConjunctionDISI.java --- @@ -234,12 +234,12 @@ public void testConjunction() throws

[jira] [Commented] (LUCENE-8563) Remove k1+1 from the numerator of BM25Similarity

2018-11-15 Thread JIRA
[ https://issues.apache.org/jira/browse/LUCENE-8563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16688082#comment-16688082 ] Jan Høydahl commented on LUCENE-8563: - +1 to Doug's suggestion. Add the new Similarity and keep the

[jira] [Commented] (SOLR-5211) updating parent as childless makes old children orphans

2018-11-15 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16688130#comment-16688130 ] David Smiley commented on SOLR-5211: RE my pondering of the dubious necessity of adding \_version\_ to

[GitHub] lucene-solr issue #495: LUCENE-8464: Implement ConstantScoreScorer#setMinCom...

2018-11-15 Thread cbismuth
Github user cbismuth commented on the issue: https://github.com/apache/lucene-solr/pull/495 Ant `precommit` task and Lucene test are all green. --- - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For

[jira] [Commented] (LUCENE-8551) Purge unused FieldInfo on segment merge

2018-11-15 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8551?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16688146#comment-16688146 ] Adrien Grand commented on LUCENE-8551: -- That would have overhead for sure. For instance it's not

[jira] [Updated] (SOLR-12989) facilitate -Dsolr.log.muteconsole opt-out

2018-11-15 Thread Christine Poerschke (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12989?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christine Poerschke updated SOLR-12989: --- Attachment: SOLR-12989.patch > facilitate -Dsolr.log.muteconsole opt-out >

Re: Lucene/Solr 7.6

2018-11-15 Thread Nicholas Knize
Thank you for setting up the Jenkins jobs Steve! Sorry for missing that note during the 7.5 release. I'll ask Adrien to get me admin access for the future. On Sat, Nov 10, 2018, 9:41 AM Steve Rowe wrote: > Hi Nick, > > > On Nov 9, 2018, at 3:24 PM, Nicholas Knize wrote: > > > > branch_7_6 has

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

2018-11-15 Thread Bar Rotstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12955?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16688319#comment-16688319 ] Bar Rotstein commented on SOLR-12955: - Could anyone have a closer look at this when they have some

[jira] [Commented] (LUCENE-8563) Remove k1+1 from the numerator of BM25Similarity

2018-11-15 Thread Doug Turnbull (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16688424#comment-16688424 ] Doug Turnbull commented on LUCENE-8563: --- Ah... I assumed "Adrien has his performance hat on" which

[jira] [Created] (SOLR-12990) High test failure rate on Java11/12 when (randomized) ssl=true clientAuth=false

2018-11-15 Thread Hoss Man (JIRA)
Hoss Man created SOLR-12990: --- Summary: High test failure rate on Java11/12 when (randomized) ssl=true clientAuth=false Key: SOLR-12990 URL: https://issues.apache.org/jira/browse/SOLR-12990 Project: Solr

[jira] [Commented] (SOLR-12989) facilitate -Dsolr.log.muteconsole opt-out

2018-11-15 Thread Christine Poerschke (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12989?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16688453#comment-16688453 ] Christine Poerschke commented on SOLR-12989: Okay, so I think i've tested the Linux part of

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

2018-11-15 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-BadApples-Tests-master/212/ 5 tests failed. FAILED: org.apache.solr.cloud.HttpPartitionTest.test Error Message: max version bucket seed not updated after recovery! Stack Trace: java.lang.AssertionError: max version bucket seed not updated after

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

2018-11-15 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/23216/ Java: 64bit/jdk-12-ea+12 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC 32 tests failed. FAILED: org.apache.solr.client.solrj.io.stream.StreamingTest.testParallelReducerStream Error Message:

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

2018-11-15 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/23215/ Java: 64bit/jdk-11 -XX:+UseCompressedOops -XX:+UseSerialGC 47 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.handler.admin.AutoscalingHistoryHandlerTest Error Message: Could not find collection :

[jira] [Updated] (SOLR-12990) High test failure rate on Java11/12 when (randomized) ssl=true clientAuth=false

2018-11-15 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12990?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man updated SOLR-12990: Description: Ever since the policeman's Jenkins instance started running tests on Java11, we've seen an

[jira] [Commented] (SOLR-12990) High test failure rate on Java11/12 when (randomized) ssl=true clientAuth=false

2018-11-15 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12990?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16688433#comment-16688433 ] Hoss Man commented on SOLR-12990: - [~thetaphi‍] - would it be possible to set up a jenkins job on your

[jira] [Commented] (LUCENE-8563) Remove k1+1 from the numerator of BM25Similarity

2018-11-15 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16688388#comment-16688388 ] Adrien Grand commented on LUCENE-8563: -- My goal is not to make things faster, I don't think it

[jira] [Commented] (LUCENE-8563) Remove k1+1 from the numerator of BM25Similarity

2018-11-15 Thread Michael Gibney (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16688455#comment-16688455 ] Michael Gibney commented on LUCENE-8563: I see; +1 as well. Seeing the main practical

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

2018-11-15 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/3098/ Java: 64bit/jdk-12-ea+12 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC 11 tests failed. FAILED: org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaByCountForAllShards Error Message: Expected two shards with two replicas each

[jira] [Created] (SOLR-12991) RecoveryStrategy should mention the root cause

2018-11-15 Thread Varun Thacker (JIRA)
Varun Thacker created SOLR-12991: Summary: RecoveryStrategy should mention the root cause Key: SOLR-12991 URL: https://issues.apache.org/jira/browse/SOLR-12991 Project: Solr Issue Type: Bug

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

2018-11-15 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-repro/1949/ [...truncated 55 lines...] [repro] Jenkins log URL: https://builds.apache.org/job/Lucene-Solr-Tests-master/2950/consoleText [repro] Revision: 763e64260f1ef470e6cc27ad3f0271135fff4a8f [repro] Repro line: ant test

[jira] [Commented] (SOLR-12991) RecoveryStrategy should mention the root cause

2018-11-15 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12991?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16688868#comment-16688868 ] Mark Miller commented on SOLR-12991: Yeah, would be nice to log the root error at the least. I don't

[jira] [Commented] (SOLR-12833) Use timed-out lock in DistributedUpdateProcessor

2018-11-15 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12833?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16688695#comment-16688695 ] Mark Miller commented on SOLR-12833: Yeah, it's confusing because Java already has the ida of tryLock

[JENKINS] Lucene-Solr-NightlyTests-7.x - Build # 378 - Failure

2018-11-15 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-7.x/378/ 7 tests failed. FAILED: org.apache.lucene.search.TestSearcherManager.testConcurrentIndexCloseSearchAndRefresh Error Message: Captured an uncaught exception in thread: Thread[id=1120, name=Thread-362, state=RUNNABLE,

[JENKINS] Lucene-Solr-master-Linux (64bit/jdk-10.0.1) - Build # 23217 - Still Unstable!

2018-11-15 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/23217/ Java: 64bit/jdk-10.0.1 -XX:+UseCompressedOops -XX:+UseParallelGC 5 tests failed. FAILED: org.apache.solr.client.solrj.impl.CloudSolrClientTest.testRouting Error Message: Error from server at

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

2018-11-15 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-BadApples-7.x-Linux/120/ Java: 64bit/jdk-11 -XX:-UseCompressedOops -XX:+UseParallelGC 57 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.cloud.TestCloudRecovery Error Message: Could not find collection:collection1 Stack Trace:

[jira] [Commented] (SOLR-5970) Create collection API always has status 0

2018-11-15 Thread Jason Gerlowski (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5970?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16688919#comment-16688919 ] Jason Gerlowski commented on SOLR-5970: --- Attached a patch which takes a stab at this. With this

[jira] [Commented] (SOLR-9399) Delete requests do not send credentials & fails for Basic Authentication

2018-11-15 Thread Jeff Walraven (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16688890#comment-16688890 ] Jeff Walraven commented on SOLR-9399: - Could we get this patch applied to major version 6 as well? >

[JENKINS] Lucene-Solr-master-Windows (64bit/jdk-9.0.4) - Build # 7621 - Still Unstable!

2018-11-15 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/7621/ Java: 64bit/jdk-9.0.4 -XX:+UseCompressedOops -XX:+UseSerialGC 6 tests failed. FAILED: org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testTriggerThrottling Error Message: Both triggers should have fired by now

[jira] [Commented] (SOLR-9399) Delete requests do not send credentials & fails for Basic Authentication

2018-11-15 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16689005#comment-16689005 ] Erick Erickson commented on SOLR-9399: -- It's highly unlikely that this would cause an official

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

2018-11-15 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-repro/1951/ [...truncated 29 lines...] [repro] Jenkins log URL: https://builds.apache.org/job/Lucene-Solr-NightlyTests-master/1698/consoleText [repro] Revision: 95d01c6583b825b6b87591e4f27002c285ea25fb [repro] Ant options: -Dtests.multiplier=2

[jira] [Created] (SOLR-12992) Avoid creating Strings from BytesRef in ExportWriter

2018-11-15 Thread Noble Paul (JIRA)
Noble Paul created SOLR-12992: - Summary: Avoid creating Strings from BytesRef in ExportWriter Key: SOLR-12992 URL: https://issues.apache.org/jira/browse/SOLR-12992 Project: Solr Issue Type:

[jira] [Updated] (SOLR-5970) Create collection API always has status 0

2018-11-15 Thread Jason Gerlowski (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5970?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Gerlowski updated SOLR-5970: -- Attachment: SOLR-5970.patch > Create collection API always has status 0 >

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

2018-11-15 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-BadApples-master-Linux/121/ Java: 64bit/jdk-9.0.4 -XX:-UseCompressedOops -XX:+UseParallelGC 14 tests failed. FAILED: org.apache.solr.cloud.TestTlogReplica.testRecovery Error Message: Can not find doc 7 in https://127.0.0.1:39189/solr Stack

[jira] [Commented] (LUCENE-8563) Remove k1+1 from the numerator of BM25Similarity

2018-11-15 Thread Elizabeth Haubert (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16688474#comment-16688474 ] Elizabeth Haubert commented on LUCENE-8563: --- +1 if this gets us closer to BM25F. I saw the

[jira] [Commented] (SOLR-12833) Use timed-out lock in DistributedUpdateProcessor

2018-11-15 Thread jefferyyuan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12833?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16688670#comment-16688670 ] jefferyyuan commented on SOLR-12833: Hi, [~markrmil...@gmail.com], the tryGetVersionBucketLock will

[jira] [Commented] (SOLR-12497) Add ref guide docs for Hadoop Credential Provider based SSL/TLS store password source.

2018-11-15 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-12497?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16689115#comment-16689115 ] Jan Høydahl commented on SOLR-12497: [~ctargett] sorry, I messed up the issue status, just wanted to

[JENKINS] Lucene-Solr-master-Linux (64bit/jdk-9.0.4) - Build # 23218 - Failure!

2018-11-15 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/23218/ Java: 64bit/jdk-9.0.4 -XX:-UseCompressedOops -XX:+UseSerialGC All tests passed Build Log: [...truncated 15324 lines...] [junit4] JVM J1: stdout was not empty, see:

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

2018-11-15 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-repro/1952/ [...truncated 29 lines...] [repro] Jenkins log URL: https://builds.apache.org/job/Lucene-Solr-BadApples-Tests-7.x/217/consoleText [repro] Revision: efae53e5e910aa1c44b201f861db856db492837d [repro] Repro line: ant test

[jira] [Updated] (SOLR-12993) Split the state.json into 2. a small frequently modified data + a large unmodified data

2018-11-15 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12993?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-12993: -- Environment: (was: This a just a proposal particularly useful for large cluster. ) > Split the

[jira] [Updated] (SOLR-12993) Split the state.json into 2. a small frequently modified data + a large unmodified data

2018-11-15 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12993?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-12993: -- Description: This a just a proposal to minimize the ZK load and improve scalability of very large

[jira] [Created] (SOLR-12993) Split the state.json into 2. a small frequently modified data + a large unmodified data

2018-11-15 Thread Noble Paul (JIRA)
Noble Paul created SOLR-12993: - Summary: Split the state.json into 2. a small frequently modified data + a large unmodified data Key: SOLR-12993 URL: https://issues.apache.org/jira/browse/SOLR-12993

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

2018-11-15 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Windows/887/ Java: 64bit/jdk-10.0.1 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC 4 tests failed. FAILED: org.apache.solr.cloud.autoscaling.TriggerSetPropertiesIntegrationTest.testSetProperties Error Message: Stack Trace:

[jira] [Commented] (SOLR-12497) Add ref guide docs for Hadoop Credential Provider based SSL/TLS store password source.

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

[jira] [Commented] (SOLR-12985) ClassNotFound indexing crypted documents

2018-11-15 Thread Luca (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12985?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16687623#comment-16687623 ] Luca commented on SOLR-12985: - The libraries are already imported using the lib tag by the default

[GitHub] lucene-solr pull request #499: LUCENE-8552: Optimize getMergedFieldInfos for...

2018-11-15 Thread cbismuth
GitHub user cbismuth opened a pull request: https://github.com/apache/lucene-solr/pull/499 LUCENE-8552: Optimize getMergedFieldInfos for one-segment FieldInfos > FieldInfos.getMergedFieldInfos could trivially return the FieldInfos of the first and only LeafReader if there is only

[jira] [Commented] (LUCENE-8552) optimize getMergedFieldInfos for one-segment FieldInfos

2018-11-15 Thread Christophe Bismuth (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8552?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16687694#comment-16687694 ] Christophe Bismuth commented on LUCENE-8552: Hi [~dsmiley], I've opened PR

[jira] [Commented] (LUCENE-8551) Purge unused FieldInfo on segment merge

2018-11-15 Thread Christophe Bismuth (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8551?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16687703#comment-16687703 ] Christophe Bismuth commented on LUCENE-8551: Sounds challenging, I'd like to work in it! >

[jira] [Commented] (SOLR-12497) Add ref guide docs for Hadoop Credential Provider based SSL/TLS store password source.

2018-11-15 Thread Mano Kovacs (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12497?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16687709#comment-16687709 ] Mano Kovacs commented on SOLR-12497: [~ctargett], looks great, thank you for taking the time. > Add

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

2018-11-15 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-MacOSX/933/ Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseSerialGC 2 tests failed. FAILED: org.apache.solr.cloud.autoscaling.sim.TestSimPolicyCloud.testCreateCollectionSplitShard Error Message:

[jira] [Comment Edited] (LUCENE-8552) optimize getMergedFieldInfos for one-segment FieldInfos

2018-11-15 Thread Christophe Bismuth (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8552?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16683801#comment-16683801 ] Christophe Bismuth edited comment on LUCENE-8552 at 11/15/18 8:42 AM:

[GitHub] lucene-solr pull request #475: SOLR-12881: Remove unneeded import statements

2018-11-15 Thread petersomogyi
Github user petersomogyi closed the pull request at: https://github.com/apache/lucene-solr/pull/475 --- - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail:

[GitHub] lucene-solr issue #475: SOLR-12881: Remove unneeded import statements

2018-11-15 Thread petersomogyi
Github user petersomogyi commented on the issue: https://github.com/apache/lucene-solr/pull/475 Merged with `763e642` and `c4961d4` commits. --- - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For

[jira] [Comment Edited] (LUCENE-8552) optimize getMergedFieldInfos for one-segment FieldInfos

2018-11-15 Thread Christophe Bismuth (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8552?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16687694#comment-16687694 ] Christophe Bismuth edited comment on LUCENE-8552 at 11/15/18 9:21 AM:

[jira] [Commented] (LUCENE-8551) Purge unused FieldInfo on segment merge

2018-11-15 Thread Christophe Bismuth (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8551?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16687705#comment-16687705 ] Christophe Bismuth commented on LUCENE-8551: I'll first implement unused {{FieldInfo}}

[jira] [Commented] (SOLR-12881) Remove unneeded import statements

2018-11-15 Thread Peter Somogyi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12881?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16687665#comment-16687665 ] Peter Somogyi commented on SOLR-12881: -- Thank you all for the reviews and Erick for committing!  >

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

2018-11-15 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/23213/ Java: 64bit/jdk1.8.0_172 -XX:+UseCompressedOops -XX:+UseParallelGC 2 tests failed. FAILED: org.apache.solr.client.solrj.impl.CloudSolrClientTest.testVersionsAreReturned Error Message: Error from server at

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

2018-11-15 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-7.x/1028/ 1 tests failed. FAILED: org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest.testSplitIntegration Error Message: did not finish processing in time Stack Trace: java.lang.AssertionError: did not finish processing in time

[jira] [Commented] (SOLR-12985) ClassNotFound indexing crypted documents

2018-11-15 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-12985?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16687782#comment-16687782 ] Jan Høydahl commented on SOLR-12985: I managed to reproduce in 7.5.0 with these steps: {code:java}

[JENKINS] Lucene-Solr-NightlyTests-master - Build # 1698 - Still Unstable

2018-11-15 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-master/1698/ 8 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.cloud.autoscaling.sim.TestSimGenericDistributedQueue Error Message: Suite timeout exceeded (>= 720 msec). Stack Trace: java.lang.Exception: Suite

[jira] [Comment Edited] (SOLR-12985) ClassNotFound indexing crypted documents

2018-11-15 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-12985?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16687782#comment-16687782 ] Jan Høydahl edited comment on SOLR-12985 at 11/15/18 10:37 AM: --- I managed

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

2018-11-15 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/3096/ Java: 64bit/jdk-12-ea+12 -XX:+UseCompressedOops -XX:+UseParallelGC 23 tests failed. FAILED: org.apache.solr.client.solrj.impl.CloudSolrClientTest.testRouting Error Message: Error from server at

[GitHub] lucene-solr pull request #495: LUCENE-8464: Implement ConstantScoreScorer#se...

2018-11-15 Thread jimczi
Github user jimczi commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/495#discussion_r233798310 --- Diff: lucene/core/src/test/org/apache/lucene/search/TestPointQueries.java --- @@ -1903,9 +1903,6 @@ public void testRangeOptimizesIfAllPointsMatch()

[GitHub] lucene-solr pull request #495: LUCENE-8464: Implement ConstantScoreScorer#se...

2018-11-15 Thread jimczi
Github user jimczi commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/495#discussion_r233796997 --- Diff: lucene/core/src/java/org/apache/lucene/search/LRUQueryCache.java --- @@ -844,7 +844,7 @@ public BulkScorer bulkScorer(LeafReaderContext

[jira] [Commented] (SOLR-12989) facilitate -Dsolr.log.muteconsole opt-out

2018-11-15 Thread Christine Poerschke (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12989?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16687810#comment-16687810 ] Christine Poerschke commented on SOLR-12989: bq. ... not having {{-Dsolr.log.muteconsole}}

[GitHub] lucene-solr pull request #495: LUCENE-8464: Implement ConstantScoreScorer#se...

2018-11-15 Thread jimczi
Github user jimczi commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/495#discussion_r233797436 --- Diff: lucene/core/src/test/org/apache/lucene/search/TestConjunctionDISI.java --- @@ -234,12 +234,12 @@ public void testConjunction() throws

[GitHub] lucene-solr pull request #495: LUCENE-8464: Implement ConstantScoreScorer#se...

2018-11-15 Thread jimczi
Github user jimczi commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/495#discussion_r233796946 --- Diff: lucene/core/src/java/org/apache/lucene/search/LRUQueryCache.java --- @@ -766,7 +766,7 @@ public ScorerSupplier

[jira] [Commented] (SOLR-12985) ClassNotFound indexing crypted documents

2018-11-15 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-12985?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16687878#comment-16687878 ] Jan Høydahl commented on SOLR-12985: See the JavaDoc comment in POI:

[jira] [Commented] (SOLR-12985) ClassNotFound indexing crypted documents

2018-11-15 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-12985?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16687898#comment-16687898 ] Jan Høydahl commented on SOLR-12985: Success. Moving all extraction/lib jars inside of

[jira] [Commented] (SOLR-12985) ClassNotFound indexing crypted documents

2018-11-15 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-12985?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16687908#comment-16687908 ] Jan Høydahl commented on SOLR-12985: I also tried moving the jars to $SOLR_HOME/lib but that did not

[jira] [Commented] (LUCENE-8563) Remove k1+1 from the numerator of BM25Similarity

2018-11-15 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16687922#comment-16687922 ] Robert Muir commented on LUCENE-8563: - No, we shouldn't clutter up BM25Similarity because some users

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

2018-11-15 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Solaris/908/ Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseSerialGC 4 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.rest.TestManagedResourceStorage Error Message: SolrCore.getOpenCount()==2 Stack Trace:

[jira] [Commented] (SOLR-12238) Synonym Query Style Boost By Payload

2018-11-15 Thread Alessandro Benedetti (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16687952#comment-16687952 ] Alessandro Benedetti commented on SOLR-12238: - Thanks [~softwaredoug] for the support here. I

[jira] [Comment Edited] (SOLR-12985) ClassNotFound indexing crypted documents

2018-11-15 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-12985?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16687898#comment-16687898 ] Jan Høydahl edited comment on SOLR-12985 at 11/15/18 11:42 AM: --- Success.

[jira] [Commented] (SOLR-12985) ClassNotFound indexing crypted documents

2018-11-15 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-12985?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16687924#comment-16687924 ] Jan Høydahl commented on SOLR-12985: I propose that we document this limitation in a general section

[jira] [Commented] (SOLR-12989) facilitate -Dsolr.log.muteconsole opt-out

2018-11-15 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-12989?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16687942#comment-16687942 ] Jan Høydahl commented on SOLR-12989: Sure. But people upgrading from 7.5 to 7.6 may simply upgrade

[jira] [Commented] (SOLR-12497) Add ref guide docs for Hadoop Credential Provider based SSL/TLS store password source.

2018-11-15 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-12497?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16687960#comment-16687960 ] Jan Høydahl commented on SOLR-12497: Little typo in the text: {quote}Solr needs requires three

[jira] [Commented] (SOLR-12985) ClassNotFound indexing crypted documents

2018-11-15 Thread Luca (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12985?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16687959#comment-16687959 ] Luca commented on SOLR-12985: - Using onError="skip" and setting the ignoreTikaException to true seems to do

[jira] [Comment Edited] (SOLR-12989) facilitate -Dsolr.log.muteconsole opt-out

2018-11-15 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-12989?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16687942#comment-16687942 ] Jan Høydahl edited comment on SOLR-12989 at 11/15/18 12:44 PM: --- Sure. But

  1   2   >