[jira] [Updated] (SOLR-5444) Slow response on facet search, lots of facets, asking for few facets in response

2013-11-15 Thread Per Steffensen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5444?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Per Steffensen updated SOLR-5444: - Attachment: Responsetime_func_of_facets_asked_for-Simple_DocSetCollector_fix.png Slow response

[jira] [Updated] (SOLR-5444) Slow response on facet search, lots of facets, asking for few facets in response

2013-11-15 Thread Per Steffensen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5444?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Per Steffensen updated SOLR-5444: - Attachment: SOLR-5444_simple_DocSetCollector_4_4_0.patch Attached SOLR

[jira] [Comment Edited] (SOLR-5444) Slow response on facet search, lots of facets, asking for few facets in response

2013-11-15 Thread Per Steffensen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5444?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13823727#comment-13823727 ] Per Steffensen edited comment on SOLR-5444 at 11/15/13 3:27 PM

Re: DocValue on Strings slow and OOM

2013-11-14 Thread Per Steffensen
now we only need to struggle with long-facet performance. There is a performance issue with facets on longs though, but I will tell about in another mailing-thread - need your input on what solution you prefer. Regards, Per Steffensen On 11/6/13 12:15 PM, Per Steffensen wrote: On 11/6/13 11

Re: DocValue on Strings slow and OOM

2013-11-06 Thread Per Steffensen
not work in 4.4, that it does not work for neither of the types? Just a side-question: We never have more than one value per field. Would we benefit from adding multiValued=false to our field-declarations? Regards, Per Steffensen On 11/5/13 11:44 PM, Shawn Heisey wrote: On 11/5/2013 11:56 AM, Erick

Re: DocValue on Strings slow and OOM

2013-11-06 Thread Per Steffensen
-consumption issue? Maybe it helps telling if going to 4.5 will fix the issue? Regards, Per Steffensen On 11/5/13 1:47 PM, Per Steffensen wrote: Looking at threaddumps It seems like one of the major differences in what is done for c_dstr_doc_sto vs a_dlng_doc_sto

Re: DocValue on Strings slow and OOM

