[jira] [Resolved] (SOLR-13901) Update jackson-databind to 2.10.0.pr1 for security vulnerabilities

2020-01-07 Thread Munendra S N (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13901?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Munendra S N resolved SOLR-13901. - Resolution: Duplicate Jackson is upgraded to latest versions in SOLR-13818 and SOLR-14054.

[jira] [Commented] (LUCENE-8962) Can we merge small segments during refresh, for faster searching?

2020-01-07 Thread Michael Froh (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-8962?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17010210#comment-17010210 ] Michael Froh commented on LUCENE-8962: -- I ended up needing something like this, not for NRT

[GitHub] [lucene-solr] msfroh opened a new pull request #1155: Lucene 8962

2020-01-07 Thread GitBox
msfroh opened a new pull request #1155: Lucene 8962 URL: https://github.com/apache/lucene-solr/pull/1155 # Description If we have many index writer threads, they will flush their DWPT buffers on commit, resulting in many small segments, which can be merged before the

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

2020-01-07 Thread Mike Drob (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9077?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17010163#comment-17010163 ] Mike Drob commented on LUCENE-9077: --- > identify and list precommit tasks so that they can be ported

[GitHub] [lucene-solr] madrob commented on issue #1138: LUCENE-9077 Print repro line for failed tests

2020-01-07 Thread GitBox
madrob commented on issue #1138: LUCENE-9077 Print repro line for failed tests URL: https://github.com/apache/lucene-solr/pull/1138#issuecomment-571816924 I left a few comments on the file there, but I'm not sure how easy those are to go fetch for you. A few questions about the

[jira] [Commented] (SOLR-13759) Optimize Queries when query filtering by TRA router.field

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

[GitHub] [lucene-solr] andyvuong commented on issue #1131: SOLR-14134: Add lazy and time-based evictiction of shared core concurrency metada…

2020-01-07 Thread GitBox
andyvuong commented on issue #1131: SOLR-14134: Add lazy and time-based evictiction of shared core concurrency metada… URL: https://github.com/apache/lucene-solr/pull/1131#issuecomment-571796441 > I was just skimming to see if this is related to transient cores (it doesn't appear to be)

[jira] [Comment Edited] (SOLR-13985) bind to localhost by default

2020-01-07 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13985?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17010121#comment-17010121 ] Jason Gerlowski edited comment on SOLR-13985 at 1/7/20 10:04 PM: - OK,

[jira] [Commented] (SOLR-14159) Fix errors in TestCloudConsistency

2020-01-07 Thread Chris M. Hostetter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14159?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17010126#comment-17010126 ] Chris M. Hostetter commented on SOLR-14159: --- {quote}I just attached the failure I've seen with

[jira] [Commented] (SOLR-13985) bind to localhost by default

2020-01-07 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13985?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17010121#comment-17010121 ] Jason Gerlowski commented on SOLR-13985: OK, awesome. I've opened a PR for this with the *nix

[GitHub] [lucene-solr] gerlowskija commented on issue #1154: SOLR-13985: Bind to localhost interface by default

2020-01-07 Thread GitBox
gerlowskija commented on issue #1154: SOLR-13985: Bind to localhost interface by default URL: https://github.com/apache/lucene-solr/pull/1154#issuecomment-571792133 This still needs Windows support before it can be merged. I'm working on that now.

[GitHub] [lucene-solr] gerlowskija opened a new pull request #1154: SOLR-13985: Bind to localhost interface by default

2020-01-07 Thread GitBox
gerlowskija opened a new pull request #1154: SOLR-13985: Bind to localhost interface by default URL: https://github.com/apache/lucene-solr/pull/1154 Prior to this commit, Solr's Jetty listened for connections on all network interfaces. This commit changes it to only listen on localhost,

[jira] [Commented] (SOLR-14176) Graph of SolrCloud is not shown in UI

2020-01-07 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-14176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17010109#comment-17010109 ] Jan Høydahl commented on SOLR-14176: Think it's a cache. It works here both on Safari, Chrome and

[jira] [Resolved] (SOLR-14175) problem with PKIAuthenticationPlugin in solrcloud (kubernetes installation)

2020-01-07 Thread Erick Erickson (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14175?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erick Erickson resolved SOLR-14175. --- Resolution: Invalid Please raise questions like this on the user's list, we try to reserve

[jira] [Commented] (SOLR-14176) Graph of SolrCloud is not shown in UI

2020-01-07 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-14176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17010105#comment-17010105 ] Jörn Franke commented on SOLR-14176: Ok let me come back on this tomorrow. Maybe it is just a cache

[GitHub] [lucene-solr] dweiss commented on issue #1138: LUCENE-9077 Print repro line for failed tests

2020-01-07 Thread GitBox
dweiss commented on issue #1138: LUCENE-9077 Print repro line for failed tests URL: https://github.com/apache/lucene-solr/pull/1138#issuecomment-571780734 I just pushed a version which has the output handler precompiled as Java code (faster than groovy) and does output spilling into task's

[jira] [Comment Edited] (SOLR-14176) Graph of SolrCloud is not shown in UI

2020-01-07 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17010101#comment-17010101 ] Kevin Risden edited comment on SOLR-14176 at 1/7/20 9:22 PM: - [~jornfranke]

[jira] [Commented] (SOLR-14176) Graph of SolrCloud is not shown in UI

2020-01-07 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17010102#comment-17010102 ] Kevin Risden commented on SOLR-14176: - This is on a Mac with Chrome 79.0.3945.88 > Graph of

[jira] [Commented] (SOLR-14176) Graph of SolrCloud is not shown in UI

2020-01-07 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17010101#comment-17010101 ] Kevin Risden commented on SOLR-14176: - [~jornfranke] so I checked this quickly: Downloaded Apache

[jira] [Updated] (SOLR-14176) Graph of SolrCloud is not shown in UI

2020-01-07 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-14176: Attachment: Screen Shot 2020-01-07 at 4.21.01 PM.png > Graph of SolrCloud is not shown in UI >

[jira] [Updated] (SOLR-14176) Graph of SolrCloud is not shown in UI

2020-01-07 Thread Kevin Risden (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-14176: Issue Type: Bug (was: New Feature) > Graph of SolrCloud is not shown in UI >

[jira] [Created] (SOLR-14176) Graph of SolrCloud is not shown in UI

2020-01-07 Thread Jira
Jörn Franke created SOLR-14176: -- Summary: Graph of SolrCloud is not shown in UI Key: SOLR-14176 URL: https://issues.apache.org/jira/browse/SOLR-14176 Project: Solr Issue Type: New Feature

[GitHub] [lucene-solr] noblepaul commented on issue #1153: SOLR-14158: Package trusted keys to come from Package Store, not ZK

2020-01-07 Thread GitBox
noblepaul commented on issue #1153: SOLR-14158: Package trusted keys to come from Package Store, not ZK URL: https://github.com/apache/lucene-solr/pull/1153#issuecomment-571773459 Let's hold this for . awhile and investigate the test failures

[GitHub] [lucene-solr] noblepaul removed a comment on issue #1153: SOLR-14158: Package trusted keys to come from Package Store, not ZK

2020-01-07 Thread GitBox
noblepaul removed a comment on issue #1153: SOLR-14158: Package trusted keys to come from Package Store, not ZK URL: https://github.com/apache/lucene-solr/pull/1153#issuecomment-571773459 Let's hold this for . awhile and investigate the test failures

[jira] [Created] (SOLR-14175) problem with PKIAuthenticationPlugin in solrcloud (kubernetes installation)

2020-01-07 Thread Popov Alex (Jira)
Popov Alex created SOLR-14175: - Summary: problem with PKIAuthenticationPlugin in solrcloud (kubernetes installation) Key: SOLR-14175 URL: https://issues.apache.org/jira/browse/SOLR-14175 Project: Solr

[jira] [Updated] (SOLR-14159) Fix errors in TestCloudConsistency

2020-01-07 Thread Chris M. Hostetter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14159?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris M. Hostetter updated SOLR-14159: -- Attachment: SOLR-14159_waitFor_testfix.patch

[GitHub] [lucene-solr] dweiss commented on issue #1138: LUCENE-9077 Print repro line for failed tests

2020-01-07 Thread GitBox
dweiss commented on issue #1138: LUCENE-9077 Print repro line for failed tests URL: https://github.com/apache/lucene-solr/pull/1138#issuecomment-571757656 > I'm a little confused what the motivation for the requirement to print test output on failure comes from. There are a few

[GitHub] [lucene-solr] dweiss commented on issue #1138: LUCENE-9077 Print repro line for failed tests

2020-01-07 Thread GitBox
dweiss commented on issue #1138: LUCENE-9077 Print repro line for failed tests URL: https://github.com/apache/lucene-solr/pull/1138#issuecomment-571727306 Hi Mike. I have a version working too -- seems like we've been working on this concurrently. Let me polish the remaining bit and I'll

[GitHub] [lucene-solr] madrob commented on issue #1138: LUCENE-9077 Print repro line for failed tests

2020-01-07 Thread GitBox
madrob commented on issue #1138: LUCENE-9077 Print repro line for failed tests URL: https://github.com/apache/lucene-solr/pull/1138#issuecomment-571718562 I was able to go back and take another look at what ES had and it turned out to be pretty straightforward to plug in to what we have.

[jira] [Commented] (SOLR-13985) bind to localhost by default

2020-01-07 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13985?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17009970#comment-17009970 ] Robert Muir commented on SOLR-13985: I think the user should always be able to override with two

[jira] [Commented] (SOLR-13985) bind to localhost by default

2020-01-07 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13985?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17009964#comment-17009964 ] Jason Gerlowski commented on SOLR-13985: bq. This "self-advertisement" seems like not a great

[GitHub] [lucene-solr] sigram commented on a change in pull request #1100: SOLR-13579: Create resource management API

2020-01-07 Thread GitBox
sigram commented on a change in pull request #1100: SOLR-13579: Create resource management API URL: https://github.com/apache/lucene-solr/pull/1100#discussion_r363875456 ## File path: solr/core/src/java/org/apache/solr/managed/types/CacheManagerPool.java ## @@ -0,0

[GitHub] [lucene-solr] sigram commented on a change in pull request #1100: SOLR-13579: Create resource management API

2020-01-07 Thread GitBox
sigram commented on a change in pull request #1100: SOLR-13579: Create resource management API URL: https://github.com/apache/lucene-solr/pull/1100#discussion_r363873784 ## File path: solr/core/src/java/org/apache/solr/managed/types/CacheManagerPool.java ## @@ -0,0

[GitHub] [lucene-solr] sigram commented on a change in pull request #1100: SOLR-13579: Create resource management API

2020-01-07 Thread GitBox
sigram commented on a change in pull request #1100: SOLR-13579: Create resource management API URL: https://github.com/apache/lucene-solr/pull/1100#discussion_r363873784 ## File path: solr/core/src/java/org/apache/solr/managed/types/CacheManagerPool.java ## @@ -0,0

[GitHub] [lucene-solr] chatman opened a new pull request #1153: SOLR-14158: Package trusted keys to come from Package Store, not ZK

2020-01-07 Thread GitBox
chatman opened a new pull request #1153: SOLR-14158: Package trusted keys to come from Package Store, not ZK URL: https://github.com/apache/lucene-solr/pull/1153 SOLR-14158: Package trusted keys to come from Package Store, not ZK Eliminates need for ZK for trusted keys for package

[jira] [Commented] (SOLR-13756) ivy cannot download org.restlet.ext.servlet jar

2020-01-07 Thread Joel Bernstein (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17009920#comment-17009920 ] Joel Bernstein commented on SOLR-13756: --- It does look that way. I'll try building an older version

[GitHub] [lucene-solr] madrob commented on issue #1138: LUCENE-9077 Print repro line for failed tests

2020-01-07 Thread GitBox
madrob commented on issue #1138: LUCENE-9077 Print repro line for failed tests URL: https://github.com/apache/lucene-solr/pull/1138#issuecomment-571682299 Stepping back, I'm a little confused what the motivation for the requirement to print test output on failure comes from. We already

[jira] [Comment Edited] (SOLR-13985) bind to localhost by default

2020-01-07 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13985?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17009897#comment-17009897 ] Uwe Schindler edited comment on SOLR-13985 at 1/7/20 4:51 PM: -- The biggest

[jira] [Commented] (SOLR-13985) bind to localhost by default

2020-01-07 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13985?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17009897#comment-17009897 ] Uwe Schindler commented on SOLR-13985: -- The biggest question to me is: How does Solr get it's own IP

[GitHub] [lucene-solr] dsmiley commented on issue #1140: SOLR-14165 set SolrResponse's serialVersionUID explicitly

2020-01-07 Thread GitBox
dsmiley commented on issue #1140: SOLR-14165 set SolrResponse's serialVersionUID explicitly URL: https://github.com/apache/lucene-solr/pull/1140#issuecomment-571671303 Ideally we would have a means to test compatibility, but it's not essential here. For example if theoretically we had a

[jira] [Commented] (SOLR-13985) bind to localhost by default

2020-01-07 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13985?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17009890#comment-17009890 ] Robert Muir commented on SOLR-13985: Also I haven't looked at the code, so perhaps it is really doing

[jira] [Commented] (SOLR-13985) bind to localhost by default

2020-01-07 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13985?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17009881#comment-17009881 ] Robert Muir commented on SOLR-13985: {quote} The issue is pretty clear. Solr only accepts connections

[jira] [Comment Edited] (SOLR-13985) bind to localhost by default

2020-01-07 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13985?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17009881#comment-17009881 ] Robert Muir edited comment on SOLR-13985 at 1/7/20 4:27 PM: {quote} The issue

[GitHub] [lucene-solr] sigram commented on a change in pull request #1100: SOLR-13579: Create resource management API

2020-01-07 Thread GitBox
sigram commented on a change in pull request #1100: SOLR-13579: Create resource management API URL: https://github.com/apache/lucene-solr/pull/1100#discussion_r363828310 ## File path: solr/core/src/java/org/apache/solr/managed/ResourceManagerPool.java ## @@ -0,0 +1,216 @@

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

2020-01-07 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

[jira] [Comment Edited] (SOLR-14173) Ref Guide Redesign

2020-01-07 Thread Cassandra Targett (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14173?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17009848#comment-17009848 ] Cassandra Targett edited comment on SOLR-14173 at 1/7/20 3:49 PM: -- The

[jira] [Comment Edited] (SOLR-14173) Ref Guide Redesign

2020-01-07 Thread Cassandra Targett (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14173?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17009848#comment-17009848 ] Cassandra Targett edited comment on SOLR-14173 at 1/7/20 3:48 PM: -- The

[jira] [Commented] (LUCENE-9080) Upgrade ICU4j to 62.2 and regenerate

2020-01-07 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9080?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17009847#comment-17009847 ] Dawid Weiss commented on LUCENE-9080: - No, I don't think it makes sense to modify those files

[jira] [Commented] (SOLR-14173) Ref Guide Redesign

2020-01-07 Thread Cassandra Targett (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14173?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17009848#comment-17009848 ] Cassandra Targett commented on SOLR-14173: -- The branch with my work so far is in a branch

[jira] [Commented] (LUCENE-9080) Upgrade ICU4j to 62.2 and regenerate

2020-01-07 Thread Erick Erickson (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9080?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17009844#comment-17009844 ] Erick Erickson commented on LUCENE-9080: Yep. I didn't change any of these manually, all those

[GitHub] [lucene-solr] sigram commented on a change in pull request #1100: SOLR-13579: Create resource management API

2020-01-07 Thread GitBox
sigram commented on a change in pull request #1100: SOLR-13579: Create resource management API URL: https://github.com/apache/lucene-solr/pull/1100#discussion_r363811813 ## File path: solr/core/src/java/org/apache/solr/handler/admin/ResourceManagerHandler.java ## @@ -0,0

[jira] [Commented] (SOLR-14174) FieldCache DV DocIdSetIterator cost methods are sometimes bad

2020-01-07 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14174?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17009841#comment-17009841 ] David Smiley commented on SOLR-14174: - Furthermore, these DocIdSetIterators could be optimized for

[jira] [Commented] (SOLR-13756) ivy cannot download org.restlet.ext.servlet jar

2020-01-07 Thread Zsolt Gyulavari (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17009834#comment-17009834 ] Zsolt Gyulavari commented on SOLR-13756: Seems like they redirect now to http instead of https.

[jira] [Commented] (SOLR-14174) FieldCache DV DocIdSetIterator cost methods are sometimes bad

2020-01-07 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14174?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17009836#comment-17009836 ] David Smiley commented on SOLR-14174: - Fix is trivial. Inner class "Iter extends SortedDocValues"

[jira] [Created] (SOLR-14174) FieldCache DV DocIdSetIterator cost methods are sometimes bad

2020-01-07 Thread David Smiley (Jira)
David Smiley created SOLR-14174: --- Summary: FieldCache DV DocIdSetIterator cost methods are sometimes bad Key: SOLR-14174 URL: https://issues.apache.org/jira/browse/SOLR-14174 Project: Solr

[jira] [Updated] (SOLR-14172) Collection metadata remains in zookeeper if too many shards requested

2020-01-07 Thread Andras Salamon (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14172?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andras Salamon updated SOLR-14172: -- Description: When I try to create a collection and request too many shards, collection

[jira] [Comment Edited] (SOLR-13985) bind to localhost by default

2020-01-07 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13985?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17009813#comment-17009813 ] Jason Gerlowski edited comment on SOLR-13985 at 1/7/20 3:11 PM: The issue

[jira] [Commented] (SOLR-13985) bind to localhost by default

2020-01-07 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13985?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17009813#comment-17009813 ] Jason Gerlowski commented on SOLR-13985: The issue I found is a real problem. You can see it

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

2020-01-07 Thread Mikhail Khludnev (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13890?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17009789#comment-17009789 ] Mikhail Khludnev commented on SOLR-13890: - bq. Backwards compatible? Does that apply here Fair.

[jira] [Created] (SOLR-14173) Ref Guide Redesign

2020-01-07 Thread Cassandra Targett (Jira)
Cassandra Targett created SOLR-14173: Summary: Ref Guide Redesign Key: SOLR-14173 URL: https://issues.apache.org/jira/browse/SOLR-14173 Project: Solr Issue Type: Improvement

[jira] [Updated] (LUCENE-9119) Support (re-implement) "reconstruct" feature for Luke

2020-01-07 Thread Tomoko Uchida (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9119?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tomoko Uchida updated LUCENE-9119: -- Summary: Support (re-implement) "reconstruct" feature for Luke (was: Support (re-implement)

[GitHub] [lucene-solr] mkhludnev commented on a change in pull request #1151: SOLR-13890: Add "top-level" DVTQ implementation

2020-01-07 Thread GitBox
mkhludnev commented on a change in pull request #1151: SOLR-13890: Add "top-level" DVTQ implementation URL: https://github.com/apache/lucene-solr/pull/1151#discussion_r363774049 ## File path: solr/core/src/java/org/apache/solr/search/TermsQParserPlugin.java ## @@ -138,8

[jira] [Commented] (LUCENE-9119) Support (re-implement) "reconstruct" feature

2020-01-07 Thread Tomoko Uchida (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9119?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17009764#comment-17009764 ] Tomoko Uchida commented on LUCENE-9119: --- Main reason why they need "re-construct" is: > Seeing

[jira] [Created] (LUCENE-9119) Support (re-implement) "reconstruct" feature

2020-01-07 Thread Tomoko Uchida (Jira)
Tomoko Uchida created LUCENE-9119: - Summary: Support (re-implement) "reconstruct" feature Key: LUCENE-9119 URL: https://issues.apache.org/jira/browse/LUCENE-9119 Project: Lucene - Core Issue

[jira] [Commented] (SOLR-13985) bind to localhost by default

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

[jira] [Reopened] (SOLR-13985) bind to localhost by default

2020-01-07 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13985?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Gerlowski reopened SOLR-13985: > bind to localhost by default > > > Key:

[jira] [Commented] (SOLR-13985) bind to localhost by default

2020-01-07 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13985?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17009750#comment-17009750 ] Jason Gerlowski commented on SOLR-13985: I might have found an issue with this. I'm going to

[GitHub] [lucene-solr] romseygeek commented on a change in pull request #1042: LUCENE-9068: Build FuzzyQuery automata up-front

2020-01-07 Thread GitBox
romseygeek commented on a change in pull request #1042: LUCENE-9068: Build FuzzyQuery automata up-front URL: https://github.com/apache/lucene-solr/pull/1042#discussion_r363760416 ## File path: lucene/core/src/java/org/apache/lucene/search/FuzzyTermsEnum.java ## @@ -92,76

[GitHub] [lucene-solr] dsmiley commented on a change in pull request #1151: SOLR-13890: Add "top-level" DVTQ implementation

2020-01-07 Thread GitBox
dsmiley commented on a change in pull request #1151: SOLR-13890: Add "top-level" DVTQ implementation URL: https://github.com/apache/lucene-solr/pull/1151#discussion_r363740102 ## File path: lucene/core/src/java/org/apache/lucene/search/TwoPhaseIterator.java ## @@ -64,7

[GitHub] [lucene-solr] dsmiley commented on a change in pull request #1151: SOLR-13890: Add "top-level" DVTQ implementation

2020-01-07 Thread GitBox
dsmiley commented on a change in pull request #1151: SOLR-13890: Add "top-level" DVTQ implementation URL: https://github.com/apache/lucene-solr/pull/1151#discussion_r363753194 ## File path: solr/core/src/java/org/apache/solr/search/PerSegmentViewDocIdSetIterator.java ##

[GitHub] [lucene-solr] dsmiley commented on a change in pull request #1151: SOLR-13890: Add "top-level" DVTQ implementation

2020-01-07 Thread GitBox
dsmiley commented on a change in pull request #1151: SOLR-13890: Add "top-level" DVTQ implementation URL: https://github.com/apache/lucene-solr/pull/1151#discussion_r363750077 ## File path: solr/core/src/java/org/apache/solr/search/TermsQParserPlugin.java ## @@ -138,8

[GitHub] [lucene-solr] dsmiley commented on a change in pull request #1151: SOLR-13890: Add "top-level" DVTQ implementation

2020-01-07 Thread GitBox
dsmiley commented on a change in pull request #1151: SOLR-13890: Add "top-level" DVTQ implementation URL: https://github.com/apache/lucene-solr/pull/1151#discussion_r363744702 ## File path: solr/core/src/java/org/apache/solr/search/TermsQParserPlugin.java ## @@ -79,20

[GitHub] [lucene-solr] dsmiley commented on a change in pull request #1151: SOLR-13890: Add "top-level" DVTQ implementation

2020-01-07 Thread GitBox
dsmiley commented on a change in pull request #1151: SOLR-13890: Add "top-level" DVTQ implementation URL: https://github.com/apache/lucene-solr/pull/1151#discussion_r363740267 ## File path: solr/CHANGES.txt ## @@ -187,6 +187,11 @@ Improvements hl.fragsizeIsMinimum,

[GitHub] [lucene-solr] dsmiley commented on a change in pull request #1151: SOLR-13890: Add "top-level" DVTQ implementation

2020-01-07 Thread GitBox
dsmiley commented on a change in pull request #1151: SOLR-13890: Add "top-level" DVTQ implementation URL: https://github.com/apache/lucene-solr/pull/1151#discussion_r363745034 ## File path: solr/core/src/java/org/apache/solr/search/TermsQParserPlugin.java ## @@ -102,6

[GitHub] [lucene-solr] dsmiley commented on a change in pull request #1151: SOLR-13890: Add "top-level" DVTQ implementation

2020-01-07 Thread GitBox
dsmiley commented on a change in pull request #1151: SOLR-13890: Add "top-level" DVTQ implementation URL: https://github.com/apache/lucene-solr/pull/1151#discussion_r363745450 ## File path: solr/core/src/java/org/apache/solr/search/TermsQParserPlugin.java ## @@ -138,8

[GitHub] [lucene-solr] dsmiley commented on a change in pull request #1151: SOLR-13890: Add "top-level" DVTQ implementation

2020-01-07 Thread GitBox
dsmiley commented on a change in pull request #1151: SOLR-13890: Add "top-level" DVTQ implementation URL: https://github.com/apache/lucene-solr/pull/1151#discussion_r363759271 ## File path: solr/core/src/java/org/apache/solr/search/TermsQParserPlugin.java ## @@ -138,8

[GitHub] [lucene-solr] dsmiley commented on a change in pull request #1151: SOLR-13890: Add "top-level" DVTQ implementation

2020-01-07 Thread GitBox
dsmiley commented on a change in pull request #1151: SOLR-13890: Add "top-level" DVTQ implementation URL: https://github.com/apache/lucene-solr/pull/1151#discussion_r363758827 ## File path: solr/core/src/java/org/apache/solr/search/TermsQParserPlugin.java ## @@ -138,8

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

2020-01-07 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13890?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17009681#comment-17009681 ] Jason Gerlowski commented on SOLR-13890: Per a request offline by [~dsmiley], I've created a PR

[jira] [Updated] (SOLR-14172) Collection metadata remains in zookeeper if too many shards requested

2020-01-07 Thread Andras Salamon (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14172?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andras Salamon updated SOLR-14172: -- Summary: Collection metadata remains in zookeeper if too many shards requested (was:

[GitHub] [lucene-solr] asalamon74 opened a new pull request #1152: SOLR-14172: Collection metadata remains in zookeeper if too many shards requested

2020-01-07 Thread GitBox
asalamon74 opened a new pull request #1152: SOLR-14172: Collection metadata remains in zookeeper if too many shards requested URL: https://github.com/apache/lucene-solr/pull/1152 # Description When a Collection CREATE command fails because of too many requested shards error the

[jira] [Commented] (SOLR-14172) Collection metadata remains in zookeper if too many shards requested

2020-01-07 Thread Andras Salamon (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14172?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17009670#comment-17009670 ] Andras Salamon commented on SOLR-14172: --- A similar problem was fixed in this commit: 

[jira] [Created] (SOLR-14172) Collection metadata remains in zookeper if too many shards requested

2020-01-07 Thread Andras Salamon (Jira)
Andras Salamon created SOLR-14172: - Summary: Collection metadata remains in zookeper if too many shards requested Key: SOLR-14172 URL: https://issues.apache.org/jira/browse/SOLR-14172 Project: Solr

[GitHub] [lucene-solr] gerlowskija opened a new pull request #1151: SOLR-13890: Add "top-level" DVTQ implementation

2020-01-07 Thread GitBox
gerlowskija opened a new pull request #1151: SOLR-13890: Add "top-level" DVTQ implementation URL: https://github.com/apache/lucene-solr/pull/1151 # Description The "docValuesTermsFilter" method for TermsQParserPlugin uses per-segment docvalue structures to find matches. This works

[jira] [Commented] (SOLR-12743) Memory leak introduced in Solr 7.3.0

2020-01-07 Thread Markus Jelsma (Jira)
[ https://issues.apache.org/jira/browse/SOLR-12743?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17009612#comment-17009612 ] Markus Jelsma commented on SOLR-12743: -- I can not confirm whether it is fixed or not. The collection

[GitHub] [lucene-solr] romseygeek commented on a change in pull request #1045: LUCENE-9072: Find matching terms from Matches API

2020-01-07 Thread GitBox
romseygeek commented on a change in pull request #1045: LUCENE-9072: Find matching terms from Matches API URL: https://github.com/apache/lucene-solr/pull/1045#discussion_r363673942 ## File path: lucene/core/src/java/org/apache/lucene/search/Matches.java ## @@ -44,4 +47,9

[jira] [Assigned] (LUCENE-8985) SynonymGraphFilter cannot handle input stream with tokens filtered.

2020-01-07 Thread Jira
[ https://issues.apache.org/jira/browse/LUCENE-8985?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl reassigned LUCENE-8985: --- Assignee: (was: Jan Høydahl) > SynonymGraphFilter cannot handle input stream with

[jira] [Commented] (SOLR-13971) CVE-2019-17558: Velocity custom template RCE vulnerability

2020-01-07 Thread pattan (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13971?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17009542#comment-17009542 ] pattan commented on SOLR-13971: --- > Committed in master, branch_8x and branch_8_3. Will reopen later to

[GitHub] [lucene-solr] jpountz opened a new pull request #1150: LUCENE-9118: BlockTreeTermsReader uses `Arrays#compareUnsigned` to compare suffixes.

2020-01-07 Thread GitBox
jpountz opened a new pull request #1150: LUCENE-9118: BlockTreeTermsReader uses `Arrays#compareUnsigned` to compare suffixes. URL: https://github.com/apache/lucene-solr/pull/1150 See https://issues.apache.org/jira/browse/LUCENE-9118.

[jira] [Created] (LUCENE-9118) BlockTreeTermsReader should use compareUnsigned to compare suffixes

2020-01-07 Thread Adrien Grand (Jira)
Adrien Grand created LUCENE-9118: Summary: BlockTreeTermsReader should use compareUnsigned to compare suffixes Key: LUCENE-9118 URL: https://issues.apache.org/jira/browse/LUCENE-9118 Project: Lucene

[GitHub] [lucene-solr] dweiss commented on issue #1138: LUCENE-9077 Print repro line for failed tests

2020-01-07 Thread GitBox
dweiss commented on issue #1138: LUCENE-9077 Print repro line for failed tests URL: https://github.com/apache/lucene-solr/pull/1138#issuecomment-571487783 Thanks. I'll try to combine what you did with what folks at ES did and have something workable. It is important to get it right as

[GitHub] [lucene-solr] jpountz commented on issue #1145: LUCENE-9115: NRTCachingDirectory shouldn't cache files of unknown size.

2020-01-07 Thread GitBox
jpountz commented on issue #1145: LUCENE-9115: NRTCachingDirectory shouldn't cache files of unknown size. URL: https://github.com/apache/lucene-solr/pull/1145#issuecomment-571486141 This is a good question, I don't know the answer. I had two failing seeds with OOME and while the memory

[jira] [Commented] (LUCENE-8673) Use radix partitioning when merging dimensional points

2020-01-07 Thread Ignacio Vera (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-8673?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17009476#comment-17009476 ] Ignacio Vera commented on LUCENE-8673: -- Thanks for digging into this [~jpountz]! > Use radix

[jira] [Commented] (SOLR-13778) Windows JDK SSL Test Failure trend: SSLException: Software caused connection abort: recv failed

2020-01-07 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13778?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17009477#comment-17009477 ] Dawid Weiss commented on SOLR-13778: I think we can consider this issue closed (with a workaround).

[jira] [Assigned] (SOLR-13778) Windows JDK SSL Test Failure trend: SSLException: Software caused connection abort: recv failed

2020-01-07 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13778?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss reassigned SOLR-13778: -- Assignee: Dawid Weiss > Windows JDK SSL Test Failure trend: SSLException: Software caused

[jira] [Commented] (LUCENE-9080) Upgrade ICU4j to 62.2 and regenerate

2020-01-07 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9080?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17009454#comment-17009454 ] Dawid Weiss commented on LUCENE-9080: - We lost some of the generics in that patch; I assume these