[jira] [Updated] (LUCENE-6965) Expression's JavascriptCompiler to throw ParseExceptions with bad function names or arity

2016-01-07 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6965?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-6965: -- Attachment: LUCENE-6965-2.patch Here is the patch. In Java 8 it would also work with a single

[jira] [Commented] (LUCENE-6965) Expression's JavascriptCompiler to throw ParseExceptions with bad function names or arity

2016-01-07 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6965?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15088389#comment-15088389 ] ASF subversion and git services commented on LUCENE-6965: - Commit 1723642 from

[JENKINS] Lucene-Solr-trunk-Linux (64bit/jdk1.8.0_66) - Build # 15475 - Still Failing!

2016-01-07 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/15475/ Java: 64bit/jdk1.8.0_66 -XX:+UseCompressedOops -XX:+UseParallelGC All tests passed Build Log: [...truncated 33258 lines...] -check-forbidden-all: [forbidden-apis] Reading bundled API signatures: jdk-unsafe-1.8 [forbidden-apis]

[jira] [Commented] (SOLR-8453) Jetty update from 9.2 to 9.3 causes the server to reset formerly legitimate client connections.

2016-01-07 Thread Greg Wilkins (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8453?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15088327#comment-15088327 ] Greg Wilkins commented on SOLR-8453: Copying this comment over from the jetty-users discussion (and

[jira] [Commented] (LUCENE-6965) Expression's JavascriptCompiler to throw ParseExceptions with bad function names or arity

2016-01-07 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6965?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15088393#comment-15088393 ] ASF subversion and git services commented on LUCENE-6965: - Commit 1723643 from

[jira] [Commented] (SOLR-7339) Upgrade Jetty from 9.2 to 9.3

2016-01-07 Thread Greg Wilkins (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7339?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15088390#comment-15088390 ] Greg Wilkins commented on SOLR-7339: Mark, A simple work around could be to install a filter on the

[jira] [Commented] (SOLR-8453) Jetty update from 9.2 to 9.3 causes the server to reset formerly legitimate client connections.

2016-01-07 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8453?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15088495#comment-15088495 ] ASF subversion and git services commented on SOLR-8453: --- Commit 1723646 from

[jira] [Commented] (SOLR-8453) Jetty update from 9.2 to 9.3 causes the server to reset formerly legitimate client connections.

2016-01-07 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8453?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15088506#comment-15088506 ] Mark Miller commented on SOLR-8453: --- To expand: If HttpClient is behaving reasonably by throwing an

[JENKINS] Lucene-Solr-NightlyTests-5.3 - Build # 7 - Still Failing

2016-01-07 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-5.3/7/ 2 tests failed. FAILED: org.apache.solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest.test Error Message: Captured an uncaught exception in thread: Thread[id=32903, name=collection1, state=RUNNABLE,

Lucene/Solr 6.0.0 release

2016-01-07 Thread Michael McCandless
I think we should get the ball rolling for our next major release (6.0.0)? E.g., dimensional values is a big new feature for 6.x, and I think it's nearly ready except maybe fixing up the API so it's easier for the 1D case. I think we should maybe remove StorableField before releasing? I.e., go

[jira] [Resolved] (LUCENE-6965) Expression's JavascriptCompiler to throw ParseExceptions with bad function names or arity

2016-01-07 Thread JIRA
[ https://issues.apache.org/jira/browse/LUCENE-6965?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tomás Fernández Löbbe resolved LUCENE-6965. --- Resolution: Fixed Fix Version/s: Trunk 5.5 >

[JENKINS] Lucene-Solr-Tests-trunk-Java8 - Build # 773 - Still Failing

2016-01-07 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-trunk-Java8/773/ All tests passed Build Log: [...truncated 33312 lines...] -check-forbidden-all: [forbidden-apis] Reading bundled API signatures: jdk-unsafe-1.8 [forbidden-apis] Reading bundled API signatures: jdk-deprecated-1.8

[JENKINS] Lucene-Solr-5.x-Linux (32bit/jdk1.7.0_80) - Build # 15179 - Failure!

2016-01-07 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Linux/15179/ Java: 32bit/jdk1.7.0_80 -server -XX:+UseSerialGC 4 tests failed. FAILED: org.apache.solr.cloud.CollectionsAPIDistributedZkTest.test Error Message: expected:<3> but was:<1> Stack Trace: java.lang.AssertionError: expected:<3> but

[jira] [Updated] (LUCENE-6965) Expression's JavascriptCompiler to throw ParseExceptions with bad function names or arity

2016-01-07 Thread JIRA
[ https://issues.apache.org/jira/browse/LUCENE-6965?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tomás Fernández Löbbe updated LUCENE-6965: -- Attachment: LUCENE-6965.patch (complete) patch with suggestions. Something

[jira] [Updated] (SOLR-8485) SelectStream only works with all lowercase field names and doesn't handle quoted selected fields

2016-01-07 Thread Dennis Gove (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8485?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dennis Gove updated SOLR-8485: -- Attachment: SOLR-8485.patch > SelectStream only works with all lowercase field names and doesn't handle

[jira] [Commented] (LUCENE-6965) Expression's JavascriptCompiler to throw ParseExceptions with bad function names or arity

2016-01-07 Thread JIRA
[ https://issues.apache.org/jira/browse/LUCENE-6965?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15088380#comment-15088380 ] Tomás Fernández Löbbe commented on LUCENE-6965: --- Looks good. Thanks! > Expression's

[jira] [Commented] (SOLR-8453) Jetty update from 9.2 to 9.3 causes the server to reset formerly legitimate client connections.

2016-01-07 Thread Greg Wilkins (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8453?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15088394#comment-15088394 ] Greg Wilkins commented on SOLR-8453: Note I just added a comment on 7339 - that this can be worked

Re: Lucene/Solr 6.0.0 release

2016-01-07 Thread Erick Erickson
Some Solr stuff in 6.x that I'm familiar with: ParallelSQL and Cross Data Center Replication These seem like major hunks of functionality as well, so maybe it's time. So what kind of straw-man date are you thinking? Not trying to pin anything down, just thinking about setting priorities

[jira] [Commented] (LUCENE-6965) Expression's JavascriptCompiler to throw ParseExceptions with bad function names or arity

2016-01-07 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6965?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15088357#comment-15088357 ] Uwe Schindler commented on LUCENE-6965: --- Mine has the method more private and non-static. I also

[jira] [Assigned] (SOLR-8485) SelectStream only works with all lowercase field names and doesn't handle quoted selected fields

2016-01-07 Thread Dennis Gove (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8485?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dennis Gove reassigned SOLR-8485: - Assignee: Dennis Gove > SelectStream only works with all lowercase field names and doesn't handle

[jira] [Commented] (LUCENE-6965) Expression's JavascriptCompiler to throw ParseExceptions with bad function names or arity

2016-01-07 Thread JIRA
[ https://issues.apache.org/jira/browse/LUCENE-6965?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15088409#comment-15088409 ] Tomás Fernández Löbbe commented on LUCENE-6965: --- Thanks for the help! > Expression's

[jira] [Commented] (SOLR-7339) Upgrade Jetty from 9.2 to 9.3

2016-01-07 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7339?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15088510#comment-15088510 ] Yonik Seeley commented on SOLR-7339: Yeah, I think we only call sendError in a few places... we could

[JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.8.0_66) - Build # 5531 - Still Failing!

2016-01-07 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/5531/ Java: 32bit/jdk1.8.0_66 -client -XX:+UseSerialGC All tests passed Build Log: [...truncated 33311 lines...] -check-forbidden-all: [forbidden-apis] Reading bundled API signatures: jdk-unsafe-1.8 [forbidden-apis] Reading bundled

[jira] [Commented] (LUCENE-6965) Expression's JavascriptCompiler to throw ParseExceptions with bad function names or arity

2016-01-07 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6965?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15088402#comment-15088402 ] Uwe Schindler commented on LUCENE-6965: --- I'm done. You can resolve. > Expression's

[jira] [Commented] (SOLR-8453) Jetty update from 9.2 to 9.3 causes the server to reset formerly legitimate client connections.

2016-01-07 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8453?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15088501#comment-15088501 ] Mark Miller commented on SOLR-8453: --- bq. But the client should still be fixed IMHO. On the Jetty mailing

[jira] [Commented] (LUCENE-6966) Contribution: Codec for index-level encryption

2016-01-07 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6966?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15087165#comment-15087165 ] Robert Muir commented on LUCENE-6966: - {quote} It is true that if the filesystem caches unencrypted

[JENKINS] Lucene-Solr-5.x-Solaris (multiarch/jdk1.7.0) - Build # 314 - Still Failing!

2016-01-07 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Solaris/314/ Java: multiarch/jdk1.7.0 -d32 -server -XX:+UseParallelGC 1 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest Error Message: ObjectTracker found 1 object(s) that were not

[jira] [Commented] (LUCENE-6966) Contribution: Codec for index-level encryption

2016-01-07 Thread Renaud Delbru (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6966?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15087144#comment-15087144 ] Renaud Delbru commented on LUCENE-6966: --- Discussion copied from the following [dev

Re: Contribution: Codec for index-level encryption

2016-01-07 Thread Renaud Delbru
Hi Robert, Yes, you are right. This approach is more complex than plain fs level encryption, but this enables more fine-grained control on what is encrypted. For example, it would not be possible to choose which field to encrypt or not. Also, with fs level encryption, all the data is

[jira] [Commented] (SOLR-8146) Allowing SolrJ CloudSolrClient to have preferred replica for query/read

2016-01-07 Thread Arcadius Ahouansou (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8146?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15087281#comment-15087281 ] Arcadius Ahouansou commented on SOLR-8146: -- Hello [~noble.paul] I have been working on the support

[jira] [Updated] (SOLR-8476) Refactor and cleanup CoreAdminHandler

2016-01-07 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8476?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Varun Thacker updated SOLR-8476: Attachment: SOLR-8476.patch Updated patch . Removing the PERSIST should be fine from SolrJ in terms

[jira] [Created] (LUCENE-6966) Contribution: Codec for index-level encryption

2016-01-07 Thread Renaud Delbru (JIRA)
Renaud Delbru created LUCENE-6966: - Summary: Contribution: Codec for index-level encryption Key: LUCENE-6966 URL: https://issues.apache.org/jira/browse/LUCENE-6966 Project: Lucene - Core

[jira] [Commented] (SOLR-7954) ArrayIndexOutOfBoundsException from distributed HLL serialization logic when using using stats.field={!cardinality=1.0} in a distributed query

2016-01-07 Thread Modassar Ather (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7954?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15087105#comment-15087105 ] Modassar Ather commented on SOLR-7954: -- {noformat}q=fl1:net*=fl=50=true={!cardinality=1.0}fl{noformat}

[JENKINS] Lucene-Solr-trunk-Linux (32bit/jdk1.8.0_66) - Build # 15468 - Failure!

2016-01-07 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/15468/ Java: 32bit/jdk1.8.0_66 -client -XX:+UseParallelGC 4 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.core.TestLazyCores Error Message: ObjectTracker found 4 object(s) that were not released!!!

[JENKINS-EA] Lucene-Solr-trunk-Linux (64bit/jdk-9-ea+95) - Build # 15470 - Failure!

2016-01-07 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/15470/ Java: 64bit/jdk-9-ea+95 -XX:-UseCompressedOops -XX:+UseSerialGC -XX:-CompactStrings 3 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.cloud.SaslZkACLProviderTest Error Message: 5 threads leaked from SUITE

[jira] [Commented] (SOLR-8146) Allowing SolrJ CloudSolrClient to have preferred replica for query/read

2016-01-07 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8146?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15087282#comment-15087282 ] Noble Paul commented on SOLR-8146: -- Yeah, open a ticket for enhancing the snitch > Allowing SolrJ

[JENKINS] Lucene-Solr-NightlyTests-5.3 - Build # 6 - Still Failing

2016-01-07 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-5.3/6/ 2 tests failed. FAILED: org.apache.solr.cloud.CollectionsAPIDistributedZkTest.test Error Message: Error from server at http://127.0.0.1:52850: KeeperErrorCode = Session expired for /overseer/collection-queue-work/qn- Stack

[jira] [Commented] (SOLR-6246) Core fails to reload when AnalyzingInfixSuggester is used as a Suggester

2016-01-07 Thread Jacques Du Rand (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6246?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15087350#comment-15087350 ] Jacques Du Rand commented on SOLR-6246: --- Confirmed. Bug still exists in Solr 5.3.1 > Core fails to

[jira] [Commented] (SOLR-8499) Add segmentCount and hasDeletions to SolrIndexSearcher stats

2016-01-07 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15087479#comment-15087479 ] Shawn Heisey commented on SOLR-8499: bq. small tweaks to the existing implementation Good idea. If I

[JENKINS] Lucene-Solr-trunk-Windows (64bit/jdk1.8.0_66) - Build # 5530 - Failure!

2016-01-07 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/5530/ Java: 64bit/jdk1.8.0_66 -XX:+UseCompressedOops -XX:+UseG1GC 4 tests failed. FAILED: org.apache.solr.cloud.CollectionsAPIDistributedZkTest.test Error Message: Error from server at

[jira] [Commented] (SOLR-8484) refactor update/SolrIndexConfig.LOCK_TYPE_* into core/DirectoryFactory.LOCK_TYPE_*

2016-01-07 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8484?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15087499#comment-15087499 ] ASF subversion and git services commented on SOLR-8484: --- Commit 1723564 from

[jira] [Commented] (SOLR-7339) Upgrade Jetty from 9.2 to 9.3

2016-01-07 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7339?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15087555#comment-15087555 ] Mark Miller commented on SOLR-7339: --- We should probably commit that patch - trunk fails are quite noisy

[JENKINS] Lucene-Solr-Tests-trunk-Java8 - Build # 772 - Failure

2016-01-07 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-trunk-Java8/772/ 1 tests failed. FAILED: org.apache.solr.cloud.TestDistribDocBasedVersion.test Error Message: expected:<409> but was:<500> Stack Trace: java.lang.AssertionError: expected:<409> but was:<500> at

Re: Contribution: Codec for index-level encryption

2016-01-07 Thread Jack Krupansky
Be sure to add that comment about multi-tenancy to the Jira description since that is a key aspect of this particular approach. -- Jack Krupansky On Thu, Jan 7, 2016 at 4:52 AM, Renaud Delbru wrote: > Hi Robert, > > Yes, you are right. This approach is more complex than

[JENKINS] Lucene-Solr-5.x-Windows (64bit/jdk1.7.0_80) - Build # 5400 - Still Failing!

2016-01-07 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/5400/ Java: 64bit/jdk1.7.0_80 -XX:+UseCompressedOops -XX:+UseParallelGC 12 tests failed. FAILED: org.apache.solr.cloud.BasicDistributedZkTest.test Error Message: .response.numFound:1!=0 Stack Trace:

[jira] [Commented] (SOLR-8184) Negative tests for JDBC Connection String

2016-01-07 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8184?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15087540#comment-15087540 ] Kevin Risden commented on SOLR-8184: {quote} 1.) Totally drop the first test (since it already has

[jira] [Updated] (SOLR-8453) Jetty update from 9.2 to 9.3 causes the server to reset formerly legitimate client connections.

2016-01-07 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8453?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated SOLR-8453: -- Attachment: SOLR-8453.patch Okay here is a patch that has the filter read out the inputstream on errors.

[jira] [Commented] (SOLR-8453) Jetty update from 9.2 to 9.3 causes the server to reset formerly legitimate client connections.

2016-01-07 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8453?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15088691#comment-15088691 ] Mark Miller commented on SOLR-8453: --- bq. So if the client applications cannot be made more robust - ie it

[jira] [Commented] (SOLR-8453) Jetty update from 9.2 to 9.3 causes the server to reset formerly legitimate client connections.

2016-01-07 Thread Greg Wilkins (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8453?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15088651#comment-15088651 ] Greg Wilkins commented on SOLR-8453: Ah - well I've evolved my view a bit, although the client (as in

[jira] [Updated] (SOLR-8479) Add JDBCStream for integration with external data sources

2016-01-07 Thread Dennis Gove (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8479?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dennis Gove updated SOLR-8479: -- Attachment: SOLR-8479.patch Enhanced tests to include one which sets properties on the connection.

[JENKINS] Lucene-Solr-trunk-Linux (64bit/jdk1.8.0_66) - Build # 15476 - Still Failing!

2016-01-07 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/15476/ Java: 64bit/jdk1.8.0_66 -XX:+UseCompressedOops -XX:+UseSerialGC 1 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.handler.TestReplicationHandler Error Message: ObjectTracker found 1 object(s) that were not

[jira] [Commented] (SOLR-8479) Add JDBCStream for integration with external data sources

2016-01-07 Thread Dennis Gove (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8479?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15088589#comment-15088589 ] Dennis Gove commented on SOLR-8479: --- This is ready to go. I intend to commit to trunk either tonight or

[JENKINS] Lucene-Solr-trunk-Linux (64bit/jdk1.8.0_66) - Build # 15477 - Still Failing!

2016-01-07 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/15477/ Java: 64bit/jdk1.8.0_66 -XX:+UseCompressedOops -XX:+UseSerialGC 1 tests failed. FAILED: org.apache.solr.core.TestArbitraryIndexDir.testLoadNewIndexDir Error Message: Exception during query Stack Trace:

[jira] [Commented] (SOLR-7339) Upgrade Jetty from 9.2 to 9.3

2016-01-07 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7339?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15088674#comment-15088674 ] Mark Miller commented on SOLR-7339: --- I put up a patch in SOLR-8453. I still have to check and see if the

Re: 5.3.2 bug fix release

2016-01-07 Thread Noble Paul
what's the status of 5.3.2 release ? On Tue, Dec 29, 2015 at 8:30 PM, Anshum Gupta wrote: > Thanks for committing those David. > > I just brought everything in synch on the 5.3.2 change log section on all > the branches. > > I have also committed everything but I want to

[jira] [Commented] (SOLR-8453) Jetty update from 9.2 to 9.3 causes the server to reset formerly legitimate client connections.

2016-01-07 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8453?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15087580#comment-15087580 ] Yonik Seeley commented on SOLR-8453: Nice find! I've been messing around on the client side with

[jira] [Commented] (SOLR-7339) Upgrade Jetty from 9.2 to 9.3

2016-01-07 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7339?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15087601#comment-15087601 ] Shalin Shekhar Mangar commented on SOLR-7339: - Thanks a lot Mark for looking into this. I'll

[jira] [Updated] (SOLR-8453) Jetty update from 9.2 to 9.3 causes the server to reset formerly legitimate client connections.

2016-01-07 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8453?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated SOLR-8453: -- Attachment: jetty9.3.pcapng jetty9.2.pcapng > Jetty update from 9.2 to 9.3 causes the

[JENKINS] Lucene-Solr-5.x-Linux (32bit/jdk1.8.0_66) - Build # 15175 - Failure!

2016-01-07 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Linux/15175/ Java: 32bit/jdk1.8.0_66 -server -XX:+UseParallelGC 1 tests failed. FAILED: org.apache.solr.cloud.overseer.ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy Error Message: Could not find collection : c1 Stack Trace:

[jira] [Resolved] (SOLR-8477) Let users choose compression mode in SchemaCodecFactory

2016-01-07 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-8477?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tomás Fernández Löbbe resolved SOLR-8477. - Resolution: Fixed Fix Version/s: Trunk 5.5 > Let users

[jira] [Commented] (SOLR-8453) Jetty update from 9.2 to 9.3 causes the server to reset formerly legitimate client connections.

2016-01-07 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8453?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15087662#comment-15087662 ] Mark Miller commented on SOLR-8453: --- I think someone reached out to the Jetty project in SOLR-7339. I'll

[JENKINS] Lucene-Solr-Tests-5.x-Java7 - Build # 3912 - Still Failing

2016-01-07 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-5.x-Java7/3912/ 4 tests failed. FAILED: org.apache.solr.cloud.CollectionsAPIDistributedZkTest.test Error Message: Stack Trace: java.lang.AssertionError at __randomizedtesting.SeedInfo.seed([7DCEE06F68BF3374:F59ADFB5C6435E8C]:0)

[JENKINS] Lucene-Solr-NightlyTests-5.x - Build # 1068 - Still Failing

2016-01-07 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-5.x/1068/ All tests passed Build Log: [...truncated 746 lines...] [junit4] JVM J1: stderr was not empty, see:

[jira] [Commented] (SOLR-8485) SelectStream only works with all lowercase field names and doesn't handle quoted selected fields

2016-01-07 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8485?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15088575#comment-15088575 ] ASF subversion and git services commented on SOLR-8485: --- Commit 1723648 from

[jira] [Comment Edited] (SOLR-7339) Upgrade Jetty from 9.2 to 9.3

2016-01-07 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7339?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15088674#comment-15088674 ] Mark Miller edited comment on SOLR-7339 at 1/8/16 4:17 AM: --- I put up a patch in

[JENKINS] Lucene-Solr-NightlyTests-5.x - Build # 1069 - Still Failing

2016-01-07 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-5.x/1069/ 6 tests failed. FAILED: org.apache.solr.cloud.BasicDistributedZk2Test.test Error Message: Doc Counts do not add up expected:<67> but was:<1> Stack Trace: java.lang.AssertionError: Doc Counts do not add up expected:<67> but

Re: Lucene/Solr 6.0.0 release

2016-01-07 Thread Dawid Weiss
> I think we should get the ball rolling for our next major release (6.0.0)? I'd love it to be the first git-based release. :) It'd be a nice milestone change (from infrastructural point of view). Not a blocker, of course. Dawid

[JENKINS] Lucene-Solr-trunk-Linux (64bit/jdk1.8.0_66) - Build # 15478 - Still Failing!

2016-01-07 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/15478/ Java: 64bit/jdk1.8.0_66 -XX:-UseCompressedOops -XX:+UseParallelGC 1 tests failed. FAILED: org.apache.solr.cloud.CollectionsAPIDistributedZkTest.test Error Message: Error from server at

[jira] [Commented] (SOLR-8488) Add support for leading wildcards to ComplexPhraseQParserPlugin

2016-01-07 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15088019#comment-15088019 ] Yonik Seeley commented on SOLR-8488: For a common letter such as "a", each level may be 10 times more

[jira] [Commented] (SOLR-8508) Implement DatabaseMetaDataImpl.getCatalogs()

2016-01-07 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8508?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15088024#comment-15088024 ] Kevin Risden commented on SOLR-8508: Need to figure out best way to return a java.sql.ResultSet since

[jira] [Commented] (SOLR-8511) Implement DatabaseMetaDataImpl.getURL()

2016-01-07 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15088036#comment-15088036 ] Kevin Risden commented on SOLR-8511: Requires SOLR-8503 to be merged first. > Implement

[jira] [Updated] (SOLR-8503) Implement org.apache.solr.client.solrj.io.sql.ConnectionImpl.getMetaData and getCatalog

2016-01-07 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8503?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-8503: --- Flags: Patch > Implement org.apache.solr.client.solrj.io.sql.ConnectionImpl.getMetaData and >

[jira] [Updated] (SOLR-8511) Implement DatabaseMetaDataImpl.getURL()

2016-01-07 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8511?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-8511: --- Flags: Patch > Implement DatabaseMetaDataImpl.getURL() > --- > >

[JENKINS] Lucene-Solr-trunk-Linux (32bit/jdk1.8.0_66) - Build # 15473 - Failure!

2016-01-07 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/15473/ Java: 32bit/jdk1.8.0_66 -server -XX:+UseG1GC 1 tests failed. FAILED: org.apache.solr.cloud.HttpPartitionTest.test Error Message: Didn't see all replicas for shard shard1 in c8n_1x2 come up within 3 ms! ClusterState: {

[jira] [Created] (SOLR-8512) Implement minimal set of get* methods in ResultSetImpl

2016-01-07 Thread Kevin Risden (JIRA)
Kevin Risden created SOLR-8512: -- Summary: Implement minimal set of get* methods in ResultSetImpl Key: SOLR-8512 URL: https://issues.apache.org/jira/browse/SOLR-8512 Project: Solr Issue Type:

[jira] [Created] (SOLR-8514) Implement StatementImpl.execute(String sql) and StatementImpl.getResultSet()

2016-01-07 Thread Kevin Risden (JIRA)
Kevin Risden created SOLR-8514: -- Summary: Implement StatementImpl.execute(String sql) and StatementImpl.getResultSet() Key: SOLR-8514 URL: https://issues.apache.org/jira/browse/SOLR-8514 Project: Solr

[jira] [Commented] (SOLR-8502) Improve Solr JDBC Driver to support SQL Clients like DBVisualizer

2016-01-07 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8502?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15088070#comment-15088070 ] Kevin Risden commented on SOLR-8502: Laid out an initial set of subtasks and an approximate order. Most

[jira] [Updated] (SOLR-8512) Implement minimal set of get* methods in ResultSetImpl for column indices

2016-01-07 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8512?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-8512: --- Summary: Implement minimal set of get* methods in ResultSetImpl for column indices (was: Implement

[jira] [Created] (SOLR-8517) Implement minimal set of get* methods in ResultSetImpl for column names

2016-01-07 Thread Kevin Risden (JIRA)
Kevin Risden created SOLR-8517: -- Summary: Implement minimal set of get* methods in ResultSetImpl for column names Key: SOLR-8517 URL: https://issues.apache.org/jira/browse/SOLR-8517 Project: Solr

[jira] [Updated] (SOLR-8512) Implement minimal set of get* methods in ResultSetImpl for column indices

2016-01-07 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8512?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-8512: --- Description: SQL clients use the proper get* methods on the ResultSet to return items to be

[jira] [Commented] (LUCENE-6967) Fail the build on missing Override annotation

2016-01-07 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6967?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15088080#comment-15088080 ] Paul Elschot commented on LUCENE-6967: -- This has bitten me too, so I tried the above change. I could

[jira] [Commented] (LUCENE-6967) Fail the build on missing Override annotation

2016-01-07 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6967?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15088088#comment-15088088 ] Michael McCandless commented on LUCENE-6967: +1 for a patch, thank you

[jira] [Commented] (LUCENE-6967) Fail the build on missing Override annotation

2016-01-07 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6967?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15088087#comment-15088087 ] Robert Muir commented on LUCENE-6967: - ECJ is actually a compiler, so we can't just exclude files

[jira] [Commented] (SOLR-8518) Implement ResultSetMetaDataImpl getColumnType and getColumnTypeName

2016-01-07 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8518?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15088091#comment-15088091 ] Kevin Risden commented on SOLR-8518: Requires ResultSetMetaDataImpl class from SOLR-8513 to be merged

[jira] [Created] (SOLR-8518) Implement ResultSetMetaDataImpl getColumnType and getColumnTypeName

2016-01-07 Thread Kevin Risden (JIRA)
Kevin Risden created SOLR-8518: -- Summary: Implement ResultSetMetaDataImpl getColumnType and getColumnTypeName Key: SOLR-8518 URL: https://issues.apache.org/jira/browse/SOLR-8518 Project: Solr

[jira] [Commented] (LUCENE-6967) Fail the build on missing Override annotation

2016-01-07 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6967?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15088090#comment-15088090 ] Robert Muir commented on LUCENE-6967: - Another possibility would be to make this a warning rather

[jira] [Commented] (SOLR-8484) refactor update/SolrIndexConfig.LOCK_TYPE_* into core/DirectoryFactory.LOCK_TYPE_*

2016-01-07 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8484?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15087736#comment-15087736 ] ASF subversion and git services commented on SOLR-8484: --- Commit 1723602 from

Re: [jira] [Commented] (SOLR-8184) Negative tests for JDBC Connection String

2016-01-07 Thread Susheel Kumar
I agree as well, Jason. Please go ahead to make the changes. Thanks, Susheel On Wed, Jan 6, 2016 at 11:11 PM, Jason Gerlowski (JIRA) wrote: > > [ >

[jira] [Assigned] (SOLR-8450) Our HttpClient retry policy is too permissive.

2016-01-07 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8450?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller reassigned SOLR-8450: - Assignee: Mark Miller > Our HttpClient retry policy is too permissive. >

[jira] [Closed] (SOLR-8506) Implement DatabaseMetaDataImpl.getDatabaseMajorVersion and DatabaseMetaDataImpl.getDatabaseMinorVersion()

2016-01-07 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8506?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden closed SOLR-8506. -- Resolution: Invalid > Implement DatabaseMetaDataImpl.getDatabaseMajorVersion and >

[jira] [Commented] (SOLR-8506) Implement DatabaseMetaDataImpl.getDatabaseMajorVersion and DatabaseMetaDataImpl.getDatabaseMinorVersion()

2016-01-07 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8506?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15087996#comment-15087996 ] Kevin Risden commented on SOLR-8506: rolling this into SOLR-8507. > Implement

[jira] [Created] (SOLR-8509) Determine test stragey and add tests for JDBC driver metadata.

2016-01-07 Thread Kevin Risden (JIRA)
Kevin Risden created SOLR-8509: -- Summary: Determine test stragey and add tests for JDBC driver metadata. Key: SOLR-8509 URL: https://issues.apache.org/jira/browse/SOLR-8509 Project: Solr Issue

[jira] [Created] (SOLR-8510) Implement DatabaseMetaDataImpl.getSchemas()

2016-01-07 Thread Kevin Risden (JIRA)
Kevin Risden created SOLR-8510: -- Summary: Implement DatabaseMetaDataImpl.getSchemas() Key: SOLR-8510 URL: https://issues.apache.org/jira/browse/SOLR-8510 Project: Solr Issue Type: Sub-task

[jira] [Commented] (SOLR-8510) Implement DatabaseMetaDataImpl.getSchemas()

2016-01-07 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15088038#comment-15088038 ] Kevin Risden commented on SOLR-8510: Requires SOLR-8503 to be merged first. > Implement

[jira] [Updated] (SOLR-8507) Add information about database product name, product version, driver name, and driver version.

2016-01-07 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8507?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-8507: --- Flags: Patch > Add information about database product name, product version, driver name, > and

[jira] [Created] (SOLR-8513) Implement ResultSetImpl.getMetaData()

2016-01-07 Thread Kevin Risden (JIRA)
Kevin Risden created SOLR-8513: -- Summary: Implement ResultSetImpl.getMetaData() Key: SOLR-8513 URL: https://issues.apache.org/jira/browse/SOLR-8513 Project: Solr Issue Type: Sub-task

[jira] [Created] (SOLR-8516) Implement ResultSetImpl.getStatement

2016-01-07 Thread Kevin Risden (JIRA)
Kevin Risden created SOLR-8516: -- Summary: Implement ResultSetImpl.getStatement Key: SOLR-8516 URL: https://issues.apache.org/jira/browse/SOLR-8516 Project: Solr Issue Type: Sub-task

[jira] [Created] (SOLR-8515) Implement StatementImpl.getConnection

2016-01-07 Thread Kevin Risden (JIRA)
Kevin Risden created SOLR-8515: -- Summary: Implement StatementImpl.getConnection Key: SOLR-8515 URL: https://issues.apache.org/jira/browse/SOLR-8515 Project: Solr Issue Type: Sub-task

[jira] [Updated] (LUCENE-6965) Expression's JavascriptCompiler to throw ParseExceptions with bad function names or arity

2016-01-07 Thread JIRA
[ https://issues.apache.org/jira/browse/LUCENE-6965?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tomás Fernández Löbbe updated LUCENE-6965: -- Attachment: LUCENE-6965.patch bq. why the intermediate exception? I couldn't

[jira] [Updated] (SOLR-8512) Implement minimal set of get* methods in ResultSetImpl

2016-01-07 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8512?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-8512: --- Description: SQL clients use the proper get* methods on the ResultSet to return items to be

  1   2   >