[jira] [Updated] (SOLR-12325) introduce uniqueBlockQuery(parent:true) aggregation for JSON Facet

2020-01-22 Thread Anatolii Siuniaev (Jira)
[ https://issues.apache.org/jira/browse/SOLR-12325?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anatolii Siuniaev updated SOLR-12325: - Attachment: SOLR-12325.patch > introduce uniqueBlockQuery(parent:true) aggregation for JS

[GitHub] [lucene-solr] janhoy commented on issue #1196: SOLR-14132: Upgrade Angular JS 1.3.8 to 1.7.9

2020-01-22 Thread GitBox
janhoy commented on issue #1196: SOLR-14132: Upgrade Angular JS 1.3.8 to 1.7.9 URL: https://github.com/apache/lucene-solr/pull/1196#issuecomment-577068590 Even links to collection-overview http://localhost:8983/solr/#/foo/collection-overview will break. I found 8 occurences of the string `

[jira] [Commented] (SOLR-14149) Remove non-changes from CHANGES.txt

2020-01-22 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-14149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17020903#comment-17020903 ] Jan Høydahl commented on SOLR-14149: So is there some simple commits we can do in mas

[jira] [Commented] (LUCENE-9153) Lucene Query parser append space if query length is greater than 255

2020-01-22 Thread Alan Woodward (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9153?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17020905#comment-17020905 ] Alan Woodward commented on LUCENE-9153: --- WhitespaceAnalyzer uses a WhitespaceToken

[jira] [Commented] (SOLR-14198) Nullpointer in AuditEvent when initialized from AuthorizationContext

2020-01-22 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-14198?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17020906#comment-17020906 ] Jan Høydahl commented on SOLR-14198: I'll merge this tomorrow. > Nullpointer in Audi

[jira] [Commented] (SOLR-14196) AdminUI login not working for JWTAuth when blockUnknown=false

2020-01-22 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-14196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17020907#comment-17020907 ] Jan Høydahl commented on SOLR-14196: Merging tomorrow > AdminUI login not working fo

[jira] [Commented] (SOLR-14154) Return correct isolation level when retrieving it from the SQL Connection

2020-01-22 Thread Ishan Chattopadhyaya (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14154?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17020915#comment-17020915 ] Ishan Chattopadhyaya commented on SOLR-14154: - Ouch! This was committed in th

[jira] [Updated] (SOLR-14154) Return correct isolation level when retrieving it from the SQL Connection

2020-01-22 Thread Ishan Chattopadhyaya (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14154?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya updated SOLR-14154: Fix Version/s: 8.4.1 > Return correct isolation level when retrieving it from the S

[GitHub] [lucene-solr] janhoy commented on issue #895: LUCENE-8985: SynonymGraphFilter cannot handle input stream with tokens filtered.

2020-01-22 Thread GitBox
janhoy commented on issue #895: LUCENE-8985: SynonymGraphFilter cannot handle input stream with tokens filtered. URL: https://github.com/apache/lucene-solr/pull/895#issuecomment-577091692 To move this forward, perhaps adding more unit test examples to the PR is a good way. I think what Mik

[GitHub] [lucene-solr] dweiss commented on a change in pull request #1184: LUCENE-9142 Refactor IntSet operations for determinize

2020-01-22 Thread GitBox
dweiss commented on a change in pull request #1184: LUCENE-9142 Refactor IntSet operations for determinize URL: https://github.com/apache/lucene-solr/pull/1184#discussion_r369454325 ## File path: lucene/core/src/java/org/apache/lucene/util/automaton/SortedIntSet.java ## @

[GitHub] [lucene-solr] dweiss edited a comment on issue #1163: SOLR-14186: Enforce CRLF in Windows files with .gitattributes

2020-01-22 Thread GitBox
dweiss edited a comment on issue #1163: SOLR-14186: Enforce CRLF in Windows files with .gitattributes URL: https://github.com/apache/lucene-solr/pull/1163#issuecomment-577103596 You asked about what can go wrong with git-specific stuff, @gerlowskija -- try to apply a patch we have for Kuro

[GitHub] [lucene-solr] dweiss commented on issue #1163: SOLR-14186: Enforce CRLF in Windows files with .gitattributes

2020-01-22 Thread GitBox
dweiss commented on issue #1163: SOLR-14186: Enforce CRLF in Windows files with .gitattributes URL: https://github.com/apache/lucene-solr/pull/1163#issuecomment-577103596 You asked about what can go wrong with git-specific stuff, @gerlowskija -- try to apply a patch we have for Kuromoji di

[GitHub] [lucene-solr] romseygeek opened a new pull request #1198: LUCENE-9153: Allow WhitespaceAnalyzer to set a custom maxTokenLen

2020-01-22 Thread GitBox
romseygeek opened a new pull request #1198: LUCENE-9153: Allow WhitespaceAnalyzer to set a custom maxTokenLen URL: https://github.com/apache/lucene-solr/pull/1198 WhitespaceTokenizer defaults to a maximum token length of 255, and WhitespaceAnalyzer does not allow this to be changed. Th

[jira] [Commented] (LUCENE-9153) Lucene Query parser append space if query length is greater than 255

2020-01-22 Thread Alan Woodward (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9153?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17020933#comment-17020933 ] Alan Woodward commented on LUCENE-9153: --- I opened a PR to add the optional of chan

[jira] [Commented] (LUCENE-9153) Lucene Query parser append space if query length is greater than 255

2020-01-22 Thread Akanksha Jain (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9153?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17021022#comment-17021022 ] Akanksha Jain commented on LUCENE-9153: --- [~romseygeek] Thank you for your insight

[GitHub] [lucene-solr] gerlowskija commented on issue #1163: SOLR-14186: Enforce CRLF in Windows files with .gitattributes

2020-01-22 Thread GitBox
gerlowskija commented on issue #1163: SOLR-14186: Enforce CRLF in Windows files with .gitattributes URL: https://github.com/apache/lucene-solr/pull/1163#issuecomment-577172681 Fair enough. Did you attach that patch or is it on a jira somewhere? I'm curious to see what happens now... ---

[GitHub] [lucene-solr] dweiss commented on issue #1163: SOLR-14186: Enforce CRLF in Windows files with .gitattributes

2020-01-22 Thread GitBox
dweiss commented on issue #1163: SOLR-14186: Enforce CRLF in Windows files with .gitattributes URL: https://github.com/apache/lucene-solr/pull/1163#issuecomment-577177699 Look at jgit's implementation of ApplyCommand and I think you'll see what's wrong. https://github.com/eclipse/jgit/

[GitHub] [lucene-solr] gerlowskija commented on issue #1171: SOLR-13892: Add 'top-level' docValues Join implementation

2020-01-22 Thread GitBox
gerlowskija commented on issue #1171: SOLR-13892: Add 'top-level' docValues Join implementation URL: https://github.com/apache/lucene-solr/pull/1171#issuecomment-577188503 That's exactly what I was looking for. I knew it had to exist already. Thanks David! --

[GitHub] [lucene-solr] gerlowskija edited a comment on issue #1171: SOLR-13892: Add 'top-level' docValues Join implementation

2020-01-22 Thread GitBox
gerlowskija edited a comment on issue #1171: SOLR-13892: Add 'top-level' docValues Join implementation URL: https://github.com/apache/lucene-solr/pull/1171#issuecomment-577188503 That's 100% what I was looking for. I knew it had to exist somewhere. Thanks David!

[jira] [Commented] (SOLR-14149) Remove non-changes from CHANGES.txt

2020-01-22 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17021074#comment-17021074 ] David Smiley commented on SOLR-14149: - I'll throw up a PR later today Jan. Maybe the

[GitHub] [lucene-solr] zsgyulavari commented on issue #1144: SOLR-13756 updated restlet mvn repository url.

2020-01-22 Thread GitBox
zsgyulavari commented on issue #1144: SOLR-13756 updated restlet mvn repository url. URL: https://github.com/apache/lucene-solr/pull/1144#issuecomment-577192260 Rebased it on top of master to have the gradle part sorted out as well. -

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

2020-01-22 Thread Michael McCandless (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17021080#comment-17021080 ] Michael McCandless commented on LUCENE-9160: {quote}fwiw adding {{-XX:Tiered

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

2020-01-22 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17021082#comment-17021082 ] Uwe Schindler commented on LUCENE-9160: --- But we should not hardcode the JVM opts,

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

2020-01-22 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17021090#comment-17021090 ] Robert Muir commented on LUCENE-9160: - Yes, i'd like to just set {{args=-XX:TieredSt

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

2020-01-22 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17021086#comment-17021086 ] Uwe Schindler commented on LUCENE-9160: --- Basically {{-XX:TieredStopAtLevel=1}} is

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

2020-01-22 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17021086#comment-17021086 ] Uwe Schindler edited comment on LUCENE-9160 at 1/22/20 2:03 PM: --

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

2020-01-22 Thread Andrzej Wislowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14194?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrzej Wislowski updated SOLR-14194: - Labels: highlighter (was: ) > Allow Highlighting to work for indexes with uniqueKey that

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

2020-01-22 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9160?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-9160: Attachment: LUCENE-9160.patch > override heap / jvm params for tests in gradle build > ---

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

2020-01-22 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17021121#comment-17021121 ] Robert Muir commented on LUCENE-9160: - Updated patch, it sets the default, but you c

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

2020-01-22 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17021123#comment-17021123 ] Uwe Schindler commented on LUCENE-9160: --- OK, +1 > override heap / jvm params for

[GitHub] [lucene-solr] risdenk commented on issue #1196: SOLR-14132: Upgrade Angular JS 1.3.8 to 1.7.9

2020-01-22 Thread GitBox
risdenk commented on issue #1196: SOLR-14132: Upgrade Angular JS 1.3.8 to 1.7.9 URL: https://github.com/apache/lucene-solr/pull/1196#issuecomment-577215902 Yea I saw the potential to change the hashPrefix. I'll take a look and see how it works. -

[jira] [Commented] (SOLR-14130) Add postlogs command line tool for indexing Solr logs

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

[jira] [Commented] (SOLR-14130) Add postlogs command line tool for indexing Solr logs

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

[jira] [Updated] (SOLR-14130) Add postlogs command line tool for indexing Solr logs

2020-01-22 Thread Joel Bernstein (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14130?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-14130: -- Description: This ticket adds a simple command line tool for posting Solr logs to a solr index

[jira] [Updated] (SOLR-14130) Add postlogs command line tool for indexing Solr logs

2020-01-22 Thread Joel Bernstein (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14130?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-14130: -- Description: This ticket adds a simple command line tool for posting Solr logs to a solr index

[jira] [Resolved] (SOLR-14130) Add postlogs command line tool for indexing Solr logs

2020-01-22 Thread Joel Bernstein (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14130?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein resolved SOLR-14130. --- Fix Version/s: 8.5 Resolution: Resolved > Add postlogs command line tool for indexing

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

2020-01-22 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9160?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir resolved LUCENE-9160. - Fix Version/s: master (9.0) Resolution: Fixed > override heap / jvm params for tests in g

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

2020-01-22 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17021147#comment-17021147 ] ASF subversion and git services commented on LUCENE-9160: - Commi

[jira] [Commented] (SOLR-14154) Return correct isolation level when retrieving it from the SQL Connection

2020-01-22 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14154?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17021166#comment-17021166 ] Kevin Risden commented on SOLR-14154: - Sorry Ishan I typoed the jira id and missed th

[jira] [Commented] (LUCENE-9159) merge gradle/ant test security policies

2020-01-22 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9159?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17021175#comment-17021175 ] Dawid Weiss commented on LUCENE-9159: - Thanks Robert. > merge gradle/ant test secur

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

2020-01-22 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17021179#comment-17021179 ] Dawid Weiss commented on LUCENE-9160: - Correct that running tests effectively stress

[jira] [Commented] (SOLR-14040) solr.xml shareSchema does not work in SolrCloud

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

[jira] [Commented] (SOLR-13965) Adding new functions to GraphHandler should be same as Streamhandler

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

[jira] [Commented] (LUCENE-9159) merge gradle/ant test security policies

2020-01-22 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9159?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17021188#comment-17021188 ] ASF subversion and git services commented on LUCENE-9159: - Commi

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

2020-01-22 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17021190#comment-17021190 ] ASF subversion and git services commented on LUCENE-9160: - Commi

[jira] [Commented] (LUCENE-9159) merge gradle/ant test security policies

2020-01-22 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9159?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17021187#comment-17021187 ] ASF subversion and git services commented on LUCENE-9159: - Commi

[jira] [Commented] (SOLR-14130) Add postlogs command line tool for indexing Solr logs

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

[jira] [Commented] (LUCENE-9157) test speedup for slowest tests

2020-01-22 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17021186#comment-17021186 ] ASF subversion and git services commented on LUCENE-9157: - Commi

[jira] [Created] (LUCENE-9162) Make heap and other test-jvm overrides self-described (gradlew testOpts)

2020-01-22 Thread Dawid Weiss (Jira)
Dawid Weiss created LUCENE-9162: --- Summary: Make heap and other test-jvm overrides self-described (gradlew testOpts) Key: LUCENE-9162 URL: https://issues.apache.org/jira/browse/LUCENE-9162 Project: Lucen

[jira] [Commented] (LUCENE-9156) Bound the number of impacts per block

2020-01-22 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9156?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17021214#comment-17021214 ] Adrien Grand commented on LUCENE-9156: -- Please do! Unrelated, I was just thinking

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

2020-01-22 Thread Mikhail Khludnev (Jira)
[ https://issues.apache.org/jira/browse/SOLR-12045?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17021231#comment-17021231 ] Mikhail Khludnev commented on SOLR-12045: - bq. I've confirmed with one user that

[GitHub] [lucene-solr] HoustonPutman commented on issue #991: SOLR-13887: Use default instead of idleTimeouts of 0 for HTTP2 requests

2020-01-22 Thread GitBox
HoustonPutman commented on issue #991: SOLR-13887: Use default instead of idleTimeouts of 0 for HTTP2 requests URL: https://github.com/apache/lucene-solr/pull/991#issuecomment-577267915 @CaoManhDat have you gotten a chance to look at this? I'm going to push it soon, but I'd love to g

[GitHub] [lucene-solr] ErickErickson opened a new pull request #1199: LUCENE-9134: Port ant-regenerate tasks to Gradle build

2020-01-22 Thread GitBox
ErickErickson opened a new pull request #1199: LUCENE-9134: Port ant-regenerate tasks to Gradle build URL: https://github.com/apache/lucene-solr/pull/1199 I need to put this down for a while, so please feel free to modify/commit/whatever. Current state: I think this covers ev

[GitHub] [lucene-solr] ErickErickson commented on issue #1186: LUCENE-9134: Port ant-regenerate tasks to Gradle build

2020-01-22 Thread GitBox
ErickErickson commented on issue #1186: LUCENE-9134: Port ant-regenerate tasks to Gradle build URL: https://github.com/apache/lucene-solr/pull/1186#issuecomment-577286307 New PR . This is an automated message from the Apache

[GitHub] [lucene-solr] ErickErickson closed pull request #1186: LUCENE-9134: Port ant-regenerate tasks to Gradle build

2020-01-22 Thread GitBox
ErickErickson closed pull request #1186: LUCENE-9134: Port ant-regenerate tasks to Gradle build URL: https://github.com/apache/lucene-solr/pull/1186 This is an automated message from the Apache Git Service. To respond to the

[jira] [Reopened] (SOLR-14040) solr.xml shareSchema does not work in SolrCloud

2020-01-22 Thread Chris M. Hostetter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14040?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris M. Hostetter reopened SOLR-14040: --- git bisect has identified this issue as the root cause of multiple reliably reproducin j

[jira] [Commented] (SOLR-12859) DocExpirationUpdateProcessorFactory does not work with BasicAuth

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

[GitHub] [lucene-solr] gerlowskija edited a comment on issue #1171: SOLR-13892: Add 'top-level' docValues Join implementation

2020-01-22 Thread GitBox
gerlowskija edited a comment on issue #1171: SOLR-13892: Add 'top-level' docValues Join implementation URL: https://github.com/apache/lucene-solr/pull/1171#issuecomment-577188503 That's 100% what I was looking for. I knew it had to exist somewhere. Thanks David! It's package scope

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

2020-01-22 Thread GitBox
ebehrendt 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_r369260137 ## File path: solr/core/src/java/org/apache/solr/store/blob/metadata/CorePushPul

[jira] [Commented] (SOLR-12859) DocExpirationUpdateProcessorFactory does not work with BasicAuth

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

[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-22 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_r369703335 ## 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-22 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_r369699093 ## File path: solr/core/src/java/org/apache/solr/store/blob/metadata/CorePushPul

[GitHub] [lucene-solr] gerlowskija edited a comment on issue #1171: SOLR-13892: Add 'top-level' docValues Join implementation

2020-01-22 Thread GitBox
gerlowskija edited a comment on issue #1171: SOLR-13892: Add 'top-level' docValues Join implementation URL: https://github.com/apache/lucene-solr/pull/1171#issuecomment-577188503 That's 100% what I was looking for. I knew it had to exist somewhere. Thanks David! ~It's package scop

[jira] [Assigned] (SOLR-12859) DocExpirationUpdateProcessorFactory does not work with BasicAuth (and other auth plugins that use PKI)

2020-01-22 Thread Chris M. Hostetter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-12859?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris M. Hostetter reassigned SOLR-12859: - Fix Version/s: 8.5 master (9.0) Assignee: Chris M. Ho

[jira] [Updated] (SOLR-12859) DocExpirationUpdateProcessorFactory does not work with BasicAuth (and other auth plugins that use PKI)

2020-01-22 Thread Chris M. Hostetter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-12859?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris M. Hostetter updated SOLR-12859: -- Resolution: Fixed Status: Resolved (was: Patch Available) Committed & backport

[jira] [Created] (SOLR-14204) Rethink PKIs hueristic for dealing with 'isSolrThread()'

2020-01-22 Thread Chris M. Hostetter (Jira)
Chris M. Hostetter created SOLR-14204: - Summary: Rethink PKIs hueristic for dealing with 'isSolrThread()' Key: SOLR-14204 URL: https://issues.apache.org/jira/browse/SOLR-14204 Project: Solr

[jira] [Commented] (SOLR-14040) solr.xml shareSchema does not work in SolrCloud

2020-01-22 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14040?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17021339#comment-17021339 ] David Smiley commented on SOLR-14040: - Ouch; thanks Hoss. I'm looking into it right

[jira] [Created] (SOLR-14205) ConnectionImpl.isValid() does not behave as described in Connection javadocs

2020-01-22 Thread Nick Vercammen (Jira)
Nick Vercammen created SOLR-14205: - Summary: ConnectionImpl.isValid() does not behave as described in Connection javadocs Key: SOLR-14205 URL: https://issues.apache.org/jira/browse/SOLR-14205 Project:

[jira] [Commented] (SOLR-14202) Old segments are not deleted after commit

2020-01-22 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-14202?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17021386#comment-17021386 ] Jörn Franke commented on SOLR-14202: tlogs is not an issue (sorry was my fault) - onl

[jira] [Commented] (SOLR-11746) numeric fields need better error handling for prefix/wildcard syntax -- consider uniform support for "foo:* == foo:[* TO *]"

2020-01-22 Thread Chris M. Hostetter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-11746?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17021403#comment-17021403 ] Chris M. Hostetter commented on SOLR-11746: --- Skimmed the patch, read the tests

[GitHub] [lucene-solr] dweiss commented on issue #1199: LUCENE-9134: Port ant-regenerate tasks to Gradle build

2020-01-22 Thread GitBox
dweiss commented on issue #1199: LUCENE-9134: Port ant-regenerate tasks to Gradle build URL: https://github.com/apache/lucene-solr/pull/1199#issuecomment-577339879 Thanks Erick. I'll get back to it, I just didn't have as much time as before.

[jira] [Commented] (LUCENE-8621) Move LatLonShape and XYShape out of sandbox

2020-01-22 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-8621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17021413#comment-17021413 ] ASF subversion and git services commented on LUCENE-8621: - Commi

[GitHub] [lucene-solr] nknize commented on issue #1174: LUCENE-8621: Refactor LatLonShape, XYShape, and all query and utility classes to core

2020-01-22 Thread GitBox
nknize commented on issue #1174: LUCENE-8621: Refactor LatLonShape, XYShape, and all query and utility classes to core URL: https://github.com/apache/lucene-solr/pull/1174#issuecomment-577344161 Backported to branch_8x This i

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

2020-01-22 Thread Anshum Gupta (Jira)
Anshum Gupta created SOLR-14206: --- Summary: Annotate classes for thread safety Key: SOLR-14206 URL: https://issues.apache.org/jira/browse/SOLR-14206 Project: Solr Issue Type: Improvement S

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

2020-01-22 Thread Anshum Gupta (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17021427#comment-17021427 ] Anshum Gupta commented on SOLR-14206: - I don't think we need a new JIRA for each clas

[jira] [Commented] (SOLR-13579) Create resource management API

2020-01-22 Thread Andrzej Bialecki (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17021432#comment-17021432 ] Andrzej Bialecki commented on SOLR-13579: - See the WIP documentation here:  [http

[jira] [Comment Edited] (SOLR-13579) Create resource management API

2020-01-22 Thread Andrzej Bialecki (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17021432#comment-17021432 ] Andrzej Bialecki edited comment on SOLR-13579 at 1/22/20 7:42 PM: -

[jira] [Comment Edited] (SOLR-13579) Create resource management API

2020-01-22 Thread Andrzej Bialecki (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17021432#comment-17021432 ] Andrzej Bialecki edited comment on SOLR-13579 at 1/22/20 7:44 PM: -

[GitHub] [lucene-solr] risdenk commented on issue #1196: SOLR-14132: Upgrade Angular JS 1.3.8 to 1.7.9

2020-01-22 Thread GitBox
risdenk commented on issue #1196: SOLR-14132: Upgrade Angular JS 1.3.8 to 1.7.9 URL: https://github.com/apache/lucene-solr/pull/1196#issuecomment-577355096 Thanks @janhoy for the initial review. I tried updating the hash prefix and that looks to work. I pushed a new update with that change

[jira] [Commented] (SOLR-14040) solr.xml shareSchema does not work in SolrCloud

2020-01-22 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14040?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17021456#comment-17021456 ] David Smiley commented on SOLR-14040: - I'm currently running a full battery of tests

[jira] [Updated] (SOLR-14132) Upgrade Angular JS 1.3.8 to 1.7.9

2020-01-22 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-14132: Attachment: SOLR-14132.patch > Upgrade Angular JS 1.3.8 to 1.7.9 >

[jira] [Commented] (SOLR-14132) Upgrade Angular JS 1.3.8 to 1.7.9

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

[jira] [Commented] (SOLR-14200) Shard Tolerance in Streaming API

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

[jira] [Commented] (SOLR-14040) solr.xml shareSchema does not work in SolrCloud

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

[jira] [Commented] (SOLR-14040) solr.xml shareSchema does not work in SolrCloud

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

[jira] [Commented] (SOLR-14149) Remove non-changes from CHANGES.txt

2020-01-22 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-14149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17021481#comment-17021481 ] Jan Høydahl commented on SOLR-14149: Perhaps we could change the release process so t

[GitHub] [lucene-solr] janhoy merged pull request #1192: SOLR-14198: Nullpointer exception in AuditEvent with AuthorizationContext

2020-01-22 Thread GitBox
janhoy merged pull request #1192: SOLR-14198: Nullpointer exception in AuditEvent with AuthorizationContext URL: https://github.com/apache/lucene-solr/pull/1192 This is an automated message from the Apache Git Service. To re

[jira] [Commented] (SOLR-14198) Nullpointer in AuditEvent when initialized from AuthorizationContext

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

[jira] [Resolved] (SOLR-14198) Nullpointer in AuditEvent when initialized from AuthorizationContext

2020-01-22 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-14198?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl resolved SOLR-14198. Fix Version/s: 8.5 Resolution: Fixed > Nullpointer in AuditEvent when initialized from Autho

[jira] [Commented] (SOLR-14198) Nullpointer in AuditEvent when initialized from AuthorizationContext

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

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

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

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

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

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

2020-01-22 Thread GitBox
mkhludnev opened a new pull request #1200: SOLR-12045: emphasize deployment caveat. URL: https://github.com/apache/lucene-solr/pull/1200 # Description Please provide a short description of the changes you're making with this pull request. # Solution Please

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

2020-01-22 Thread GitBox
anshumg opened a new pull request #1201: SOLR-14206: Annotate HttpSolrCall as thread-safe URL: https://github.com/apache/lucene-solr/pull/1201 This is an automated message from the Apache Git Service. To respond to the messa

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

2020-01-22 Thread Mikhail Khludnev (Jira)
[ https://issues.apache.org/jira/browse/SOLR-12045?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17021507#comment-17021507 ] Mikhail Khludnev commented on SOLR-12045: - My judgement might be out of date but

[jira] [Updated] (SOLR-11768) NPE in QueryComponent

2020-01-22 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-11768?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-11768: Fix Version/s: (was: 8.1) (was: master (9.0)) > NPE in QueryComponent >

[jira] [Commented] (SOLR-11768) NPE in QueryComponent

2020-01-22 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-11768?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17021508#comment-17021508 ] Kevin Risden commented on SOLR-11768: - SOLR-10305 is basically the same as this. > N

[GitHub] [lucene-solr] janhoy commented on issue #1196: SOLR-14132: Upgrade Angular JS 1.3.8 to 1.7.9

2020-01-22 Thread GitBox
janhoy commented on issue #1196: SOLR-14132: Upgrade Angular JS 1.3.8 to 1.7.9 URL: https://github.com/apache/lucene-solr/pull/1196#issuecomment-577388000 Great. I have not re-tested but trust that your tests prove that it works. -

[jira] [Commented] (SOLR-11768) NPE in QueryComponent

2020-01-22 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-11768?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17021519#comment-17021519 ] Kevin Risden commented on SOLR-11768: - So I debugged a similar issue to this and the

[jira] [Commented] (SOLR-10305) uniqueKey filed store=false will throw null NullPointerException

2020-01-22 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-10305?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17021524#comment-17021524 ] Kevin Risden commented on SOLR-10305: - SOLR-3682 says this should fail loudly, but th

  1   2   >