[jira] [Commented] (SOLR-15412) Strict validation on Replica metadata can cause complete outage

2021-05-19 Thread Noble Paul (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15412?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17348043#comment-17348043 ] Noble Paul commented on SOLR-15412: --- There are 2 possible scenarios # You update your

[jira] [Created] (SOLR-15419) Exception thrown during intensive batch partial updating and segment merging

2021-05-19 Thread Florin Babes (Jira)
Florin Babes created SOLR-15419: --- Summary: Exception thrown during intensive batch partial updating and segment merging Key: SOLR-15419 URL: https://issues.apache.org/jira/browse/SOLR-15419 Project: Sol

[jira] [Created] (SOLR-15420) Exception thrown during intensive batch partial updating and segment merging

2021-05-19 Thread Florin Babes (Jira)
Florin Babes created SOLR-15420: --- Summary: Exception thrown during intensive batch partial updating and segment merging Key: SOLR-15420 URL: https://issues.apache.org/jira/browse/SOLR-15420 Project: Sol

[GitHub] [solr] thelabdude commented on a change in pull request #133: SOLR-15399: IndexFetcher should not issue a local commit for PULL replicas

2021-05-19 Thread GitBox
thelabdude commented on a change in pull request #133: URL: https://github.com/apache/solr/pull/133#discussion_r635677638 ## File path: solr/core/src/test/org/apache/solr/cloud/TestPullReplica.java ## @@ -258,6 +260,37 @@ public void testAddDocs() throws Exception { assert

[GitHub] [solr] muse-dev[bot] commented on a change in pull request #133: SOLR-15399: IndexFetcher should not issue a local commit for PULL replicas

2021-05-19 Thread GitBox
muse-dev[bot] commented on a change in pull request #133: URL: https://github.com/apache/solr/pull/133#discussion_r635639791 ## File path: solr/core/src/test/org/apache/solr/cloud/TestPullReplica.java ## @@ -258,6 +260,37 @@ public void testAddDocs() throws Exception { ass

[GitHub] [solr] TomMD commented on a change in pull request #133: SOLR-15399: IndexFetcher should not issue a local commit for PULL replicas

2021-05-19 Thread GitBox
TomMD commented on a change in pull request #133: URL: https://github.com/apache/solr/pull/133#discussion_r635639769 ## File path: solr/core/src/test/org/apache/solr/cloud/TestPullReplica.java ## @@ -258,6 +260,37 @@ public void testAddDocs() throws Exception { assertUlogP

[GitHub] [solr] muse-dev[bot] commented on a change in pull request #133: SOLR-15399: IndexFetcher should not issue a local commit for PULL replicas

2021-05-19 Thread GitBox
muse-dev[bot] commented on a change in pull request #133: URL: https://github.com/apache/solr/pull/133#discussion_r635636714 ## File path: solr/core/src/test/org/apache/solr/cloud/TestPullReplica.java ## @@ -258,6 +260,37 @@ public void testAddDocs() throws Exception { ass

[jira] [Assigned] (SOLR-12100) TestPullReplica.testKillLeader fails when PULL replica has the same version but different generation from the leader

2021-05-19 Thread Timothy Potter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-12100?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Timothy Potter reassigned SOLR-12100: - Assignee: Timothy Potter > TestPullReplica.testKillLeader fails when PULL replica has th

[GitHub] [solr] HoustonPutman commented on a change in pull request #133: SOLR-15399: IndexFetcher should not issue a local commit for PULL replicas

2021-05-19 Thread GitBox
HoustonPutman commented on a change in pull request #133: URL: https://github.com/apache/solr/pull/133#discussion_r635528678 ## File path: solr/core/src/java/org/apache/solr/cloud/ReplicateFromLeader.java ## @@ -87,7 +88,20 @@ public void startReplication(boolean switchTransact

[GitHub] [solr] dsmiley commented on pull request #115: SOLR-15392 Tracing span operation name and tags

2021-05-19 Thread GitBox
dsmiley commented on pull request #115: URL: https://github.com/apache/solr/pull/115#issuecomment-844398002 I separated out https://issues.apache.org/jira/browse/SOLR-15418 #115 for the ContentStream stuff that is unrelated (but tickled by immature V2 codepaths). -- This is an automated

[GitHub] [solr] dsmiley commented on pull request #134: SOLR-15418: V2 API: Fix GET to /select and others

2021-05-19 Thread GitBox
dsmiley commented on pull request #134: URL: https://github.com/apache/solr/pull/134#issuecomment-844396343 I tried to avoid the PushBackInputStream thing but in the end I found it necessary. At least it will rarely be used, I think. I did ensure this code actually works by temporarily r

[GitHub] [solr] dsmiley opened a new pull request #134: SOLR-15418: V2 API: Fix GET to /select and others

2021-05-19 Thread GitBox
dsmiley opened a new pull request #134: URL: https://github.com/apache/solr/pull/134 Indirectly fixed by not adding ContentStreams that are empty. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [solr] tomglk commented on pull request #123: [SOLR-12697] Add pure DocValues support to FieldValueFeature

2021-05-19 Thread GitBox
tomglk commented on pull request #123: URL: https://github.com/apache/solr/pull/123#issuecomment-844388326 I have added more tests and an entry to the changes.txt. For now, I just added our names, @cpoerschke , because I wasn't sure about the people in the Jira ticket. I think it would b

[jira] [Created] (SOLR-15418) V2 API for GET to a collection's handler fails, complaining about bad contentType

2021-05-19 Thread David Smiley (Jira)
David Smiley created SOLR-15418: --- Summary: V2 API for GET to a collection's handler fails, complaining about bad contentType Key: SOLR-15418 URL: https://issues.apache.org/jira/browse/SOLR-15418 Project

[GitHub] [solr] thelabdude commented on pull request #133: SOLR-15399: IndexFetcher should not issue a local commit for PULL replicas

2021-05-19 Thread GitBox
thelabdude commented on pull request #133: URL: https://github.com/apache/solr/pull/133#issuecomment-844353950 thanks for the review @tflobbe ... let me add a test case for the restart while the PULL replica is in this side-effect state, just so we can be sure it's ok and recovers properly

[jira] [Resolved] (SOLR-15348) revisit MetricsHistoryHandler's "could not obtain overseer" WARNings

2021-05-19 Thread Christine Poerschke (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15348?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christine Poerschke resolved SOLR-15348. Fix Version/s: 8.9 main (9.0) Resolution: Fixed > revisit

[jira] [Commented] (SOLR-15348) revisit MetricsHistoryHandler's "could not obtain overseer" WARNings

2021-05-19 Thread Christine Poerschke (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17347792#comment-17347792 ] Christine Poerschke commented on SOLR-15348: bq. ... perhaps we should simply

[jira] [Resolved] (SOLR-15315) MultipleAdditiveTreesModel Latency optimisation for LTR tree traversal

2021-05-19 Thread Christine Poerschke (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15315?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christine Poerschke resolved SOLR-15315. Fix Version/s: 8.9 main (9.0) Assignee: Christine Poersc

[jira] [Commented] (SOLR-15348) revisit MetricsHistoryHandler's "could not obtain overseer" WARNings

2021-05-19 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17347781#comment-17347781 ] ASF subversion and git services commented on SOLR-15348: Commit 3

[jira] [Commented] (SOLR-15315) MultipleAdditiveTreesModel Latency optimisation for LTR tree traversal

2021-05-19 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15315?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17347780#comment-17347780 ] ASF subversion and git services commented on SOLR-15315: Commit c

[jira] [Resolved] (SOLR-15335) templated (header + body) approach for building Dockerfile.local + Dockerfile.official w/common guts

2021-05-19 Thread Houston Putman (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15335?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Houston Putman resolved SOLR-15335. --- Resolution: Implemented Removed signature from artifacts, so signing is not required when run

[jira] [Commented] (SOLR-15407) eDismax sow=false doesn't work with string field types

2021-05-19 Thread Alessandro Benedetti (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17347729#comment-17347729 ] Alessandro Benedetti commented on SOLR-15407: - Here you go with the blog post

[jira] [Comment Edited] (SOLR-15412) Strict validation on Replica metadata can cause complete outage

2021-05-19 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-15412?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17347634#comment-17347634 ] Jan Høydahl edited comment on SOLR-15412 at 5/19/21, 12:44 PM:

[jira] [Commented] (SOLR-15412) Strict validation on Replica metadata can cause complete outage

2021-05-19 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-15412?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17347634#comment-17347634 ] Jan Høydahl commented on SOLR-15412: But that's "A Good Thing™", isn't it? In a 10-no

[GitHub] [solr] gerlowskija commented on pull request #81: SOLR-15351: Convert /v2/c/ APIs to POJO impl

2021-05-19 Thread GitBox
gerlowskija commented on pull request #81: URL: https://github.com/apache/solr/pull/81#issuecomment-844055719 > If I could be of help, then assign me to do one of the commands and I'll push to your PR. Thanks for offering David. Any of the remaining APIs would be great if the offer

[jira] [Commented] (SOLR-15412) Strict validation on Replica metadata can cause complete outage

2021-05-19 Thread Noble Paul (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15412?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17347630#comment-17347630 ] Noble Paul commented on SOLR-15412: --- The nodes refuses to start. Everything goes down

[jira] [Comment Edited] (SOLR-15412) Strict validation on Replica metadata can cause complete outage

2021-05-19 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-15412?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17347629#comment-17347629 ] Jan Høydahl edited comment on SOLR-15412 at 5/19/21, 12:21 PM:

[jira] [Commented] (SOLR-15412) Strict validation on Replica metadata can cause complete outage

2021-05-19 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-15412?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17347629#comment-17347629 ] Jan Høydahl commented on SOLR-15412: Curious: What happens on a 8.8 node that is star

[jira] [Comment Edited] (SOLR-15412) Strict validation on Replica metadata can cause complete outage

2021-05-19 Thread Noble Paul (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15412?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17347409#comment-17347409 ] Noble Paul edited comment on SOLR-15412 at 5/19/21, 10:16 AM: -

[jira] [Commented] (SOLR-15407) eDismax sow=false doesn't work with string field types

2021-05-19 Thread Alessandro Benedetti (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17347467#comment-17347467 ] Alessandro Benedetti commented on SOLR-15407: - I agree, it is related and I b

[GitHub] [solr] alessandrobenedetti commented on a change in pull request #129: SOLR-15407 untokenized field type with sow=false fix + tests

2021-05-19 Thread GitBox
alessandrobenedetti commented on a change in pull request #129: URL: https://github.com/apache/solr/pull/129#discussion_r635074347 ## File path: solr/core/src/java/org/apache/solr/parser/SolrQueryParserBase.java ## @@ -1149,18 +1151,21 @@ protected Query getFieldQuery(String fi

[GitHub] [solr] alessandrobenedetti commented on a change in pull request #129: SOLR-15407 untokenized field type with sow=false fix + tests

2021-05-19 Thread GitBox
alessandrobenedetti commented on a change in pull request #129: URL: https://github.com/apache/solr/pull/129#discussion_r635065459 ## File path: solr/core/src/java/org/apache/solr/parser/SolrQueryParserBase.java ## @@ -1149,18 +1151,21 @@ protected Query getFieldQuery(String fi

[jira] [Commented] (SOLR-15407) eDismax sow=false doesn't work with string field types

2021-05-19 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-15407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17347430#comment-17347430 ] Jan Høydahl commented on SOLR-15407: This relates to SOLR-12779 in some way. I view i

[jira] [Comment Edited] (SOLR-15407) eDismax sow=false doesn't work with string field types

2021-05-19 Thread Alessandro Benedetti (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17347410#comment-17347410 ] Alessandro Benedetti edited comment on SOLR-15407 at 5/19/21, 8:29 AM:

[jira] [Comment Edited] (SOLR-15407) eDismax sow=false doesn't work with string field types

2021-05-19 Thread Alessandro Benedetti (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17347410#comment-17347410 ] Alessandro Benedetti edited comment on SOLR-15407 at 5/19/21, 8:26 AM:

[jira] [Updated] (SOLR-15416) Consider removing metrics history collection (and MetricsHistoryHandler)

2021-05-19 Thread Andrzej Bialecki (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrzej Bialecki updated SOLR-15416: Fix Version/s: main (9.0) > Consider removing metrics history collection (and MetricsHistor

[jira] [Comment Edited] (SOLR-15407) eDismax sow=false doesn't work with string field types

2021-05-19 Thread Alessandro Benedetti (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17347410#comment-17347410 ] Alessandro Benedetti edited comment on SOLR-15407 at 5/19/21, 8:25 AM:

[jira] [Commented] (SOLR-15407) eDismax sow=false doesn't work with string field types

2021-05-19 Thread Alessandro Benedetti (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17347410#comment-17347410 ] Alessandro Benedetti commented on SOLR-15407: - Hi David, first of all thanks

[jira] [Commented] (SOLR-15412) Strict validation on Replica metadata can cause complete outage

2021-05-19 Thread Noble Paul (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15412?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17347409#comment-17347409 ] Noble Paul commented on SOLR-15412: --- {quote}Add an upgrade note to the upcoming 8.9 rel