[jira] [Commented] (SOLR-12587) Reuse Lucene's PriorityQueue for the ExportHandler

2018-08-19 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12587?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16585428#comment-16585428 ] Varun Thacker commented on SOLR-12587: -- When I took a deeper look at it today there are still a few

[jira] [Commented] (SOLR-12587) Reuse Lucene's PriorityQueue for the ExportHandler

2018-07-26 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12587?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16558743#comment-16558743 ] Varun Thacker commented on SOLR-12587: -- Updated patch which will apply cleanly once LUCENE-8428 has

[jira] [Commented] (SOLR-12587) Reuse Lucene's PriorityQueue for the ExportHandler

2018-07-26 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12587?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16556970#comment-16556970 ] Varun Thacker commented on SOLR-12587: -- Thanks Adrien! I worked on a prototype patch and i'll post

[jira] [Commented] (SOLR-12587) Reuse Lucene's PriorityQueue for the ExportHandler

2018-07-26 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12587?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16556968#comment-16556968 ] Adrien Grand commented on SOLR-12587: - I opened LUCENE-8428 for discussion. > Reuse Lucene's

[jira] [Commented] (SOLR-12587) Reuse Lucene's PriorityQueue for the ExportHandler

2018-07-25 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12587?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16556261#comment-16556261 ] Adrien Grand commented on SOLR-12587: - Oh I see, a chicken-and-egg issue! I think this

[jira] [Commented] (SOLR-12587) Reuse Lucene's PriorityQueue for the ExportHandler

2018-07-25 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12587?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16555979#comment-16555979 ] Varun Thacker commented on SOLR-12587: -- Hi Adrien, I thought about that approach initially but

[jira] [Commented] (SOLR-12587) Reuse Lucene's PriorityQueue for the ExportHandler

2018-07-25 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12587?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16555903#comment-16555903 ] Adrien Grand commented on SOLR-12587: - I think you could fix your first nocommit by passing

[jira] [Commented] (SOLR-12587) Reuse Lucene's PriorityQueue for the ExportHandler

2018-07-24 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12587?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16554890#comment-16554890 ] Varun Thacker commented on SOLR-12587: -- I've put out a patch which is just exploring the idea .

[jira] [Commented] (SOLR-12587) Reuse Lucene's PriorityQueue for the ExportHandler

2018-07-24 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12587?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16554746#comment-16554746 ] Varun Thacker commented on SOLR-12587: -- Here's a version of

[jira] [Commented] (SOLR-12587) Reuse Lucene's PriorityQueue for the ExportHandler

2018-07-24 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12587?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16554688#comment-16554688 ] Varun Thacker commented on SOLR-12587: -- Hi [~joel.bernstein] I'm trying to understand why we need