[JENKINS] Lucene-Solr-master-Linux (64bit/jdk1.8.0_92) - Build # 16605 - Failure!

2016-04-28 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/16605/ Java: 64bit/jdk1.8.0_92 -XX:+UseCompressedOops -XX:+UseParallelGC 1 tests failed. FAILED: org.apache.solr.schema.TestManagedSchemaAPI.test Error Message: Error from server at

[jira] [Commented] (LUCENE-7261) Speed up LSBRadixSorter

2016-04-28 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7261?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15262411#comment-15262411 ] Yonik Seeley commented on LUCENE-7261: -- I had prev implemented MSD for integers and I was grepping

Re: Lucene/Solr 5.5.1

2016-04-28 Thread Yonik Seeley
On Thu, Apr 28, 2016 at 12:04 PM, Anshum Gupta wrote: > Thanks. I'm waiting for the last back port of SOLR-8865. It should be already be there... I closed it yesterday. -Yonik - To unsubscribe, e-mail:

Re: Lucene/Solr 5.5.1

2016-04-28 Thread Anshum Gupta
Thanks. I'm waiting for the last back port of SOLR-8865. On Wed, Apr 27, 2016 at 4:55 PM, Steve Rowe wrote: > Anshum, > > FYI, I finished backporting SOLR-8082. > > -- > Steve > www.lucidworks.com > > > On Apr 27, 2016, at 6:58 PM, Anshum Gupta >

[jira] [Updated] (LUCENE-7262) Add back the "estimate match count" optimization

2016-04-28 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7262?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand updated LUCENE-7262: - Attachment: LUCENE-7262.patch Here is a patch. It adds back the optimization in a similar way ta

[jira] [Created] (LUCENE-7262) Add back the "estimate match count" optimization

2016-04-28 Thread Adrien Grand (JIRA)
Adrien Grand created LUCENE-7262: Summary: Add back the "estimate match count" optimization Key: LUCENE-7262 URL: https://issues.apache.org/jira/browse/LUCENE-7262 Project: Lucene - Core

[jira] [Commented] (SOLR-9027) Add GraphTermsQuery to limit traversal on high frequency nodes

2016-04-28 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9027?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15262381#comment-15262381 ] Joel Bernstein commented on SOLR-9027: -- [~dsmiley], I've been working on the changes you proposed. I

[jira] [Commented] (SOLR-9030) The 'downnode' command can trip asserts in ZkStateWriter or cause BadVersionException in Overseer

2016-04-28 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9030?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15262376#comment-15262376 ] Mark Miller commented on SOLR-9030: --- bq. Of course we should make that final anyway I just wanted to

[jira] [Commented] (LUCENE-7261) Speed up LSBRadixSorter

2016-04-28 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7261?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15262369#comment-15262369 ] Adrien Grand commented on LUCENE-7261: -- I implemented LSB because it is very easy to implement. But

[jira] [Comment Edited] (SOLR-8593) Integrate Apache Calcite into the SQLHandler

2016-04-28 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15262361#comment-15262361 ] Kevin Risden edited comment on SOLR-8593 at 4/28/16 3:46 PM: - Pushed initial

[jira] [Commented] (SOLR-8593) Integrate Apache Calcite into the SQLHandler

2016-04-28 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15262361#comment-15262361 ] Kevin Risden commented on SOLR-8593: Pushed initial version to branch jira/solr-8593. Currently there

[GitHub] lucene-solr pull request: Move hdfs stuff out into a new contrib

2016-04-28 Thread tomjon
GitHub user tomjon opened a pull request: https://github.com/apache/lucene-solr/pull/34 Move hdfs stuff out into a new contrib An attempt to move hdfs/Hadoop related classes out of core SOLR into a new contrib, and reduce the size of SOLR core by thus removing some of the Hadoop

[jira] [Closed] (SOLR-6406) ConcurrentUpdateSolrServer hang in blockUntilFinished.

2016-04-28 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6406?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley closed SOLR-6406. -- > ConcurrentUpdateSolrServer hang in blockUntilFinished. >

[jira] [Resolved] (SOLR-6406) ConcurrentUpdateSolrServer hang in blockUntilFinished.

