[GitHub] [lucene-solr] tflobbe commented on a change in pull request #1770: SOLR-14763 SolrJ HTTP/2 Async API using CompletableFuture

2020-08-20 Thread GitBox
tflobbe commented on a change in pull request #1770: URL: https://github.com/apache/lucene-solr/pull/1770#discussion_r474402967 ## File path: solr/solrj/src/java/org/apache/solr/client/solrj/impl/BaseCloudSolrClient.java ## @@ -853,6 +858,18 @@ public RouteException(ErrorCode

[GitHub] [lucene-solr] dsmiley commented on a change in pull request #1770: SOLR-14763 SolrJ HTTP/2 Async API using CompletableFuture

2020-08-20 Thread GitBox
dsmiley commented on a change in pull request #1770: URL: https://github.com/apache/lucene-solr/pull/1770#discussion_r474412138 ## File path: solr/core/src/java/org/apache/solr/handler/component/HttpShardHandler.java ## @@ -156,36 +155,31 @@ public void submit(final ShardReque

[jira] [Created] (SOLR-14769) Create a document to define how new types of plugins should be introduced

2020-08-20 Thread Noble Paul (Jira)
Noble Paul created SOLR-14769: - Summary: Create a document to define how new types of plugins should be introduced Key: SOLR-14769 URL: https://issues.apache.org/jira/browse/SOLR-14769 Project: Solr

[jira] [Commented] (SOLR-14754) Hyperlinks on Solr Admin not working

