Mohit, just curious. Have you considered just encrypting the volume where there
index is stored? It will be done at the OS level and performance wise it will
be much better and easier to manage. Would it address your requirement? Or is
it purely academic exercise for you.
Bosco
From: "Sidana
Hi Li
I got into very similar situation like you. The GC was taking much longer than
the zookeeper timeout configured. I had 3 nodes in the SolrCloud and very often
I would have my entire cluster totally messed up. Increasing the zookeeper
timeout eventually helped. But before that, I was able
Congratulations.
Does this release mandate minimum JDK 1.8?
Thanks
Bosco
On 4/7/16, 9:11 AM, "Anshum Gupta" wrote:
>Hi Ben,
>
>The vote for 6.0 just passed about an hour ago and it should just a matter
>of at the most 3-4 days depending on the availability of the release
>manager before
);
Thanks
Bosco
On 4/6/16, 5:02 PM, "Shawn Heisey" wrote:
>On 4/6/2016 3:26 PM, Don Bosco Durai wrote:
>> I want to automate the entire process from my Java process which is not
>> running on any of the servers were SolrCloud is running. In short, I don’t
>> ha
27;m not positive - I
>>> could be totally wrong on that one.
>>>
>>> My point is that I uploaded the configs from a machine that had no
>>> collection yet... it worked fine to set up then configs in Zookeeper.
>>> Later, I issued the create collection co
those lines
>> but it's been on hold.
>>
>> -Anshum
>>
>>> On Apr 6, 2016, at 12:21 PM, Don Bosco Durai wrote:
>>>
>>> Is there an equivalent of server/scripts/cloud-scripts/zkcli.sh -zkhost
>>> $zk_host -cmd upconfig -confdir $co
Is there an equivalent of server/scripts/cloud-scripts/zkcli.sh -zkhost
$zk_host -cmd upconfig -confdir $config_folder -confname $config_name using
APIs?
I want to bootstrap by uploading the configs via API. Once the configs are
uploaded, I am now able to do everything else via API.
Thanks
B
your autowarm period is long and you're still
>> getting an old searcher when you run your tests?
>>
>> Assuming that you commit(), then wait a few minutes, do you see
>> inaccurate facets? If so, what are the
>> exact steps you follow?
>>
>> Best,
I am purging some of my data on regular basis, but when I run a facet query,
the deleted values are still shown in the facet list.
Seems, commit with expunge resolves this issue
(http://grokbase.com/t/lucene/solr-user/106313v302/deleted-documents-appearing-in-facet-fields
). But it seems, commi
>Anyone told me how to secure standalone solr .
Recently there were few discussion on this. In short, it is not tested and
there doesn’t seem to a plan to test it.
>1.)using Kerberos Plugin is a good practice or any other else.
The answer depends how you are using it. Where you are deploying it,
gt; > > addprinc HTTP/192.168.0.107
>> > >> > > ktadd -k /tmp/107.keytab HTTP/192.168.0.107
>> > >> > >
>> > >> > > Then copy the
t; It should be possible to run it in standalone mode, but it is not something
>> that has been well test yet.
>>
>> On Tue, Dec 8, 2015 at 11:02 PM, Don Bosco Durai wrote:
>>
>> > It was tested and meant to work only in SolrCloud mode.
>> >
>
ce/display/solr/Kerberos+Authentication+Plugin?focusedCommentId=61331746#comment-61331746
2015-12-08 17:14 GMT+00:00 Don Bosco Durai :
> Not sure exactly what you mean here. Even if you are running in SolrCloud,
> you can access it using URL. So there won't be any change on the c
osting shoud be Cloud web
hosting? or dont need a web server having cloud..?
2015-12-08 1:58 GMT+00:00 Don Bosco Durai :
> Have you considered running your Solr as SolrCloud with embedded zookeeper?
>
> If you do, you have multiple options. Basic Auth, Kerberos and
> authori
You only have 261 documents. That shouldn't be a problem, unless your document
size is huge.
I feel, the problem still exists somewhere. You have just deferred it...
Bosco
On Tue, Dec 8, 2015 at 6:48 AM -0800, "Salman Ansari"
wrote:
Thanks Andrea and Alexandre for your responses.
Have you considered running your Solr as SolrCloud with embedded zookeeper?
If you do, you have multiple options. Basic Auth, Kerberos and authorization
support.
Bosco
On 12/7/15, 7:03 AM, "kostali hassan" wrote:
>How I shoud secure my server of solr 5 .3.1 in single-node Mode. I Am
>se
My experience is, once managed-schema is created, then schema.xml even if
present is ignored. When both are present, you will get a warning in the Solr
log.
I have stopped using schema.xml. Actually, I use it once, start Solr and after
it generates managed-schema, I export it and pretty much ju
ue is related to Windows command
>as mentioned here
>http://stackoverflow.com/questions/28837827/solr-5-0-unable-to-start-solr-with-zookeeper-ensemble
>
>
>On Sun, Nov 29, 2015 at 10:55 PM, Don Bosco Durai wrote:
>
>> It is highly recommended to list all, but for testing, you
the point is: do I really need to list all the zookeepers in the
>ensemble when starting solr or I can just specify one of them?
>
>On Sun, Nov 29, 2015 at 10:45 PM, Don Bosco Durai wrote:
>
>> You might want to check the logs for why solr is not starting up.
>>
>&
You might want to check the logs for why solr is not starting up.
Bosco
On 11/29/15, 11:30 AM, "Salman Ansari" wrote:
>Thanks for your reply.
>
>
>
>Actually I am following the official guide to start solr using (on Windows
>machines)
>
>
>
>bin/solr start -e cloud -z zk1:2181,zk2:2182,zk3:2
For 2a, assuming you want to tell Solr where to store the local indexes, in
SolrCloud I have generally updated the solr.in.sh for the variable
SOLR_HOME=. Make sure solr.xml is in that folder and optionally zoo.cfg.
For 2b, as Erick mentioned, you need all three params. Solr by default will
exp
st a UI) role covering the whole UI. More
>sophisticated UIs are, for sure, possible, but I for one haven't thought
>that far yet.
>
>Upayavira
>
>On Sat, Nov 21, 2015, at 09:42 PM, Don Bosco Durai wrote:
>> In traditional web interface application, the URLs can be configured a
In traditional web interface application, the URLs can be configured as
public->authenticated->authorized. Which is very similar to what you are
suggesting.
>I tried out BasicAuthPlugin today. Surprised that not admin UI is protected.
My suggestion would be to differentiate between Web Interfac
tions API and shouldn't have led to that state. Have
>you had similar issues before?
>
>I'm also wondering if you already had something from previous runs/installs
>on the fs/zk.
>
>On Fri, Nov 20, 2015 at 10:26 AM, Don Bosco Durai wrote:
>
>> Anshum,
>>
>&g
't use the Collections API to create the collection.
>
>
>
>
>
>On Fri, Nov 20, 2015 at 9:39 AM, Don Bosco Durai wrote:
>
>> I created a 3 shard cluster, but seems for one of the shard, the range is
>> empty. Anyway to fix it without deleting and
I am using Solr 5.2 version.
Thanks
Bosco
On 11/20/15, 9:39 AM, "Don Bosco Durai" wrote:
>I created a 3 shard cluster, but seems for one of the shard, the range is
>empty. Anyway to fix it without deleting and recreating the collection?
>
>2015-11-20 08:59:50,901
I created a 3 shard cluster, but seems for one of the shard, the range is
empty. Anyway to fix it without deleting and recreating the collection?
2015-11-20 08:59:50,901 [solr,writer=0] ERROR
apache.solr.client.solrj.impl.CloudSolrClient (CloudSolrClient.java:902) -
Request to collection my_col
a single core.
>
>Steve
>
>On Mon, Aug 24, 2015 at 4:12 PM, Don Bosco Durai wrote:
>
>> Just curious, is Kerberos an option for you? If so, mostly all your 3
>>use
>> cases will addressed.
>>
>> Bosco
>>
>>
>> On 8/24/15, 12:18 PM, "
Just curious, is Kerberos an option for you? If so, mostly all your 3 use
cases will addressed.
Bosco
On 8/24/15, 12:18 PM, "Steven White" wrote:
>Hi Noble,
>
>Is everything in the link you provided applicable to Solr 5.2.1?
>
>Thanks
>
>Steve
>
>On Mon, Aug 24, 2015 at 2:20 PM, Noble Paul wr
I also feel having dataDir configurable helps deployments in enterprise
easy. Generally software are installed in root disk e.g. /opt/solr and if
the data folder is within it, then it will require root drive to be
expanded as Solr index increases or need to be optimized, etc. Having data
folder con
30 matches
Mail list logo