[jira] [Updated] (SOLR-16681) Replacing uniqueKey field via fl doesn't work since 9.0

2023-02-28 Thread Mikhail Khludnev (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16681?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mikhail Khludnev updated SOLR-16681: Description: User reported a use case which were working before 9 but not anymore.  The po

[GitHub] [solr] mkhludnev commented on pull request #1378: SOLR-16585: examples test for match all paging

2023-02-28 Thread via GitHub
mkhludnev commented on PR #1378: URL: https://github.com/apache/solr/pull/1378#issuecomment-1449424728 Thanks to everyone for reviewing. Here's the last confirmation: Is it really worth to push in? -- This is an automated message from the Apache Git Service. To respond to the message, pl

[GitHub] [solr] dsmiley commented on pull request #1410: SOLR-16676 Http2SolrClient loss of MDC context

2023-02-28 Thread via GitHub
dsmiley commented on PR #1410: URL: https://github.com/apache/solr/pull/1410#issuecomment-1449319907 For testing, see the LogListener utility and see how it's used. Perhaps you should modify TestRequestId to add an async test of the same using Http2... maybe that makes sense? Granted that

[jira] [Commented] (SOLR-16676) Http2SolrClient loss of MDC context

2023-02-28 Thread Alex Deparvu (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16676?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17694839#comment-17694839 ] Alex Deparvu commented on SOLR-16676: - [~dsmiley] PR posted. please take a look and l

[GitHub] [solr] stillalex opened a new pull request, #1410: SOLR-16676 Http2SolrClient loss of MDC context

2023-02-28 Thread via GitHub
stillalex opened a new pull request, #1410: URL: https://github.com/apache/solr/pull/1410 https://issues.apache.org/jira/browse/SOLR-16676 # Description Adding a helper class to attach MDC context to the request and to clean it up once it finishes. there is a new in

[jira] [Commented] (SOLR-16608) Enable ability to compress state.json in Zookeeper

2023-02-28 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16608?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17694794#comment-17694794 ] ASF subversion and git services commented on SOLR-16608: Commit 4

[jira] [Commented] (SOLR-16608) Enable ability to compress state.json in Zookeeper

2023-02-28 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16608?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17694793#comment-17694793 ] ASF subversion and git services commented on SOLR-16608: Commit 3

[GitHub] [solr] justinrsweeney merged pull request #1409: SOLR-16608: Fixing replacement of line ending in test to be OS agnostic

2023-02-28 Thread via GitHub
justinrsweeney merged PR #1409: URL: https://github.com/apache/solr/pull/1409 -- 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 the specific comment. To unsubscribe, e-mail: issues-unsubscr...@solr.ap

[GitHub] [solr] justinrsweeney opened a new pull request, #1409: SOLR-16608: Fixing replacement of line ending in test to be OS agnostic

2023-02-28 Thread via GitHub
justinrsweeney opened a new pull request, #1409: URL: https://github.com/apache/solr/pull/1409 https://issues.apache.org/jira/browse/SOLR-16608 # Description Fixing a test failure on Windows for a recent test addition. # Solution Using System.lineSeparator() to wor

[GitHub] [solr] janhoy merged pull request #1392: Update io.netty:* to v4.1.89.Final

2023-02-28 Thread via GitHub
janhoy merged PR #1392: URL: https://github.com/apache/solr/pull/1392 -- 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 the specific comment. To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org

[GitHub] [solr] janhoy merged pull request #1387: Update dependency net.thisptr:jackson-jq to v0.0.13

2023-02-28 Thread via GitHub
janhoy merged PR #1387: URL: https://github.com/apache/solr/pull/1387 -- 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 the specific comment. To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org

[GitHub] [solr] janhoy merged pull request #1379: Update dependency com.fasterxml.jackson:jackson-bom to v2.14.2

2023-02-28 Thread via GitHub
janhoy merged PR #1379: URL: https://github.com/apache/solr/pull/1379 -- 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 the specific comment. To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org

[GitHub] [solr] janhoy merged pull request #1393: Update org.apache.httpcomponents

2023-02-28 Thread via GitHub
janhoy merged PR #1393: URL: https://github.com/apache/solr/pull/1393 -- 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 the specific comment. To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org

[GitHub] [solr] janhoy merged pull request #1404: Update dependency joda-time:joda-time to v2.12.2

2023-02-28 Thread via GitHub
janhoy merged PR #1404: URL: https://github.com/apache/solr/pull/1404 -- 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 the specific comment. To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org

[jira] [Commented] (SOLR-16594) eDismax should use startOffset when converting per-field to per-term queries

2023-02-28 Thread Rudi Seitz (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16594?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17694726#comment-17694726 ] Rudi Seitz commented on SOLR-16594: --- Progress on protoyping the changes discussed above

[jira] [Comment Edited] (SOLR-16594) eDismax should use startOffset when converting per-field to per-term queries

2023-02-28 Thread Rudi Seitz (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16594?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17650967#comment-17650967 ] Rudi Seitz edited comment on SOLR-16594 at 2/28/23 7:38 PM: T

[jira] [Resolved] (SOLR-16682) MLT component: SyntaxError: Cannot parse

2023-02-28 Thread Mikhail Khludnev (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16682?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mikhail Khludnev resolved SOLR-16682. - Resolution: Fixed > MLT component: SyntaxError: Cannot parse > -

[jira] [Commented] (SOLR-16608) Enable ability to compress state.json in Zookeeper

2023-02-28 Thread Justin Sweeney (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16608?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17694660#comment-17694660 ] Justin Sweeney commented on SOLR-16608: --- Thanks for the heads up [~krisden], I'll b

[jira] [Commented] (SOLR-16608) Enable ability to compress state.json in Zookeeper

2023-02-28 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16608?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17694653#comment-17694653 ] Kevin Risden commented on SOLR-16608: - [~jsweeney] two things related to the commit f

[GitHub] [solr] gerlowskija commented on pull request #1357: SOLR-16540 Fix errors importing main and branch_9x into eclipse

2023-02-28 Thread via GitHub
gerlowskija commented on PR #1357: URL: https://github.com/apache/solr/pull/1357#issuecomment-1448534153 Nope, thanks for clarifying! I'm going to test it out locally today and plan to merge pending any surprises. -- This is an automated message from the Apache Git Service. To respond to

[jira] [Commented] (SOLR-8238) Make Solr respect preferredLeader at startup

2023-02-28 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-8238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17694637#comment-17694637 ] David Smiley commented on SOLR-8238: Ram even made a good case for balancing leaders e

[jira] [Resolved] (SOLR-16608) Enable ability to compress state.json in Zookeeper

2023-02-28 Thread Justin Sweeney (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16608?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Sweeney resolved SOLR-16608. --- Fix Version/s: 9.2 Resolution: Fixed > Enable ability to compress state.json in Zookee

[jira] [Assigned] (SOLR-16608) Enable ability to compress state.json in Zookeeper

2023-02-28 Thread Justin Sweeney (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16608?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Sweeney reassigned SOLR-16608: - Assignee: Justin Sweeney > Enable ability to compress state.json in Zookeeper >

[jira] [Updated] (SOLR-5991) SolrCloud: Add API to move leader off a Solr instance

2023-02-28 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-5991?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley updated SOLR-5991: --- Labels: (was: newdev) > SolrCloud: Add API to move leader off a Solr instance >

[jira] [Commented] (SOLR-16682) MLT component: SyntaxError: Cannot parse

2023-02-28 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16682?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17694620#comment-17694620 ] ASF subversion and git services commented on SOLR-16682: Commit 8

[GitHub] [solr] mkhludnev merged pull request #1408: SOLR-16682: transfer MLT Component queries via {!bool}

2023-02-28 Thread via GitHub
mkhludnev merged PR #1408: URL: https://github.com/apache/solr/pull/1408 -- 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 the specific comment. To unsubscribe, e-mail: issues-unsubscr...@solr.apache.

[jira] [Commented] (SOLR-5991) SolrCloud: Add API to move leader off a Solr instance

2023-02-28 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-5991?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17694612#comment-17694612 ] David Smiley commented on SOLR-5991: There is a REJOINLEADERELECTION core (not collect

[jira] [Commented] (SOLR-16183) XML Loader: support indexing single nested child document

2023-02-28 Thread Thomas Corthals (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17694611#comment-17694611 ] Thomas Corthals commented on SOLR-16183: The {{name="child"}} on the doc is curre

[jira] [Commented] (SOLR-6236) Need an optional fallback mechanism for selecting a leader when all replicas are in leader-initiated recovery.

2023-02-28 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-6236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17694600#comment-17694600 ] David Smiley commented on SOLR-6236: Closing because we don't have LIR anymore thanks

[jira] [Resolved] (SOLR-6236) Need an optional fallback mechanism for selecting a leader when all replicas are in leader-initiated recovery.

2023-02-28 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-6236?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley resolved SOLR-6236. Resolution: Not A Problem > Need an optional fallback mechanism for selecting a leader when all repl

[GitHub] [solr] justinrsweeney merged pull request #1348: Adding support for compression within the ZkCLI tool

2023-02-28 Thread via GitHub
justinrsweeney merged PR #1348: URL: https://github.com/apache/solr/pull/1348 -- 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 the specific comment. To unsubscribe, e-mail: issues-unsubscr...@solr.ap

[GitHub] [solr] chlorochrule commented on pull request #937: SOLR-16289: Null check in transformers of ltr module

2023-02-28 Thread via GitHub
chlorochrule commented on PR #937: URL: https://github.com/apache/solr/pull/937#issuecomment-1448240364 +1 I agree with both to update documentation and to throw an exception. I will add these updates. However, I want to support interleaving in SolrCloud ideally. My idea is, - S

[jira] [Commented] (SOLR-16682) MLT component: SyntaxError: Cannot parse

2023-02-28 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16682?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17694539#comment-17694539 ] ASF subversion and git services commented on SOLR-16682: Commit 0

[GitHub] [solr] mkhludnev merged pull request #1260: SOLR-16682: transfer mlt query for component right

2023-02-28 Thread via GitHub
mkhludnev merged PR #1260: URL: https://github.com/apache/solr/pull/1260 -- 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 the specific comment. To unsubscribe, e-mail: issues-unsubscr...@solr.apache.

[jira] [Updated] (SOLR-16681) Replacing uniqueKey field via fl doesn't work since 9.0

2023-02-28 Thread Mikhail Khludnev (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16681?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mikhail Khludnev updated SOLR-16681: Reporter: Rajani Karuturi (was: Mikhail Khludnev) > Replacing uniqueKey field via fl doesn

[jira] [Updated] (SOLR-16681) Replacing uniqueKey field via fl doesn't work since 9.0

2023-02-28 Thread Mikhail Khludnev (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16681?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mikhail Khludnev updated SOLR-16681: Reporter: Mikhail Khludnev (was: Rajani Karuturi) > Replacing uniqueKey field via fl doesn

[jira] [Comment Edited] (SOLR-788) MoreLikeThis should support distributed search

2023-02-28 Thread Mikhail Khludnev (Jira)
[ https://issues.apache.org/jira/browse/SOLR-788?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17694364#comment-17694364 ] Mikhail Khludnev edited comment on SOLR-788 at 2/28/23 9:26 AM: -

[jira] [Updated] (SOLR-16682) MLT component: SyntaxError: Cannot parse

2023-02-28 Thread Mikhail Khludnev (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16682?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mikhail Khludnev updated SOLR-16682: Fix Version/s: 9.2 > MLT component: SyntaxError: Cannot parse > --

[jira] [Updated] (SOLR-16682) MLT component: SyntaxError: Cannot parse

2023-02-28 Thread Mikhail Khludnev (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16682?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mikhail Khludnev updated SOLR-16682: Description: Distributed search with mlt component may fail with {{SyntaxError: Cannot pars