Our team is having problems with our production setup in AWS.
Our current setup is:
- Dockerized solr nodes behind an ELB
- zookeeper with exhibitor in a docker container (3 of this set)
- solr talks to a zookeeper through an ELB (should we even do this? we did
this for recovery purposes so if the
On 6/1/2018 7:23 AM, Greenhorn Techie wrote:
> We are running SolrCloud with version 5.5.4. As I understand, Solr
> Collection Backup and Restore API are only supported from version 6
> onwards. So wondering what is the best mechanism to get our collections
> backed-up on older Solr version.
That
On 6/2/2018 1:50 AM, Shawn Heisey wrote:
If you provide a location parameter, it will write a new backup
directory in that location.
https://lucene.apache.org/solr/guide/6_6/making-and-restoring-backups.html#standalone-mode-backups
I verified that this parameter is in the 5.5 docs too, I would
On 6/2/2018 1:49 AM, solrnoobie wrote:
Our team is having problems with our production setup in AWS.
Our current setup is:
- Dockerized solr nodes behind an ELB
Putting Solr behind a load balancer is a pretty normal thing to do.
- zookeeper with exhibitor in a docker container (3 of this set
I need in help on our production setup so I will describe our setup and
issues below.
Solr is constantly going down even if there is no load / traffic. We have
recovery scripts for that but sometimes recovery is not going well because
nodes can't elect a leader so sometimes shards are unsusable /
Thank you very much for this reply!
Thank you for pointing out our error in having an ELB on top of a zookeeper.
We did this so that we could recover a node if it goes down without the need
to have a rolling restart of the solr nodes. I guess we will try an elastic
IP instead because part of our r
On 6/2/2018 5:20 AM, solrnoobie wrote:
Thank you for pointing out our error in having an ELB on top of a zookeeper.
We did this so that we could recover a node if it goes down without the need
to have a rolling restart of the solr nodes. I guess we will try an elastic
IP instead because part of o
> On Jun 2, 2018, at 12:27 AM, solrnoobie wrote:
>
> So my question is if is it ok to have load balancers on top of a zookeeper
> or should we use elastic ip's instead?
No and no. Use fixed hostnames. List all Zookeeper nodes in the zkhost spec.
Zookeeper is not a stateless service where any no
Yeah shawn,
you're right. But what i hoped to get was a hint howto build this a easy
way. Maybe something like a double query with a check between.
check fq = highest match will be last matchday = query with last matchday
i will google for some php script that can do this if you got a hint,
Hi Shawn,
Yes, I am using SolrCloud.
The multiple replicas on the same machine is only for testing.
Regards,
Edwin
On 1 June 2018 at 20:35, Shawn Heisey wrote:
> On 5/31/2018 11:38 PM, Zheng Lin Edwin Yeo wrote:
>
>> I am planning to set up Solr with replica on different machine. How should
>
Does anyone teach me if this is a bug or intended?
2018年5月31日(木) 13:53 Yasufumi Mizoguchi :
> Hi, community.
>
> I want to use Synonym(Graph)Filter with JapaneseTokenizer and
> NGramTokenizer.
> But it turned out that Synonym(Graph)FilterFactory seemed to ignore
> tokenizerFactory.* parameters su
11 matches
Mail list logo