Worked with Fusion and Zookeeper at GSA for 18 months: admin role.
Before blowing it away, you could try:
- id a candidate node, with a snapshot you just might think is old enough
to be robust.
- clean data for zk nodes otherwise.
- bring up the chosen node and wait for it to settle[wish i could
Yes, please. I have the logs from each of the Zookeepers.
We are running 3.4.12.
wunder
Walter Underwood
wun...@wunderwood.org
http://observer.wunderwood.org/ (my blog)
> On May 21, 2019, at 6:49 PM, Will Martin wrote:
>
> Walter. Can I cross-post to zk-dev?
>
>
>
> Will Martin
> DEVOPS E
Walter. Can I cross-post to zk-dev?
Will MartinDEVOPS ENGINEER540.454.9565
urgently-email-logo
Description: application/apple-msg-attachment
8609 WESTWOOD CENTER DR, SUITE 475VIENNA, VA 22182geturgently.com
On May 21, 2019, at 9:26 PM, Will Martin wrote:+1Will MartinDEVOPS ENG
+1
Will Martin
DEVOPS ENGINEER
540.454.9565
8609 WESTWOOD CENTER DR, SUITE 475
VIENNA, VA 22182
geturgently.com
On Tue, May 21, 2019 at 7:39 PM Walter Underwood
wrote:
> ADDROLE times out after 180 seconds. This seems to be an unrecoverable
> state for the cluster, so that is a pretty serious
ADDROLE times out after 180 seconds. This seems to be an unrecoverable state
for the cluster, so that is a pretty serious bug.
wunder
Walter Underwood
wun...@wunderwood.org
http://observer.wunderwood.org/ (my blog)
> On May 21, 2019, at 4:10 PM, Walter Underwood wrote:
>
> We have a 6.6.2 clu
We have a 6.6.2 cluster in prod that appears to have no overseer. In
/overseer_elect on ZK, there is an election folder, but no leader document. An
OVERSEERSTATUS request fails with a timeout.
I’m going to try ADDROLE, but I’d be delighted to hear any other ideas. We’ve
diverted all the traffic
Have you looked at TLOG and PULL replica types? If you’re trying to connect to
separate clusters (defined by having different ZooKeepers) those won’t work...
> On May 21, 2019, at 8:15 AM, Shawn Heisey wrote:
>
> On 5/21/2019 8:48 AM, Michael Tracey wrote:
>> Is it possible set up an existing S
On 5/21/2019 8:48 AM, Michael Tracey wrote:
Is it possible set up an existing SolrCloud cluster as the master for
legacy replication to a slave server or two? It looks like another option
is to use Uni-direction CDCR, but not sure what is the best option in this
case.
You're asking for proble
Is it possible set up an existing SolrCloud cluster as the master for
legacy replication to a slave server or two? It looks like another option
is to use Uni-direction CDCR, but not sure what is the best option in this
case.
--
Michael Tracey
You have to look into solr.log - it will give you the exact error message
> Am 21.05.2019 um 13:22 schrieb vivek solanki :
>
> Hi Team,
>
> This is regarding your tutorial
> https://lucene.apache.org/solr/guide/7_2/aws-solrcloud-tutorial.html.
>
> I have followed all the steps mentioned in tut
Seems like there is a bug with q.op=AND and edismax.
If I understand this correctly, these queries should return the same result:
1) q="a AND b"
2) q="a b" q.op=AND
This is not the case with edismax (using solr 8, LUCENE_VERSION: 8_0_0 ->
had the same problem at least since 7.1)
Query 2) requires t
Hi Team,
This is regarding your tutorial
https://lucene.apache.org/solr/guide/7_2/aws-solrcloud-tutorial.html.
I have followed all the steps mentioned in tutorials. In my case I have
only one machine, so there is only solr-node.
After starting solr with command:
bin/solr start -c -p 8983 -h solr-
Hi All,
I have exact problem mentioned in this link below.
http://lucene.472066.n3.nabble.com/Error-deleting-copy-field-td4393097.html
I want to delete all the copy fields with the same source name
curl http://localhost:8983/solr/pi_squared/schema/copyfields
{
"source":"abstract_txt_en"
Hi,
Please see https://lucene.apache.org/solr/community.html#mailing-lists-irc
: you need to send mail to
solr-user-unsubscr...@lucene.apache.org
in order to unsubscribe,
Regards,
Gora
Kayak28 wrote:
> For the next opportunity to share table-formatted data,
> what is the best way to share data with all of you?
There's no hard recommendations, so anything where you can just click on a link
and see the data: Google Docs, GitHub Gists, Pastebin...
> When we request a facet query
Typically you'll place the -Dsolr.httpclient.config file somewhere restricted
so there should be no need to encrypt it.
IF you encrypted the user and pass in that file, where would you place the
secret decryption key for Solr to decrypt them?
--
Jan Høydahl, search solution architect
Cominvent A
Well perhaps you don't need to remove stopwords at all? :)
Or a middle ground is to NOT removing stopwords in your 'index' analyzer, then
you have the flexibility of removing them on query side. Thus if you use
&stopwords=false on your call perhaps that works?
--
Jan Høydahl, search solution arc
Hi,
We make query to solr as below
*q="market and cloud" OR (market and cloud)&q.op=AND&deftype=edismax*
Our intent to look for results with both phrase match and AND query together
where solr itself takes care of relevancy.
But due to presence of stopword in phrase query a gap is left whic
19 matches
Mail list logo