[jira] [Commented] (SOLR-7730) speed-up faceting on doc values fields

2015-12-15 Thread Steve Rowe (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7730?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15058463#comment-15058463 ] Steve Rowe commented on SOLR-7730: -- bq. attaching SOLR-7730-changes.patch move it from 5.3 to 5.4

Re: Lucene/Solr git mirror will soon turn off

2015-12-15 Thread Mike Drob
3 is typically solved by adding a .gitignore or .gitkeep file in what would be an empty directory, if the directory itself is important. On Tue, Dec 15, 2015 at 12:21 PM, Dawid Weiss wrote: > > Oh, just for completeness -- moving to git is not just about the version >

Re: Lucene/Solr git mirror will soon turn off

2015-12-15 Thread Dawid Weiss
It's not true that nobody is working on this. I have been working on the SVN dump in the meantime. You would not believe how incredibly complex the process of processing that (remote) dump is. Let me highlight a few key issues: 1) There is no "one" Lucene SVN repository that can be transferred to

[jira] [Updated] (SOLR-8393) Component for Solr resource usage planning

2015-12-15 Thread Steve Molloy (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8393?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Molloy updated SOLR-8393: --- Attachment: SOLR-8393.patch Fix disappearing collections when using collection param (should not be

Re: Lucene/Solr git mirror will soon turn off

2015-12-15 Thread Jack Krupansky
And if nobody steps up and "solves" the current technical issue will that simply accelerate the (desired) shift to using git as the main repo for future Lucene/Solr development? Would there be any downside to that outcome? Is there any formal Apache policy for new projects as to whether they can

Re: Lucene/Solr git mirror will soon turn off

2015-12-15 Thread Dawid Weiss
I know that, but I meant historical checkouts -- and if you add fake files you're altering history :) D. On Tue, Dec 15, 2015 at 7:24 PM, Mike Drob wrote: > 3 is typically solved by adding a .gitignore or .gitkeep file in what > would be an empty directory, if the directory

Re: Lucene/Solr git mirror will soon turn off

2015-12-15 Thread Doug Turnbull
I thought the general consensus at minimum was to investigate a git mirror that stripped some artifacts out (jars etc) to lighten up the work of the process. If at some point the project switched to git, such a mirror might be a suitable git repo for the project with archived older versions in

Re: Lucene/Solr git mirror will soon turn off

2015-12-15 Thread Mark Miller
Anyone willing to lead this discussion to some kind of better resolution? Did that whole back and forth help with any ideas on the best path forward? I know it's a complicated issue, git / svn, the light side, the dark side, but doesn't GitHub also depend on this mirroring? It's going to be super

[jira] [Commented] (SOLR-8388) TestSolrQueryResponse (factor out, then extend)

2015-12-15 Thread Christine Poerschke (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8388?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15058305#comment-15058305 ] Christine Poerschke commented on SOLR-8388: --- Thanks Steve. Looking into. > TestSolrQueryResponse

Re: Lucene/Solr git mirror will soon turn off

2015-12-15 Thread Mark Miller
I don't think you will get a volunteer until someone sums up the discussion with a proposal that someone is not going to veto or something. We can't expect everyone to read the same tea leaves and come to the same conclusion. Perhaps a stripped down mirror is the consensus. I'd rather we had some

[jira] [Reopened] (SOLR-8388) TestSolrQueryResponse (factor out, then extend)

2015-12-15 Thread Christine Poerschke (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8388?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christine Poerschke reopened SOLR-8388: --- > TestSolrQueryResponse (factor out, then extend) >

Re: Lucene/Solr git mirror will soon turn off

2015-12-15 Thread Yonik Seeley
If we move to git, stripping out jars seems to be an independent decision? Can you even strip out jars and preserve history (i.e. not change hashes and invalidate everyone's forks/clones)? I did run across this:

Re: Lucene/Solr git mirror will soon turn off

2015-12-15 Thread Dawid Weiss
Ok, give me some time and I'll see what I can achieve. Now that I actually wrote an SVN dump parser (validator and serializer) things are under much better control... I'll try to achieve the following: 1) selectively drop unnecessary stuff from history (cms/, javadocs/, JARs and perhaps other

[jira] [Commented] (SOLR-8388) TestSolrQueryResponse (factor out, then extend)

2015-12-15 Thread Steve Rowe (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8388?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15058262#comment-15058262 ] Steve Rowe commented on SOLR-8388: -- My Jenkins found a reproducible ReturnsFieldsTest.testToString failure

Re: Lucene/Solr git mirror will soon turn off

2015-12-15 Thread Scott Blum
Let's just move to git. It's almost 2016. I suspect many contributors are probably primarily working off the github mirror anyway. Is there any great argument for delaying? On Dec 15, 2015 11:51 AM, "Mark Miller" wrote: > I don't think you will get a volunteer until

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

2015-12-15 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/15210/ Java: 64bit/jdk-9-ea+95 -XX:+UseCompressedOops -XX:+UseG1GC -XX:-CompactStrings 1 tests failed. FAILED: org.apache.solr.cloud.HttpPartitionTest.test Error Message: Timeout occured while waiting response from server at:

[JENKINS] Lucene-Solr-5.x-Solaris (multiarch/jdk1.7.0) - Build # 259 - Failure!

2015-12-15 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Solaris/259/ Java: multiarch/jdk1.7.0 -d32 -client -XX:+UseConcMarkSweepGC 1 tests failed. FAILED: org.apache.solr.search.ReturnFieldsTest.testToString Error Message: expected:<...s=(globs=[],fields=[[score, test, id],okFieldNames=[null,

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

2015-12-15 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Linux/14913/ Java: 32bit/jdk1.7.0_80 -client -XX:+UseSerialGC 1 tests failed. FAILED: org.apache.solr.search.ReturnFieldsTest.testToString Error Message: expected:<...s=(globs=[],fields=[[score, test, id],okFieldNames=[null, score, test],

[jira] [Updated] (SOLR-8372) Canceled recovery can lead to data loss

2015-12-15 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8372?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley updated SOLR-8372: --- Attachment: SOLR-8372.patch Here's a patch that allows bufferUpdates() to be called more than once,

[jira] [Updated] (SOLR-7730) speed-up faceting on doc values fields

2015-12-15 Thread Mikhail Khludnev (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7730?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mikhail Khludnev updated SOLR-7730: --- Attachment: SOLR-7730-changes.patch attaching [^SOLR-7730-changes.patch] move it from 5.3 to

Re: Lucene/Solr git mirror will soon turn off

2015-12-15 Thread Dawid Weiss
Oh, just for completeness -- moving to git is not just about the version management, it's also: 1) all the scripts that currently do validations, etc. 2) what to do with svn:* properties 3) what to do with empty folders (not available in git). I don't volunteer to solve these :) Dawid On Tue,

[jira] [Reopened] (SOLR-7730) speed-up faceting on doc values fields

2015-12-15 Thread Mikhail Khludnev (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7730?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mikhail Khludnev reopened SOLR-7730: > speed-up faceting on doc values fields > -- > >

Re: Lucene/Solr git mirror will soon turn off

2015-12-15 Thread Mark Miller
Let's just make some JIRA issues. I'm not worried about volunteers for any of it yet, just a direction we agree upon. Once we know where we are going, we generally don't have a big volunteer problem. We haven't heard from Uwe yet, but really does seem like moving to Git makes the most sense. I'm

[jira] [Commented] (SOLR-3229) TermVectorComponent does not return terms in distributed search

2015-12-15 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3229?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15058606#comment-15058606 ] Hoss Man commented on SOLR-3229: I don't remember this issue at all, and w/o digging into it's history or

[jira] [Created] (SOLR-8420) Date statistics: sumOfSquares overflows long

2015-12-15 Thread Tom Hill (JIRA)
Tom Hill created SOLR-8420: -- Summary: Date statistics: sumOfSquares overflows long Key: SOLR-8420 URL: https://issues.apache.org/jira/browse/SOLR-8420 Project: Solr Issue Type: Bug

[jira] [Created] (SOLR-8419) TermVectorComponent distributed-search issues

2015-12-15 Thread David Smiley (JIRA)
David Smiley created SOLR-8419: -- Summary: TermVectorComponent distributed-search issues Key: SOLR-8419 URL: https://issues.apache.org/jira/browse/SOLR-8419 Project: Solr Issue Type: Improvement

[jira] [Issue Comment Deleted] (SOLR-8420) Date statistics: sumOfSquares overflows long

2015-12-15 Thread Tom Hill (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8420?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tom Hill updated SOLR-8420: --- Comment: was deleted (was: One line fix, plus tests.) > Date statistics: sumOfSquares overflows long >

Re: Lucene/Solr git mirror will soon turn off

2015-12-15 Thread Robert Muir
If Dawid is volunteering to sort out this mess, +1 to let him make it a move to git. I don't care if we disagree about JARs, I trust he will do a good job and that is more important. On Tue, Dec 15, 2015 at 12:44 PM, Dawid Weiss wrote: > > It's not true that nobody is

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

2015-12-15 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/5474/ Java: 32bit/jdk1.8.0_66 -client -XX:+UseG1GC 1 tests failed. FAILED: org.apache.solr.core.TestDynamicLoading.testDynamicLoading Error Message: Could not get expected value 'X val changed' for path 'x' full output: {

[jira] [Updated] (SOLR-8415) Provide command to switch between non/secure mode in ZK

2015-12-15 Thread Mike Drob (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8415?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Drob updated SOLR-8415: Attachment: SOLR-8415.patch Attaching a new patch that includes some tests for converting both ways between

[JENKINS] Lucene-Solr-Tests-5.x-Java7 - Build # 3838 - Failure

2015-12-15 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-5.x-Java7/3838/ 1 tests failed. FAILED: org.apache.solr.search.ReturnFieldsTest.testToString Error Message: expected:<...s=(globs=[],fields=[[score, test, id],okFieldNames=[null, score, test, id]],reqFieldNames=[id,...> but

[jira] [Commented] (SOLR-3229) TermVectorComponent does not return terms in distributed search

2015-12-15 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3229?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15058557#comment-15058557 ] David Smiley commented on SOLR-3229: [~hossman] HighlightComponent, DebugComponent, and

[jira] [Commented] (SOLR-8410) the "read" permission must include all 'read' paths

2015-12-15 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15058549#comment-15058549 ] ASF subversion and git services commented on SOLR-8410: --- Commit 1720223 from

[jira] [Commented] (LUCENE-6933) Create a (cleaned up) SVN history in git

2015-12-15 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6933?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15058575#comment-15058575 ] Dawid Weiss commented on LUCENE-6933: - Thanks Mark. I don't think I'll use automated scripts, I'll

[jira] [Commented] (LUCENE-6933) Create a (cleaned up) SVN history in git

2015-12-15 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6933?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15058546#comment-15058546 ] Mark Miller commented on LUCENE-6933: - For some reference, here is a wiki page managing Mavens

[jira] [Created] (LUCENE-6933) Create a (cleaned up) SVN history in git

2015-12-15 Thread Dawid Weiss (JIRA)
Dawid Weiss created LUCENE-6933: --- Summary: Create a (cleaned up) SVN history in git Key: LUCENE-6933 URL: https://issues.apache.org/jira/browse/LUCENE-6933 Project: Lucene - Core Issue Type:

[jira] [Commented] (SOLR-8410) the "read" permission must include all 'read' paths

2015-12-15 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15058567#comment-15058567 ] ASF subversion and git services commented on SOLR-8410: --- Commit 1720226 from

[jira] [Updated] (SOLR-8420) Date statistics: sumOfSquares overflows long

2015-12-15 Thread Tom Hill (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8420?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tom Hill updated SOLR-8420: --- Attachment: 0001-Fix-overflow-in-date-statistics.patch One line fix, plus tests. > Date statistics:

[jira] [Updated] (SOLR-8388) TestSolrQueryResponse (factor out, then extend)

2015-12-15 Thread Christine Poerschke (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8388?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christine Poerschke updated SOLR-8388: -- Attachment: SOLR-8388-part3of2.patch fix the {{ReturnFieldsTest.testToString}} test

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

2015-12-15 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/5344/ Java: 64bit/jdk1.7.0_80 -XX:-UseCompressedOops -XX:+UseG1GC 1 tests failed. FAILED: org.apache.solr.search.ReturnFieldsTest.testToString Error Message: expected:<...s=(globs=[],fields=[[score, test, id],okFieldNames=[null,

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

2015-12-15 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Linux/14909/ Java: 64bit/jdk1.8.0_66 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC 3 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.cloud.CollectionsAPIDistributedZkTest Error Message: 5 threads leaked from SUITE scope at

[jira] [Resolved] (SOLR-8414) AbstractDistribZkTestBase.verifyReplicaStatus can throw NullPointerException

2015-12-15 Thread Christine Poerschke (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8414?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christine Poerschke resolved SOLR-8414. --- Resolution: Fixed Fix Version/s: Trunk 5.5 >

[jira] [Commented] (SOLR-8131) Make ManagedIndexSchemaFactory as the default in Solr

2015-12-15 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8131?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15057547#comment-15057547 ] ASF subversion and git services commented on SOLR-8131: --- Commit 1720083 from

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

2015-12-15 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/15207/ Java: 64bit/jdk-9-ea+95 -XX:-UseCompressedOops -XX:+UseParallelGC -XX:-CompactStrings 3 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.cloud.CollectionsAPIDistributedZkTest Error Message: 5 threads leaked

Re: [RESULT] [VOTE] Release Lucene/Solr 5.4.0-RC1

2015-12-15 Thread Upayavira
Ahh, that's a Lucene one. I left the Solr one alone at 5.3.1, as it stated "this tutorial was prepared with 5.3.1" which seemed consistent within itself. Still need someone to look at the back compat issue in trunk. Upayavira On Tue, Dec 15, 2015, at 08:26 AM, Anshum Gupta wrote: > Hi

Re: [RESULT] [VOTE] Release Lucene/Solr 5.4.0-RC1

2015-12-15 Thread Anshum Gupta
Hi Upayavira, Guess you missed updating the following page to http://lucene.apache.org/core/quickstart.html. I'll fix it. On Fri, Dec 11, 2015 at 9:33 AM, Anshum Gupta wrote: > Thank you Upayavira! > > This is been among the smoothest releases in a long time. > > On

[JENKINS-EA] Lucene-Solr-5.x-Linux (64bit/jdk-9-ea+95) - Build # 14910 - Still Failing!

2015-12-15 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Linux/14910/ 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 scope

[jira] [Resolved] (SOLR-8131) Make ManagedIndexSchemaFactory as the default in Solr

2015-12-15 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8131?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar resolved SOLR-8131. - Resolution: Fixed > Make ManagedIndexSchemaFactory as the default in Solr >

[jira] [Updated] (SOLR-8388) TestSolrQueryResponse (factor out, then extend)

2015-12-15 Thread Christine Poerschke (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8388?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christine Poerschke updated SOLR-8388: -- Attachment: SOLR-8388-part2of2.patch additions: * TestSolrQueryResponse.testName *

[jira] [Updated] (SOLR-8208) DocTransformer executes sub-queries

2015-12-15 Thread Cao Manh Dat (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8208?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cao Manh Dat updated SOLR-8208: --- Attachment: SOLR-8208.patch Initial patch, I change the API a little bit to make it easier to parse.

Re: trunk backwards-compatibility update problem

2015-12-15 Thread Adrien Grand
Lucene54Codec was not defined in lucene/backward-codecs/src/resources/META-INF/services/org.apache.lucene.codecs.Codec on trunk. This should work now. Le lun. 14 déc. 2015 à 20:55, Upayavira a écrit : > Running "python3 -u dev-tools/scripts/addBackcompatIndexes.py 5.4.0" on >

[jira] [Commented] (SOLR-8208) DocTransformer executes sub-queries

2015-12-15 Thread Upayavira (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8208?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15057857#comment-15057857 ] Upayavira commented on SOLR-8208: - This is useful stuff. Much needed. I assume this would work as well on

[jira] [Comment Edited] (SOLR-8208) DocTransformer executes sub-queries

2015-12-15 Thread Cao Manh Dat (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8208?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15057812#comment-15057812 ] Cao Manh Dat edited comment on SOLR-8208 at 12/15/15 10:33 AM: --- Initial

[jira] [Commented] (LUCENE-6930) Decouple GeoPointField from NumericType

2015-12-15 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6930?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15057865#comment-15057865 ] Michael McCandless commented on LUCENE-6930: +1, {{LegacyNumericType}} is now deprecated in

[jira] [Created] (LUCENE-6931) Cutover BBoxStrategy to dimensional values

2015-12-15 Thread Michael McCandless (JIRA)
Michael McCandless created LUCENE-6931: -- Summary: Cutover BBoxStrategy to dimensional values Key: LUCENE-6931 URL: https://issues.apache.org/jira/browse/LUCENE-6931 Project: Lucene - Core

[jira] [Comment Edited] (SOLR-8208) DocTransformer executes sub-queries

2015-12-15 Thread Cao Manh Dat (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8208?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15057812#comment-15057812 ] Cao Manh Dat edited comment on SOLR-8208 at 12/15/15 10:34 AM: --- Initial

[jira] [Commented] (SOLR-8409) Complex q param in Streaming Expression results in a bad query

2015-12-15 Thread Dennis Gove (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8409?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15057921#comment-15057921 ] Dennis Gove commented on SOLR-8409: --- Interestingly, if I leave the q param out entirely I don't see any

[jira] [Resolved] (SOLR-7730) speed-up faceting on doc values fields

2015-12-15 Thread Mikhail Khludnev (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7730?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mikhail Khludnev resolved SOLR-7730. Resolution: Fixed > speed-up faceting on doc values fields >

[JENKINS] Lucene-Solr-trunk-MacOSX (64bit/jdk1.8.0) - Build # 2944 - Failure!

2015-12-15 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/2944/ Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseG1GC 1 tests failed. FAILED: org.apache.solr.handler.PingRequestHandlerTest.testPingInClusterWithNoHealthCheck Error Message: No live SolrServers available to handle this

[jira] [Commented] (SOLR-7730) speed-up faceting on doc values fields

2015-12-15 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7730?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15058739#comment-15058739 ] ASF subversion and git services commented on SOLR-7730: --- Commit 1720239 from

[jira] [Commented] (LUCENE-6926) Take matchCost into account for MUST_NOT clauses

2015-12-15 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6926?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15058762#comment-15058762 ] Paul Elschot commented on LUCENE-6926: -- I tried implementing this NOT wrapper, but it is not

[jira] [Updated] (SOLR-8395) query-time join (with scoring) for numeric fields

2015-12-15 Thread Mikhail Khludnev (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8395?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mikhail Khludnev updated SOLR-8395: --- Attachment: SOLR-8395.patch It's nearly shocked me. The first path with multivalue fields

[jira] [Commented] (SOLR-8388) TestSolrQueryResponse (factor out, then extend)

2015-12-15 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8388?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15058828#comment-15058828 ] ASF subversion and git services commented on SOLR-8388: --- Commit 1720253 from

[jira] [Commented] (SOLR-8388) TestSolrQueryResponse (factor out, then extend)

2015-12-15 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8388?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15058884#comment-15058884 ] ASF subversion and git services commented on SOLR-8388: --- Commit 1720257 from

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

2015-12-15 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Linux/14915/ Java: 64bit/jdk1.7.0_80 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC 1 tests failed. FAILED: org.apache.solr.search.ReturnFieldsTest.testToString Error Message: expected:<...s=[],fields=[score, [test, id],okFieldNames=[null,

[jira] [Comment Edited] (SOLR-8374) Issue with _text_ field in schema file

2015-12-15 Thread Romit Singhai (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15058928#comment-15058928 ] Romit Singhai edited comment on SOLR-8374 at 12/15/15 10:07 PM: Hi Varun,

[jira] [Commented] (SOLR-8374) Issue with _text_ field in schema file

2015-12-15 Thread Romit Singhai (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15058928#comment-15058928 ] Romit Singhai commented on SOLR-8374: - Hi Varun, This information will be useful for people using Solr

[jira] [Commented] (SOLR-8415) Provide command to switch between non/secure mode in ZK

2015-12-15 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8415?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15058733#comment-15058733 ] Mark Miller commented on SOLR-8415: --- bq. Docs should go on the wiki somewhere. I'd start looking around

[jira] [Updated] (SOLR-8395) query-time join (with scoring) for numeric fields

2015-12-15 Thread Mikhail Khludnev (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8395?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mikhail Khludnev updated SOLR-8395: --- Summary: query-time join (with scoring) for numeric fields (was: query-time join for numeric

[jira] [Commented] (SOLR-8372) Canceled recovery can lead to data loss

2015-12-15 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8372?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15058808#comment-15058808 ] ASF subversion and git services commented on SOLR-8372: --- Commit 1720250 from

[jira] [Resolved] (SOLR-8372) Canceled recovery can lead to data loss

2015-12-15 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8372?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley resolved SOLR-8372. Resolution: Fixed Fix Version/s: Trunk 5.5 > Canceled recovery can lead to

[jira] [Commented] (SOLR-7730) speed-up faceting on doc values fields

2015-12-15 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7730?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15058798#comment-15058798 ] ASF subversion and git services commented on SOLR-7730: --- Commit 1720248 from

[jira] [Commented] (SOLR-8372) Canceled recovery can lead to data loss

2015-12-15 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8372?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15058814#comment-15058814 ] ASF subversion and git services commented on SOLR-8372: --- Commit 1720251 from

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

2015-12-15 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-trunk-Java8/700/ 3 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.core.TestLazyCores Error Message: ERROR: SolrIndexSearcher opens=51 closes=50 Stack Trace: java.lang.AssertionError: ERROR: SolrIndexSearcher opens=51

[jira] [Commented] (SOLR-7996) Evaluate moving SolrIndexSearcher creation logic to a factory

2015-12-15 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-7996?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15059047#comment-15059047 ] Tomás Fernández Löbbe commented on SOLR-7996: - [~jej2003] (in reply to [this

[jira] [Commented] (SOLR-8421) improve error message when zkHost with multiple hosts and redundent chroot specified

2015-12-15 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8421?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15059132#comment-15059132 ] Hoss Man commented on SOLR-8421: At a minimum, after parsing the zkhosts but before any zk connections are

[jira] [Commented] (SOLR-8421) improve error message when zkHost with multiple hosts and redundent chroot specified

2015-12-15 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-8421?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15059131#comment-15059131 ] Tomás Fernández Löbbe commented on SOLR-8421: - I thought about it. I believe the bad error is

[JENKINS] Lucene-Solr-5.x-MacOSX (64bit/jdk1.7.0) - Build # 2889 - Failure!

2015-12-15 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-MacOSX/2889/ Java: 64bit/jdk1.7.0 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC 2 tests failed. FAILED: org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.test Error Message: Captured an uncaught exception in thread: Thread[id=9021,

[jira] [Closed] (SOLR-8421) zkHost with chroot and multiple hosts not working

2015-12-15 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-8421?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tomás Fernández Löbbe closed SOLR-8421. --- Resolution: Not A Problem chroot needs to be added only once after the list of hosts,

[jira] [Updated] (SOLR-8421) improve error message when zkHost with multiple hosts and redundent chroot specified

2015-12-15 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8421?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man updated SOLR-8421: --- Description: If a user mistakenly tries to specify the chroot on every zk host:port in the zkhosts string,

[jira] [Commented] (SOLR-8421) improve error message when zkHost with multiple hosts and redundent chroot specified

2015-12-15 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8421?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15059140#comment-15059140 ] Hoss Man commented on SOLR-8421: tomas: sure, and maybe (in a weird situation) that's a totally valid and

[jira] [Created] (SOLR-8422) Basic Authentication plugin is not working correctly in solrcloud

2015-12-15 Thread Nirmala Venkatraman (JIRA)
Nirmala Venkatraman created SOLR-8422: - Summary: Basic Authentication plugin is not working correctly in solrcloud Key: SOLR-8422 URL: https://issues.apache.org/jira/browse/SOLR-8422 Project:

Re: JSON "fields" vs defaults

2015-12-15 Thread Jack Krupansky
Yonik? The doc is weak in this area. In fact, I see a comment on it from Cassandra directed to you to verify the JSON to parameter mapping. It would be nice to have a clear statement of the semantics for JSON "fields" parameter and how it may or may not interact with the Solr fl parameter. --

[jira] [Updated] (SOLR-8190) Implement Closeable on TupleStream

2015-12-15 Thread Jason Gerlowski (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8190?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Gerlowski updated SOLR-8190: -- Attachment: SOLR-8190.patch Would be nice to get this rolling again. To keep it up to date,

[jira] [Commented] (SOLR-8191) CloudSolrStream close method NullPointerException

2015-12-15 Thread Jason Gerlowski (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15059213#comment-15059213 ] Jason Gerlowski commented on SOLR-8191: --- The current patch still applies cleanly. Fixing this NPE

[jira] [Created] (SOLR-8421) zkHost with chroot and multiple hosts not working

2015-12-15 Thread Dmitry Myaskovskiy (JIRA)
Dmitry Myaskovskiy created SOLR-8421: Summary: zkHost with chroot and multiple hosts not working Key: SOLR-8421 URL: https://issues.apache.org/jira/browse/SOLR-8421 Project: Solr Issue

[jira] [Reopened] (SOLR-8421) zkHost with chroot and multiple hosts not working

2015-12-15 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8421?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man reopened SOLR-8421: why don't we re-purpose this issue to try and make the error/logging more clear about what's happening in these

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

2015-12-15 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/15215/ Java: 32bit/jdk1.8.0_66 -client -XX:+UseParallelGC 1 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.cloud.TestMiniSolrCloudClusterSSL Error Message: Suite timeout exceeded (>= 720 msec). Stack Trace:

[jira] [Updated] (SOLR-8419) TermVectorComponent distributed-search issues

2015-12-15 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8419?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley updated SOLR-8419: --- Issue Type: Bug (was: Improvement) > TermVectorComponent distributed-search issues >

[jira] [Updated] (SOLR-8419) TermVectorComponent distributed-search issues

2015-12-15 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8419?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley updated SOLR-8419: --- Attachment: SOLR_8419.patch The attach patch: * Fixes the invalid/confusing response when there's a

[JENKINS] Lucene-Solr-SmokeRelease-5.x - Build # 408 - Failure

2015-12-15 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-SmokeRelease-5.x/408/ No tests ran. Build Log: [...truncated 53104 lines...] prepare-release-no-sign: [mkdir] Created dir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-SmokeRelease-5.x/lucene/build/smokeTestRelease/dist [copy] Copying

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

2015-12-15 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Solaris/261/ Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseSerialGC 4 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.core.TestCoreDiscovery Error Message: ERROR: SolrIndexSearcher opens=27 closes=26 Stack Trace:

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

2015-12-15 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Solaris/260/ Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC 1 tests failed. FAILED: org.apache.solr.cloud.OverseerTest.testExternalClusterStateChangeBehavior Error Message: Illegal state, was: down expected:active

[jira] [Commented] (SOLR-8409) Complex q param in Streaming Expression results in a bad query

2015-12-15 Thread Dennis Gove (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8409?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15057983#comment-15057983 ] Dennis Gove commented on SOLR-8409: --- I take that back. The file schema-streaming.xml contains the default

[jira] [Commented] (SOLR-8388) TestSolrQueryResponse (factor out, then extend)

2015-12-15 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8388?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15058073#comment-15058073 ] ASF subversion and git services commented on SOLR-8388: --- Commit 1720160 from

[jira] [Comment Edited] (LUCENE-6908) TestGeoUtils.testGeoRelations is buggy with irregular rectangles

2015-12-15 Thread Steve Rowe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6908?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15058081#comment-15058081 ] Steve Rowe edited comment on LUCENE-6908 at 12/15/15 2:00 PM: -- My Jenkins

[jira] [Commented] (LUCENE-6908) TestGeoUtils.testGeoRelations is buggy with irregular rectangles

2015-12-15 Thread Steve Rowe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6908?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15058086#comment-15058086 ] Steve Rowe commented on LUCENE-6908: See also Policeman Jenkins failures at

[jira] [Commented] (LUCENE-6908) TestGeoUtils.testGeoRelations is buggy with irregular rectangles

2015-12-15 Thread Steve Rowe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6908?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15058081#comment-15058081 ] Steve Rowe commented on LUCENE-6908: My > TestGeoUtils.testGeoRelations is buggy with irregular

[jira] [Commented] (SOLR-7730) speed-up faceting on doc values fields

2015-12-15 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7730?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15058747#comment-15058747 ] ASF subversion and git services commented on SOLR-7730: --- Commit 1720241 from

SortingLeafReader and IndexWriter.addIndexes

2015-12-15 Thread John Wang
Hi folks: I am interested in using the SortingLeafReader to sort my index. According to examples, calling IndexWriter.addIndexes on the wrapper SortingLeafReader would do the trick. In the recent releases, IndexWriter.addIndexes api is now only taking a CodecReader. Is there another way to do

  1   2   >