[jira] [Assigned] (SOLR-12344) SolrSlf4jReporter doesn't set MDC context

2018-08-01 Thread Andrzej Bialecki (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12344?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrzej Bialecki reassigned SOLR-12344: Assignee: Andrzej Bialecki > SolrSlf4jReporter doesn't set MDC context >

Re: BadApple report. Seems like I'm wasting my time.

2018-08-01 Thread Erick Erickson
Alexandre: Feel free! What I'm struggling with is not that someone checked in some code that all the sudden started breaking things. Rather that a test that's been working perfectly will fail once the won't reproducibly fail again and does _not_ appear to be related to recent code changes. In

Re: BadApple report. Seems like I'm wasting my time.

2018-08-01 Thread Erick Erickson
Shawn: Trouble is there were 945 tests that failed at least once in the last 4 weeks. And the trend is all over the map on a weekly basis. e-mail-2018-06-11.txt: There were 989 unannotated tests that failed e-mail-2018-06-18.txt: There were 689 unannotated tests that failed

[jira] [Commented] (LUCENE-8441) Wrong index sort field type throws unexpected NullPointerException

2018-08-01 Thread Jim Ferenczi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16565574#comment-16565574 ] Jim Ferenczi commented on LUCENE-8441: -- The check is done only once per DV field (when the doc

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

2018-08-01 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-repro/1113/ [...truncated 28 lines...] [repro] Jenkins log URL: https://builds.apache.org/job/Lucene-Solr-SmokeRelease-7.x/275/consoleText [repro] Revision: a9f129190f9065c8775a628df181fb53248db488 [repro] Ant options:

[jira] [Commented] (LUCENE-8439) DisjunctionMaxScorer should leverage sub scorers' per-block max scores

2018-08-01 Thread Jim Ferenczi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8439?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16565438#comment-16565438 ] Jim Ferenczi commented on LUCENE-8439: -- Thanks for looking Adrien. I pushed a new patch that

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

2018-08-01 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/22577/ Java: 64bit/jdk-11-ea+24 -XX:-UseCompressedOops -XX:+UseParallelGC 45 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.ltr.TestLTROnSolrCloud Error Message: 43 threads leaked from SUITE scope at

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

2018-08-01 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-repro// [...truncated 28 lines...] [repro] Jenkins log URL: https://builds.apache.org/job/Lucene-Solr-BadApples-Tests-master/112/consoleText [repro] Revision: 96e985a3483f10537ea835a339f89dd10839dae3 [repro] Repro line: ant test

[jira] [Commented] (SOLR-8207) Modernise cloud tab on Admin UI

2018-08-01 Thread Cassandra Targett (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8207?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16565350#comment-16565350 ] Cassandra Targett commented on SOLR-8207: - +1 Jan, it's looking great IMO. I can't think of any

Re: BadApple report. Seems like I'm wasting my time.

2018-08-01 Thread Shawn Heisey
On 7/30/2018 11:52 AM, Erick Erickson wrote: Is anybody paying the least attention to this or should I just stop bothering? The job you're doing is thankless.  That's the nature of the work.  I'd love to have the time to really help you out. If only my employer didn't expect me to spend so

Re: BadApple report. Seems like I'm wasting my time.

2018-08-01 Thread Alexandre Rafalovitch
Just a completely random thought that I do not have deep knowledge for (still learning my way around Solr tests). Is this something that Machine Learning could help with? The Github repo/history is a fantastic source of learning on who worked on which file, how often, etc. We certainly should be

[jira] [Commented] (SOLR-12607) Investigate ShardSplitTest failures

2018-08-01 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12607?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16565591#comment-16565591 ] Erick Erickson commented on SOLR-12607: --- OK, started some up. I'll report what I find if anything.

[jira] [Commented] (LUCENE-8441) Wrong index sort field type throws unexpected NullPointerException

2018-08-01 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16565612#comment-16565612 ] Michael McCandless commented on LUCENE-8441: {quote}The check is done only once per DV field

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

2018-08-01 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/2463/ Java: 32bit/jdk1.8.0_172 -server -XX:+UseConcMarkSweepGC 19 tests failed. FAILED: org.apache.lucene.geo.TestGeoUtils.testBoundingBoxOpto Error Message: 5 Stack Trace: java.lang.ArrayIndexOutOfBoundsException: 5 at

Re: query other solr collection from within a solr plugin

2018-08-01 Thread Nicolas Franck
Alright, as I expected. Thanks for all your help! > On 1 Aug 2018, at 16:22, Shawn Heisey wrote: > > On 8/1/2018 12:59 AM, Nicolas Franck wrote: >> @Mikhail Khludnev: thanks for your response >> >> You mean something like this (source collection is "collection1", and I want >> to query

Re: BadApple report. Seems like I'm wasting my time.

2018-08-01 Thread Mark Miller
I still think it’s a mistake to try and use all the Jenkins results to drive ignoring tests. It needs to be an objective measure in a good env. We also should not be ignoring tests in mass.l without individual consideration. Critical test coverage should be treated differently than any random

[jira] [Commented] (LUCENE-8441) Wrong index sort field type throws unexpected NullPointerException

2018-08-01 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16565594#comment-16565594 ] ASF subversion and git services commented on LUCENE-8441: - Commit

[jira] [Resolved] (LUCENE-8441) Wrong index sort field type throws unexpected NullPointerException

2018-08-01 Thread Jim Ferenczi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8441?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jim Ferenczi resolved LUCENE-8441. -- Resolution: Fixed Fix Version/s: 7.5 master (8.0) > Wrong index

Re: [1/2] lucene-solr:master: Make the nightly test smaller so that it does not fail with GC overhead exceeded (OOM). Clean up random number fetching to make it shorter.

2018-08-01 Thread Adrien Grand
Sorry Dawid this commit triggered lots of off-by-1 errors since randomInt(X) returns numbers up to X included while random.nextInt(X) returns numbers up to X-1 so I reverted it to stop the flood of test failures on our internal CI server. I'll re-apply the part that decreases the test size. Le

[jira] [Commented] (SOLR-12509) Improve SplitShardCmd performance and reliability

2018-08-01 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12509?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16565410#comment-16565410 ] ASF subversion and git services commented on SOLR-12509: Commit

[jira] [Updated] (LUCENE-8439) DisjunctionMaxScorer should leverage sub scorers' per-block max scores

2018-08-01 Thread Jim Ferenczi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8439?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jim Ferenczi updated LUCENE-8439: - Attachment: LUCENE-8439.patch > DisjunctionMaxScorer should leverage sub scorers' per-block max

Re: Lucene/Solr 8.0

2018-08-01 Thread Robert Muir
My only other suggestion is we may want to get Nick's shape stuff into the sandbox module at least for 8.0 so that it can be tested out. I think it looks like that wouldn't delay any October target though? On Wed, Aug 1, 2018 at 9:51 AM, Adrien Grand wrote: > I'd like to revive this thread now

[jira] [Commented] (SOLR-12610) Inject failures during synchronous update requests during shard splits

2018-08-01 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12610?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16565465#comment-16565465 ] Erick Erickson commented on SOLR-12610: --- [~shalinmangar] Let me know if you'd like some beasting

[jira] [Commented] (SOLR-12607) Investigate ShardSplitTest failures

2018-08-01 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12607?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16565519#comment-16565519 ] Shalin Shekhar Mangar commented on SOLR-12607: -- [~erickerickson] - I'm going to merge this

Re: Lucene/Solr 8.0

2018-08-01 Thread Adrien Grand
I'd like to revive this thread now that these new optimizations for collection of top docs are more usable and enabled by default in IndexSearcher (https://issues.apache.org/jira/browse/LUCENE-8060). Any feedback about starting to work towards releasing 8.0 and targeting October 2018? Le jeu. 21

[GitHub] lucene-solr pull request #416: WIP: SOLR-12519

2018-08-01 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/416#discussion_r206892630 --- Diff: solr/core/src/java/org/apache/solr/response/transform/DeeplyNestedChildDocTransformer.java --- @@ -0,0 +1,224 @@ +/* + * Licensed to

Re: query other solr collection from within a solr plugin

2018-08-01 Thread Shawn Heisey
On 8/1/2018 12:59 AM, Nicolas Franck wrote: @Mikhail Khludnev: thanks for your response You mean something like this (source collection is "collection1", and I want to query "collection2"):   SolrClient solrClient = new EmbeddedSolrServer(req.getCore());   ModifiableSolrParams newParams =

[jira] [Commented] (SOLR-8207) Modernise cloud tab on Admin UI

2018-08-01 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-8207?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16565314#comment-16565314 ] Jan Høydahl commented on SOLR-8207: --- Fixed paging. * Next/prev buttons now show up at right places,

[jira] [Commented] (SOLR-8207) Modernise cloud tab on Admin UI

2018-08-01 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-8207?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16565336#comment-16565336 ] Jan Høydahl commented on SOLR-8207: --- Added {{ng-model-options='\{ debounce: 500 }'}} to all input boxes

[jira] [Commented] (SOLR-12519) Support Deeply Nested Docs In Child Documents Transformer

2018-08-01 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12519?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16565364#comment-16565364 ] David Smiley commented on SOLR-12519: - That sounds useful – definitely a separate issue.  Feel free

[jira] [Commented] (LUCENE-8441) Wrong index sort field type throws unexpected NullPointerException

2018-08-01 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16565584#comment-16565584 ] ASF subversion and git services commented on LUCENE-8441: - Commit

[jira] [Commented] (LUCENE-8435) Add new LatLonShapePolygonQuery

2018-08-01 Thread Lucene/Solr QA (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16564787#comment-16564787 ] Lucene/Solr QA commented on LUCENE-8435: | (/) *{color:green}+1 overall{color}* | \\ \\ || Vote

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

2018-08-01 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-SmokeRelease-7.x/275/ No tests ran. Build Log: [...truncated 23041 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] Lucene-Solr-7.x-MacOSX (64bit/jdk-9) - Build # 777 - Still Unstable!

2018-08-01 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-MacOSX/777/ Java: 64bit/jdk-9 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC 8 tests failed. FAILED: org.apache.solr.cloud.cdcr.CdcrBidirectionalTest.testBiDir Error Message: Captured an uncaught exception in thread: Thread[id=226,

[jira] [Commented] (LUCENE-8060) Enable top-docs collection optimizations by default

2018-08-01 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8060?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16564923#comment-16564923 ] ASF subversion and git services commented on LUCENE-8060: - Commit

[jira] [Updated] (LUCENE-8441) Wrong index sort field type throws unexpected NullPointerException

2018-08-01 Thread Jim Ferenczi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8441?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jim Ferenczi updated LUCENE-8441: - Attachment: LUCENE-8441.patch > Wrong index sort field type throws unexpected

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

2018-08-01 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/2461/ Java: 64bit/jdk1.8.0_172 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC 14 tests failed. FAILED: org.apache.solr.cloud.LIRRollingUpdatesTest.testNewLeaderAndMixedReplicas Error Message: Timeout waiting for recovering null Live

[jira] [Commented] (LUCENE-8440) Add support for indexing and searching Line and Point shapes using LatLonShape encoding

2018-08-01 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16564926#comment-16564926 ] Adrien Grand commented on LUCENE-8440: -- Thanks Nick. I think having more javadocs would help but it

[jira] [Commented] (SOLR-12607) Investigate ShardSplitTest failures

2018-08-01 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12607?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16564939#comment-16564939 ] Shalin Shekhar Mangar commented on SOLR-12607: -- Thanks [~erickerickson]. I have a couple

[jira] [Resolved] (LUCENE-8437) CheckIndex should not duplicate SegmentInfos serialization

2018-08-01 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8437?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand resolved LUCENE-8437. -- Resolution: Fixed Fix Version/s: 7.5 master (8.0) > CheckIndex

[jira] [Commented] (LUCENE-8441) Wrong index sort field type throws unexpected NullPointerException

2018-08-01 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16564996#comment-16564996 ] Adrien Grand commented on LUCENE-8441: -- +1 > Wrong index sort field type throws unexpected

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

2018-08-01 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-7.x/277/ 2 tests failed. FAILED: org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testSignificantTermsStream Error Message: java.lang.NullPointerException Stack Trace: java.io.IOException: java.lang.NullPointerException

Re: query other solr collection from within a solr plugin

2018-08-01 Thread Nicolas Franck
@Mikhail Khludnev: thanks for your response You mean something like this (source collection is "collection1", and I want to query "collection2"): SolrClient solrClient = new EmbeddedSolrServer(req.getCore()); ModifiableSolrParams newParams = new ModifiableSolrParams();

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

2018-08-01 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-7.x/722/ 1 tests failed. FAILED: org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testSignificantTermsStream Error Message: java.lang.NullPointerException Stack Trace: java.io.IOException: java.lang.NullPointerException

[jira] [Commented] (SOLR-12574) SignificantTermsQParserPlugin should output its keys in a combined bucket

2018-08-01 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12574?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16564904#comment-16564904 ] Shalin Shekhar Mangar commented on SOLR-12574: -- [~arafalov] -- this needs backporting to 7x

[jira] [Resolved] (LUCENE-8060) Enable top-docs collection optimizations by default

2018-08-01 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8060?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand resolved LUCENE-8060. -- Resolution: Fixed > Enable top-docs collection optimizations by default >

[jira] [Commented] (LUCENE-8441) Wrong index sort field type throws unexpected NullPointerException

2018-08-01 Thread Jim Ferenczi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16564933#comment-16564933 ] Jim Ferenczi commented on LUCENE-8441: -- Ouch, thanks [~mikemccand] ! I attached a patch that fixes

[jira] [Commented] (LUCENE-8437) CheckIndex should not duplicate SegmentInfos serialization

2018-08-01 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16564930#comment-16564930 ] ASF subversion and git services commented on LUCENE-8437: - Commit

[jira] [Commented] (LUCENE-8437) CheckIndex should not duplicate SegmentInfos serialization

2018-08-01 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16564931#comment-16564931 ] ASF subversion and git services commented on LUCENE-8437: - Commit

[jira] [Commented] (SOLR-12574) SignificantTermsQParserPlugin should output its keys in a combined bucket

2018-08-01 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12574?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16564950#comment-16564950 ] ASF subversion and git services commented on SOLR-12574: Commit

[jira] [Comment Edited] (SOLR-12595) CloudSolrClient.Builder should accept a zkHost connection string

2018-08-01 Thread Vilius Pranckaitis (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12595?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16565050#comment-16565050 ] Vilius Pranckaitis edited comment on SOLR-12595 at 8/1/18 9:41 AM: ---

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

2018-08-01 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/2462/ Java: 64bit/jdk-10.0.1 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC 1 tests failed. FAILED: org.apache.solr.schema.TestBulkSchemaConcurrent.test Error Message: Captured an uncaught exception in thread: Thread[id=26258,

Re: query other solr collection from within a solr plugin

2018-08-01 Thread Mikhail Khludnev
Well. I certainly haven't invoked RTG by this way. You might need to debug and understand what's going on. I briefly looked through code, maybe supplying shards param is an option (see RealTimeGetComponent.createSubRequests(ResponseBuilder)), but it implies "gathering cloud info". On Wed, Aug 1,

[jira] [Commented] (SOLR-12607) Investigate ShardSplitTest failures

2018-08-01 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12607?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16565081#comment-16565081 ] Shalin Shekhar Mangar commented on SOLR-12607: -- Beasting passed for the tlog replicas but it

[jira] [Commented] (SOLR-12595) CloudSolrClient.Builder should accept a zkHost connection string

2018-08-01 Thread Vilius Pranckaitis (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12595?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16565050#comment-16565050 ] Vilius Pranckaitis commented on SOLR-12595: --- When you use other tools: - You can construct a

[jira] [Commented] (SOLR-12519) Support Deeply Nested Docs In Child Documents Transformer

2018-08-01 Thread mosh (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12519?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16565139#comment-16565139 ] mosh commented on SOLR-12519: - I'm not sure whether this belongs here, but I have been toying with the

[jira] [Created] (SOLR-12610) Inject failures during synchronous update requests during shard splits

2018-08-01 Thread Shalin Shekhar Mangar (JIRA)
Shalin Shekhar Mangar created SOLR-12610: Summary: Inject failures during synchronous update requests during shard splits Key: SOLR-12610 URL: https://issues.apache.org/jira/browse/SOLR-12610

[jira] [Updated] (SOLR-12610) Inject failures during synchronous update requests during shard splits

2018-08-01 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12610?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-12610: - Attachment: SOLR-12610.patch > Inject failures during synchronous update

[jira] [Commented] (SOLR-12610) Inject failures during synchronous update requests during shard splits

2018-08-01 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12610?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16565168#comment-16565168 ] Shalin Shekhar Mangar commented on SOLR-12610: -- There are some failures with this

[GitHub] lucene-solr pull request #416: WIP: SOLR-12519

2018-08-01 Thread moshebla
Github user moshebla commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/416#discussion_r206846562 --- Diff: solr/core/src/java/org/apache/solr/response/transform/DeeplyNestedChildDocTransformer.java --- @@ -0,0 +1,224 @@ +/* + * Licensed

[jira] [Commented] (SOLR-12607) Investigate ShardSplitTest failures

2018-08-01 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12607?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16565180#comment-16565180 ] Shalin Shekhar Mangar commented on SOLR-12607: -- Beasting passed with the fix I committed.

Re: [JENKINS] Lucene-Solr-NightlyTests-master - Build # 1600 - Still Failing

2018-08-01 Thread Dawid Weiss
This is happening now and then. I'll decrease the size of this test a bit so that it can run on less beefy machines. Dawid On Wed, Aug 1, 2018 at 1:22 PM Apache Jenkins Server wrote: > > Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-master/1600/ > > 1 tests failed. > FAILED:

[jira] [Commented] (SOLR-8207) Modernise cloud tab on Admin UI

2018-08-01 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-8207?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16565204#comment-16565204 ] Jan Høydahl commented on SOLR-8207: --- Back from holidays. Pushed and update with filtering on node /

[GitHub] lucene-solr pull request #428: SOLR-12586: deprecate joda-time and use java....

2018-08-01 Thread barrotsteindev
GitHub user barrotsteindev opened a pull request: https://github.com/apache/lucene-solr/pull/428 SOLR-12586: deprecate joda-time and use java.time instead You can merge this pull request into a Git repository by running: $ git pull

[jira] [Commented] (LUCENE-8433) Add FutureArrays.equals(Object[] a, int aToIndex, Object[] b, int bFromIndex, int bToIndex)

2018-08-01 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8433?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16565699#comment-16565699 ] Adrien Grand commented on LUCENE-8433: -- Maintaining this fork array has some cost, yet this

[jira] [Commented] (LUCENE-2562) Make Luke a Lucene/Solr Module

2018-08-01 Thread Alexandre Rafalovitch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16565717#comment-16565717 ] Alexandre Rafalovitch commented on LUCENE-2562: --- I just meant that Lucene does not have a

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

2018-08-01 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-BadApples-Tests-7.x/118/ 3 tests failed. FAILED: org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest.testSplitIntegration Error Message: last state: DocCollection(testSplitIntegration_collection//clusterstate.json/40)={

[jira] [Updated] (LUCENE-8440) Add support for indexing and searching Line and Point shapes using LatLonShape encoding

2018-08-01 Thread Nicholas Knize (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nicholas Knize updated LUCENE-8440: --- Attachment: LUCENE-8440.patch > Add support for indexing and searching Line and Point

[jira] [Resolved] (SOLR-12509) Improve SplitShardCmd performance and reliability

2018-08-01 Thread Andrzej Bialecki (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12509?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrzej Bialecki resolved SOLR-12509. -- Resolution: Fixed Fix Version/s: 7.5 > Improve SplitShardCmd performance and

[jira] [Commented] (LUCENE-2562) Make Luke a Lucene/Solr Module

2018-08-01 Thread Dmitry Kan (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16565703#comment-16565703 ] Dmitry Kan commented on LUCENE-2562: [~arafalov] thanks for your input! Can you please elaborate on

[jira] [Commented] (SOLR-12586) Replace use of Joda Time with Java 8 java.time

2018-08-01 Thread mosh (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12586?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16565705#comment-16565705 ] mosh commented on SOLR-12586: - Hey, just opened a pull request, fingers crossed that I changed all the needed

[jira] [Resolved] (SOLR-12208) Don't use "INDEX.sizeInBytes" as a tag name in policy calculations

2018-08-01 Thread Andrzej Bialecki (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12208?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrzej Bialecki resolved SOLR-12208. -- Resolution: Fixed This has been fixed a while ago. > Don't use "INDEX.sizeInBytes" as

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

2018-08-01 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-7.x/723/ 1 tests failed. FAILED: org.apache.solr.cloud.TestWithCollection.testNodeAdded Error Message: Action was not fired till 30 seconds Stack Trace: java.lang.AssertionError: Action was not fired till 30 seconds at

Re: Lucene/Solr 8.0

2018-08-01 Thread David Smiley
Yes, that new BKD/Points based code is definitely something we want in 8 or 7.5 -- it's a big deal. I think it would also be awesome if we had highlighter that could use the Weight.matches() API -- again for either 7.5 or 8. I'm working on this on the UnifiedHighlighter front and Alan from other

[jira] [Updated] (SOLR-12594) MetricsHistoryHandler.getOverseerLeader fails when hostname contains hyphen

2018-08-01 Thread Andrzej Bialecki (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12594?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrzej Bialecki updated SOLR-12594: - Fix Version/s: 7.5 > MetricsHistoryHandler.getOverseerLeader fails when hostname

[jira] [Issue Comment Deleted] (SOLR-12586) Replace use of Joda Time with Java 8 java.time

2018-08-01 Thread mosh (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12586?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] mosh updated SOLR-12586: Comment: was deleted (was: Hey, just opened a pull request, fingers crossed that I changed all the needed config

[jira] [Commented] (SOLR-12586) Replace use of Joda Time with Java 8 java.time

2018-08-01 Thread Bar Rotstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12586?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16565713#comment-16565713 ] Bar Rotstein commented on SOLR-12586: - I just filed a new pull request. I really hope I managed to

[jira] [Updated] (SOLR-12524) CdcrBidirectionalTest.testBiDir() regularly fails

2018-08-01 Thread Amrit Sarkar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12524?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Amrit Sarkar updated SOLR-12524: Attachment: SOLR-12524.patch > CdcrBidirectionalTest.testBiDir() regularly fails >

[jira] [Commented] (LUCENE-8435) Add new LatLonShapePolygonQuery

2018-08-01 Thread Nicholas Knize (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16565800#comment-16565800 ] Nicholas Knize commented on LUCENE-8435: Awesome. Good idea about the geojson testing. We can

[jira] [Updated] (SOLR-11718) Deprecate CDCR Buffer APIs and set Buffer to "false"

2018-08-01 Thread Amrit Sarkar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-11718?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Amrit Sarkar updated SOLR-11718: Summary: Deprecate CDCR Buffer APIs and set Buffer to "false" (was: Deprecate CDCR Buffer APIs)

[jira] [Updated] (SOLR-12105) Support Inplace updates in cdcr

2018-08-01 Thread Amrit Sarkar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12105?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Amrit Sarkar updated SOLR-12105: Description: Inplace updates are not forwarded to target clusters as of today. It would be nice

Re: Lucene/Solr 8.0

2018-08-01 Thread Adrien Grand
I was hoping that we would release some bits of this new support for geo shapes in 7.5 already. We are already very close to being able to index points, lines and polygons and query for intersection with an envelope. It would be nice to add support for other relations (eg. disjoint) and queries

[jira] [Commented] (SOLR-12509) Improve SplitShardCmd performance and reliability

2018-08-01 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12509?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16565690#comment-16565690 ] ASF subversion and git services commented on SOLR-12509: Commit

[jira] [Commented] (LUCENE-8440) Add support for indexing and searching Line and Point shapes using LatLonShape encoding

2018-08-01 Thread Nicholas Knize (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16565722#comment-16565722 ] Nicholas Knize commented on LUCENE-8440: Thanks for the review [~jpountz]. Great feedback. I

[jira] [Commented] (LUCENE-8435) Add new LatLonShapePolygonQuery

2018-08-01 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16565762#comment-16565762 ] Robert Muir commented on LUCENE-8435: - Thank you, +1 to commit. As a followup we may want to test

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

2018-08-01 Thread Policeman Jenkins Server
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/2464/ Java: 64bit/jdk-10 -XX:+UseCompressedOops -XX:+UseParallelGC 4 tests failed. FAILED: junit.framework.TestSuite.org.apache.lucene.index.TestIndexTooManyDocs Error Message: Suite timeout exceeded (>= 720 msec). Stack Trace:

[jira] [Commented] (LUCENE-8435) Add new LatLonShapePolygonQuery

2018-08-01 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16565828#comment-16565828 ] ASF subversion and git services commented on LUCENE-8435: - Commit

[GitHub] lucene-solr pull request #416: WIP: SOLR-12519

2018-08-01 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/416#discussion_r206901995 --- Diff: solr/core/src/test/org/apache/solr/response/transform/TestDeeplyNestedChildDocTransformer.java --- @@ -168,35 +172,57 @@ private static

[jira] [Commented] (LUCENE-8441) Wrong index sort field type throws unexpected NullPointerException

2018-08-01 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16565418#comment-16565418 ] Michael McCandless commented on LUCENE-8441: +1, thanks for fixing so quickly

[jira] [Commented] (SOLR-12344) SolrSlf4jReporter doesn't set MDC context

2018-08-01 Thread Andrzej Bialecki (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12344?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16565877#comment-16565877 ] Andrzej Bialecki commented on SOLR-12344: -- This patch adds support for MDC logging to all

[GitHub] lucene-solr pull request #428: SOLR-12586: deprecate joda-time and use java....

2018-08-01 Thread barrotsteindev
Github user barrotsteindev commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/428#discussion_r207019625 --- Diff: solr/core/src/java/org/apache/solr/core/ConfigSetService.java --- @@ -212,12 +213,12 @@ public SchemaCaching(SolrResourceLoader loader,

[jira] [Updated] (SOLR-12572) Reuse fieldvalues computed while sorting at writing in ExportWriter

2018-08-01 Thread Amrit Sarkar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12572?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Amrit Sarkar updated SOLR-12572: Attachment: SOLR-12572.patch > Reuse fieldvalues computed while sorting at writing in ExportWriter

[jira] [Updated] (SOLR-12612) Accept any key in cluster properties

2018-08-01 Thread jefferyyuan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12612?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] jefferyyuan updated SOLR-12612: --- Description: Cluster properties is a good place to store configuration data that's shared in the

[GitHub] lucene-solr pull request #429: Accept any key in cluster properties

2018-08-01 Thread jefferyyuan
GitHub user jefferyyuan opened a pull request: https://github.com/apache/lucene-solr/pull/429 Accept any key in cluster properties You can merge this pull request into a Git repository by running: $ git pull https://github.com/jefferyyuan/lucene-solr master Alternatively you

[jira] [Updated] (SOLR-12572) Reuse fieldvalues computed while sorting at writing in ExportWriter

2018-08-01 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12572?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Varun Thacker updated SOLR-12572: - Attachment: SOLR-12572.patch > Reuse fieldvalues computed while sorting at writing in

[jira] [Comment Edited] (SOLR-12572) Reuse fieldvalues computed while sorting at writing in ExportWriter

2018-08-01 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16566117#comment-16566117 ] Varun Thacker edited comment on SOLR-12572 at 8/1/18 10:48 PM: --- Hi Amrit,

[jira] [Commented] (SOLR-12572) Reuse fieldvalues computed while sorting at writing in ExportWriter

2018-08-01 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16566117#comment-16566117 ] Varun Thacker commented on SOLR-12572: -- Hi Amrit, I've taken your last patch and cleaned it up a

[jira] [Commented] (LUCENE-8440) Add support for indexing and searching Line and Point shapes using LatLonShape encoding

2018-08-01 Thread Lucene/Solr QA (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-8440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16566161#comment-16566161 ] Lucene/Solr QA commented on LUCENE-8440: | (/) *{color:green}+1 overall{color}* | \\ \\ || Vote

[jira] [Created] (SOLR-12612) Accept any key in cluster properties

2018-08-01 Thread jefferyyuan (JIRA)
jefferyyuan created SOLR-12612: -- Summary: Accept any key in cluster properties Key: SOLR-12612 URL: https://issues.apache.org/jira/browse/SOLR-12612 Project: Solr Issue Type: Improvement

[jira] [Created] (LUCENE-8442) testPendingDeleteDVGeneration fails with NoSuchFileException

2018-08-01 Thread Nhat Nguyen (JIRA)
Nhat Nguyen created LUCENE-8442: --- Summary: testPendingDeleteDVGeneration fails with NoSuchFileException Key: LUCENE-8442 URL: https://issues.apache.org/jira/browse/LUCENE-8442 Project: Lucene - Core

  1   2   >