2020-08-20 Thread Utsuk Prani (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14754?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17181562#comment-17181562 ] Utsuk Prani commented on SOLR-14754: Hi @David, Yes correct. I tested and it is work

[GitHub] [lucene-solr] rishisankar commented on a change in pull request #1770: SOLR-14763 SolrJ HTTP/2 Async API using CompletableFuture

2020-08-20 Thread GitBox
rishisankar commented on a change in pull request #1770: URL: https://github.com/apache/lucene-solr/pull/1770#discussion_r474390018 ## File path: solr/solrj/src/java/org/apache/solr/client/solrj/SolrClient.java ## @@ -1290,6 +1295,39 @@ public SolrDocumentList getById(Collectio

[GitHub] [lucene-solr] rishisankar commented on a change in pull request #1770: SOLR-14763 SolrJ HTTP/2 Async API using CompletableFuture

2020-08-20 Thread GitBox
rishisankar commented on a change in pull request #1770: URL: https://github.com/apache/lucene-solr/pull/1770#discussion_r474386386 ## File path: solr/solrj/src/java/org/apache/solr/client/solrj/impl/Http2SolrClient.java ## @@ -394,26 +393,26 @@ public void onHeaders(Response

[GitHub] [lucene-solr] CaoManhDat commented on a change in pull request #1770: SOLR-14763 SolrJ HTTP/2 Async API using CompletableFuture

2020-08-20 Thread GitBox
CaoManhDat commented on a change in pull request #1770: URL: https://github.com/apache/lucene-solr/pull/1770#discussion_r474380934 ## File path: solr/solrj/src/java/org/apache/solr/client/solrj/impl/Http2SolrClient.java ## @@ -394,26 +393,26 @@ public void onHeaders(Response r

[jira] [Commented] (SOLR-14636) Provide a reference implementation for SolrCloud that is stable and fast.

2020-08-20 Thread Mark Robert Miller (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14636?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17181543#comment-17181543 ] Mark Robert Miller commented on SOLR-14636: --- Okay, enough of that, it’s a trick

[jira] [Commented] (SOLR-14713) Single thread on streaming updates

2020-08-20 Thread Cao Manh Dat (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14713?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17181534#comment-17181534 ] Cao Manh Dat commented on SOLR-14713: - I will post a report generated by solr-bench,

[GitHub] [lucene-solr] gautamworah96 commented on a change in pull request #1733: LUCENE-9450 Use BinaryDocValues in the taxonomy writer

2020-08-20 Thread GitBox
gautamworah96 commented on a change in pull request #1733: URL: https://github.com/apache/lucene-solr/pull/1733#discussion_r474356325 ## File path: lucene/facet/src/java/org/apache/lucene/facet/taxonomy/directory/DirectoryTaxonomyReader.java ## @@ -322,9 +324,14 @@ public Face

[jira] [Commented] (LUCENE-9448) Make an equivalent to Ant's "run" target for Luke module

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

[GitHub] [lucene-solr] rishisankar closed pull request #1688: SOLR-14675: CloudHttp2SolrClient async request method

2020-08-20 Thread GitBox
rishisankar closed pull request #1688: URL: https://github.com/apache/lucene-solr/pull/1688 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 t

[GitHub] [lucene-solr] rishisankar commented on pull request #1688: SOLR-14675: CloudHttp2SolrClient async request method

2020-08-20 Thread GitBox
rishisankar commented on pull request #1688: URL: https://github.com/apache/lucene-solr/pull/1688#issuecomment-677960512 Closing this PR - created a new PR for this change [here](https://github.com/apache/lucene-solr/pull/1770).

[GitHub] [lucene-solr] rishisankar commented on a change in pull request #1770: SOLR-14763 SolrJ HTTP/2 Async API using CompletableFuture

2020-08-20 Thread GitBox
rishisankar commented on a change in pull request #1770: URL: https://github.com/apache/lucene-solr/pull/1770#discussion_r474320477 ## File path: solr/solrj/src/java/org/apache/solr/client/solrj/impl/BaseCloudSolrClient.java ## @@ -476,8 +478,11 @@ public void registerDocColle

[GitHub] [lucene-solr] rishisankar opened a new pull request #1770: SOLR-14763 SolrJ HTTP/2 Async API using CompletableFuture

2020-08-20 Thread GitBox
rishisankar opened a new pull request #1770: URL: https://github.com/apache/lucene-solr/pull/1770 # Description This change adds a standard `CompletableFuture> requestAsync(SolrRequest request)` API to SolrClient, implemented for Http2SolrClient and CloudHttp2SolrClient

[jira] [Assigned] (SOLR-14658) SolrJ COLSTATUS interface returns all collections when specifying one

2020-08-20 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14658?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley reassigned SOLR-14658: --- Assignee: David Smiley > SolrJ COLSTATUS interface returns all collections when specifying o

[jira] [Commented] (SOLR-14311) Shared schema should not have access to core level classes

2020-08-20 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14311?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17181475#comment-17181475 ] David Smiley commented on SOLR-14311: - I'm not really sure why this issue was created

[GitHub] [lucene-solr] HoustonPutman commented on pull request #1769: SOLR-11245: Absorb the docker-solr repo.

2020-08-20 Thread GitBox
HoustonPutman commented on pull request #1769: URL: https://github.com/apache/lucene-solr/pull/1769#issuecomment-677929969 I should point out that the `tests`, `docs` and `runtime/include/scripts` are almost identical copies from the docker-solr repo. Some small changes have been made to t

[GitHub] [lucene-solr] HoustonPutman opened a new pull request #1769: SOLR-11245: Absorb the docker-solr repo.

2020-08-20 Thread GitBox
HoustonPutman opened a new pull request #1769: URL: https://github.com/apache/lucene-solr/pull/1769 This is still a WIP. `gradle assemble` will now create a docker image that has been created with contents of `:solr:packaging`. The "Solr image" is broken up into 2 docker files

[GitHub] [lucene-solr] msokolov commented on a change in pull request #1764: Ensure we only rollback IW once

2020-08-20 Thread GitBox
msokolov commented on a change in pull request #1764: URL: https://github.com/apache/lucene-solr/pull/1764#discussion_r474285099 ## File path: lucene/core/src/test/org/apache/lucene/index/TestIndexWriterExceptions.java ## @@ -2023,4 +2023,44 @@ public void eval(MockDirectoryWr

[jira] [Updated] (SOLR-13949) Security peace of mind: use forbidden APIs to prohibit (future) use of third-party dep APIs that are exploitable

2020-08-20 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13949?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley updated SOLR-13949: Security: (was: Private (Security Issue)) I'm removing the Security Level as this is not about

[jira] [Commented] (SOLR-14691) Metrics reporting should avoid creating objects

2020-08-20 Thread Andrzej Bialecki (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14691?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17181444#comment-17181444 ] Andrzej Bialecki commented on SOLR-14691: - I initially set the priority to Major

[jira] [Commented] (LUCENE-9378) Configurable compression for BinaryDocValues

2020-08-20 Thread Nico Tonozzi (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9378?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17181436#comment-17181436 ] Nico Tonozzi commented on LUCENE-9378: -- We have also noticed this problem at Twitte

[jira] [Updated] (SOLR-14691) Metrics reporting should avoid creating objects

2020-08-20 Thread Ishan Chattopadhyaya (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14691?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya updated SOLR-14691: Priority: Critical (was: Blocker) > Metrics reporting should avoid creating object

[jira] [Commented] (SOLR-14691) Metrics reporting should avoid creating objects

2020-08-20 Thread Ishan Chattopadhyaya (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14691?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17181434#comment-17181434 ] Ishan Chattopadhyaya commented on SOLR-14691: - I'm +1 to downgrading this to

[jira] [Commented] (SOLR-14311) Shared schema should not have access to core level classes

2020-08-20 Thread Ishan Chattopadhyaya (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14311?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17181431#comment-17181431 ] Ishan Chattopadhyaya commented on SOLR-14311: - I'm +1 to downgrading to criti

[jira] [Updated] (SOLR-14311) Shared schema should not have access to core level classes

2020-08-20 Thread Ishan Chattopadhyaya (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14311?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya updated SOLR-14311: Priority: Critical (was: Blocker) > Shared schema should not have access to core l

[GitHub] [lucene-solr] jimczi commented on a change in pull request #1725: LUCENE-9449 Skip docs with _doc sort and "after"

2020-08-20 Thread GitBox
jimczi commented on a change in pull request #1725: URL: https://github.com/apache/lucene-solr/pull/1725#discussion_r474232065 ## File path: lucene/core/src/java/org/apache/lucene/search/FieldComparator.java ## @@ -136,6 +136,13 @@ public int compareValues(T first, T second) {

[jira] [Commented] (SOLR-14311) Shared schema should not have access to core level classes

2020-08-20 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14311?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17181422#comment-17181422 ] Adrien Grand commented on SOLR-14311: - [~noble.paul] What is the reasoning for making

[jira] [Commented] (SOLR-12632) Completely remove Trie fields

2020-08-20 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/SOLR-12632?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17181420#comment-17181420 ] Adrien Grand commented on SOLR-12632: - Changing priority from Blocker to Major as we

[jira] [Updated] (SOLR-12632) Completely remove Trie fields

2020-08-20 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/SOLR-12632?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand updated SOLR-12632: Priority: Major (was: Blocker) > Completely remove Trie fields > - > >

[jira] [Commented] (SOLR-14575) Solr restore is failing when basic authentication is enabled

2020-08-20 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17181419#comment-17181419 ] Adrien Grand commented on SOLR-14575: - Removing from the list of blockers as the bug

[jira] [Updated] (SOLR-14575) Solr restore is failing when basic authentication is enabled

2020-08-20 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14575?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand updated SOLR-14575: Priority: Major (was: Blocker) > Solr restore is failing when basic authentication is enabled > --

[GitHub] [lucene-solr] janhoy commented on a change in pull request #1763: Additions to releaseWizard

2020-08-20 Thread GitBox
janhoy commented on a change in pull request #1763: URL: https://github.com/apache/lucene-solr/pull/1763#discussion_r474243964 ## File path: dev-tools/scripts/releaseWizard.yaml ## @@ -1278,6 +1284,43 @@ groups: cmd: git push origin logfile: push.log

[jira] [Commented] (SOLR-14691) Metrics reporting should avoid creating objects

2020-08-20 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14691?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17181418#comment-17181418 ] Adrien Grand commented on SOLR-14691: - [~ab] GC efficiency is important but I wonder

[jira] [Commented] (SOLR-14758) NPE in QueryComponent.mergeIds when using timeAllowed and sorting

2020-08-20 Thread Mike Drob (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14758?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17181415#comment-17181415 ] Mike Drob commented on SOLR-14758: -- The test without you patch isn't failing for me loca

[GitHub] [lucene-solr] madrob commented on a change in pull request #1436: SOLR-14413: allow timeAllowed and cursorMark parameters

2020-08-20 Thread GitBox
madrob commented on a change in pull request #1436: URL: https://github.com/apache/lucene-solr/pull/1436#discussion_r474238251 ## File path: solr/solr-ref-guide/src/common-query-parameters.adoc ## @@ -206,7 +206,7 @@ The default value of this parameter is blank, which causes n

[GitHub] [lucene-site] atris merged pull request #27: PMC +atri

2020-08-20 Thread GitBox
atris merged pull request #27: URL: https://github.com/apache/lucene-site/pull/27 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 th

[GitHub] [lucene-solr] mayya-sharipova commented on pull request #1725: LUCENE-9449 Skip docs with _doc sort and "after"

2020-08-20 Thread GitBox
mayya-sharipova commented on pull request #1725: URL: https://github.com/apache/lucene-solr/pull/1725#issuecomment-677849598 @jimczi Thank you for the initial feedback. I have tried to address it. Please continue to review, when you have time. I have caught up with @jimczi offline,

[jira] [Created] (SOLR-14768) Error 500 on PDF extraction: java.lang.NoClassDefFoundError: org/eclipse/jetty/server/MultiParts

2020-08-20 Thread Markus Kalkbrenner (Jira)
Markus Kalkbrenner created SOLR-14768: - Summary: Error 500 on PDF extraction: java.lang.NoClassDefFoundError: org/eclipse/jetty/server/MultiParts Key: SOLR-14768 URL: https://issues.apache.org/jira/browse/SOLR

[GitHub] [lucene-site] atris opened a new pull request #27: PMC +atri

2020-08-20 Thread GitBox
atris opened a new pull request #27: URL: https://github.com/apache/lucene-site/pull/27 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

[jira] [Commented] (LUCENE-9027) SIMD-based decoding of postings lists

2020-08-20 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9027?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17181320#comment-17181320 ] David Smiley commented on LUCENE-9027: -- Furthermore, I think this advertises a best

[jira] [Commented] (LUCENE-9027) SIMD-based decoding of postings lists

2020-08-20 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9027?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17181319#comment-17181319 ] David Smiley commented on LUCENE-9027: -- bq. the version doesn't really matter I di

[jira] [Commented] (SOLR-14713) Single thread on streaming updates

2020-08-20 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14713?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17181315#comment-17181315 ] David Smiley commented on SOLR-14713: - Okay; I'm just reviewing at a very high level

[jira] [Commented] (SOLR-14767) Adding document in XML format fails with NumberFormatException

2020-08-20 Thread Munendra S N (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14767?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17181312#comment-17181312 ] Munendra S N commented on SOLR-14767: - This bug was encountered by [~apoorvprecisely]

[jira] [Created] (SOLR-14767) Adding document in XML format fails with NumberFormatException

2020-08-20 Thread Munendra S N (Jira)
Munendra S N created SOLR-14767: --- Summary: Adding document in XML format fails with NumberFormatException Key: SOLR-14767 URL: https://issues.apache.org/jira/browse/SOLR-14767 Project: Solr Is

[jira] [Commented] (SOLR-14759) Separate the Lucene and Solr builds

2020-08-20 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14759?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17181274#comment-17181274 ] Dawid Weiss commented on SOLR-14759: I'll take care of this one. This also implies a

[jira] [Assigned] (SOLR-14759) Separate the Lucene and Solr builds

2020-08-20 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14759?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss reassigned SOLR-14759: -- Assignee: Dawid Weiss > Separate the Lucene and Solr builds >

[jira] [Commented] (LUCENE-9472) True concurrent test suite duplication and execution (beasting)

2020-08-20 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17181259#comment-17181259 ] Dawid Weiss commented on LUCENE-9472: - This is an example of multiplying a randomize

[GitHub] [lucene-solr] mikemccand commented on pull request #1733: LUCENE-9450 Use BinaryDocValues in the taxonomy writer

2020-08-20 Thread GitBox
mikemccand commented on pull request #1733: URL: https://github.com/apache/lucene-solr/pull/1733#issuecomment-677728465 This change looks good to me! I think the biggest issue is what to do about backwards compatibility? Users who upgrade to this release will suddenly see their taxo

[jira] [Resolved] (LUCENE-9472) True concurrent test suite duplication and execution (beasting)

2020-08-20 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9472?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss resolved LUCENE-9472. - Resolution: Workaround > True concurrent test suite duplication and execution (beasting) > -

[jira] [Assigned] (LUCENE-9472) True concurrent test suite duplication and execution (beasting)

2020-08-20 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9472?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss reassigned LUCENE-9472: --- Assignee: Dawid Weiss > True concurrent test suite duplication and execution (beasting) > -

[GitHub] [lucene-solr] mikemccand commented on a change in pull request #1733: LUCENE-9450 Use BinaryDocValues in the taxonomy writer

2020-08-20 Thread GitBox
mikemccand commented on a change in pull request #1733: URL: https://github.com/apache/lucene-solr/pull/1733#discussion_r474059462 ## File path: lucene/facet/src/java/org/apache/lucene/facet/taxonomy/directory/DirectoryTaxonomyReader.java ## @@ -322,9 +324,14 @@ public FacetLa

[jira] [Commented] (LUCENE-9472) True concurrent test suite duplication and execution (beasting)

2020-08-20 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17181253#comment-17181253 ] Dawid Weiss commented on LUCENE-9472: - Please read what's in help/tests.txt. Simple

[jira] [Comment Edited] (SOLR-14758) NPE in QueryComponent.mergeIds when using timeAllowed and sorting

2020-08-20 Thread Bram Van Dam (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14758?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17181244#comment-17181244 ] Bram Van Dam edited comment on SOLR-14758 at 8/20/20, 3:09 PM:

[jira] [Commented] (LUCENE-9472) True concurrent test suite duplication and execution (beasting)

2020-08-20 Thread Mike Drob (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17181247#comment-17181247 ] Mike Drob commented on LUCENE-9472: --- I wonder if this is something we should be implem

[jira] [Commented] (SOLR-14758) NPE in QueryComponent.mergeIds when using timeAllowed and sorting

2020-08-20 Thread Bram Van Dam (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14758?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17181244#comment-17181244 ] Bram Van Dam commented on SOLR-14758: - [~mdrob] Added an updated version of the patch

[jira] [Updated] (SOLR-14758) NPE in QueryComponent.mergeIds when using timeAllowed and sorting

2020-08-20 Thread Bram Van Dam (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14758?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bram Van Dam updated SOLR-14758: Attachment: SOLR-14758.patch Status: Patch Available (was: Patch Available) > NPE in Query

[jira] [Commented] (LUCENE-9450) Taxonomy index should use DocValues not StoredFields

2020-08-20 Thread Michael McCandless (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9450?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17181243#comment-17181243 ] Michael McCandless commented on LUCENE-9450: Thanks [~gworah] – that is good

[jira] [Commented] (LUCENE-9472) True concurrent test suite duplication and execution (beasting)

2020-08-20 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17181240#comment-17181240 ] Dawid Weiss commented on LUCENE-9472: - Next time you need to beast something, try it

[jira] [Commented] (LUCENE-4312) Index format to store position length per position

2020-08-20 Thread Michael McCandless (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-4312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17181239#comment-17181239 ] Michael McCandless commented on LUCENE-4312: Great, thank you [~mgibney]!  I

[GitHub] [lucene-solr] mikemccand commented on pull request #1623: LUCENE-8962: Merge segments on getReader

2020-08-20 Thread GitBox
mikemccand commented on pull request #1623: URL: https://github.com/apache/lucene-solr/pull/1623#issuecomment-677710206 I will restart beasting on the latest PR now. Thanks @s1monw! This is an automated message from the Apac

[jira] [Commented] (LUCENE-9471) Gradle leaves behind junk temporary files

2020-08-20 Thread Michael McCandless (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9471?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17181234#comment-17181234 ] Michael McCandless commented on LUCENE-9471: Woot, thanks for pushing a work

[jira] [Commented] (LUCENE-9472) True concurrent test suite duplication and execution (beasting)

2020-08-20 Thread Michael McCandless (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17181232#comment-17181232 ] Michael McCandless commented on LUCENE-9472: Ooooh tempting!! > True concur

[GitHub] [lucene-solr] markharwood commented on pull request #1708: LUCENE-9445 Add support for case insensitive regex searches in QueryParser

2020-08-20 Thread GitBox
markharwood commented on pull request #1708: URL: https://github.com/apache/lucene-solr/pull/1708#issuecomment-677691691 @jimczi The TL/DR is I think it's going to be too hard to implement the stricter parsing logic. I spoke with @romseygeek and we couldn't see a neat way that the st

[jira] [Commented] (SOLR-14705) Release Smoke Test Script Shows Unusable JDK Version

2020-08-20 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-14705?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17181179#comment-17181179 ] Jan Høydahl commented on SOLR-14705: Which branch are you looking in? The master vers

[GitHub] [lucene-solr] murblanc commented on a change in pull request #1758: SOLR-14749: Provide a clean API for cluster-level event processing, Initial draft.

2020-08-20 Thread GitBox
murblanc commented on a change in pull request #1758: URL: https://github.com/apache/lucene-solr/pull/1758#discussion_r473959273 ## File path: solr/core/src/java/org/apache/solr/cluster/events/ClusterSingleton.java ## @@ -0,0 +1,14 @@ +package org.apache.solr.cluster.events; +

[jira] [Commented] (LUCENE-9472) True concurrent test suite duplication and execution (beasting)

2020-08-20 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17181176#comment-17181176 ] Dawid Weiss commented on LUCENE-9472: - I filed a PR with PoC. I don't think it is so

[GitHub] [lucene-solr] dweiss opened a new pull request #1768: LUCENE-9472: Test duplication within gradle's infrastructure.

2020-08-20 Thread GitBox
dweiss opened a new pull request #1768: URL: https://github.com/apache/lucene-solr/pull/1768 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

[jira] [Updated] (LUCENE-9472) True concurrent test suite duplication and execution (beasting)

2020-08-20 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9472?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss updated LUCENE-9472: Description: I toyed with this a bit because it's hacker's delight... Forked the default Gradle t

[jira] [Updated] (LUCENE-9472) True concurrent test suite duplication and execution (beasting)

2020-08-20 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9472?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss updated LUCENE-9472: Summary: True concurrent test suite duplication and execution (beasting) (was: True ) > True con

[jira] [Created] (LUCENE-9472) True

2020-08-20 Thread Dawid Weiss (Jira)
Dawid Weiss created LUCENE-9472: --- Summary: True Key: LUCENE-9472 URL: https://issues.apache.org/jira/browse/LUCENE-9472 Project: Lucene - Core Issue Type: Improvement Reporter: Daw

[GitHub] [lucene-solr] murblanc commented on a change in pull request #1758: SOLR-14749: Provide a clean API for cluster-level event processing, Initial draft.

2020-08-20 Thread GitBox
murblanc commented on a change in pull request #1758: URL: https://github.com/apache/lucene-solr/pull/1758#discussion_r473953526 ## File path: solr/core/src/java/org/apache/solr/cluster/events/ScheduledEvent.java ## @@ -0,0 +1,30 @@ +/* + * Licensed to the Apache Software Found

[GitHub] [lucene-solr] chatman commented on a change in pull request #1758: SOLR-14749: Provide a clean API for cluster-level event processing, Initial draft.

2020-08-20 Thread GitBox
chatman commented on a change in pull request #1758: URL: https://github.com/apache/lucene-solr/pull/1758#discussion_r473942456 ## File path: solr/core/src/java/org/apache/solr/cluster/events/ScheduledEvent.java ## @@ -0,0 +1,30 @@ +/* + * Licensed to the Apache Software Founda

[jira] [Commented] (SOLR-14758) NPE in QueryComponent.mergeIds when using timeAllowed and sorting

2020-08-20 Thread Mike Drob (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14758?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17181155#comment-17181155 ] Mike Drob commented on SOLR-14758: -- The fix looks straightforward enough, could you add

[GitHub] [lucene-solr] dweiss commented on a change in pull request #1732: Clean up many small fixes

2020-08-20 Thread GitBox
dweiss commented on a change in pull request #1732: URL: https://github.com/apache/lucene-solr/pull/1732#discussion_r473913739 ## File path: lucene/test-framework/src/java/org/apache/lucene/index/BaseTermVectorsFormatTestCase.java ## @@ -504,8 +504,8 @@ protected void assertEq

[jira] [Resolved] (LUCENE-9471) Gradle leaves behind junk temporary files

2020-08-20 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9471?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss resolved LUCENE-9471. - Fix Version/s: master (9.0) Resolution: Fixed > Gradle leaves behind junk temporary files

[GitHub] [lucene-solr] dweiss merged pull request #1767: LUCENE-9471: clean up task and global temporary junk files (workaround).

2020-08-20 Thread GitBox
dweiss merged pull request #1767: URL: https://github.com/apache/lucene-solr/pull/1767 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

[jira] [Commented] (LUCENE-9471) Gradle leaves behind junk temporary files

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

[GitHub] [lucene-solr] janhoy commented on a change in pull request #1758: SOLR-14749: Provide a clean API for cluster-level event processing, Initial draft.

2020-08-20 Thread GitBox
janhoy commented on a change in pull request #1758: URL: https://github.com/apache/lucene-solr/pull/1758#discussion_r473907204 ## File path: solr/core/src/java/org/apache/solr/cluster/events/ScheduledEvent.java ## @@ -0,0 +1,30 @@ +/* + * Licensed to the Apache Software Foundat

[GitHub] [lucene-solr] janhoy commented on a change in pull request #1758: SOLR-14749: Provide a clean API for cluster-level event processing, Initial draft.

2020-08-20 Thread GitBox
janhoy commented on a change in pull request #1758: URL: https://github.com/apache/lucene-solr/pull/1758#discussion_r473907204 ## File path: solr/core/src/java/org/apache/solr/cluster/events/ScheduledEvent.java ## @@ -0,0 +1,30 @@ +/* + * Licensed to the Apache Software Foundat

[jira] [Commented] (SOLR-14752) Zookeeper status fails on zk 3.6.1 with prometheus enabled

2020-08-20 Thread Philipp Trulson (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14752?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17181113#comment-17181113 ] Philipp Trulson commented on SOLR-14752: Yes, I'll give it a try [~janhoy] > Zoo

[jira] [Commented] (SOLR-14752) Zookeeper status fails on zk 3.6.1 with prometheus enabled

2020-08-20 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-14752?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=1718#comment-1718 ] Jan Høydahl commented on SOLR-14752: [~der_eismann] let us know if you plan to attemp

[jira] [Commented] (SOLR-14669) Solr 8.6 / ZK 3.6.1 / Admin UI - ZK Status Null

2020-08-20 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-14669?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17181107#comment-17181107 ] Jan Høydahl commented on SOLR-14669: Do you think this is same as SOLR-14671 ?  > So

[GitHub] [lucene-solr] chatman commented on a change in pull request #1758: SOLR-14749: Provide a clean API for cluster-level event processing, Initial draft.

2020-08-20 Thread GitBox
chatman commented on a change in pull request #1758: URL: https://github.com/apache/lucene-solr/pull/1758#discussion_r473884994 ## File path: solr/core/src/java/org/apache/solr/cluster/events/ScheduledEvent.java ## @@ -0,0 +1,30 @@ +/* + * Licensed to the Apache Software Founda

[jira] [Commented] (LUCENE-9471) Gradle leaves behind junk temporary files

2020-08-20 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9471?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17181100#comment-17181100 ] Dawid Weiss commented on LUCENE-9471: - Hi Mike ([~mikemccand]). This is a workaround

[GitHub] [lucene-solr] chatman commented on a change in pull request #1758: SOLR-14749: Provide a clean API for cluster-level event processing, Initial draft.

2020-08-20 Thread GitBox
chatman commented on a change in pull request #1758: URL: https://github.com/apache/lucene-solr/pull/1758#discussion_r473881086 ## File path: solr/core/src/java/org/apache/solr/cluster/events/ScheduledEvent.java ## @@ -0,0 +1,30 @@ +/* + * Licensed to the Apache Software Founda

[GitHub] [lucene-solr] dweiss opened a new pull request #1767: LUCENE-9471: clean up task and global temporary junk files (workaround).

2020-08-20 Thread GitBox
dweiss opened a new pull request #1767: URL: https://github.com/apache/lucene-solr/pull/1767 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

[jira] [Resolved] (LUCENE-9468) "./gradlew -p lucene test" leaks lucene/core/build/tmp/test/jar_extract_XXXX files

2020-08-20 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9468?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss resolved LUCENE-9468. - Resolution: Won't Fix > "./gradlew -p lucene test" leaks lucene/core/build/tmp/test/jar_extract_

[jira] [Reopened] (LUCENE-9468) "./gradlew -p lucene test" leaks lucene/core/build/tmp/test/jar_extract_XXXX files

2020-08-20 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9468?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss reopened LUCENE-9468: - > "./gradlew -p lucene test" leaks lucene/core/build/tmp/test/jar_extract_ > files > --

[GitHub] [lucene-solr] sigram commented on a change in pull request #1758: SOLR-14749: Provide a clean API for cluster-level event processing, Initial draft.

2020-08-20 Thread GitBox
sigram commented on a change in pull request #1758: URL: https://github.com/apache/lucene-solr/pull/1758#discussion_r473848530 ## File path: solr/core/src/java/org/apache/solr/cluster/events/ClusterSingleton.java ## @@ -0,0 +1,14 @@ +package org.apache.solr.cluster.events; + +

[GitHub] [lucene-solr] sigram commented on a change in pull request #1758: SOLR-14749: Provide a clean API for cluster-level event processing, Initial draft.

2020-08-20 Thread GitBox
sigram commented on a change in pull request #1758: URL: https://github.com/apache/lucene-solr/pull/1758#discussion_r473852648 ## File path: solr/core/src/java/org/apache/solr/cluster/events/ScheduledEvent.java ## @@ -0,0 +1,30 @@ +/* + * Licensed to the Apache Software Foundat

[GitHub] [lucene-solr] sigram commented on a change in pull request #1758: SOLR-14749: Provide a clean API for cluster-level event processing, Initial draft.

2020-08-20 Thread GitBox
sigram commented on a change in pull request #1758: URL: https://github.com/apache/lucene-solr/pull/1758#discussion_r473852648 ## File path: solr/core/src/java/org/apache/solr/cluster/events/ScheduledEvent.java ## @@ -0,0 +1,30 @@ +/* + * Licensed to the Apache Software Foundat

[jira] [Commented] (LUCENE-9468) "./gradlew -p lucene test" leaks lucene/core/build/tmp/test/jar_extract_XXXX files

2020-08-20 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9468?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17181089#comment-17181089 ] Dawid Weiss commented on LUCENE-9468: - Just FYI: the underlying issue is similar - t

[GitHub] [lucene-solr] sigram commented on a change in pull request #1758: SOLR-14749: Provide a clean API for cluster-level event processing, Initial draft.

2020-08-20 Thread GitBox
sigram commented on a change in pull request #1758: URL: https://github.com/apache/lucene-solr/pull/1758#discussion_r473848530 ## File path: solr/core/src/java/org/apache/solr/cluster/events/ClusterSingleton.java ## @@ -0,0 +1,14 @@ +package org.apache.solr.cluster.events; + +

[GitHub] [lucene-solr] adorow commented on pull request #1759: SOLR-13438: on collection delete, also delete .AUTOCREATED config set

2020-08-20 Thread GitBox
adorow commented on pull request #1759: URL: https://github.com/apache/lucene-solr/pull/1759#issuecomment-677507729 @madrob one of the GitHub Actions failed because `Could not download commons-text-1.6.jar (org.apache.commons:commons-text:1.6)`. Seems like something that just happened by c

[jira] [Commented] (LUCENE-9471) Gradle leaves behind junk temporary files

2020-08-20 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9471?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17181082#comment-17181082 ] Dawid Weiss commented on LUCENE-9471: - Each gradle forked JVM leaves a classpath fil

[jira] [Created] (LUCENE-9471) Gradle leaves behind junk temporary files

2020-08-20 Thread Dawid Weiss (Jira)
Dawid Weiss created LUCENE-9471: --- Summary: Gradle leaves behind junk temporary files Key: LUCENE-9471 URL: https://issues.apache.org/jira/browse/LUCENE-9471 Project: Lucene - Core Issue Type: S

[jira] [Updated] (LUCENE-9077) Gradle build

2020-08-20 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9077?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss updated LUCENE-9077: Description: This task focuses on providing gradle-based build equivalent for Lucene and Solr (on

[GitHub] [lucene-solr] noblepaul commented on a change in pull request #1758: SOLR-14749: Provide a clean API for cluster-level event processing, Initial draft.

2020-08-20 Thread GitBox
noblepaul commented on a change in pull request #1758: URL: https://github.com/apache/lucene-solr/pull/1758#discussion_r473828077 ## File path: solr/core/src/java/org/apache/solr/cluster/events/ScheduledEvent.java ## @@ -0,0 +1,30 @@ +/* + * Licensed to the Apache Software Foun

  1   2   >