[jira] [Commented] (LUCENE-4825) PostingsHighlighter support for positional queries

2013-03-13 Thread Luca Cavanna (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4825?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13600918#comment-13600918 ] Luca Cavanna commented on LUCENE-4825: -- Hey Robert, sorry but I don't quite

[JENKINS] Lucene-Solr-4.x-Linux (64bit/ibm-j9-jdk6) - Build # 4657 - Still Failing!

2013-03-13 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/4657/ Java: 64bit/ibm-j9-jdk6 1 tests failed. REGRESSION: org.apache.lucene.search.postingshighlight.TestPostingsHighlighter.testCambridgeMA Error Message: Array index out of range: 37 Stack Trace:

[jira] [Updated] (SOLR-4567) copyField source glob matching explicit field(s) stopped working in Solr 4.2

2013-03-13 Thread Steve Rowe (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4567?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Rowe updated SOLR-4567: - Attachment: SOLR-4567.patch Patch fixing the issue - when the examples for cases 17-20 from the above

[jira] [Resolved] (SOLR-4567) copyField source glob matching explicit field(s) stopped working in Solr 4.2

2013-03-13 Thread Steve Rowe (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4567?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Rowe resolved SOLR-4567. -- Resolution: Fixed Fix Version/s: 5.0 4.3 Committed to trunk r1455832 and

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

2013-03-13 Thread William Harris (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13600972#comment-13600972 ] William Harris commented on SOLR-2894: -- I get the following error with the latest

Re: [JENKINS] Lucene-Solr-4.x-Linux (64bit/ibm-j9-jdk6) - Build # 4657 - Still Failing!

2013-03-13 Thread Robert Muir
jvm bug On Wed, Mar 13, 2013 at 3:38 AM, Policeman Jenkins Server jenk...@thetaphi.de wrote: Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/4657/ Java: 64bit/ibm-j9-jdk6 1 tests failed. REGRESSION:

[jira] [Resolved] (LUCENE-4713) SPI: Allow fallback to default ClassLoader if Thread#getContextClassLoader fails

2013-03-13 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4713?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler resolved LUCENE-4713. --- Resolution: Fixed Fix Version/s: 5.0 Thanks Christian! SPI: Allow

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

2013-03-13 Thread William Harris (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13595885#comment-13595885 ] William Harris edited comment on SOLR-2894 at 3/13/13 10:18 AM:

[jira] [Commented] (LUCENE-4825) PostingsHighlighter support for positional queries

2013-03-13 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4825?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13601017#comment-13601017 ] Robert Muir commented on LUCENE-4825: - I dont see this highlighter as doing that I

RE: [JENKINS] Lucene-Solr-4.x-Linux (64bit/ibm-j9-jdk6) - Build # 4657 - Still Failing!

2013-03-13 Thread Uwe Schindler
I disabled J9. - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de -Original Message- From: Robert Muir [mailto:rcm...@gmail.com] Sent: Wednesday, March 13, 2013 11:02 AM To: dev@lucene.apache.org Subject: Re: [JENKINS]

[jira] [Commented] (LUCENE-4795) Add FacetsCollector based on SortedSetDocValues

2013-03-13 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4795?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13601035#comment-13601035 ] Michael McCandless commented on LUCENE-4795: bq. By having SSDVFacetField you

Protecting content in zookeeper

2013-03-13 Thread Per Steffensen
Hi In my organization we want to protect everything accessible from outside our secure zone. We have two ports open in our firewall * 1) A port for HTTP communication with Solr * 2) A port for communication with ZooKeeper (in order to be able to run CloudSolrServer-clients outside the SZ)

[jira] [Commented] (LUCENE-4795) Add FacetsCollector based on SortedSetDocValues

2013-03-13 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4795?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13601061#comment-13601061 ] Shai Erera commented on LUCENE-4795: From more than a dozen faceted search

[jira] [Commented] (SOLR-4566) Fix calls to clusterstate#getSlices that should be clusterstate#getAllSlices.

2013-03-13 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13601074#comment-13601074 ] Mark Miller commented on SOLR-4566: --- I'm going to nuke this - it's broken and none of the

[jira] [Updated] (SOLR-4566) Fix DocCollection to return all shards not just active shards.

2013-03-13 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4566?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated SOLR-4566: -- Summary: Fix DocCollection to return all shards not just active shards. (was: Fix calls to

[jira] [Updated] (SOLR-3755) shard splitting

2013-03-13 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3755?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated SOLR-3755: -- Attachment: SOLR-3755.patch Here is another patch layered on top of the committed SOLR-4566 work.

[jira] [Commented] (SOLR-3755) shard splitting

2013-03-13 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13601090#comment-13601090 ] Mark Miller commented on SOLR-3755: --- bq. We wouldn't want any shard assignment/replica

[jira] [Commented] (LUCENE-4713) SPI: Allow fallback to default ClassLoader if Thread#getContextClassLoader fails

2013-03-13 Thread Commit Tag Bot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4713?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13601104#comment-13601104 ] Commit Tag Bot commented on LUCENE-4713: [branch_4x commit] Uwe Schindler

[jira] [Commented] (SOLR-4567) copyField source glob matching explicit field(s) stopped working in Solr 4.2

2013-03-13 Thread Commit Tag Bot (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13601105#comment-13601105 ] Commit Tag Bot commented on SOLR-4567: -- [branch_4x commit] Steven Rowe

[jira] [Commented] (LUCENE-4826) PostingsHighlighter doesn't keep the top N best scoring passages

2013-03-13 Thread Commit Tag Bot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4826?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13601106#comment-13601106 ] Commit Tag Bot commented on LUCENE-4826: [branch_4x commit] Robert Muir

[jira] [Commented] (SOLR-4557) Fix broken CoreContainerTest.testReload

2013-03-13 Thread Commit Tag Bot (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4557?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13601107#comment-13601107 ] Commit Tag Bot commented on SOLR-4557: -- [branch_4x commit] Erick Erickson

[jira] [Commented] (LUCENE-4642) Add create(AttributeFactory) to TokenizerFactory and subclasses with ctors taking AttributeFactory, and remove Tokenizer's and subclasses' ctors taking AttributeSource

2013-03-13 Thread Commit Tag Bot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13601108#comment-13601108 ] Commit Tag Bot commented on LUCENE-4642: [branch_4x commit] Steven Rowe

[jira] [Commented] (LUCENE-4826) PostingsHighlighter doesn't keep the top N best scoring passages

2013-03-13 Thread Commit Tag Bot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4826?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13601109#comment-13601109 ] Commit Tag Bot commented on LUCENE-4826: [branch_4x commit] Michael McCandless

[jira] [Commented] (SOLR-4317) SolrTestCaseJ4: Can't avoid collection1 convention

2013-03-13 Thread Commit Tag Bot (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13601110#comment-13601110 ] Commit Tag Bot commented on SOLR-4317: -- [branch_4x commit] Erick Erickson

[jira] [Commented] (LUCENE-4819) move Sorted[Set]DocValuesTermsEnum to codec

2013-03-13 Thread Commit Tag Bot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4819?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=1360#comment-1360 ] Commit Tag Bot commented on LUCENE-4819: [branch_4x commit] Robert Muir

[jira] [Commented] (SOLR-4566) Fix DocCollection to return all shards not just active shards.

2013-03-13 Thread Commit Tag Bot (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13601112#comment-13601112 ] Commit Tag Bot commented on SOLR-4566: -- [trunk commit] Mark Robert Miller

[jira] [Commented] (LUCENE-4826) PostingsHighlighter doesn't keep the top N best scoring passages

2013-03-13 Thread Commit Tag Bot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4826?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13601117#comment-13601117 ] Commit Tag Bot commented on LUCENE-4826: [trunk commit] Michael McCandless

[jira] [Commented] (LUCENE-4713) SPI: Allow fallback to default ClassLoader if Thread#getContextClassLoader fails

2013-03-13 Thread Commit Tag Bot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4713?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13601113#comment-13601113 ] Commit Tag Bot commented on LUCENE-4713: [trunk commit] Uwe Schindler

[jira] [Commented] (SOLR-4567) copyField source glob matching explicit field(s) stopped working in Solr 4.2

2013-03-13 Thread Commit Tag Bot (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13601114#comment-13601114 ] Commit Tag Bot commented on SOLR-4567: -- [trunk commit] Steven Rowe

[jira] [Commented] (LUCENE-4826) PostingsHighlighter doesn't keep the top N best scoring passages

2013-03-13 Thread Commit Tag Bot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4826?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13601115#comment-13601115 ] Commit Tag Bot commented on LUCENE-4826: [trunk commit] Robert Muir

[jira] [Commented] (LUCENE-4642) Add create(AttributeFactory) to TokenizerFactory and subclasses with ctors taking AttributeFactory, and remove Tokenizer's and subclasses' ctors taking AttributeSource

2013-03-13 Thread Commit Tag Bot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13601118#comment-13601118 ] Commit Tag Bot commented on LUCENE-4642: [trunk commit] Steven Rowe

[jira] [Commented] (SOLR-4557) Fix broken CoreContainerTest.testReload

2013-03-13 Thread Commit Tag Bot (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4557?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13601119#comment-13601119 ] Commit Tag Bot commented on SOLR-4557: -- [trunk commit] Erick Erickson

[jira] [Commented] (LUCENE-4819) move Sorted[Set]DocValuesTermsEnum to codec

2013-03-13 Thread Commit Tag Bot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4819?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13601120#comment-13601120 ] Commit Tag Bot commented on LUCENE-4819: [trunk commit] Robert Muir

[jira] [Commented] (SOLR-4317) SolrTestCaseJ4: Can't avoid collection1 convention

2013-03-13 Thread Commit Tag Bot (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13601121#comment-13601121 ] Commit Tag Bot commented on SOLR-4317: -- [trunk commit] Erick Erickson

[jira] [Updated] (SOLR-4543) setting shardHandlerFactory in solr.xml/solr.properties does not work

2013-03-13 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4543?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated SOLR-4543: -- Attachment: SOLR-4543.patch here's a test that fails without the patch, passes with it.

[jira] [Commented] (SOLR-4566) Fix DocCollection to return all shards not just active shards.

2013-03-13 Thread Commit Tag Bot (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13601134#comment-13601134 ] Commit Tag Bot commented on SOLR-4566: -- [branch_4x commit] Mark Robert Miller

[jira] [Updated] (SOLR-4543) setting shardHandlerFactory in solr.xml/solr.properties does not work

2013-03-13 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4543?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated SOLR-4543: -- Attachment: SOLR-4543.patch I tried adding a .properties case just like the .xml case, but this one

[jira] [Commented] (SOLR-3755) shard splitting

2013-03-13 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13601143#comment-13601143 ] Mark Miller commented on SOLR-3755: --- Anshum caught me up in chat - I am actually the one

[jira] [Commented] (SOLR-4566) Fix DocCollection to return all shards not just active shards.

2013-03-13 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13601147#comment-13601147 ] Mark Miller commented on SOLR-4566: --- After chatting with Anshum in IRC, he caught me up

[jira] [Comment Edited] (SOLR-3755) shard splitting

2013-03-13 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13601143#comment-13601143 ] Mark Miller edited comment on SOLR-3755 at 3/13/13 2:01 PM:

[jira] [Commented] (SOLR-4566) Fix DocCollection to return all shards not just active shards.

2013-03-13 Thread Commit Tag Bot (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13601150#comment-13601150 ] Commit Tag Bot commented on SOLR-4566: -- [trunk commit] Mark Robert Miller

[jira] [Updated] (SOLR-4566) clusterstate#getSlices and getSlicesMap should always return all slices.

2013-03-13 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4566?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated SOLR-4566: -- Issue Type: Improvement (was: Bug) Summary: clusterstate#getSlices and getSlicesMap should

[jira] [Commented] (SOLR-4461) gui issue

2013-03-13 Thread Stefan Matheis (steffkes) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4461?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13601168#comment-13601168 ] Stefan Matheis (steffkes) commented on SOLR-4461: - [~ewe] you have to

[jira] [Updated] (SOLR-4311) Luke and Core admin ajax requests shouldn't be cached in admin

2013-03-13 Thread Stefan Matheis (steffkes) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4311?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Matheis (steffkes) updated SOLR-4311: Priority: Major (was: Minor) Fix Version/s: 4.3 Assignee:

[jira] [Updated] (SOLR-4543) setting shardHandlerFactory in solr.xml/solr.properties does not work

2013-03-13 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4543?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated SOLR-4543: -- Attachment: SOLR-4543.patch updated patch: passing for .properties too. This had 2 bugs: 1. unlike the

[jira] [Updated] (SOLR-4510) UI Issue while expanding Text Area of Query Schema

2013-03-13 Thread Stefan Matheis (steffkes) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4510?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Matheis (steffkes) updated SOLR-4510: Component/s: web gui UI Issue while expanding Text Area of Query

[jira] [Commented] (SOLR-4566) clusterstate#getSlices and getSlicesMap should always return all slices.

2013-03-13 Thread Commit Tag Bot (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13601174#comment-13601174 ] Commit Tag Bot commented on SOLR-4566: -- [branch_4x commit] Mark Robert Miller

[jira] [Resolved] (SOLR-4510) UI Issue while expanding Text Area of Query Schema

2013-03-13 Thread Stefan Matheis (steffkes) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4510?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Matheis (steffkes) resolved SOLR-4510. - Resolution: Not A Problem Fix Version/s: (was: 4.0.1)

[jira] [Commented] (SOLR-3755) shard splitting

2013-03-13 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13601175#comment-13601175 ] Mark Miller commented on SOLR-3755: --- So to summarize - to fix this current problem, I

[jira] [Commented] (SOLR-4566) clusterstate#getSlices and getSlicesMap should always return all slices.

2013-03-13 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13601183#comment-13601183 ] Mark Miller commented on SOLR-4566: --- And to be clear, there still is a bug in this code

[jira] [Commented] (SOLR-3755) shard splitting

2013-03-13 Thread Anshum Gupta (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13601184#comment-13601184 ] Anshum Gupta commented on SOLR-3755: Thanks for the suggestions on that one Mark. I'll

[jira] [Commented] (SOLR-4566) clusterstate#getSlices and getSlicesMap should always return all slices.

2013-03-13 Thread Anshum Gupta (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13601186#comment-13601186 ] Anshum Gupta commented on SOLR-4566: I'll have a patch up for this soon.

[jira] [Updated] (SOLR-4543) setting shardHandlerFactory in solr.xml/solr.properties does not work

2013-03-13 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4543?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated SOLR-4543: -- Attachment: SOLR-4543.patch just added tests that arguments are properly passed to this thing in both

Can't seem to run individual tests

2013-03-13 Thread Erick Erickson
Looking at SOLR-4548 I wanted to run the test in question using tests.iters to see if I could break it. Problem is that every time I run ant -Dtestcase=TestSolrProperties test the test barfs because it cannot create the core. This does NOT occur when running the entire test suite (e.g. 'ant

Re: Can't seem to run individual tests

2013-03-13 Thread Erick Erickson
P.S. I was afraid it might be SOLR-4317 since that did change a bit about the test harness, but when I backed that out it still failed the same way. On Wed, Mar 13, 2013 at 10:48 AM, Erick Erickson erickerick...@gmail.comwrote: Looking at SOLR-4548 I wanted to run the test in question using

Re: Can't seem to run individual tests

2013-03-13 Thread Dawid Weiss
This is a really bogus place to be creating an index, I'm glad it fails... Of course it succeeds when running in IntelliJ. I can explain this bit -- it fails from ant only because only from ant you have Uwe's Evil Security Manager (tm) in place. D.

[jira] [Commented] (SOLR-4548) Stalled shutdown observed running TestSolrProperties

2013-03-13 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4548?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13601214#comment-13601214 ] Erick Erickson commented on SOLR-4548: -- Hoss: Thanks for reporting this, but it's

[jira] [Updated] (SOLR-4465) Configurable Collectors

2013-03-13 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4465?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-4465: - Attachment: SOLR-4465.patch Added a very simple delegating collector through the class

Re: Can't seem to run individual tests

2013-03-13 Thread Erick Erickson
Dawid: Thanks, another bit of knowledge to add to my store. On Wed, Mar 13, 2013 at 11:00 AM, Dawid Weiss dawid.we...@cs.put.poznan.plwrote: This is a really bogus place to be creating an index, I'm glad it fails... Of course it succeeds when running in IntelliJ. I can explain this

[jira] [Comment Edited] (SOLR-4465) Configurable Collectors

2013-03-13 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4465?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13601215#comment-13601215 ] Joel Bernstein edited comment on SOLR-4465 at 3/13/13 3:42 PM:

Re: Protecting content in zookeeper

2013-03-13 Thread Erick Erickson
Per: Probably want to re-post this on the lucene-dev list, this one is pretty dead FWIW, Erick On Wed, Mar 13, 2013 at 7:36 AM, Per Steffensen st...@designware.dk wrote: Hi In my organization we want to protect everything accessible from outside our secure zone. We have two ports open

RE: Can't seem to run individual tests

2013-03-13 Thread Uwe Schindler
The security manager enforces that no files are created outside of the test’s working directory or System.exit() is called (and some other fancy things, like listening on the internet instead of 127.0.0.1). When your test tries to create a file outside the working directory setup for this test,

Protecting content in Zookeeper

2013-03-13 Thread Per Steffensen
Hi In my organization we want to protect everything accessible from outside our secure zone. We have two ports open in our firewall * 1) A port for HTTP communication with Solr * 2) A port for communication with ZooKeeper (in order to be able to run CloudSolrServer-clients outside the SZ)

[jira] [Updated] (SOLR-4566) clusterstate#getSlices and getSlicesMap should always return all slices.

2013-03-13 Thread Anshum Gupta (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4566?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anshum Gupta updated SOLR-4566: --- Attachment: SOLR-4566.patch Changes to have getSlices() and getSlicesMap() return all slices instead

[jira] [Updated] (SOLR-4566) clusterstate#getSlices and getSlicesMap should always return all slices.

2013-03-13 Thread Anshum Gupta (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4566?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anshum Gupta updated SOLR-4566: --- Attachment: (was: SOLR-4566.patch) clusterstate#getSlices and getSlicesMap should always

[jira] [Updated] (SOLR-4566) clusterstate#getSlices and getSlicesMap should always return all slices.

2013-03-13 Thread Anshum Gupta (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4566?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anshum Gupta updated SOLR-4566: --- Attachment: SOLR-4566.patch Correct patch. clusterstate#getSlices and getSlicesMap

Re: Protecting content in zookeeper

2013-03-13 Thread Mark Miller
On Mar 13, 2013, at 7:36 AM, Per Steffensen st...@designware.dk wrote: My question is if such a solution is worth the effort of a Solr JIRA I think that as long as you could do things with no credentials or setup by default, ZooKeeper security would be nice to optionally support. I'm sure that

Re: Can't seem to run individual tests

2013-03-13 Thread Erick Erickson
Uwe: Right, and the whole cloning thing is done in lots of places, I've done it myself. But that doesn't explain why this fails: ant -Dtestcase=TestSolrProperties test and this succeeds: ant test even though the ant test runs TestSolrProperties. My _guess_ is that somehow specifying

[jira] [Commented] (LUCENE-4795) Add FacetsCollector based on SortedSetDocValues

2013-03-13 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4795?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13601362#comment-13601362 ] Michael McCandless commented on LUCENE-4795: bq. From more than a dozen

[jira] [Commented] (SOLR-4566) clusterstate#getSlices and getSlicesMap should always return all slices.

2013-03-13 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13601378#comment-13601378 ] Mark Miller commented on SOLR-4566: --- We still want to change a bunch of the calls to use

[jira] [Commented] (SOLR-4566) clusterstate#getSlices and getSlicesMap should always return all slices.

2013-03-13 Thread Anshum Gupta (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13601381#comment-13601381 ] Anshum Gupta commented on SOLR-4566: Not until the split shard patch goes in. I'm

[jira] [Commented] (SOLR-4566) clusterstate#getSlices and getSlicesMap should always return all slices.

2013-03-13 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13601395#comment-13601395 ] Mark Miller commented on SOLR-4566: --- There really is no issue without the shards patch

[jira] [Comment Edited] (SOLR-4566) clusterstate#getSlices and getSlicesMap should always return all slices.

2013-03-13 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13601395#comment-13601395 ] Mark Miller edited comment on SOLR-4566 at 3/13/13 5:28 PM:

Re: Can't seem to run individual tests

2013-03-13 Thread Steve Rowe
Hi Erick, On OSX, with Ant 1.8.2 and Orace Java 1.7.0_13, 'ant -Dtestcase=TestSolrProperties test' on trunk succeeds for me, from the top-level directory, from solr/, and from solr/solrj/. Steve On Mar 13, 2013, at 12:08 PM, Erick Erickson erickerick...@gmail.com wrote: Uwe: Right, and

[jira] [Commented] (SOLR-4566) clusterstate#getSlices and getSlicesMap should always return all slices.

2013-03-13 Thread Anshum Gupta (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13601412#comment-13601412 ] Anshum Gupta commented on SOLR-4566: Sure. Will leave it there for now and make these

Re: Can't seem to run individual tests

2013-03-13 Thread Dawid Weiss
even though the ant test runs TestSolrProperties. My _guess_ is that somehow specifying -Dtestcase=. is somehow changing where tempDir is. Definitely not the case. You could try to run with: ant -debug ... this will dump a *lot* of logs but among them is the exact forked JVM execution

[jira] [Created] (SOLR-4568) The lastPublished state check before becoming a leader is not working.

2013-03-13 Thread Mark Miller (JIRA)
Mark Miller created SOLR-4568: - Summary: The lastPublished state check before becoming a leader is not working. Key: SOLR-4568 URL: https://issues.apache.org/jira/browse/SOLR-4568 Project: Solr

[jira] [Commented] (SOLR-3755) shard splitting

2013-03-13 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13601422#comment-13601422 ] Mark Miller commented on SOLR-3755: --- SOLR-4568 is another issue I found while working on

[jira] [Updated] (LUCENE-4795) Add FacetsCollector based on SortedSetDocValues

2013-03-13 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4795?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-4795: --- Attachment: LUCENE-4795.patch Patch. The sep is now hardwired to FIP's default

[jira] [Created] (SOLR-4569) waitForReplicasToComeUp should bail right away if it doesn't see the expected slice in the clusterstate rather than waiting.

2013-03-13 Thread Mark Miller (JIRA)
Mark Miller created SOLR-4569: - Summary: waitForReplicasToComeUp should bail right away if it doesn't see the expected slice in the clusterstate rather than waiting. Key: SOLR-4569 URL:

[jira] [Commented] (SOLR-3755) shard splitting

2013-03-13 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13601432#comment-13601432 ] Mark Miller commented on SOLR-3755: --- SOLR-4569 is another small improvement issue I'll

[jira] [Created] (SOLR-4570) Even if an explicit shard id is used, ZkController#preRegister should still wait to see the shard id in it's current ClusterState.

2013-03-13 Thread Mark Miller (JIRA)
Mark Miller created SOLR-4570: - Summary: Even if an explicit shard id is used, ZkController#preRegister should still wait to see the shard id in it's current ClusterState. Key: SOLR-4570 URL:

[jira] [Commented] (SOLR-3755) shard splitting

2013-03-13 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13601439#comment-13601439 ] Mark Miller commented on SOLR-3755: --- SOLR-4570 filed as well - another issue with a

[jira] [Created] (SOLR-4571) SolrZkClient#setData should return Stat object.

2013-03-13 Thread Mark Miller (JIRA)
Mark Miller created SOLR-4571: - Summary: SolrZkClient#setData should return Stat object. Key: SOLR-4571 URL: https://issues.apache.org/jira/browse/SOLR-4571 Project: Solr Issue Type: Improvement

RE: Can't seem to run individual tests

2013-03-13 Thread Uwe Schindler
I don’t know exactly, one thing could be the case: Some settings like the dataDir are static variables in the TestHarmess/SolrTestCaseJ4. If you run tests before that correctly change the data dir, maybe this setting survives – if you run in isolation, dataDir is not set. It’s just a guess,

[jira] [Resolved] (LUCENE-4828) BooleanQuery.extractTerms should not recurse into MUST_NOT clauses

2013-03-13 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4828?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-4828. Resolution: Fixed Fix Version/s: 4.3 5.0

[jira] [Commented] (LUCENE-4828) BooleanQuery.extractTerms should not recurse into MUST_NOT clauses

2013-03-13 Thread Commit Tag Bot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4828?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13601461#comment-13601461 ] Commit Tag Bot commented on LUCENE-4828: [trunk commit] Michael McCandless

[jira] [Commented] (LUCENE-4795) Add FacetsCollector based on SortedSetDocValues

2013-03-13 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4795?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13601464#comment-13601464 ] Shai Erera commented on LUCENE-4795: I don't think we should do it. First it's not

Re: Can't seem to run individual tests

2013-03-13 Thread Erick Erickson
It's also worth noting that this succeeds in 4.2 and fails in 4.x (and trunk). Steve: That's a relief, I've been worried it's something that I did given I touched the test harness, but apparently not so. Is this a fresh checkout? Some things have changed in the not too distant past. Dawid:

[jira] [Commented] (LUCENE-4828) BooleanQuery.extractTerms should not recurse into MUST_NOT clauses

2013-03-13 Thread Commit Tag Bot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4828?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13601468#comment-13601468 ] Commit Tag Bot commented on LUCENE-4828: [branch_4x commit] Michael McCandless

[jira] [Commented] (LUCENE-4828) BooleanQuery.extractTerms should not recurse into MUST_NOT clauses

2013-03-13 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4828?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13601479#comment-13601479 ] Yonik Seeley commented on LUCENE-4828: -- This seems highly dependent on what the

[jira] [Commented] (LUCENE-4795) Add FacetsCollector based on SortedSetDocValues

2013-03-13 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4795?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13601481#comment-13601481 ] Shai Erera commented on LUCENE-4795: Hmmm, correction. You cannot write an

[jira] [Resolved] (LUCENE-4820) Add optional payload to AnalyzingSuggester

2013-03-13 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4820?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-4820. Resolution: Fixed Add optional payload to AnalyzingSuggester

[jira] [Commented] (LUCENE-4820) Add optional payload to AnalyzingSuggester

2013-03-13 Thread Commit Tag Bot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4820?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13601519#comment-13601519 ] Commit Tag Bot commented on LUCENE-4820: [trunk commit] Michael McCandless

[jira] [Updated] (SOLR-4547) Commit logging - move index filenames to DEBUG.

2013-03-13 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4547?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shawn Heisey updated SOLR-4547: --- Attachment: SOLR-4547.patch Patch for this issue. I did rename and modify a couple of existing

[jira] [Commented] (LUCENE-4828) BooleanQuery.extractTerms should not recurse into MUST_NOT clauses

2013-03-13 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4828?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13601521#comment-13601521 ] Michael McCandless commented on LUCENE-4828: bq. This seems highly dependent

[jira] [Commented] (SOLR-4547) Commit logging - move index filenames to DEBUG.

2013-03-13 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4547?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13601523#comment-13601523 ] Shawn Heisey commented on SOLR-4547: Patch is against 4.x, but I will make sure trunk

[jira] [Commented] (LUCENE-4795) Add FacetsCollector based on SortedSetDocValues

2013-03-13 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4795?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13601531#comment-13601531 ] Michael McCandless commented on LUCENE-4795: The use case I'm picturing is an

[jira] [Commented] (LUCENE-4820) Add optional payload to AnalyzingSuggester

2013-03-13 Thread Commit Tag Bot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4820?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13601538#comment-13601538 ] Commit Tag Bot commented on LUCENE-4820: [branch_4x commit] Michael McCandless

Re: Can't seem to run individual tests

2013-03-13 Thread Steve Rowe
On Mar 13, 2013, at 2:35 PM, Erick Erickson erickerick...@gmail.com wrote: Steve: That's a relief, I've been worried it's something that I did given I touched the test harness, but apparently not so. Is this a fresh checkout? Some things have changed in the not too distant past. Just

  1   2   >