2013-11-06 Thread Per Steffensen
is very appreciated! Regards, Per Steffensen On 11/6/13 10:58 AM, Per Steffensen wrote: if (ft.getNumericType() != null !sf.multiValued()) { *** --- The fast/efficient query (facet.field=a_dlng_doc_sto) goes here // force numeric faceting if (prefix != null

Re: DocValue on Strings slow and OOM

2013-11-06 Thread Per Steffensen
earlier? Im basically asking if we need to reindex the 12billion documents again after upgrading to 4.5, or if we ought to be able to deploy 4.5 on top of the already indexed documents. Regards, Per Steffensen

DocValue on Strings slow and OOM

2013-11-05 Thread Per Steffensen
searches on longs and strings? And that memory usage seems to very different, also? If yes, has it been optimized after 4.4.0? Regards, Per Steffensen

Re: DocValue on Strings slow and OOM

2013-11-05 Thread Per Steffensen
more and to be a lot more complex than getListedTermCounts On 11/5/13 11:47 AM, Per Steffensen wrote: Hi We have a 6-Solr-node (release 4.4.0) setup with 12billion small documents loadad. The documents have the following fields * a_dlng_doc_sto * b_dlng_doc_sto * c_dstr_doc_sto

Re: DocValue on Strings slow and OOM

2013-11-05 Thread Per Steffensen
On 11/5/13 3:30 PM, Robert Muir wrote: If you are querying on a field, you should index it! Believe I do that. Query looks like this timestamp_lng_ind_sto:[x TO y] AND d_lng_ind_sto:(a OR b OR ... OR n) and both timestamp_lng_ind_sto and d_lng_ind_sto are indexed. Please elaborate! I

Re: No duplicates in search response?

2013-10-21 Thread Per Steffensen
After debugging a little I can confirm that the dedup is happening in QueryComponent.mergeIds. Distributed search has always done an quick-n-dirty dedup (i.e. it's considered an error condition to have the same ID in different shards anyway). Actually it is in the same shard we have two

[jira] [Commented] (SOLR-5360) Correctly routed realtime-get through CloudSolrServer

2013-10-21 Thread Per Steffensen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13800565#comment-13800565 ] Per Steffensen commented on SOLR-5360: -- Will one of the committers please commit

Re: SolrException.log not used all over?

2013-10-21 Thread Per Steffensen
Do you think Apache community will be interested in a always-log-exceptions-through-SolrException.log-solution? Including the FQCN trick I showed you above? - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For

No duplicates in search response?

2013-10-18 Thread Per Steffensen
to do it, but can this searh-dedup be turned off? Regards, Per Steffensen - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org

Re: No duplicates in search response?

2013-10-18 Thread Per Steffensen
It is a distributed search! So where in the code is the de-dup happening for distributed searches? And is it correct that this is new in 4.4.0 (vs 4.0.0)? Or did I just accidently change my config to turn it on. Regards, Per Steffensen On 10/18/13 10:09 PM, Yonik Seeley wrote: AFAIK

[jira] [Created] (SOLR-5360) Correctly routed realtime-get through CloudSolrServer

2013-10-17 Thread Per Steffensen (JIRA)
Per Steffensen created SOLR-5360: Summary: Correctly routed realtime-get through CloudSolrServer Key: SOLR-5360 URL: https://issues.apache.org/jira/browse/SOLR-5360 Project: Solr Issue Type

[jira] [Updated] (SOLR-5360) Correctly routed realtime-get through CloudSolrServer

2013-10-17 Thread Per Steffensen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5360?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Per Steffensen updated SOLR-5360: - Attachment: SOLR-5360.patch Patch fitting on top of branch_4x revision 1533083 Correctly routed

[jira] [Updated] (SOLR-5360) Correctly routed realtime-get through CloudSolrServer

2013-10-17 Thread Per Steffensen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5360?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Per Steffensen updated SOLR-5360: - Fix Version/s: (was: 4.5.1) 4.6 Correctly routed realtime-get through

[jira] [Commented] (SOLR-5360) Correctly routed realtime-get through CloudSolrServer

2013-10-17 Thread Per Steffensen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13797989#comment-13797989 ] Per Steffensen commented on SOLR-5360: -- bq. It seems like cannot do realtime-gets

[jira] [Comment Edited] (SOLR-5360) Correctly routed realtime-get through CloudSolrServer

2013-10-17 Thread Per Steffensen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13797989#comment-13797989 ] Per Steffensen edited comment on SOLR-5360 at 10/17/13 3:20 PM

[jira] [Commented] (SOLR-5360) Correctly routed realtime-get through CloudSolrServer

2013-10-17 Thread Per Steffensen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13798293#comment-13798293 ] Per Steffensen commented on SOLR-5360: -- Limitations * Only works for single-document

[jira] [Commented] (SOLR-5360) Correctly routed realtime-get through CloudSolrServer

2013-10-17 Thread Per Steffensen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13798338#comment-13798338 ] Per Steffensen commented on SOLR-5360: -- bq. Seems like optimistic concurrency should

SolrException.log not used all over?

2013-10-15 Thread Per Steffensen
Hi Is it deliberate that SolrException.log is not used everywhere in the code where we log exceptions (Throwables)? Why? Or is it just by accident? Regards, Per Steffensen

Re: SolrException.log not used all over?

2013-10-15 Thread Per Steffensen
Thanks for getting back to me, Yonik On 10/15/13 4:11 PM, Yonik Seeley wrote: On Tue, Oct 15, 2013 at 3:46 AM, Per Steffensen st...@designware.dk wrote: Is it deliberate that SolrException.log is not used everywhere in the code where we log exceptions (Throwables)? Why? Or is it just

Re: SolrException.log not used all over?

2013-10-15 Thread Per Steffensen
On 10/15/13 7:33 PM, Shawn Heisey wrote: On 10/15/2013 8:11 AM, Yonik Seeley wrote: On Tue, Oct 15, 2013 at 3:46 AM, Per Steffensen st...@designware.dk wrote: Is it deliberate that SolrException.log is not used everywhere in the code where we log exceptions (Throwables)? Why? Or is it just

[jira] [Commented] (SOLR-4470) Support for basic http auth in internal solr requests

2013-10-03 Thread Per Steffensen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13784876#comment-13784876 ] Per Steffensen commented on SOLR-4470: -- We are currently upgrading our version of Solr

[jira] [Commented] (LUCENE-1924) BalancedSegmentMergePolicy, contributed from the Zoie project for realtime indexing

2013-09-17 Thread Per Steffensen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1924?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13769376#comment-13769376 ] Per Steffensen commented on LUCENE-1924: Has this been committet? Cannot find

Why delete after updateDocument in DirectUpdateHandler2

2013-09-17 Thread Per Steffensen
the document(s) containing codeterm/code and then adding the new document If updateDocument deletes the old document why do we also do the if (del) ... part to delete it (again)? What did I oversee? Regards, Per Steffensen

Re: Why delete after updateDocument in DirectUpdateHandler2

2013-09-17 Thread Per Steffensen
Ok, I see. Thanks! On 9/17/13 1:38 PM, Shalin Shekhar Mangar wrote: That happens only if SignatureUpdateProcessor is used and configured with overwriteDupes=true. In such a case, a BQ is constructed which has the new signature term excluded and the id term included so that an old document with

[jira] [Commented] (LUCENE-1924) BalancedSegmentMergePolicy, contributed from the Zoie project for realtime indexing

2013-09-17 Thread Per Steffensen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1924?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13769556#comment-13769556 ] Per Steffensen commented on LUCENE-1924: Ok, thanks

Complex group request

2013-08-30 Thread Per Steffensen
me the solution, but a few comments on how easy/hard it would be, and ideas on how to attack the challenge would be nice. Thanks! Regards, Per Steffensen - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org

Re: Two hour recovery in non-replica setup?

2013-08-15 Thread Per Steffensen
Hi Thanks, Mark. I am pretty sure SOLR-4899 is not it, but our problem might we solved after 4.0.0 anyway. We will consider if we will upgrade to latest 4.x and/or if we will dive into the problem to see if we can figure out what happens. Regards, Per Steffensen On 8/14/13 4:13 PM, Mark

Two hour recovery in non-replica setup?

2013-08-14 Thread Per Steffensen
. Regards, Per Steffensen - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org

Re: Setting up Jenkins

2013-06-26 Thread Per Steffensen
Thanks Uwe and Mark! I will contact you privately, Uwe. Regards, Per Steffensen On 6/25/13 1:39 PM, Per Steffensen wrote: Hi Are there any documentation available on how to set up Jenkins to build Solr (e.g. 4x branch)? Or a script that can do it? Or can I somehow get hold of or export

Setting up Jenkins

2013-06-25 Thread Per Steffensen
local Jenkins? Regards, Per Steffensen - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org

Re: Reestablishing a Solr node that ran on a completely crashed machine

2013-06-19 Thread Per Steffensen
it. But it probably have to be thought through well. Just my immediate thoughts. - Mark Regards, Per Steffensen - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org

Reestablishing a Solr node that ran on a completely crashed machine

2013-06-18 Thread Per Steffensen
in Solr? E.g. an operation to tell a Solr node to load all the replica that used to run on a machine with the same IP and hostname? Or...? Regards, Per Steffensen - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org

Re: Reestablishing a Solr node that ran on a completely crashed machine

2013-06-18 Thread Per Steffensen
the collection's API. * ZK becomes the cluster state truth. * The Overseer takes actions to ensure cores live/die in different places based on the truth in ZK. - Mark On Jun 18, 2013, at 6:03 AM, Per Steffensen st...@designware.dk wrote: Hi Scenario: * 1) You have a Solr cloud cluster running

[jira] [Commented] (SOLR-4470) Support for basic http auth in internal solr requests

2013-06-04 Thread Per Steffensen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13674108#comment-13674108 ] Per Steffensen commented on SOLR-4470: -- bq. is there a way for SolrCloud to 100% work

[jira] [Commented] (SOLR-4470) Support for basic http auth in internal solr requests

2013-06-02 Thread Per Steffensen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13672839#comment-13672839 ] Per Steffensen commented on SOLR-4470: -- bq. if the security is all handled

[jira] [Commented] (SOLR-4470) Support for basic http auth in internal solr requests

2013-05-31 Thread Per Steffensen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13671249#comment-13671249 ] Per Steffensen commented on SOLR-4470: -- {quote} just skimming the patch... it looks

[jira] [Commented] (SOLR-4580) Support for protecting content in ZK

2013-05-30 Thread Per Steffensen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4580?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13670184#comment-13670184 ] Per Steffensen commented on SOLR-4580: -- Documentation: https://wiki.apache.org/solr

[jira] [Commented] (SOLR-4470) Support for basic http auth in internal solr requests

2013-05-27 Thread Per Steffensen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13667673#comment-13667673 ] Per Steffensen commented on SOLR-4470: -- bq. Could make an implementation which reads

[jira] [Comment Edited] (SOLR-4470) Support for basic http auth in internal solr requests

2013-05-27 Thread Per Steffensen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13667673#comment-13667673 ] Per Steffensen edited comment on SOLR-4470 at 5/27/13 10:05 AM

[jira] [Commented] (SOLR-4470) Support for basic http auth in internal solr requests

2013-05-27 Thread Per Steffensen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13668111#comment-13668111 ] Per Steffensen commented on SOLR-4470: -- bq. Regarding Mark Miller's concern

[jira] [Commented] (SOLR-4470) Support for basic http auth in internal solr requests

2013-05-24 Thread Per Steffensen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13666130#comment-13666130 ] Per Steffensen commented on SOLR-4470: -- Sorry to interrupt again, but Jan is clearly

[jira] [Commented] (SOLR-4470) Support for basic http auth in internal solr requests

2013-05-24 Thread Per Steffensen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13666385#comment-13666385 ] Per Steffensen commented on SOLR-4470: -- Will respond to you comments and questions

Permissions do edit Wiki

2013-05-24 Thread Per Steffensen
in the patch manually. Name: Per Steffensen, Alias-Name: steff, Email: st...@designware.dk. Regards, Per Steffensen - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h

[jira] [Commented] (SOLR-4470) Support for basic http auth in internal solr requests

2013-05-23 Thread Per Steffensen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13664953#comment-13664953 ] Per Steffensen commented on SOLR-4470: -- Thanks for taking the time to actually

[jira] [Comment Edited] (SOLR-4470) Support for basic http auth in internal solr requests

2013-05-23 Thread Per Steffensen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13664953#comment-13664953 ] Per Steffensen edited comment on SOLR-4470 at 5/23/13 7:35 AM

[jira] [Commented] (SOLR-4470) Support for basic http auth in internal solr requests

2013-05-22 Thread Per Steffensen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13664139#comment-13664139 ] Per Steffensen commented on SOLR-4470: -- Way to go, Jan! Support

[jira] [Commented] (SOLR-4470) Support for basic http auth in internal solr requests

2013-05-22 Thread Per Steffensen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13664147#comment-13664147 ] Per Steffensen commented on SOLR-4470: -- BTW, if this gets committed, we want to go

[jira] [Commented] (SOLR-4470) Support for basic http auth in internal solr requests

2013-05-22 Thread Per Steffensen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13664193#comment-13664193 ] Per Steffensen commented on SOLR-4470: -- bq. I'm wondering if all the people who

[jira] [Commented] (SOLR-4470) Support for basic http auth in internal solr requests

2013-05-21 Thread Per Steffensen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13662781#comment-13662781 ] Per Steffensen commented on SOLR-4470: -- Sorry, I didnt follow the discussions

[jira] [Commented] (SOLR-4470) Support for basic http auth in internal solr requests

2013-05-21 Thread Per Steffensen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13662795#comment-13662795 ] Per Steffensen commented on SOLR-4470: -- BTW, if you put credentials in ZooKeeper

[jira] [Updated] (SOLR-4580) Support for protecting content in ZK

2013-05-14 Thread Per Steffensen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Per Steffensen updated SOLR-4580: - Attachment: SOLR-4580_branch_4x_r1482255.patch Patch fitting branch_4x revision 1482255. A little

[jira] [Commented] (SOLR-3382) Finegrained error propagation (focus on multi-document updates)

2013-04-10 Thread Per Steffensen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3382?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13627601#comment-13627601 ] Per Steffensen commented on SOLR-3382: -- We use this Apache issue/ticket to keep track

[jira] [Comment Edited] (SOLR-3382) Finegrained error propagation (focus on multi-document updates)

2013-04-10 Thread Per Steffensen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3382?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13627601#comment-13627601 ] Per Steffensen edited comment on SOLR-3382 at 4/10/13 8:34 AM

[jira] [Commented] (SOLR-4618) Integrate LucidWorks' Solr Reference Guide with Solr documentation

2013-03-21 Thread Per Steffensen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4618?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13609337#comment-13609337 ] Per Steffensen commented on SOLR-4618: -- Have anyone considered storing doc in SVN

[jira] [Commented] (SOLR-4577) The collections API should return responses (sucess or failure) for each node it attempts to work with.

2013-03-18 Thread Per Steffensen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4577?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13604918#comment-13604918 ] Per Steffensen commented on SOLR-4577: -- I provided my attempt at a holistic solution

[jira] [Commented] (SOLR-4577) The collections API should return responses (sucess or failure) for each node it attempts to work with.

2013-03-16 Thread Per Steffensen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4577?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13604369#comment-13604369 ] Per Steffensen commented on SOLR-4577: -- Of course, I would have preferred if you had

Re: Protecting content in zookeeper

2013-03-15 Thread Per Steffensen
On 3/14/13 5:21 PM, Mark Miller wrote: On Mar 14, 2013, at 3:16 AM, Per Steffensen st...@designware.dk wrote: Even though you do not share zookeeper you might want to set up permissions anyway, but never mind. That's just the only reason I care about. Otherwise, I'm of a similar mind

[jira] [Created] (SOLR-4580) Support for protecting content in ZK

2013-03-14 Thread Per Steffensen (JIRA)
Per Steffensen created SOLR-4580: Summary: Support for protecting content in ZK Key: SOLR-4580 URL: https://issues.apache.org/jira/browse/SOLR-4580 Project: Solr Issue Type: New Feature

Re: Protecting content in zookeeper

2013-03-14 Thread Per Steffensen
On 3/13/13 5:07 PM, Mark Miller wrote: 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

[jira] [Commented] (SOLR-4580) Support for protecting content in ZK

2013-03-14 Thread Per Steffensen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4580?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13602146#comment-13602146 ] Per Steffensen commented on SOLR-4580: -- Early implemention thoughts * You have

[jira] [Commented] (SOLR-4580) Support for protecting content in ZK

2013-03-14 Thread Per Steffensen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4580?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13602149#comment-13602149 ] Per Steffensen commented on SOLR-4580: -- Make a short description on Solr Security Wiki

Protecting content in zookeeper

2013-03-13 Thread Per Steffensen
to this issue is not interesting for the community (e.g. because there is a strategy that people also have to somehow deal with this issue outside the context Solr (code))? Regards, Per Steffensen - To unsubscribe, e-mail: dev-unsubscr

Protecting content in Zookeeper

2013-03-13 Thread Per Steffensen
to this issue is not interesting for the community (e.g. because there is a strategy that people also have to somehow deal with this issue outside the context Solr (code))? Regards, Per Steffensen - To unsubscribe, e-mail: dev-unsubscr

[jira] [Updated] (SOLR-4470) Support for basic http auth in internal solr requests

2013-03-08 Thread Per Steffensen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4470?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Per Steffensen updated SOLR-4470: - Attachment: SOLR-4470_branch_4x_r145.patch New patch SOLR-4470_branch_4x_r145.patch

[jira] [Commented] (SOLR-4470) Support for basic http auth in internal solr requests

2013-03-07 Thread Per Steffensen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13595705#comment-13595705 ] Per Steffensen commented on SOLR-4470: -- bq. as long as the patch keeps applying well

[jira] [Commented] (SOLR-4470) Support for basic http auth in internal solr requests

2013-03-07 Thread Per Steffensen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13595842#comment-13595842 ] Per Steffensen commented on SOLR-4470: -- bq. Hmm, perhaps make the new convenience

[jira] [Commented] (SOLR-4470) Support for basic http auth in internal solr requests

2013-03-06 Thread Per Steffensen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13594492#comment-13594492 ] Per Steffensen commented on SOLR-4470: -- .bq You could run it anyway. I will bring

[jira] [Comment Edited] (SOLR-4470) Support for basic http auth in internal solr requests

2013-03-06 Thread Per Steffensen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13594492#comment-13594492 ] Per Steffensen edited comment on SOLR-4470 at 3/6/13 8:38 AM

[jira] [Updated] (SOLR-4470) Support for basic http auth in internal solr requests

2013-03-06 Thread Per Steffensen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4470?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Per Steffensen updated SOLR-4470: - Attachment: SOLR-4470_branch_4x_r1452629.patch New patch. Passes precommit if you do

[jira] [Comment Edited] (SOLR-4470) Support for basic http auth in internal solr requests

2013-03-06 Thread Per Steffensen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13594627#comment-13594627 ] Per Steffensen edited comment on SOLR-4470 at 3/6/13 11:39 AM

[jira] [Comment Edited] (SOLR-4470) Support for basic http auth in internal solr requests

2013-03-06 Thread Per Steffensen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13593830#comment-13593830 ] Per Steffensen edited comment on SOLR-4470 at 3/6/13 12:09 PM

[jira] [Commented] (SOLR-4470) Support for basic http auth in internal solr requests

2013-03-06 Thread Per Steffensen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13594817#comment-13594817 ] Per Steffensen commented on SOLR-4470: -- Added a few (well a lot) words to http

[jira] [Commented] (SOLR-4470) Support for basic http auth in internal solr requests

2013-03-06 Thread Per Steffensen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13594988#comment-13594988 ] Per Steffensen commented on SOLR-4470: -- Actually I started out making support

[jira] [Commented] (SOLR-608) scripts using curl should support authentication params

2013-03-06 Thread Per Steffensen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-608?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13595060#comment-13595060 ] Per Steffensen commented on SOLR-608: - http://wiki.apache.org/solr/SolrSecurity

[jira] [Updated] (SOLR-4470) Support for basic http auth in internal solr requests

2013-03-05 Thread Per Steffensen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4470?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Per Steffensen updated SOLR-4470: - Attachment: SOLR-4470_branch_4x_r1452629.patch Support for basic http auth in internal solr

[jira] [Commented] (SOLR-4470) Support for basic http auth in internal solr requests

2013-03-04 Thread Per Steffensen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13592104#comment-13592104 ] Per Steffensen commented on SOLR-4470: -- My time was prioritized to work on something

[jira] [Commented] (SOLR-4470) Support for basic http auth in internal solr requests

2013-02-23 Thread Per Steffensen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13585088#comment-13585088 ] Per Steffensen commented on SOLR-4470: -- Well I developed first and foremost to be used

[jira] [Comment Edited] (SOLR-4470) Support for basic http auth in internal solr requests

2013-02-23 Thread Per Steffensen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13585088#comment-13585088 ] Per Steffensen edited comment on SOLR-4470 at 2/23/13 11:08 AM

[jira] [Commented] (SOLR-4470) Support for basic http auth in internal solr requests

2013-02-23 Thread Per Steffensen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13585093#comment-13585093 ] Per Steffensen commented on SOLR-4470: -- Prepare for a new feature well covered by test

[jira] [Commented] (SOLR-4470) Support for basic http auth in internal solr requests

2013-02-23 Thread Per Steffensen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13585094#comment-13585094 ] Per Steffensen commented on SOLR-4470: -- When patch has been committed (maybe before) I

[jira] [Commented] (SOLR-4470) Support for basic http auth in internal solr requests

2013-02-22 Thread Per Steffensen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13584097#comment-13584097 ] Per Steffensen commented on SOLR-4470: -- Dear committer eager to help with this issue

[jira] [Commented] (SOLR-4470) Support for basic http auth in internal solr requests

2013-02-21 Thread Per Steffensen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13583022#comment-13583022 ] Per Steffensen commented on SOLR-4470: -- bq. I think 1) is a no-starter Agree! bq

[jira] [Commented] (SOLR-4470) Support for basic http auth in internal solr requests

2013-02-21 Thread Per Steffensen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13583030#comment-13583030 ] Per Steffensen commented on SOLR-4470: -- bq. then put a programmable proxy in front

[jira] [Comment Edited] (SOLR-4470) Support for basic http auth in internal solr requests

2013-02-21 Thread Per Steffensen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13583030#comment-13583030 ] Per Steffensen edited comment on SOLR-4470 at 2/21/13 9:17 AM

[jira] [Commented] (SOLR-4470) Support for basic http auth in internal solr requests

2013-02-21 Thread Per Steffensen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13583131#comment-13583131 ] Per Steffensen commented on SOLR-4470: -- bq. So let this issue deal with authentication

[jira] [Commented] (SOLR-4470) Support for basic http auth in internal solr requests

2013-02-21 Thread Per Steffensen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13583341#comment-13583341 ] Per Steffensen commented on SOLR-4470: -- Doesnt the community have an opinion on https

[jira] [Commented] (SOLR-4470) Support for basic http auth in internal solr requests

2013-02-20 Thread Per Steffensen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13582144#comment-13582144 ] Per Steffensen commented on SOLR-4470: -- I think you should be able to specify

[jira] [Comment Edited] (SOLR-4470) Support for basic http auth in internal solr requests

2013-02-20 Thread Per Steffensen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13582144#comment-13582144 ] Per Steffensen edited comment on SOLR-4470 at 2/20/13 1:29 PM

[jira] [Commented] (SOLR-4470) Support for basic http auth in internal solr requests

2013-02-20 Thread Per Steffensen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13582274#comment-13582274 ] Per Steffensen commented on SOLR-4470: -- Usually you structure URLs in you web-app

[jira] [Comment Edited] (SOLR-4470) Support for basic http auth in internal solr requests

2013-02-20 Thread Per Steffensen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13582274#comment-13582274 ] Per Steffensen edited comment on SOLR-4470 at 2/20/13 4:13 PM

[jira] [Comment Edited] (SOLR-4470) Support for basic http auth in internal solr requests

2013-02-20 Thread Per Steffensen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13582274#comment-13582274 ] Per Steffensen edited comment on SOLR-4470 at 2/20/13 4:16 PM

[jira] [Comment Edited] (SOLR-4470) Support for basic http auth in internal solr requests

2013-02-19 Thread Per Steffensen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13580705#comment-13580705 ] Per Steffensen edited comment on SOLR-4470 at 2/19/13 8:06 AM

[jira] [Created] (SOLR-4470) Support for basic http auth in internal solr requests

2013-02-18 Thread Per Steffensen (JIRA)
Per Steffensen created SOLR-4470: Summary: Support for basic http auth in internal solr requests Key: SOLR-4470 URL: https://issues.apache.org/jira/browse/SOLR-4470 Project: Solr Issue Type

[jira] [Commented] (SOLR-4470) Support for basic http auth in internal solr requests

2013-02-18 Thread Per Steffensen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13580510#comment-13580510 ] Per Steffensen commented on SOLR-4470: -- Related solr-mailing-list discussion

<    1   2   3   4   5   6   >