[JENKINS] Lucene-Solr-4.x-Windows (64bit/jdk1.7.0_65) - Build # 4155 - Still Failing!

2014-08-13 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Windows/4155/ Java: 64bit/jdk1.7.0_65 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC 1 tests failed. REGRESSION: org.apache.solr.cloud.OverseerTest.testOverseerFailure Error Message: Could not register as the leader because creating the

[jira] [Commented] (LUCENE-5864) Split BytesRef into BytesRef and BytesRefBuilder

2014-08-13 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5864?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14095565#comment-14095565 ] Yonik Seeley commented on LUCENE-5864: -- BytesRefBuilder can be added for 4x, but

[jira] [Commented] (SOLR-6331) possible memory optimization for distributed pivot faceting

2014-08-13 Thread Brett Lucey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6331?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14095575#comment-14095575 ] Brett Lucey commented on SOLR-6331: --- I think that should be feasible. Previously, we

Re: Am I just completely missing the boat or is suggester weightField totally undocumented?

2014-08-13 Thread Erick Erickson
Varun: Thanks! I don't so much care about making the field optional as having the docs in place, that's more important IMO. I'll leave whether it should be optional to people who, you know, understand the implications... One request... In the documentation, a quick note on how to _use_ that

[jira] [Updated] (LUCENE-5833) Suggestor Version 2 doesn't support multiValued fields

2014-08-13 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5833?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Varun Thacker updated LUCENE-5833: -- Attachment: LUCENE-5833.patch - Updated it with trunk - Added a better test for multiValued

[jira] [Commented] (SOLR-6368) Admin UI should include a query parser playground

2014-08-13 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6368?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14095626#comment-14095626 ] Erick Erickson commented on SOLR-6368: -- Don't we already have the query page in the

[jira] [Commented] (SOLR-2894) Implement distributed pivot faceting

2014-08-13 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14095674#comment-14095674 ] Hoss Man commented on SOLR-2894: Whew ... ok, that diff looks much better. I'm still

[jira] [Commented] (SOLR-6331) possible memory optimization for distributed pivot faceting

2014-08-13 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6331?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14095677#comment-14095677 ] Hoss Man commented on SOLR-6331: bq. I assume you agree since you separated this out into

[jira] [Commented] (LUCENE-5871) Simplify or remove use of Version in IndexWriterConfig

2014-08-13 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5871?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14095687#comment-14095687 ] Michael McCandless commented on LUCENE-5871: I'd like to backport the

[jira] [Commented] (SOLR-6062) Phrase queries are created for each field supplied through edismax's pf, pf2 and pf3 parameters (rather them being combined in a single dismax query)