2016-04-28 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6406?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley resolved SOLR-6406. Resolution: Fixed Actually, since this issue is more about the hang in blockUntilFinished (and

[jira] [Updated] (SOLR-6406) ConcurrentUpdateSolrServer hang in blockUntilFinished.

2016-04-28 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6406?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley updated SOLR-6406: --- Fix Version/s: (was: master) > ConcurrentUpdateSolrServer hang in blockUntilFinished. >

[jira] [Commented] (LUCENE-7255) Paging with SortingMergePolicy and EarlyTerminatingSortingCollector

2016-04-28 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15262327#comment-15262327 ] Robert Muir commented on LUCENE-7255: - {quote} Ok, I see. It would be great for deep pagination to

[JENKINS] Lucene-Solr-NightlyTests-master - Build # 999 - Still Failing

2016-04-28 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-master/999/ 10 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.cloud.CdcrReplicationDistributedZkTest Error Message: ObjectTracker found 48 object(s) that were not released!!! [InternalHttpClient,

[jira] [Updated] (SOLR-8467) CloudSolrStream and FacetStream should take a SolrParams object rather than a Map<String, String> to allow more complex Solr queries to be specified

2016-04-28 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8467?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erick Erickson updated SOLR-8467: - Attachment: SOLR-8467.patch Updated to latest trunk > CloudSolrStream and FacetStream should take

[jira] [Commented] (SOLR-9038) Ability to create/delete/list snapshots for a solr collection

2016-04-28 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9038?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15262249#comment-15262249 ] David Smiley commented on SOLR-9038: Committing with metadata: one thing that occurred to me is that

[jira] [Commented] (SOLR-9045) configurable RecoveryStrategy support

2016-04-28 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9045?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15262225#comment-15262225 ] David Smiley commented on SOLR-9045: It'd be nice if this could be more clear as to what a

[jira] [Commented] (LUCENE-7255) Paging with SortingMergePolicy and EarlyTerminatingSortingCollector

2016-04-28 Thread JIRA
[ https://issues.apache.org/jira/browse/LUCENE-7255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15262224#comment-15262224 ] Andrés de la Peña commented on LUCENE-7255: --- Ok, I see. It would be great for deep pagination

[jira] [Commented] (SOLR-9045) configurable RecoveryStrategy support

2016-04-28 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9045?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15262216#comment-15262216 ] Mark Miller commented on SOLR-9045: --- bq. a custom recovery strategy Configuration makes sense to me,

[jira] [Updated] (LUCENE-7255) Paging with SortingMergePolicy and EarlyTerminatingSortingCollector

2016-04-28 Thread JIRA
[ https://issues.apache.org/jira/browse/LUCENE-7255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrés de la Peña updated LUCENE-7255: -- Attachment: LUCENE-7255_v0.diff > Paging with SortingMergePolicy and

[jira] [Commented] (LUCENE-7261) Speed up LSBRadixSorter

2016-04-28 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7261?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15262186#comment-15262186 ] Yonik Seeley commented on LUCENE-7261: -- +1 As an aside, I was looking at this stuff a while ago and

[jira] [Commented] (LUCENE-6968) LSH Filter

2016-04-28 Thread Andy Hind (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6968?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15262169#comment-15262169 ] Andy Hind commented on LUCENE-6968: --- I agree a pure token stream test makes sense. The only concern I

[jira] [Commented] (LUCENE-7051) Remove the "estimate match count" optimization from point queries

2016-04-28 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15262116#comment-15262116 ] Adrien Grand commented on LUCENE-7051: -- After Robert's feedback on LUCENE-7254 I tried to understand

[jira] [Updated] (LUCENE-7261) Speed up LSBRadixSorter

2016-04-28 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7261?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand updated LUCENE-7261: - Attachment: LUCENE-7261.patch Here is a patch. It also removes the offset parameter since we

[jira] [Created] (LUCENE-7261) Speed up LSBRadixSorter

2016-04-28 Thread Adrien Grand (JIRA)
Adrien Grand created LUCENE-7261: Summary: Speed up LSBRadixSorter Key: LUCENE-7261 URL: https://issues.apache.org/jira/browse/LUCENE-7261 Project: Lucene - Core Issue Type: Improvement

[jira] [Updated] (SOLR-9048) {!parent } {!child } throws NPE if underneath query parser yields no clauses

2016-04-28 Thread Mikhail Khludnev (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9048?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mikhail Khludnev updated SOLR-9048: --- Labels: newbie (was: ) > {!parent } {!child } throws NPE if underneath query parser yields no

[jira] [Created] (SOLR-9049) RuleBasedAuthorizationPlugin should use regex in params instead of just String.equal()

2016-04-28 Thread Noble Paul (JIRA)
Noble Paul created SOLR-9049: Summary: RuleBasedAuthorizationPlugin should use regex in params instead of just String.equal() Key: SOLR-9049 URL: https://issues.apache.org/jira/browse/SOLR-9049 Project:

[jira] [Assigned] (LUCENE-2605) queryparser parses on whitespace

2016-04-28 Thread Steve Rowe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2605?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Rowe reassigned LUCENE-2605: -- Assignee: Steve Rowe > queryparser parses on whitespace > >

[jira] [Created] (SOLR-9048) {!parent } {!child } throws NPE if underneath query parser yields no clauses

2016-04-28 Thread Mikhail Khludnev (JIRA)
Mikhail Khludnev created SOLR-9048: -- Summary: {!parent } {!child } throws NPE if underneath query parser yields no clauses Key: SOLR-9048 URL: https://issues.apache.org/jira/browse/SOLR-9048

[JENKINS] Lucene-Solr-6.x-Windows (32bit/jdk1.8.0_92) - Build # 143 - Failure!

2016-04-28 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Windows/143/ Java: 32bit/jdk1.8.0_92 -server -XX:+UseParallelGC 2 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.schema.TestManagedSchemaAPI Error Message: ObjectTracker found 8 object(s) that were not released!!!

[jira] [Commented] (SOLR-8992) Restore Schema API GET method functionality removed by SOLR-8736

2016-04-28 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8992?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15262007#comment-15262007 ] ASF subversion and git services commented on SOLR-8992: --- Commit

[jira] [Commented] (SOLR-8992) Restore Schema API GET method functionality removed by SOLR-8736

2016-04-28 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8992?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15262009#comment-15262009 ] ASF subversion and git services commented on SOLR-8992: --- Commit

[jira] [Commented] (SOLR-8992) Restore Schema API GET method functionality removed by SOLR-8736

2016-04-28 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8992?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15262008#comment-15262008 ] ASF subversion and git services commented on SOLR-8992: --- Commit

[jira] [Commented] (LUCENE-6968) LSH Filter

2016-04-28 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6968?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15261997#comment-15261997 ] Robert Muir commented on LUCENE-6968: - We don't need any "integration tests" or "end to end tests".

[jira] [Assigned] (LUCENE-6968) LSH Filter

2016-04-28 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6968?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tommaso Teofili reassigned LUCENE-6968: --- Assignee: Tommaso Teofili > LSH Filter > -- > > Key:

[jira] [Commented] (LUCENE-6968) LSH Filter

2016-04-28 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6968?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15261990#comment-15261990 ] Tommaso Teofili commented on LUCENE-6968: - thanks Robert, I agree on all of your suggestions. The

[jira] [Commented] (LUCENE-6968) LSH Filter

2016-04-28 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6968?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15261961#comment-15261961 ] Robert Muir commented on LUCENE-6968: - also, these analyzers should not be tested with queries.

[jira] [Commented] (LUCENE-6968) LSH Filter

2016-04-28 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6968?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15261955#comment-15261955 ] Robert Muir commented on LUCENE-6968: - analysis-common library cannot have any external dependencies.

[jira] [Commented] (LUCENE-7260) StandardQueryParser is over 100 times slower in v5 compared to v3

2016-04-28 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7260?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15261950#comment-15261950 ] Robert Muir commented on LUCENE-7260: - This also doesn't need to be fast: it returns an exception by

[jira] [Updated] (SOLR-8492) Add LogisticRegressionQuery and LogitStream

2016-04-28 Thread Cao Manh Dat (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8492?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cao Manh Dat updated SOLR-8492: --- Attachment: SOLR-8492.patch Patch for lastest code in trunk. Detect some memleak problem, trying to

[JENKINS] Lucene-Solr-master-Windows (64bit/jdk1.8.0_92) - Build # 5805 - Still Failing!

2016-04-28 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/5805/ Java: 64bit/jdk1.8.0_92 -XX:-UseCompressedOops -XX:+UseG1GC 1 tests failed. FAILED: junit.framework.TestSuite.org.apache.lucene.index.TestNorms Error Message: Could not remove the following files (in the order of attempts):

[JENKINS] Lucene-Solr-SmokeRelease-5.5 - Build # 6 - Failure

2016-04-28 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-SmokeRelease-5.5/6/ No tests ran. Build Log: [...truncated 39773 lines...] prepare-release-no-sign: [mkdir] Created dir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-5.5/lucene/build/smokeTestRelease/dist [copy] Copying

[jira] [Commented] (SOLR-8297) Allow join query over 2 sharded collections: enhance functionality and exception handling

2016-04-28 Thread Mikhail Khludnev (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8297?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15261916#comment-15261916 ] Mikhail Khludnev commented on SOLR-8297: I tried but it seems like only commetters can be assignee.

[jira] [Updated] (LUCENE-6968) LSH Filter

2016-04-28 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6968?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tommaso Teofili updated LUCENE-6968: Attachment: LUCENE-6968.4.patch attaching a slightly modified version of the last patch: -

[jira] [Comment Edited] (LUCENE-6968) LSH Filter

2016-04-28 Thread Andy Hind (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6968?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15259924#comment-15259924 ] Andy Hind edited comment on LUCENE-6968 at 4/28/16 9:27 AM: This comes down

[JENKINS] Lucene-Solr-Tests-master - Build # 1114 - Failure

2016-04-28 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/1114/ 1 tests failed. FAILED: org.apache.solr.handler.TestReqParamsAPI.test Error Message: Could not get expected value 'CY val' for path 'params/c' full output: { "responseHeader":{ "status":0, "QTime":0}, "params":{

[jira] [Updated] (SOLR-8792) ZooKeeper ACL support broken

2016-04-28 Thread Ishan Chattopadhyaya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8792?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya updated SOLR-8792: --- Summary: ZooKeeper ACL support broken (was: ZooKeeper ACL not restricting access to

[jira] [Commented] (SOLR-6406) ConcurrentUpdateSolrServer hang in blockUntilFinished.

2016-04-28 Thread Stephan Lagraulet (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15261732#comment-15261732 ] Stephan Lagraulet commented on SOLR-6406: - Hi [~yo...@apache.org] did you make any progress on this

[jira] [Commented] (SOLR-9046) solr.cmd wrongly assumes Jetty will always listen on 0.0.0.0

2016-04-28 Thread Bram Van Dam (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-9046?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15261703#comment-15261703 ] Bram Van Dam commented on SOLR-9046: Thanks for these fixes and the commit. Just tested your changes on

[jira] [Commented] (LUCENE-7260) StandardQueryParser is over 100 times slower in v5 compared to v3

2016-04-28 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7260?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15261697#comment-15261697 ] Dawid Weiss commented on LUCENE-7260: - Also, if this is so significantly slower it should be possible

[jira] [Commented] (LUCENE-7260) StandardQueryParser is over 100 times slower in v5 compared to v3

2016-04-28 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7260?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15261695#comment-15261695 ] Dawid Weiss commented on LUCENE-7260: - But it's enough to just compute a rolling simple hash using

[jira] [Commented] (LUCENE-7260) StandardQueryParser is over 100 times slower in v5 compared to v3

2016-04-28 Thread Trejkaz (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7260?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15261691#comment-15261691 ] Trejkaz commented on LUCENE-7260: - Well, this slowdown is also noticeable in our full application, where

[jira] [Commented] (LUCENE-7260) StandardQueryParser is over 100 times slower in v5 compared to v3

2016-04-28 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-7260?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15261667#comment-15261667 ] Dawid Weiss commented on LUCENE-7260: - Do something with the result of the parsing, otherwise the

[JENKINS] Lucene-Solr-master-Solaris (64bit/jdk1.8.0) - Build # 548 - Still Failing!

2016-04-28 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Solaris/548/ Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC 2 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.handler.TestSolrConfigHandlerCloud Error Message: 1 thread leaked from SUITE scope at

<    1   2