[jira] [Commented] (SOLR-14194) Allow Highlighting to work for indexes with uniqueKey that is not stored

2020-01-23 Thread Andrzej Wislowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14194?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17022737#comment-17022737 ] Andrzej Wislowski commented on SOLR-14194: -- I'll check news highlighter and fix

[jira] [Commented] (SOLR-12045) Move Analytics Component from contrib to core

2020-01-23 Thread Mikhail Khludnev (Jira)
[ https://issues.apache.org/jira/browse/SOLR-12045?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17022720#comment-17022720 ] Mikhail Khludnev commented on SOLR-12045: - I've checked both versions. It seems o

[jira] [Commented] (SOLR-14192) Race condition between SchemaManager and ZkIndexSchemaReader

2020-01-23 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17022705#comment-17022705 ] David Smiley commented on SOLR-14192: - IMO we should remove the underlying complexity

[jira] [Commented] (LUCENE-8329) Size Estimator wrongly calculate Disk space in MB

2020-01-23 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-8329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17022702#comment-17022702 ] David Smiley commented on LUCENE-8329: -- I think simply remove it entirely as it's o

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

2020-01-23 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-12238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17022696#comment-17022696 ] David Smiley commented on SOLR-12238: - Sorry I didn't notice the PR; I was distracted

[GitHub] [lucene-solr] dsmiley commented on issue #1202: SOLR-14149: CHANGES.txt Remove off-topic stuff

2020-01-23 Thread GitBox
dsmiley commented on issue #1202: SOLR-14149: CHANGES.txt Remove off-topic stuff URL: https://github.com/apache/lucene-solr/pull/1202#issuecomment-577989047 Yes 8x too. Thanks for the reminder about 8.5. I moved the 8.5 upgrade notes to the asciidoc page. In 9x I left a reminder to move

[jira] [Commented] (SOLR-14194) Allow Highlighting to work for indexes with uniqueKey that is not stored

2020-01-23 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14194?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17022674#comment-17022674 ] David Smiley commented on SOLR-14194: - Tests failed, as "Yetus" showed above. > Allo

[jira] [Commented] (LUCENE-9165) change generate-defaults.gradle not to cap testsJvms at 4

2020-01-23 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17022661#comment-17022661 ] Robert Muir commented on LUCENE-9165: - Patch: as explained again, I think its ok bec

[jira] [Updated] (LUCENE-9165) change generate-defaults.gradle not to cap testsJvms at 4

2020-01-23 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9165?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-9165: Attachment: LUCENE-9165.patch > change generate-defaults.gradle not to cap testsJvms at 4 > --

[jira] [Updated] (LUCENE-9167) test speedup for slowest/pathological tests (round 3)

2020-01-23 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9167?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-9167: Attachment: LUCENE-9167.patch > test speedup for slowest/pathological tests (round 3) > --

[jira] [Created] (LUCENE-9167) test speedup for slowest/pathological tests (round 3)

2020-01-23 Thread Robert Muir (Jira)
Robert Muir created LUCENE-9167: --- Summary: test speedup for slowest/pathological tests (round 3) Key: LUCENE-9167 URL: https://issues.apache.org/jira/browse/LUCENE-9167 Project: Lucene - Core I

[jira] [Commented] (SOLR-14210) Introduce Node-level status handler for replicas

2020-01-23 Thread Shalin Shekhar Mangar (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14210?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17022645#comment-17022645 ] Shalin Shekhar Mangar commented on SOLR-14210: -- Why not extend the same /adm

[jira] [Resolved] (SOLR-14208) Reproducible test failure on TestBulkSchemaConcurrent

2020-01-23 Thread Shalin Shekhar Mangar (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14208?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar resolved SOLR-14208. -- Resolution: Duplicate Andrzej fixed this in SOLR-14211 > Reproducible test fai

[jira] [Commented] (LUCENE-9165) change generate-defaults.gradle not to cap testsJvms at 4

2020-01-23 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17022565#comment-17022565 ] Robert Muir commented on LUCENE-9165: - Yes, I agree with you about that. But I thi

[GitHub] [lucene-solr] andyvuong commented on a change in pull request #1195: SOLR-13101: Log accurate file counts for Push and Pull and CorePushPull

2020-01-23 Thread GitBox
andyvuong commented on a change in pull request #1195: SOLR-13101: Log accurate file counts for Push and Pull and CorePushPull URL: https://github.com/apache/lucene-solr/pull/1195#discussion_r370380158 ## File path: solr/core/src/java/org/apache/solr/store/blob/metadata/CorePushPul

[GitHub] [lucene-solr] andyvuong commented on a change in pull request #1195: SOLR-13101: Log accurate file counts for Push and Pull and CorePushPull

2020-01-23 Thread GitBox
andyvuong commented on a change in pull request #1195: SOLR-13101: Log accurate file counts for Push and Pull and CorePushPull URL: https://github.com/apache/lucene-solr/pull/1195#discussion_r370380158 ## File path: solr/core/src/java/org/apache/solr/store/blob/metadata/CorePushPul

[jira] [Commented] (LUCENE-8347) BlendedInfixSuggester to handle multi term matches better

2020-01-23 Thread Lucene/Solr QA (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-8347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17022532#comment-17022532 ] Lucene/Solr QA commented on LUCENE-8347: | (x) *{color:red}-1 overall{color}* |

[jira] [Commented] (LUCENE-8329) Size Estimator wrongly calculate Disk space in MB

2020-01-23 Thread Lucene/Solr QA (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-8329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17022530#comment-17022530 ] Lucene/Solr QA commented on LUCENE-8329: | (/) *{color:green}+1 overall{color}*

[jira] [Commented] (LUCENE-9165) change generate-defaults.gradle not to cap testsJvms at 4

2020-01-23 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17022528#comment-17022528 ] Dawid Weiss commented on LUCENE-9165: - Sure, go ahead and change it. My thinking abo

[jira] [Commented] (SOLR-14213) Configuring Solr Cloud to use Shared Storage

2020-01-23 Thread Andy Vuong (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14213?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17022523#comment-17022523 ] Andy Vuong commented on SOLR-14213: --- I’m thinking of adding a config option in solrconf

[jira] [Commented] (LUCENE-9166) gradle build: test failures need stacktraces

2020-01-23 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17022505#comment-17022505 ] Robert Muir commented on LUCENE-9166: - When i look at the test config, it seems it i

[jira] [Created] (LUCENE-9166) gradle build: test failures need stacktraces

2020-01-23 Thread Robert Muir (Jira)
Robert Muir created LUCENE-9166: --- Summary: gradle build: test failures need stacktraces Key: LUCENE-9166 URL: https://issues.apache.org/jira/browse/LUCENE-9166 Project: Lucene - Core Issue Type

[jira] [Created] (SOLR-14214) Ref Guide: Clean up info about clients other than SolrJ

2020-01-23 Thread Cassandra Targett (Jira)
Cassandra Targett created SOLR-14214: Summary: Ref Guide: Clean up info about clients other than SolrJ Key: SOLR-14214 URL: https://issues.apache.org/jira/browse/SOLR-14214 Project: Solr

[GitHub] [lucene-solr] mkhludnev closed pull request #1200: SOLR-12045: emphasize deployment caveat.

2020-01-23 Thread GitBox
mkhludnev closed pull request #1200: SOLR-12045: emphasize deployment caveat. URL: https://github.com/apache/lucene-solr/pull/1200 This is an automated message from the Apache Git Service. To respond to the message, please lo

[GitHub] [lucene-solr] mkhludnev commented on issue #1200: SOLR-12045: emphasize deployment caveat.

2020-01-23 Thread GitBox
mkhludnev commented on issue #1200: SOLR-12045: emphasize deployment caveat. URL: https://github.com/apache/lucene-solr/pull/1200#issuecomment-577862675 Squashed, committed under SOLR-12045. Will check fer guides tomorrow.  Thanks, @HoustonPutman , @dsmiley. -

[jira] [Updated] (SOLR-14209) Upgrade JQuery to 3.4.1

2020-01-23 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14209?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-14209: Attachment: Screen Shot 2020-01-23 at 3.28.47 PM.png > Upgrade JQuery to 3.4.1 > --

[jira] [Commented] (SOLR-14209) Upgrade JQuery to 3.4.1

2020-01-23 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14209?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17022465#comment-17022465 ] Kevin Risden commented on SOLR-14209: - An down the rabbit hole we go - jstree maj

[jira] [Commented] (SOLR-12045) Move Analytics Component from contrib to core

2020-01-23 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-12045?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17022464#comment-17022464 ] ASF subversion and git services commented on SOLR-12045: Commit 8

[jira] [Commented] (SOLR-12045) Move Analytics Component from contrib to core

2020-01-23 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-12045?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17022460#comment-17022460 ] ASF subversion and git services commented on SOLR-12045: Commit 1

[jira] [Commented] (SOLR-14209) Upgrade JQuery to 3.4.1

2020-01-23 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14209?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17022456#comment-17022456 ] Kevin Risden commented on SOLR-14209: - So everything looks good except for the Cloud

[jira] [Updated] (SOLR-14209) Upgrade JQuery to 3.4.1

2020-01-23 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14209?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-14209: Attachment: Screen Shot 2020-01-23 at 3.17.07 PM.png > Upgrade JQuery to 3.4.1 > --

[jira] [Commented] (SOLR-14209) Upgrade JQuery to 3.4.1

2020-01-23 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14209?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17022454#comment-17022454 ] Kevin Risden commented on SOLR-14209: - So latest version is 3.4.1. JQuery 2.x is no l

[jira] [Updated] (SOLR-14209) Upgrade JQuery to 3.4.1

2020-01-23 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14209?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-14209: Summary: Upgrade JQuery to 3.4.1 (was: Upgrade JQuery) > Upgrade JQuery to 3.4.1 > ---

[jira] [Assigned] (SOLR-14209) Upgrade JQuery to 3.4.1

2020-01-23 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14209?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden reassigned SOLR-14209: --- Assignee: Kevin Risden > Upgrade JQuery to 3.4.1 > --- > >

[jira] [Commented] (SOLR-12930) Add developer documentation to source repo

2020-01-23 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-12930?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17022449#comment-17022449 ] ASF subversion and git services commented on SOLR-12930: Commit 7

[jira] [Commented] (SOLR-12930) Add developer documentation to source repo

2020-01-23 Thread Cassandra Targett (Jira)
[ https://issues.apache.org/jira/browse/SOLR-12930?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17022446#comment-17022446 ] Cassandra Targett commented on SOLR-12930: -- The commit in the previous comment

[GitHub] [lucene-solr] ctargett edited a comment on issue #1164: SOLR-12930: Create developer docs in source repo

2020-01-23 Thread GitBox
ctargett edited a comment on issue #1164: SOLR-12930: Create developer docs in source repo URL: https://github.com/apache/lucene-solr/pull/1164#issuecomment-577853251 I waited a little bit in case anyone changed their mind about this. A separate commit (2d8650d36cc65b3161f009be85fcfd

[GitHub] [lucene-solr] ctargett commented on issue #1164: SOLR-12930: Create developer docs in source repo

2020-01-23 Thread GitBox
ctargett commented on issue #1164: SOLR-12930: Create developer docs in source repo URL: https://github.com/apache/lucene-solr/pull/1164#issuecomment-577853251 I waited a little bit in case anyone changed their mind about this. A separate commit (2d8650d36cc65b3161f009be85fcfd2fa8ff637c) m

[jira] [Commented] (SOLR-12930) Add developer documentation to source repo

2020-01-23 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-12930?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17022439#comment-17022439 ] ASF subversion and git services commented on SOLR-12930: Commit 2

[jira] [Commented] (SOLR-12930) Add developer documentation to source repo

2020-01-23 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-12930?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17022435#comment-17022435 ] ASF subversion and git services commented on SOLR-12930: Commit 6

[GitHub] [lucene-solr] ctargett merged pull request #1164: SOLR-12930: Create developer docs in source repo

2020-01-23 Thread GitBox
ctargett merged pull request #1164: SOLR-12930: Create developer docs in source repo URL: https://github.com/apache/lucene-solr/pull/1164 This is an automated message from the Apache Git Service. To respond to the message, p

[GitHub] [lucene-solr] dsmiley commented on a change in pull request #1171: SOLR-13892: Add 'top-level' docValues Join implementation

2020-01-23 Thread GitBox
dsmiley commented on a change in pull request #1171: SOLR-13892: Add 'top-level' docValues Join implementation URL: https://github.com/apache/lucene-solr/pull/1171#discussion_r370318149 ## File path: solr/core/src/java/org/apache/solr/search/join/TopLevelDVTermsCollector.java

[GitHub] [lucene-solr] dsmiley commented on a change in pull request #1171: SOLR-13892: Add 'top-level' docValues Join implementation

2020-01-23 Thread GitBox
dsmiley commented on a change in pull request #1171: SOLR-13892: Add 'top-level' docValues Join implementation URL: https://github.com/apache/lucene-solr/pull/1171#discussion_r370281149 ## File path: solr/core/src/java/org/apache/solr/search/JoinQParserPlugin.java ## @@ -5

[GitHub] [lucene-solr] dsmiley commented on a change in pull request #1171: SOLR-13892: Add 'top-level' docValues Join implementation

2020-01-23 Thread GitBox
dsmiley commented on a change in pull request #1171: SOLR-13892: Add 'top-level' docValues Join implementation URL: https://github.com/apache/lucene-solr/pull/1171#discussion_r370320580 ## File path: solr/solr-ref-guide/src/other-parsers.adoc ## @@ -591,36 +591,95 @@ The h

[GitHub] [lucene-solr] dsmiley commented on a change in pull request #1171: SOLR-13892: Add 'top-level' docValues Join implementation

2020-01-23 Thread GitBox
dsmiley commented on a change in pull request #1171: SOLR-13892: Add 'top-level' docValues Join implementation URL: https://github.com/apache/lucene-solr/pull/1171#discussion_r370311726 ## File path: solr/core/src/java/org/apache/solr/search/join/MultiValueTermOrdinalCollector.java

[GitHub] [lucene-solr] dsmiley commented on a change in pull request #1171: SOLR-13892: Add 'top-level' docValues Join implementation

2020-01-23 Thread GitBox
dsmiley commented on a change in pull request #1171: SOLR-13892: Add 'top-level' docValues Join implementation URL: https://github.com/apache/lucene-solr/pull/1171#discussion_r370304900 ## File path: solr/core/src/java/org/apache/solr/search/JoinQParserPlugin.java ## @@ -1

[GitHub] [lucene-solr] dsmiley commented on a change in pull request #1171: SOLR-13892: Add 'top-level' docValues Join implementation

2020-01-23 Thread GitBox
dsmiley commented on a change in pull request #1171: SOLR-13892: Add 'top-level' docValues Join implementation URL: https://github.com/apache/lucene-solr/pull/1171#discussion_r370319600 ## File path: solr/solr-ref-guide/src/other-parsers.adoc ## @@ -591,36 +591,95 @@ The h

[GitHub] [lucene-solr] dsmiley commented on a change in pull request #1171: SOLR-13892: Add 'top-level' docValues Join implementation

2020-01-23 Thread GitBox
dsmiley commented on a change in pull request #1171: SOLR-13892: Add 'top-level' docValues Join implementation URL: https://github.com/apache/lucene-solr/pull/1171#discussion_r370311943 ## File path: solr/core/src/java/org/apache/solr/search/join/MultiValueTermOrdinalCollector.java

[GitHub] [lucene-solr] dsmiley commented on a change in pull request #1171: SOLR-13892: Add 'top-level' docValues Join implementation

2020-01-23 Thread GitBox
dsmiley commented on a change in pull request #1171: SOLR-13892: Add 'top-level' docValues Join implementation URL: https://github.com/apache/lucene-solr/pull/1171#discussion_r370319378 ## File path: solr/solr-ref-guide/src/other-parsers.adoc ## @@ -591,36 +591,95 @@ The h

[GitHub] [lucene-solr] dsmiley commented on a change in pull request #1171: SOLR-13892: Add 'top-level' docValues Join implementation

2020-01-23 Thread GitBox
dsmiley commented on a change in pull request #1171: SOLR-13892: Add 'top-level' docValues Join implementation URL: https://github.com/apache/lucene-solr/pull/1171#discussion_r370319920 ## File path: solr/solr-ref-guide/src/other-parsers.adoc ## @@ -591,36 +591,95 @@ The h

[GitHub] [lucene-solr] dsmiley commented on a change in pull request #1171: SOLR-13892: Add 'top-level' docValues Join implementation

2020-01-23 Thread GitBox
dsmiley commented on a change in pull request #1171: SOLR-13892: Add 'top-level' docValues Join implementation URL: https://github.com/apache/lucene-solr/pull/1171#discussion_r370309875 ## File path: solr/core/src/java/org/apache/solr/search/join/MultiValueTermOrdinalCollector.java

[GitHub] [lucene-solr] dsmiley commented on a change in pull request #1171: SOLR-13892: Add 'top-level' docValues Join implementation

2020-01-23 Thread GitBox
dsmiley commented on a change in pull request #1171: SOLR-13892: Add 'top-level' docValues Join implementation URL: https://github.com/apache/lucene-solr/pull/1171#discussion_r370307365 ## File path: solr/core/src/java/org/apache/solr/search/TopLevelJoinQuery.java ## @@ -0

[GitHub] [lucene-solr] dsmiley commented on a change in pull request #1171: SOLR-13892: Add 'top-level' docValues Join implementation

2020-01-23 Thread GitBox
dsmiley commented on a change in pull request #1171: SOLR-13892: Add 'top-level' docValues Join implementation URL: https://github.com/apache/lucene-solr/pull/1171#discussion_r370313149 ## File path: solr/core/src/java/org/apache/solr/search/join/MultiValueTermOrdinalCollector.java

[GitHub] [lucene-solr] dsmiley commented on a change in pull request #1171: SOLR-13892: Add 'top-level' docValues Join implementation

2020-01-23 Thread GitBox
dsmiley commented on a change in pull request #1171: SOLR-13892: Add 'top-level' docValues Join implementation URL: https://github.com/apache/lucene-solr/pull/1171#discussion_r370304007 ## File path: solr/core/src/java/org/apache/solr/search/JoinQParserPlugin.java ## @@ -5

[GitHub] [lucene-solr] dsmiley commented on a change in pull request #1171: SOLR-13892: Add 'top-level' docValues Join implementation

2020-01-23 Thread GitBox
dsmiley commented on a change in pull request #1171: SOLR-13892: Add 'top-level' docValues Join implementation URL: https://github.com/apache/lucene-solr/pull/1171#discussion_r370282592 ## File path: solr/core/src/java/org/apache/solr/search/JoinQParserPlugin.java ## @@ -5

[GitHub] [lucene-solr] dsmiley commented on a change in pull request #1171: SOLR-13892: Add 'top-level' docValues Join implementation

2020-01-23 Thread GitBox
dsmiley commented on a change in pull request #1171: SOLR-13892: Add 'top-level' docValues Join implementation URL: https://github.com/apache/lucene-solr/pull/1171#discussion_r370304976 ## File path: solr/core/src/java/org/apache/solr/search/JoinQParserPlugin.java ## @@ -1

[jira] [Created] (SOLR-14213) Configuring Solr Cloud to use Shared Storage

2020-01-23 Thread Andy Vuong (Jira)
Andy Vuong created SOLR-14213: - Summary: Configuring Solr Cloud to use Shared Storage Key: SOLR-14213 URL: https://issues.apache.org/jira/browse/SOLR-14213 Project: Solr Issue Type: Sub-task

[jira] [Commented] (LUCENE-9160) override heap / jvm params for tests in gradle build

2020-01-23 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17022352#comment-17022352 ] Robert Muir commented on LUCENE-9160: - Dawid I opened LUCENE-9165 to discuss further

[jira] [Commented] (LUCENE-9160) override heap / jvm params for tests in gradle build

2020-01-23 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17022347#comment-17022347 ] Dawid Weiss commented on LUCENE-9160: - I never had a chance to experiment on those s

[jira] [Commented] (SOLR-14211) TestBulkSchemaConcurrent failures

2020-01-23 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17022356#comment-17022356 ] ASF subversion and git services commented on SOLR-14211: Commit 4

[GitHub] [lucene-solr] madrob edited a comment on issue #1184: LUCENE-9142 Refactor IntSet operations for determinize

2020-01-23 Thread GitBox
madrob edited a comment on issue #1184: LUCENE-9142 Refactor IntSet operations for determinize URL: https://github.com/apache/lucene-solr/pull/1184#issuecomment-577828200 Started over on this, tried to be less ambitious but still improving the situation I think. ~Unclear why precomm

[jira] [Commented] (SOLR-11554) Support handling OPTIONS request for Hadoop authentication filter

2020-01-23 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-11554?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17022368#comment-17022368 ] ASF subversion and git services commented on SOLR-11554: Commit 8

[jira] [Resolved] (SOLR-11554) Support handling OPTIONS request for Hadoop authentication filter

2020-01-23 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-11554?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden resolved SOLR-11554. - Resolution: Fixed Thanks [~gezapeti] > Support handling OPTIONS request for Hadoop authenticatio

[GitHub] [lucene-solr] madrob commented on issue #1184: LUCENE-9142 Refactor IntSet operations for determinize

2020-01-23 Thread GitBox
madrob commented on issue #1184: LUCENE-9142 Refactor IntSet operations for determinize URL: https://github.com/apache/lucene-solr/pull/1184#issuecomment-577828200 Started over on this, tried to be less ambitious but still improving the situation I think. Unclear why precommit faile

[jira] [Commented] (SOLR-14193) Update tutorial.adoc(line no:664) so that command executes in windows enviroment

2020-01-23 Thread Cassandra Targett (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14193?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17022383#comment-17022383 ] Cassandra Targett commented on SOLR-14193: -- [~balaji-s], I'm a little confused w

[GitHub] [lucene-solr] dweiss commented on a change in pull request #1121: SOLR-11207: Add OWASP dependency checker to gradle build

2020-01-23 Thread GitBox
dweiss commented on a change in pull request #1121: SOLR-11207: Add OWASP dependency checker to gradle build URL: https://github.com/apache/lucene-solr/pull/1121#discussion_r370278321 ## File path: gradle/validation/dependency-check.gradle ## @@ -0,0 +1,14 @@ +// This adds

[GitHub] [lucene-solr] janhoy commented on a change in pull request #1121: SOLR-11207: Add OWASP dependency checker to gradle build

2020-01-23 Thread GitBox
janhoy commented on a change in pull request #1121: SOLR-11207: Add OWASP dependency checker to gradle build URL: https://github.com/apache/lucene-solr/pull/1121#discussion_r370276649 ## File path: gradle/validation/dependency-check.gradle ## @@ -0,0 +1,14 @@ +// This adds

[jira] [Commented] (SOLR-11554) Support handling OPTIONS request for Hadoop authentication filter

2020-01-23 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-11554?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17022367#comment-17022367 ] ASF subversion and git services commented on SOLR-11554: Commit b

[jira] [Commented] (SOLR-14192) Race condition between SchemaManager and ZkIndexSchemaReader

2020-01-23 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17022357#comment-17022357 ] ASF subversion and git services commented on SOLR-14192: Commit 4

[GitHub] [lucene-solr] dweiss commented on a change in pull request #1121: SOLR-11207: Add OWASP dependency checker to gradle build

2020-01-23 Thread GitBox
dweiss commented on a change in pull request #1121: SOLR-11207: Add OWASP dependency checker to gradle build URL: https://github.com/apache/lucene-solr/pull/1121#discussion_r370273536 ## File path: build.gradle ## @@ -58,6 +59,7 @@ apply from: file('gradle/validation/vers

[GitHub] [lucene-solr] dweiss commented on a change in pull request #1121: SOLR-11207: Add OWASP dependency checker to gradle build

2020-01-23 Thread GitBox
dweiss commented on a change in pull request #1121: SOLR-11207: Add OWASP dependency checker to gradle build URL: https://github.com/apache/lucene-solr/pull/1121#discussion_r370273915 ## File path: gradle/validation/dependency-check.gradle ## @@ -0,0 +1,14 @@ +// This adds

[GitHub] [lucene-solr] dweiss commented on issue #1121: SOLR-11207: Add OWASP dependency checker to gradle build

2020-01-23 Thread GitBox
dweiss commented on issue #1121: SOLR-11207: Add OWASP dependency checker to gradle build URL: https://github.com/apache/lucene-solr/pull/1121#issuecomment-577800416 I think it should just fail if enabled. Then it'd be a single property: "validation.owasp=[true|false]? ---

[jira] [Commented] (SOLR-14210) Introduce Node-level status handler for replicas

2020-01-23 Thread Houston Putman (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14210?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17022315#comment-17022315 ] Houston Putman commented on SOLR-14210: --- I would love for this to be configurable l

[GitHub] [lucene-solr] cpoerschke commented on a change in pull request #1033: SOLR-13965: Use Plugin to add new expressions to GraphHandler

2020-01-23 Thread GitBox
cpoerschke commented on a change in pull request #1033: SOLR-13965: Use Plugin to add new expressions to GraphHandler URL: https://github.com/apache/lucene-solr/pull/1033#discussion_r370262941 ## File path: solr/core/src/java/org/apache/solr/handler/GraphHandler.java ## @@

[jira] [Commented] (SOLR-14125) SOLR-14125: Make plugins work with packages

2020-01-23 Thread Christine Poerschke (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14125?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17022305#comment-17022305 ] Christine Poerschke commented on SOLR-14125: Created SOLR-14212 follow-on tic

[jira] [Updated] (SOLR-14212) " plugins with packages" seems incomplete

2020-01-23 Thread Christine Poerschke (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14212?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christine Poerschke updated SOLR-14212: --- Attachment: SOLR-14212.patch > " plugins with packages" seems incomplete > --

[jira] [Commented] (SOLR-14212) " plugins with packages" seems incomplete

2020-01-23 Thread Christine Poerschke (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14212?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17022301#comment-17022301 ] Christine Poerschke commented on SOLR-14212: [~mdrob] noticed in [~epugh]'s h

[jira] [Created] (SOLR-14212) " plugins with packages" seems incomplete

2020-01-23 Thread Christine Poerschke (Jira)
Christine Poerschke created SOLR-14212: -- Summary: " plugins with packages" seems incomplete Key: SOLR-14212 URL: https://issues.apache.org/jira/browse/SOLR-14212 Project: Solr Issue Type

[GitHub] [lucene-solr] janhoy commented on issue #1121: SOLR-11207: Add OWASP dependency checker to gradle build

2020-01-23 Thread GitBox
janhoy commented on issue #1121: SOLR-11207: Add OWASP dependency checker to gradle build URL: https://github.com/apache/lucene-solr/pull/1121#issuecomment-577786859 We could have a validation.owasp.threshold as alternative to the “fail” prop, to decide on what CVSS score to fail the build

[GitHub] [lucene-solr] HoustonPutman commented on a change in pull request #1200: SOLR-12045: emphasize deployment caveat.

2020-01-23 Thread GitBox
HoustonPutman commented on a change in pull request #1200: SOLR-12045: emphasize deployment caveat. URL: https://github.com/apache/lucene-solr/pull/1200#discussion_r370250057 ## File path: solr/solr-ref-guide/src/analytics.adoc ## @@ -33,7 +33,7 @@ Since the Analytics fram

[jira] [Created] (SOLR-14211) TestBulkSchemaConcurrent failures

2020-01-23 Thread Andrzej Bialecki (Jira)
Andrzej Bialecki created SOLR-14211: --- Summary: TestBulkSchemaConcurrent failures Key: SOLR-14211 URL: https://issues.apache.org/jira/browse/SOLR-14211 Project: Solr Issue Type: Bug Se

[jira] [Commented] (SOLR-14210) Introduce Node-level status handler for replicas

2020-01-23 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-14210?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17022279#comment-17022279 ] Jan Høydahl commented on SOLR-14210: Can this be treated as “shallow” vs “deep” healt

[jira] [Commented] (SOLR-13897) Unsafe publication of Terms object in ZkShardTerms

2020-01-23 Thread Lucene/Solr QA (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13897?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17022268#comment-17022268 ] Lucene/Solr QA commented on SOLR-13897: --- | (x) *{color:red}-1 overall{color}* | \\

[GitHub] [lucene-solr] anshumg opened a new pull request #1205: SOLR-14206: Annotate HttpSolrCall as thread-safe

2020-01-23 Thread GitBox
anshumg opened a new pull request #1205: SOLR-14206: Annotate HttpSolrCall as thread-safe URL: https://github.com/apache/lucene-solr/pull/1205 Annotate HttpSolrCall and V2HttpCall as thread-safe This is an automated message f

[GitHub] [lucene-solr] mkhludnev commented on a change in pull request #1200: SOLR-12045: emphasize deployment caveat.

2020-01-23 Thread GitBox
mkhludnev commented on a change in pull request #1200: SOLR-12045: emphasize deployment caveat. URL: https://github.com/apache/lucene-solr/pull/1200#discussion_r370229545 ## File path: solr/solr-ref-guide/src/analytics.adoc ## @@ -33,7 +33,7 @@ Since the Analytics framewor

[jira] [Commented] (SOLR-14206) Annotate classes for thread safety

2020-01-23 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17022256#comment-17022256 ] ASF subversion and git services commented on SOLR-14206: Commit 3

[jira] [Commented] (SOLR-14206) Annotate classes for thread safety

2020-01-23 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17022257#comment-17022257 ] ASF subversion and git services commented on SOLR-14206: Commit 3

[GitHub] [lucene-solr] anshumg merged pull request #1203: SOLR-14206: Annotate HttpSolrCall as thread-safe

2020-01-23 Thread GitBox
anshumg merged pull request #1203: SOLR-14206: Annotate HttpSolrCall as thread-safe URL: https://github.com/apache/lucene-solr/pull/1203 This is an automated message from the Apache Git Service. To respond to the message, pl

[jira] [Created] (SOLR-14210) Introduce Node-level status handler for replicas

2020-01-23 Thread Houston Putman (Jira)
Houston Putman created SOLR-14210: - Summary: Introduce Node-level status handler for replicas Key: SOLR-14210 URL: https://issues.apache.org/jira/browse/SOLR-14210 Project: Solr Issue Type: I

[jira] [Commented] (SOLR-13892) Add postfilter support to {!join} queries

2020-01-23 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13892?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17022248#comment-17022248 ] Jason Gerlowski commented on SOLR-13892: The PR has all the changes I wanted to p

[jira] [Commented] (LUCENE-8329) Size Estimator wrongly calculate Disk space in MB

2020-01-23 Thread Alessandro Benedetti (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-8329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=1706#comment-1706 ] Alessandro Benedetti commented on LUCENE-8329: -- Any interest in fixing this

[jira] [Commented] (LUCENE-8347) BlendedInfixSuggester to handle multi term matches better

2020-01-23 Thread Alessandro Benedetti (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-8347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=1700#comment-1700 ] Alessandro Benedetti commented on LUCENE-8347: -- [~mikemccand], [~dsmiley] I

[jira] [Updated] (SOLR-11554) Support handling OPTIONS request for Hadoop authentication filter

2020-01-23 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-11554?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-11554: Fix Version/s: 8.5 > Support handling OPTIONS request for Hadoop authentication filter > --

[jira] [Assigned] (SOLR-11554) Support handling OPTIONS request for Hadoop authentication filter

2020-01-23 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-11554?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden reassigned SOLR-11554: --- Assignee: Kevin Risden > Support handling OPTIONS request for Hadoop authentication filter >

[jira] [Resolved] (SOLR-14205) Do not fail when given timeout to connectionImpl.isValid() = 0

2020-01-23 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14205?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden resolved SOLR-14205. - Resolution: Fixed > Do not fail when given timeout to connectionImpl.isValid() = 0 >

[jira] [Commented] (SOLR-14205) Do not fail when given timeout to connectionImpl.isValid() = 0

2020-01-23 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17022191#comment-17022191 ] Kevin Risden commented on SOLR-14205: - Thanks for reporting and fixing [~vercani] >

[jira] [Commented] (SOLR-14205) Do not fail when given timeout to connectionImpl.isValid() = 0

2020-01-23 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17022190#comment-17022190 ] ASF subversion and git services commented on SOLR-14205: Commit f

[jira] [Commented] (SOLR-14205) Do not fail when given timeout to connectionImpl.isValid() = 0

2020-01-23 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17022188#comment-17022188 ] ASF subversion and git services commented on SOLR-14205: Commit 6

[GitHub] [lucene-solr] risdenk closed pull request #1204: SOLR-14205 Do not fail when given timeout to connectionImpl.isValid()…

2020-01-23 Thread GitBox
risdenk closed pull request #1204: SOLR-14205 Do not fail when given timeout to connectionImpl.isValid()… URL: https://github.com/apache/lucene-solr/pull/1204 This is an automated message from the Apache Git Service. To resp

[jira] [Updated] (SOLR-14205) Do not fail when given timeout to connectionImpl.isValid() = 0

2020-01-23 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14205?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-14205: Summary: Do not fail when given timeout to connectionImpl.isValid() = 0 (was: ConnectionImpl.isVal

  1   2   >