2014-08-13 Thread Michael Dodsworth (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6062?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14095691#comment-14095691 ] Michael Dodsworth commented on SOLR-6062: - Fantastic. Thank you, [~ehatcher].

[jira] [Commented] (SOLR-2894) Implement distributed pivot faceting

2014-08-13 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14095689#comment-14095689 ] Erick Erickson commented on SOLR-2894: -- bq: My current thinking is that we should move

[jira] [Resolved] (SOLR-6369) duplicate json key echoParams should be removed in ping-response

2014-08-13 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6369?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man resolved SOLR-6369. Resolution: Not a Problem bq. However there are some json-parse implementations out there that want to map

[jira] [Commented] (SOLR-6368) Admin UI should include a query parser playground

2014-08-13 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6368?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14095722#comment-14095722 ] Hoss Man commented on SOLR-6368: FYI: i spent a bunch of time trying to figure out a good

[jira] [Commented] (SOLR-6369) duplicate json key echoParams should be removed in ping-response

2014-08-13 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14095732#comment-14095732 ] Yonik Seeley commented on SOLR-6369: It does bring up an question of why the key was

Does TokenFilterFactory not pick up new Factories automatically?

2014-08-13 Thread Edwards, Joshua
Hi - I'm trying to create a new Filter. When doing this, I've written the basics of the Filter, Factory, and unit test, and everything seems to be working. For good measure, I wanted to run the full suite of unit tests. When I do this, TestAllAnalyzersHaveFactories fails, because it can't

[jira] [Commented] (SOLR-6369) duplicate json key echoParams should be removed in ping-response

2014-08-13 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14095759#comment-14095759 ] Hoss Man commented on SOLR-6369: bq. Actually, I can't duplicate the double echoParams with

RE: Does TokenFilterFactory not pick up new Factories automatically?

2014-08-13 Thread Uwe Schindler
You have to list your factory in the META-INF/services/ folder in the corresponding file named by the base class (there is one for filters, tokenizers, and charfilters). Lucene reads *all* the services file in classpath to find the implementation classes. If you publish your own JAR, you have

RE: Does TokenFilterFactory not pick up new Factories automatically?

2014-08-13 Thread Edwards, Joshua
Ah. That explains it! Thanks! Josh From: Uwe Schindler [mailto:u...@thetaphi.de] Sent: Wednesday, August 13, 2014 1:31 PM To: dev@lucene.apache.org Subject: RE: Does TokenFilterFactory not pick up new Factories automatically? You have to list your factory in the META-INF/services/ folder in

[jira] [Commented] (SOLR-2894) Implement distributed pivot faceting

2014-08-13 Thread Andrew Muldowney (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14095786#comment-14095786 ] Andrew Muldowney commented on SOLR-2894: The Old but I was using was from 6/18. So

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

2014-08-13 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/1768/ Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseSerialGC 1 tests failed. FAILED: org.apache.solr.schema.TestCloudSchemaless.testDistribSearch Error Message: Timeout occured while waiting response from server at:

[jira] [Comment Edited] (SOLR-2894) Implement distributed pivot faceting

2014-08-13 Thread Andrew Muldowney (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14095786#comment-14095786 ] Andrew Muldowney edited comment on SOLR-2894 at 8/13/14 6:06 PM:

[jira] [Updated] (SOLR-2894) Implement distributed pivot faceting

2014-08-13 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2894?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man updated SOLR-2894: --- Attachment: SOLR-2894.patch Patch updated to trunk to deal with some minor compilation failures introduced

[jira] [Commented] (SOLR-2894) Implement distributed pivot faceting

2014-08-13 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14095868#comment-14095868 ] ASF subversion and git services commented on SOLR-2894: --- Commit

[jira] [Updated] (SOLR-5244) Exporting Full Sorted Result Sets

2014-08-13 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-5244: - Attachment: SOLR-5244.patch Added the /export request handler. I'll update the ticket description

[jira] [Updated] (SOLR-5244) Exporting Full Sorted Result Sets

2014-08-13 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-5244: - Description: This ticket allows Solr to export full sorted result sets. A new export request

[jira] [Commented] (SOLR-6369) duplicate json key echoParams should be removed in ping-response

2014-08-13 Thread Marc Portier (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14095910#comment-14095910 ] Marc Portier commented on SOLR-6369: Thx for the clarification. duplicate json key

[jira] [Commented] (SOLR-6364) _version_ value too big for javascript clients causing reported _version_ never matching internal _version_ == suggested resolution: json should communicate _version_ a

2014-08-13 Thread Marc Portier (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14095920#comment-14095920 ] Marc Portier commented on SOLR-6364: As a reference to others experiencing this. Here

[jira] [Comment Edited] (SOLR-6364) _version_ value too big for javascript clients causing reported _version_ never matching internal _version_ == suggested resolution: json should communicate _versi

2014-08-13 Thread Marc Portier (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14095920#comment-14095920 ] Marc Portier edited comment on SOLR-6364 at 8/13/14 6:50 PM: -

[jira] [Updated] (LUCENE-5882) add 4.10 docvaluesformat

2014-08-13 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5882?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-5882: Attachment: LUCENE-5882.patch Just adds missing comments/docs. I still want to add more tests

[jira] [Resolved] (SOLR-6291) RollingRestartTest is too slow.

2014-08-13 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6291?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller resolved SOLR-6291. --- Resolution: Fixed Fix Version/s: 4.10 5.0 Assignee: Mark Miller

[jira] [Commented] (SOLR-5244) Exporting Full Sorted Result Sets

2014-08-13 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14095946#comment-14095946 ] Erik Hatcher commented on SOLR-5244: [~joel.bernstein] could/should we go even further

[jira] [Created] (SOLR-6371) Correct the insane rows=10 for the example search results clustering handler

2014-08-13 Thread Dawid Weiss (JIRA)
Dawid Weiss created SOLR-6371: - Summary: Correct the insane rows=10 for the example search results clustering handler Key: SOLR-6371 URL: https://issues.apache.org/jira/browse/SOLR-6371 Project: Solr

[jira] [Commented] (SOLR-6236) Need an optional fallback mechanism for selecting a leader when all replicas are in leader-initiated recovery.

2014-08-13 Thread Timothy Potter (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14096040#comment-14096040 ] Timothy Potter commented on SOLR-6236: -- I wasn't able to get a test working that

[JENKINS] Lucene-Solr-trunk-Linux (64bit/jdk1.7.0_65) - Build # 11017 - Failure!

2014-08-13 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/11017/ Java: 64bit/jdk1.7.0_65 -XX:+UseCompressedOops -XX:+UseG1GC 3 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.rest.TestManagedResourceStorage Error Message: SolrCore.getOpenCount()==2 Stack Trace:

[JENKINS] Lucene-Solr-4.x-MacOSX (64bit/jdk1.8.0) - Build # 1732 - Still Failing!

2014-08-13 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-MacOSX/1732/ Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseSerialGC 1 tests failed. FAILED: org.apache.solr.schema.TestCloudSchemaless.testDistribSearch Error Message: Timeout occured while waiting response from server at:

[jira] [Commented] (SOLR-5244) Exporting Full Sorted Result Sets

2014-08-13 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14096078#comment-14096078 ] Joel Bernstein commented on SOLR-5244: -- Yes I think we should do what you suggest. I

[jira] [Commented] (LUCENE-5882) add 4.10 docvaluesformat

2014-08-13 Thread Ryan Ernst (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5882?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14096090#comment-14096090 ] Ryan Ernst commented on LUCENE-5882: +1, this looks good. add 4.10 docvaluesformat

[jira] [Commented] (LUCENE-5882) add 4.10 docvaluesformat

2014-08-13 Thread Ryan Ernst (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5882?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14096094#comment-14096094 ] Ryan Ernst commented on LUCENE-5882: Oh, I did have one minor comment. In the else

[jira] [Comment Edited] (SOLR-5244) Exporting Full Sorted Result Sets

2014-08-13 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14096099#comment-14096099 ] Joel Bernstein edited comment on SOLR-5244 at 8/13/14 8:51 PM:

[jira] [Commented] (SOLR-5244) Exporting Full Sorted Result Sets

2014-08-13 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14096099#comment-14096099 ] Joel Bernstein commented on SOLR-5244: -- We also need a graceful way to not have the

[jira] [Resolved] (LUCENE-5872) IndexUpgrader can leak an IndexWriter

2014-08-13 Thread Ryan Ernst (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5872?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan Ernst resolved LUCENE-5872. Resolution: Not a Problem This is actually not an issue on trunk, as there was cleanup recently

[jira] [Created] (LUCENE-5884) Speed up FST.ramBytesUsed

2014-08-13 Thread Michael McCandless (JIRA)
Michael McCandless created LUCENE-5884: -- Summary: Speed up FST.ramBytesUsed Key: LUCENE-5884 URL: https://issues.apache.org/jira/browse/LUCENE-5884 Project: Lucene - Core Issue Type:

[jira] [Updated] (SOLR-5244) Exporting Full Sorted Result Sets

2014-08-13 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-5244: - Attachment: SOLR-5244.patch Made the /export init poperties invariants and added distrib=false to

[jira] [Created] (SOLR-6372) HdfsDirectoryFactory should use supplied Configuration for communicating with secure kerberos

2014-08-13 Thread Gregory Chanan (JIRA)
Gregory Chanan created SOLR-6372: Summary: HdfsDirectoryFactory should use supplied Configuration for communicating with secure kerberos Key: SOLR-6372 URL: https://issues.apache.org/jira/browse/SOLR-6372

[jira] [Updated] (SOLR-6372) HdfsDirectoryFactory should use supplied Configuration for communicating with secure kerberos

2014-08-13 Thread Gregory Chanan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6372?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gregory Chanan updated SOLR-6372: - Attachment: SOLR-6372.patch Here's a patch that uses the supplied Configuration. Unfortunately,

[jira] [Created] (SOLR-6373) Unit tests for secure (kerberos-based) HDFS

2014-08-13 Thread Gregory Chanan (JIRA)
Gregory Chanan created SOLR-6373: Summary: Unit tests for secure (kerberos-based) HDFS Key: SOLR-6373 URL: https://issues.apache.org/jira/browse/SOLR-6373 Project: Solr Issue Type: Test

[jira] [Commented] (SOLR-6372) HdfsDirectoryFactory should use supplied Configuration for communicating with secure kerberos

2014-08-13 Thread Gregory Chanan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6372?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14096199#comment-14096199 ] Gregory Chanan commented on SOLR-6372: -- File SOLR-6373 for adding unit tests.

[jira] [Comment Edited] (SOLR-6372) HdfsDirectoryFactory should use supplied Configuration for communicating with secure kerberos

2014-08-13 Thread Gregory Chanan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6372?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14096199#comment-14096199 ] Gregory Chanan edited comment on SOLR-6372 at 8/13/14 10:02 PM:

Re: Who should close MergePolicy

2014-08-13 Thread Michael McCandless
+1 to just remove Closeable from MP! Mike McCandless http://blog.mikemccandless.com On Wed, Aug 13, 2014 at 9:00 AM, Shai Erera ser...@gmail.com wrote: Hi While working on LUCENE-5883, I noticed that IndexWriter calls mergePolicy.close(). But since LUCENE-5711, where we no longer wire an

[jira] [Commented] (LUCENE-5883) Move MergePolicy to LiveIndexWriterConfig

2014-08-13 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5883?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14096205#comment-14096205 ] Michael McCandless commented on LUCENE-5883: +1 Maybe note in the javadocs

[JENKINS] Lucene-Solr-Tests-trunk-Java7 - Build # 4801 - Failure

2014-08-13 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-trunk-Java7/4801/ 2 tests failed. REGRESSION: org.apache.solr.MinimalSchemaTest.testAllConfiguredHandlers Error Message: Could not initialize class java.lang.UNIXProcess Stack Trace: java.lang.NoClassDefFoundError: Could not initialize

[jira] [Created] (SOLR-6374) TestIntervalFaceting's testIntFieldsMultipleSegments and testMultipleSegments fail for some seeds

2014-08-13 Thread JIRA
Tomás Fernández Löbbe created SOLR-6374: --- Summary: TestIntervalFaceting's testIntFieldsMultipleSegments and testMultipleSegments fail for some seeds Key: SOLR-6374 URL:

[jira] [Updated] (SOLR-6374) TestIntervalFaceting's testIntFieldsMultipleSegments and testMultipleSegments fail for some seeds

2014-08-13 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-6374?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tomás Fernández Löbbe updated SOLR-6374: Attachment: log-output.txt TestIntervalFaceting's testIntFieldsMultipleSegments

[jira] [Updated] (SOLR-6372) HdfsDirectoryFactory should use supplied Configuration for communicating with secure kerberos

2014-08-13 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6372?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated SOLR-6372: -- Fix Version/s: 4.10 5.0 Assignee: Mark Miller HdfsDirectoryFactory should

[jira] [Commented] (SOLR-6372) HdfsDirectoryFactory should use supplied Configuration for communicating with secure kerberos

2014-08-13 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6372?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14096265#comment-14096265 ] ASF subversion and git services commented on SOLR-6372: --- Commit

[jira] [Updated] (LUCENE-5884) Speed up FST.ramBytesUsed

2014-08-13 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5884?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-5884: --- Attachment: LUCENE-5884.patch Simple patch: I just made Outputs.ramBytesUsed

[jira] [Updated] (SOLR-2894) Implement distributed pivot faceting

2014-08-13 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2894?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated SOLR-2894: -- Attachment: pivotfail.log I just hit a fail. I've attatched the log. Implement distributed pivot

[jira] [Commented] (SOLR-6372) HdfsDirectoryFactory should use supplied Configuration for communicating with secure kerberos

2014-08-13 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6372?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14096273#comment-14096273 ] ASF subversion and git services commented on SOLR-6372: --- Commit

[jira] [Resolved] (SOLR-6372) HdfsDirectoryFactory should use supplied Configuration for communicating with secure kerberos

2014-08-13 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6372?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller resolved SOLR-6372. --- Resolution: Fixed Thanks Greg! HdfsDirectoryFactory should use supplied Configuration for

[jira] [Commented] (SOLR-2894) Implement distributed pivot faceting

2014-08-13 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14096285#comment-14096285 ] Hoss Man commented on SOLR-2894: Spooky ... that seed doesn't reproduce for me - even

[jira] [Updated] (SOLR-6374) TestIntervalFaceting's testIntFieldsMultipleSegments and testMultipleSegments fail for some seeds

2014-08-13 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-6374?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tomás Fernández Löbbe updated SOLR-6374: Attachment: SOLR-6374.patch I'm currently running the test with this changes, no

[JENKINS] Lucene-Solr-SmokeRelease-4.x - Build # 183 - Still Failing

2014-08-13 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-SmokeRelease-4.x/183/ No tests ran. Build Log: [...truncated 51590 lines...] prepare-release-no-sign: [mkdir] Created dir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-SmokeRelease-4.x/lucene/build/fakeRelease [copy] Copying 431

[JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.8.0_20-ea-b23) - Build # 4247 - Failure!

2014-08-13 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/4247/ Java: 32bit/jdk1.8.0_20-ea-b23 -client -XX:+UseSerialGC 1 tests failed. REGRESSION: org.apache.solr.schema.TestCloudSchemaless.testDistribSearch Error Message: Timeout occured while waiting response from server at:

[jira] [Comment Edited] (SOLR-2894) Implement distributed pivot faceting

2014-08-13 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14096285#comment-14096285 ] Hoss Man edited comment on SOLR-2894 at 8/13/14 11:26 PM: -- Spooky

[jira] [Updated] (LUCENE-4396) BooleanScorer should sometimes be used for MUST clauses

2014-08-13 Thread Da Huang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Da Huang updated LUCENE-4396: - Attachment: LUCENE-4396.patch This is a patch based on git mirror commit

[jira] [Updated] (LUCENE-5884) Speed up FST.ramBytesUsed

2014-08-13 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5884?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-5884: --- Attachment: LUCENE-5884.patch Another iteration, fixing two other Outputs impls I

[jira] [Updated] (SOLR-6374) TestIntervalFaceting's testIntFieldsMultipleSegments and testMultipleSegments fail for some seeds

2014-08-13 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-6374?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tomás Fernández Löbbe updated SOLR-6374: Attachment: SOLR-6374.patch Added comments. I'll commit this

[jira] [Commented] (SOLR-2894) Implement distributed pivot faceting

2014-08-13 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14096322#comment-14096322 ] Hoss Man commented on SOLR-2894: bq. If those numbers were reversed, i might guess maybe

[jira] [Commented] (SOLR-6374) TestIntervalFaceting's testIntFieldsMultipleSegments and testMultipleSegments fail for some seeds

2014-08-13 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14096343#comment-14096343 ] ASF subversion and git services commented on SOLR-6374: --- Commit

[jira] [Created] (SOLR-6375) facet_ranges count for before,after,between differ if #shards1

2014-08-13 Thread Vamsee Yarlagadda (JIRA)
Vamsee Yarlagadda created SOLR-6375: --- Summary: facet_ranges count for before,after,between differ if #shards1 Key: SOLR-6375 URL: https://issues.apache.org/jira/browse/SOLR-6375 Project: Solr

[jira] [Commented] (SOLR-6374) TestIntervalFaceting's testIntFieldsMultipleSegments and testMultipleSegments fail for some seeds

2014-08-13 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14096448#comment-14096448 ] ASF subversion and git services commented on SOLR-6374: --- Commit

Proposed ResponseWriter

2014-08-13 Thread Ashton Kemerling
The folks at Cognitect released a few weeks ago a new data format called Transit. To give a really short feature list, it is: 1) Language agnostic: libraries exist for Java, Javascript, Ruby, Clojure, and Clojurescript 2) Built on top of JSON and messagepack for speed and ease of implementation.

[jira] [Commented] (SOLR-2894) Implement distributed pivot faceting

2014-08-13 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14096531#comment-14096531 ] Hoss Man commented on SOLR-2894: FWIW: I've been letting my laptop hammer that repro line

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

2014-08-13 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/1769/ Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC 1 tests failed. FAILED: org.apache.solr.schema.TestCloudSchemaless.testDistribSearch Error Message: Timeout occured while waiting response from server at:

Re: Who should close MergePolicy

2014-08-13 Thread Robert Muir
Was there a reasoning for adding this method in the first place? What was it? Was it accidental? +1 for straightening this out: seems like if MP should support multiple indexwriter instances then it should have a reference counting API rather than abusing closeable semantics! On Wed, Aug 13,

Re: Who should close MergePolicy

2014-08-13 Thread Shai Erera
OK I will remove it under LUCENE-5883. And I like the idea of adding ref-counting semantics, but we should do it separately and only when there's a real reason too. Then, we can make sure IW inc/decRef appropriately. Shai On Thu, Aug 14, 2014 at 8:05 AM, Robert Muir rcm...@gmail.com wrote:

Re: Who should close MergePolicy

2014-08-13 Thread Robert Muir
Yeah, I agree. We should only add such semantics if necessary. But close() definitely seems wrong so lets just start with nuking that? On Thu, Aug 14, 2014 at 1:08 AM, Shai Erera ser...@gmail.com wrote: OK I will remove it under LUCENE-5883. And I like the idea of adding ref-counting

[jira] [Updated] (LUCENE-5883) Move MergePolicy to LiveIndexWriterConfig

2014-08-13 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5883?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shai Erera updated LUCENE-5883: --- Attachment: LUCENE-5883.patch Thanks Mike, I improved the jdocs. This patch also removes Closeable

Re: Who should close MergePolicy

2014-08-13 Thread Shai Erera
OK I removed it in the latest patch on LUCENE-5883. On Thu, Aug 14, 2014 at 8:17 AM, Robert Muir rcm...@gmail.com wrote: Yeah, I agree. We should only add such semantics if necessary. But close() definitely seems wrong so lets just start with nuking that? On Thu, Aug 14, 2014 at 1:08 AM,

[jira] [Commented] (LUCENE-5883) Move MergePolicy to LiveIndexWriterConfig

2014-08-13 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5883?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14096603#comment-14096603 ] Shai Erera commented on LUCENE-5883: BTW, the way I implemented it is that top-level

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

2014-08-13 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/1767/ Java: 64bit/jdk1.7.0 -XX:+UseCompressedOops -XX:+UseG1GC 2 tests failed. REGRESSION: org.apache.solr.cloud.OverseerTest.testOverseerFailure Error Message: Could not register as the leader because creating the ephemeral

[jira] [Commented] (SOLR-3711) Velocity: Break or truncate long strings in facet output

2014-08-13 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-3711?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14095222#comment-14095222 ] Jan Høydahl commented on SOLR-3711: --- No strong opinions, go ahead :) Velocity: Break or

[jira] [Commented] (SOLR-6365) specify appends, defaults, invariants outside of the component

2014-08-13 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6365?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14095230#comment-14095230 ] Noble Paul commented on SOLR-6365: -- There are clearly two aspects to this ticket. First

[jira] [Created] (SOLR-6368) Analysis UI should factor in a QueryParser

2014-08-13 Thread Varun Thacker (JIRA)
Varun Thacker created SOLR-6368: --- Summary: Analysis UI should factor in a QueryParser Key: SOLR-6368 URL: https://issues.apache.org/jira/browse/SOLR-6368 Project: Solr Issue Type: Improvement

[jira] [Commented] (SOLR-6347) 'deletereplica' can throw a NullPointerException

2014-08-13 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14095250#comment-14095250 ] ASF subversion and git services commented on SOLR-6347: --- Commit

[jira] [Commented] (LUCENE-5882) add 4.10 docvaluesformat

2014-08-13 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5882?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14095267#comment-14095267 ] Adrien Grand commented on LUCENE-5882: -- +1 The patch looks good! And nice use of

[jira] [Commented] (SOLR-6347) 'deletereplica' can throw a NullPointerException

2014-08-13 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14095269#comment-14095269 ] ASF subversion and git services commented on SOLR-6347: --- Commit

[jira] [Resolved] (SOLR-6347) 'deletereplica' can throw a NullPointerException

2014-08-13 Thread Anshum Gupta (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anshum Gupta resolved SOLR-6347. Resolution: Fixed 'deletereplica' can throw a NullPointerException

[JENKINS] Lucene-Solr-4.x-MacOSX (64bit/jdk1.8.0) - Build # 1731 - Failure!

2014-08-13 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-MacOSX/1731/ Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseSerialGC 1 tests failed. REGRESSION: org.apache.solr.schema.TestCloudSchemaless.testDistribSearch Error Message: Timeout occured while waiting response from server at:

[jira] [Commented] (LUCENE-5864) Split BytesRef into BytesRef and BytesRefBuilder

2014-08-13 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5864?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14095320#comment-14095320 ] ASF subversion and git services commented on LUCENE-5864: - Commit

[jira] [Comment Edited] (SOLR-6365) specify appends, defaults, invariants outside of the component

2014-08-13 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6365?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14095230#comment-14095230 ] Noble Paul edited comment on SOLR-6365 at 8/13/14 9:52 AM: --- There

[jira] [Resolved] (LUCENE-5864) Split BytesRef into BytesRef and BytesRefBuilder

2014-08-13 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5864?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand resolved LUCENE-5864. -- Resolution: Fixed Fix Version/s: 5.0 Split BytesRef into BytesRef and BytesRefBuilder

[JENKINS] Lucene-Solr-trunk-Linux (64bit/jdk1.7.0_65) - Build # 11014 - Failure!

2014-08-13 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/11014/ Java: 64bit/jdk1.7.0_65 -XX:-UseCompressedOops -XX:+UseParallelGC 1 tests failed. REGRESSION: org.apache.lucene.util.automaton.TestAutomaton.testRandomFinite Error Message: Java heap space Stack Trace:

[jira] [Commented] (SOLR-6365) specify appends, defaults, invariants outside of the component

2014-08-13 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6365?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14095339#comment-14095339 ] Varun Thacker commented on SOLR-6365: - bq. The second part is the syntax and we should

[jira] [Comment Edited] (SOLR-6365) specify appends, defaults, invariants outside of the component

2014-08-13 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6365?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14095367#comment-14095367 ] Noble Paul edited comment on SOLR-6365 at 8/13/14 11:19 AM:

[jira] [Commented] (SOLR-6365) specify appends, defaults, invariants outside of the component

2014-08-13 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6365?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14095367#comment-14095367 ] Noble Paul commented on SOLR-6365: -- bq.Where do I say that path=/search should be used for

[jira] [Comment Edited] (SOLR-6365) specify appends, defaults, invariants outside of the component

2014-08-13 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6365?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14095367#comment-14095367 ] Noble Paul edited comment on SOLR-6365 at 8/13/14 11:21 AM:

[jira] [Comment Edited] (SOLR-6365) specify appends, defaults, invariants outside of the component

2014-08-13 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6365?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14095230#comment-14095230 ] Noble Paul edited comment on SOLR-6365 at 8/13/14 11:22 AM:

[jira] [Created] (SOLR-6369) duplicate json key echoParams should be removed in ping-response

2014-08-13 Thread Marc Portier (JIRA)
Marc Portier created SOLR-6369: -- Summary: duplicate json key echoParams should be removed in ping-response Key: SOLR-6369 URL: https://issues.apache.org/jira/browse/SOLR-6369 Project: Solr

[jira] [Commented] (SOLR-6365) specify appends, defaults, invariants outside of the component

2014-08-13 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6365?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14095387#comment-14095387 ] Varun Thacker commented on SOLR-6365: - Okay so you are saying we will have fixed paths

  1   2   >