recommendation for solr replication throttling

2020-11-13 Thread Alu, Pino [CORP/US]
Hello, We are needing a recommendation for solr replication throttling. What are your recommendations for maxWriteMBPerSec value? Our indexes contain 18 locales and size for all indexes is 188GB and growing. Also will replication throttling work with solr 4.10.3? Thanks, Pino Alu | HCL

RE: Solr Replication

2019-01-07 Thread Vadim Ivanov
, January 07, 2019 11:10 AM > To: solr-user@lucene.apache.org > Subject: Re: Solr Replication > > In SolrCloud there are Data Centers. > Your Cluster 1 is DataCenter 1 and your Cluster 2 is Data Center 2. > You can then use CDCR (Cross Data Center Replication). > http://lucene.a

Re: Solr Replication

2019-01-07 Thread Bernd Fehling
In SolrCloud there are Data Centers. Your Cluster 1 is DataCenter 1 and your Cluster 2 is Data Center 2. You can then use CDCR (Cross Data Center Replication). http://lucene.apache.org/solr/guide/7_0/cross-data-center-replication-cdcr.html Nevertheless I would spend your Cluster 2 another 2 zooke

Solr Replication

2019-01-06 Thread Mannar mannan
Hi All, I would like to configure master slave between two solr cloud clusters (for failover). Below is the scenario Solr version : 7.0 Cluster 1: 3 zookeeper instances : zk1, zk2, zk3 2 solr instances : solr1, solr2 Cluster 2: 1 zookeeper instance : bkpzk1, 1 solr instances : bkpsolr1, bkpso

Re: Solr Replication being flaky (6.2.0)

2018-01-20 Thread Erick Erickson
but since we load balance > requestsif the master/slave are out of sync the search results vary. > > The advice is MUCH appreciated! > > -Original Message- > From: Shawn Heisey [mailto:apa...@elyograg.org] > Sent: Friday, January 19, 2018 1:49 PM > To: solr-user

RE: Solr Replication being flaky (6.2.0)

2018-01-19 Thread Pouliot, Scott
Heisey [mailto:apa...@elyograg.org] Sent: Friday, January 19, 2018 1:49 PM To: solr-user@lucene.apache.org Subject: Re: Solr Replication being flaky (6.2.0) On 1/19/2018 11:27 AM, Shawn Heisey wrote: > On 1/19/2018 8:54 AM, Pouliot, Scott wrote: >> I do have a ticket in with our system

Re: Solr Replication being flaky (6.2.0)

2018-01-19 Thread Shawn Heisey
On 1/19/2018 11:27 AM, Shawn Heisey wrote: On 1/19/2018 8:54 AM, Pouliot, Scott wrote: I do have a ticket in with our systems team to up the file handlers since I am seeing the "Too many files open" error on occasion on our prod servers.  Is this the setting you're referring to?  Found we were

Re: Solr Replication being flaky (6.2.0)

2018-01-19 Thread Shawn Heisey
On 1/19/2018 8:54 AM, Pouliot, Scott wrote: I do have a ticket in with our systems team to up the file handlers since I am seeing the "Too many files open" error on occasion on our prod servers. Is this the setting you're referring to? Found we were set to to 1024 using the "Ulimit" command.

RE: Solr Replication being flaky (6.2.0)

2018-01-19 Thread Pouliot, Scott
That's evidence enough for me to beat on our systems guys to get these file handles upped and cross my fingers then! -Original Message- From: Erick Erickson [mailto:erickerick...@gmail.com] Sent: Friday, January 19, 2018 1:18 PM To: solr-user Subject: Re: Solr Replication being

Re: Solr Replication being flaky (6.2.0)

2018-01-19 Thread Erick Erickson
working like a champ, except when things get out of sync. > > Scott > > -Original Message- > From: Erick Erickson [mailto:erickerick...@gmail.com] > Sent: Friday, January 19, 2018 12:27 PM > To: solr-user > Subject: Re: Solr Replication being flaky (6.2.0) > >

RE: Solr Replication being flaky (6.2.0)

2018-01-19 Thread Pouliot, Scott
Subject: Re: Solr Replication being flaky (6.2.0) Scott: We usually recommend setting files and processes very, very high. Like 65K high. Or unlimited if you can. Plus max user processes should also be bumped very high as well, like 65K as well. Plus max memory and virtual memory should be

Re: Solr Replication being flaky (6.2.0)

2018-01-19 Thread Erick Erickson
this the setting you're referring to? Found we were set to to 1024 using > the "Ulimit" command. > > -Original Message- > From: Shawn Heisey [mailto:apa...@elyograg.org] > Sent: Friday, January 19, 2018 10:48 AM > To: solr-user@lucene.apache.org > Subject: Re

RE: Solr Replication being flaky (6.2.0)

2018-01-19 Thread Pouliot, Scott
Message- From: Shawn Heisey [mailto:apa...@elyograg.org] Sent: Friday, January 19, 2018 10:48 AM To: solr-user@lucene.apache.org Subject: Re: Solr Replication being flaky (6.2.0) On 1/19/2018 7:50 AM, Pouliot, Scott wrote: > So we're running Solr in a Master/Slave configuration (1

Re: Solr Replication being flaky (6.2.0)

2018-01-19 Thread Shawn Heisey
On 1/19/2018 7:50 AM, Pouliot, Scott wrote: So we're running Solr in a Master/Slave configuration (1 of each) and it seems that the replication stalls or stops functioning every now and again. If we restart the Solr service or optimize the core it seems to kick back in again. Anyone have any

RE: Solr Replication being flaky (6.2.0)

2018-01-19 Thread Pouliot, Scott
-Original Message- From: David Hastings [mailto:hastings.recurs...@gmail.com] Sent: Friday, January 19, 2018 10:35 AM To: solr-user@lucene.apache.org Subject: Re: Solr Replication being flaky (6.2.0) This happens to me quite often as well. Generally on the replication admin screen

Re: Solr Replication being flaky (6.2.0)

2018-01-19 Thread David Hastings
This happens to me quite often as well. Generally on the replication admin screen it will say its downloading a file, but be at 0 or a VERY small kb/sec. Then after a restart of the slave its back to downloading at 30 to 100 mg/sec. Would be curious if there actually is a solution to this aside

Solr Replication being flaky (6.2.0)

2018-01-19 Thread Pouliot, Scott
So we're running Solr in a Master/Slave configuration (1 of each) and it seems that the replication stalls or stops functioning every now and again. If we restart the Solr service or optimize the core it seems to kick back in again. Anyone have any idea what might be causing this? We do have a

Re: Solr replication

2017-09-20 Thread Satyaprashant Bezwada
ave installed Solr 6.5 in cloud mode and have 3 ZooKeepers and 2 Solr nodes configured. Enabled Solr replication in my Solrj client but the replication fails and is unable to create a collection. > > The same code works in our different environment where in I have 1 zookeeper and 3 So

Re: Solr replication

2017-09-20 Thread Erick Erickson
cloud mode and have 3 ZooKeepers and 2 Solr nodes > configured. Enabled Solr replication in my Solrj client but the replication > fails and is unable to create a collection. > > The same code works in our different environment where in I have 1 zookeeper > and 3 Solr nodes co

Solr replication

2017-09-19 Thread Satyaprashant Bezwada
Need some inputs or help in resolving replication across solr nodes. We have installed Solr 6.5 in cloud mode and have 3 ZooKeepers and 2 Solr nodes configured. Enabled Solr replication in my Solrj client but the replication fails and is unable to create a collection. The same code works in

Solr replication failure then restart.

2016-09-19 Thread Yunee Lee
Hi, I have a solr replication set up from master to slave in legacy ( It's not from the solr cloud). Somehow the first initial replication doesn't finish and when it reaches 99% and got the error as following and then restart from the beginning. I don't know why it is keep

SOLR replication: different behavior for network cut off vs. machine restart

2016-09-02 Thread Grzegorz Huber
Hi, We try to set up a SOLR Cloud environment using 1 shard with 2 replicas (1 leader). The replicas are managed by 3 zookeeper instances. The setup seems fine when we do the normal work. The data is being replicated at runtime. Now we try to simulate erroneous behavior in several cases: Turn o

Solr Replication error

2016-01-24 Thread Yago Riveiro
in context: http://lucene.472066.n3.nabble.com/Solr-Replication-error-tp4252929.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr Replication sometimes coming in log files

2015-09-14 Thread Upayavira
I bet you have the admin UI open on your second slave. The _=144... is the give-away. Those requests are the admin UI asking the replication handler for the status of replication. Upayavira On Wed, Sep 9, 2015, at 06:32 AM, Kamal Kishore Aggarwal wrote: > Hi Team, > > I am currently working with

Re: Solr Replication sometimes coming in log files

2015-09-14 Thread Mikhail Khludnev
Hello, I'd say opposite: high load causes long time to respond. 'command=details' is rather cheap and fast _I believe_. On Mon, Sep 14, 2015 at 10:20 AM, Kamal Kishore Aggarwal < kkroyal@gmail.com> wrote: > Can anybody suggest me something.. > > On Wed, Sep 9, 2015 at 11:02 AM, Kamal Kishore

Re: Solr Replication sometimes coming in log files

2015-09-14 Thread Kamal Kishore Aggarwal
Can anybody suggest me something.. On Wed, Sep 9, 2015 at 11:02 AM, Kamal Kishore Aggarwal < kkroyal@gmail.com> wrote: > Hi Team, > > I am currently working with Java-1.7, Solr-4.8.1 with tomcat 7. The solr > configuration has master & slave ( 2 Slaves) architecture. > > > Master & Slave 2 ar

Solr Replication sometimes coming in log files

2015-09-08 Thread Kamal Kishore Aggarwal
Hi Team, I am currently working with Java-1.7, Solr-4.8.1 with tomcat 7. The solr configuration has master & slave ( 2 Slaves) architecture. Master & Slave 2 are in same server location (say zone A) , whereas Slave 1 is in another server in different zone (say zone B). There is latency of 40 ms

Re: Weird Solr Replication Slave out of sync

2015-02-17 Thread Dmitry Kan
Hi, This sounds quite strange. Do you see any error messages either in the solr admin's replication page or in the master's OR slave's logs? When we had issues with slave replicating from the master, they related to slave running out of disk. I'm sure there could be a bunch of other reasons for fa

Weird Solr Replication Slave out of sync

2015-02-16 Thread Summer Shire
Hi All, My master and slave index version and generation is the same yet the index is not in sync because when I execute the same query on both master and slave I see old docs on slave which should not be there. I also tried to fetch a specific indexversion on slave using command=fetchindex&ind

Re: solr replication vs. rsync

2015-01-25 Thread Erick Erickson
Shawn Heisey > > wrote: > > > > > On 1/24/2015 10:56 PM, Dan Davis wrote: > > > > When I polled the various projects already using Solr at my > > > organization, I > > > > was greatly surprised that none of them were using Solr replication, > &g

Re: solr replication vs. rsync

2015-01-25 Thread Dan Davis
> > > When I polled the various projects already using Solr at my > > organization, I > > > was greatly surprised that none of them were using Solr replication, > > > because they had talked about "replicating" the data. > > > > > > But we are not

Re: solr replication vs. rsync

2015-01-25 Thread Dan Davis
. > > FWIW, > Erick > > On Sun, Jan 25, 2015 at 9:26 AM, Shawn Heisey > wrote: > > > On 1/24/2015 10:56 PM, Dan Davis wrote: > > > When I polled the various projects already using Solr at my > > organization, I > > > was greatly surprised that n

Re: solr replication vs. rsync

2015-01-25 Thread Erick Erickson
is wrote: > > When I polled the various projects already using Solr at my > organization, I > > was greatly surprised that none of them were using Solr replication, > > because they had talked about "replicating" the data. > > > > But we are not Pinterest, and do n

Re: solr replication vs. rsync

2015-01-25 Thread Shawn Heisey
On 1/24/2015 10:56 PM, Dan Davis wrote: > When I polled the various projects already using Solr at my organization, I > was greatly surprised that none of them were using Solr replication, > because they had talked about "replicating" the data. > > But we are not Pinter

solr replication vs. rsync

2015-01-24 Thread Dan Davis
When I polled the various projects already using Solr at my organization, I was greatly surprised that none of them were using Solr replication, because they had talked about "replicating" the data. But we are not Pinterest, and do not expect to be taking in changes one post at a time

Re: Solr Replication during Tomcat shutdown causes shutdown to hang/fail

2014-10-13 Thread Phil Black-Knight
I haven't seen any activity regarding this in Jira, just curious if it would be looked into anytime soon... On Thu, Oct 2, 2014 at 10:11 AM, Phil Black-Knight < pblackkni...@globalgiving.org> wrote: > see the ticket here: > https://issues.apache.org/jira/browse/SOLR-6579 > > including a patch to

Re: Solr Replication during Tomcat shutdown causes shutdown to hang/fail

2014-10-02 Thread Phil Black-Knight
see the ticket here: https://issues.apache.org/jira/browse/SOLR-6579 including a patch to fix it. On Thu, Oct 2, 2014 at 9:44 AM, Shawn Heisey wrote: > On 10/2/2014 7:25 AM, Phil Black-Knight wrote: > > I was helping to look into this with Nick & I think we may have figured > out > > the core o

Re: Solr Replication during Tomcat shutdown causes shutdown to hang/fail

2014-10-02 Thread Shawn Heisey
On 10/2/2014 7:25 AM, Phil Black-Knight wrote: > I was helping to look into this with Nick & I think we may have figured out > the core of the problem... > > The problem is easily reproducible by starting replication on the slave and > then sending a shutdown command to tomcat (e.g. catalina.sh st

RE: Solr Replication during Tomcat shutdown causes shutdown to hang/fail

2014-10-02 Thread Phil Black-Knight
I was helping to look into this with Nick & I think we may have figured out the core of the problem... The problem is easily reproducible by starting replication on the slave and then sending a shutdown command to tomcat (e.g. catalina.sh stop). With a debugger attached, it looks like the fsyncSe

Solr Replication during Tomcat shutdown causes shutdown to hang/fail

2014-09-29 Thread Nicholas Violi
Hello, I have solr 4.10 running on tomcat 7. I'm doing replication from one master to about 10 slaves, with standard configuration: ${enable.master:false} commit startup schema.xml,stopwords.txt

Re: SolR replication issue

2014-09-01 Thread Mauricio Ferreyra
The entire stacktrace: ERROR SolrIndexWriter Coud not unlock directory after seemingly failed IndexWriter#close() org.apache.lucene.store.LockReleaseFailedException: Cannot forcefully unlock a NativeFSLock which is held by another indexer component: /home/miapp/collection1/data/index.2014090114080

Re: SolR replication issue

2014-09-01 Thread Shawn Heisey
On 9/1/2014 10:31 AM, Mauricio Ferreyra wrote: > I'm using Solr 4.3.1 with a master/slave configuration. > > Configuration: > > Master: > * * > * commit* > * startup* > * schema.xml,stopwords.txt* > * * > > > Slave: > * * > * http://10.xx.xx.xx:90

SolR replication issue

2014-09-01 Thread Mauricio Ferreyra
Hi folks, I'm using Solr 4.3.1 with a master/slave configuration. Configuration: Master: * * * commit* * startup* * schema.xml,stopwords.txt* * * Slave: * * * http://10.xx.xx.xx:9081/solr * * 00:00:60* *

Inconsistent behavior with Solr replication

2014-06-13 Thread Prasi S
Hi, I am using solr 4.4 , replication set with one Master and 1 slave. Master is set to replicate after startup and commit. It has an internal autocommit of maxTime:15000. Slave polls the master every 45sec to check for updates. I indexed Master with DIH, First, indexed half million docs in Mast

Re: Solr Replication Issue : Incorrect Base_URL

2014-06-13 Thread Alan Woodward
quot;:{ >"state":"down", > * "base_url":"http://hostname:8080/solr",* >"core":"reviews", >"node_name":"10.98.63.98:8080_solr"}, > > Can some

Solr Replication Issue : Incorrect Base_URL

2014-06-12 Thread pramodEbay
"state":"down", * "base_url":"http://hostname:8080/solr",* "core":"reviews", "node_name":"10.98.63.98:8080_solr"}, Can someone please tell me where do I tell zookee

Solr Replication Index directory disappears

2014-01-07 Thread anand chandak
Hi, We are using solr 4.4 version and am facing some issue with replication, we are trying to replicate very large index about 105G. Once the replication is done, I see the index. directory but the index directory is not present ? Why is this happening ? Also, I see with every iteration t

Re: SOLR replication question?

2013-07-29 Thread Shawn Heisey
> I am currently using SOLR 4.4. but not planning to use solrcloud in very near > future. > I have 3 master / 3 slave setup. Each master is linked to its > corresponding > slave.. I have disabled auto polling.. > We do both push (using MQ) and pull indexing using SOLRJ indexing program. > I have en

SOLR replication question?

2013-07-29 Thread SolrLover
store that data anywhere except in index). -- View this message in context: http://lucene.472066.n3.nabble.com/SOLR-replication-question-tp4081161.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: problems about solr replication in 4.3

2013-07-27 Thread Erick Erickson
when i using in solr3.6 has no problem ,never delete at first . > > does solr 4 need to special config anything ? > > thanks a lot . > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/problems-about-solr-replication-in-4-3-tp4079665p4080480.html > Sent from the Solr - User mailing list archive at Nabble.com.

Re: problems about solr replication in 4.3

2013-07-25 Thread xiaoqi
ne.472066.n3.nabble.com/problems-about-solr-replication-in-4-3-tp4079665p4080480.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: problems about solr replication in 4.3

2013-07-23 Thread Erick Erickson
uring this process ! > > i am newer to solr 4 , does this normal ? any ideas , thanks ! > > > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/problems-about-solr-replication-in-4-3-tp4079665.html > Sent from the Solr - User mailing list archive at Nabble.com.

problems about solr replication in 4.3

2013-07-23 Thread xiaoqi
earch during this process ! i am newer to solr 4 , does this normal ? any ideas , thanks ! -- View this message in context: http://lucene.472066.n3.nabble.com/problems-about-solr-replication-in-4-3-tp4079665.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr replication is extremely slow(less then 1MB/s)

2013-06-24 Thread William Bell
I agree. It is even slower when the slave is being pounded. On Fri, Jun 21, 2013 at 3:35 AM, Ted wrote: > Solr replication is extremely slow(less then 1MB/s) > > When the replication is runinng,network and disk occupancy rate remained at > a very low level. > > I've tr

Solr replication is extremely slow(less then 1MB/s)

2013-06-21 Thread Ted
Solr replication is extremely slow(less then 1MB/s) When the replication is runinng,network and disk occupancy rate remained at a very low level. I've tried downloading a piece of the index file with browser. like this: http://master/solr/product/replication?command=filecontent&wt=f

Re: Troubles with solr replication

2013-04-16 Thread Chris Hostetter
: Also when I checked the solr log. : : > [org.apache.solr.handler.SnapPuller] Master at: : > http://192.168.2.204:8080/solr/replication is not available. Index fetch : > failed. Exception: Connection refused : : : BTW, I was able to fetch the replication file with wget directly.

Troubles with solr replication

2013-04-10 Thread Sergii Khomenko
Hi guys, I have some problems with Solr replication and can see some unexpected behavior. Would be nice to have some answers where am I wrong, or what is the best way to solve the problem. I have a replication master-slave. http://192.168.2.204:8080/solr/ is master and http://192.168.2.174:8080

Troubles with solr replication

2013-04-10 Thread Sergii Khomenko
Hi guys, I have some problems with Solr replication and can see some unexpected behavior. Would be nice to have some answers where am I wrong, or what is the best way to solve the problem. I have a replication master-slave. http://192.168.2.204:8080/solr/ is master and http://192.168.2.174:8080

Re: Problem with Solr replication in solr 4.2

2013-03-21 Thread Mark Miller
On Mar 21, 2013, at 12:08 PM, Rohit Harchandani wrote: > Hey, > Currently we are using solr 4.0 with a master slave setup. The data gets > indexed on the master and then we issue a fetchindex command to replicate > it on the slave. The slave has a postCommit listener which gets kicked off > when

Problem with Solr replication in solr 4.2

2013-03-21 Thread Rohit Harchandani
Hey, Currently we are using solr 4.0 with a master slave setup. The data gets indexed on the master and then we issue a fetchindex command to replicate it on the slave. The slave has a postCommit listener which gets kicked off when replication finishes and we depend on this listener to know whn rep

Re: Solr 4.1 monitoring with /solr/replication?command=details - indexVersion?

2013-03-20 Thread Rafał Radecki
, 2013, at 4:03 AM, Rafał Radecki wrote: > >> Thanks for the info. >> I understand that the latest "replicateable" version of index may >> differ from the actual version of index on master/slave. >> But why when I use >> /solr/replication?command=indexve

Re: Solr 4.1 monitoring with /solr/replication?command=details - indexVersion?

2013-03-20 Thread Mark Miller
that the latest "replicateable" version of index may > differ from the actual version of index on master/slave. > But why when I use > /solr/replication?command=indexversion > > On master: > > > > 0 > 0 > > 1363263304585 > 4 > > > And on

Re: Solr 4.1 monitoring with /solr/replication?command=details - indexVersion?

2013-03-20 Thread Rafał Radecki
Thanks for the info. I understand that the latest "replicateable" version of index may differ from the actual version of index on master/slave. But why when I use /solr/replication?command=indexversion On master: 0 0 1363263304585 4 And on slave: 0 1 1363263600323 5 Wh

Re: Solr 4.1 monitoring with /solr/replication?command=details - indexVersion?

2013-03-19 Thread Mark Miller
On Mar 15, 2013, at 6:43 AM, Rafał Radecki wrote: > I use http and get /solr/replication?command=indexversion urls to get > index versions on master and slave. The replication works fine but > index versions from /solr/replication?command=indexversion differ. I think thats normal

Re: Solr 4.1 monitoring with /solr/replication?command=details - indexVersion?

2013-03-19 Thread Chris Hostetter
/jira/browse/SOLR-3681 : Date: Fri, 15 Mar 2013 11:43:05 +0100 : From: Rafał Radecki : Reply-To: solr-user@lucene.apache.org : To: solr-user@lucene.apache.org : Subject: Re: Solr 4.1 monitoring with /solr/replication?command=details - : indexVersion? : : I use http and get /solr/replication

Re: Solr Replication

2013-03-16 Thread Erick Erickson
would either cause a downtime or if > during a backup there is a write activity my backup will be corrupted. Can > you please suggest if there is a cleaner way to handle this > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Solr-Replication-tp4047266p4047591.html > Sent from the Solr - User mailing list archive at Nabble.com. >

Re: Solr 4.1 monitoring with /solr/replication?command=details - indexVersion?

2013-03-15 Thread Rafał Radecki
I use http and get /solr/replication?command=indexversion urls to get index versions on master and slave. The replication works fine but index versions from /solr/replication?command=indexversion differ. Best regards, Rafal. 2013/3/14 Mark Miller : > What calls are you using to get the versi

Re: Solr Replication

2013-03-14 Thread vicky desai
-- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Replication-tp4047266p4047591.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr 4.1 monitoring with /solr/replication?command=details - indexVersion?

2013-03-14 Thread Mark Miller
> 1363272681951 > 93 > 1,022.31 MB > Slave: > 1363273274085 > 95 > 1,022.31 MB > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Solr-4-1-monitoring-with-solr-replication-command-details-indexVersion-tp4047329p40

Re: Solr 4.1 monitoring with /solr/replication?command=details - indexVersion?

2013-03-14 Thread richardg
85 95 1,022.31 MB -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-4-1-monitoring-with-solr-replication-command-details-indexVersion-tp4047329p4047380.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr 4.1 monitoring with /solr/replication?command=details - indexVersion?

2013-03-14 Thread Mark Miller
On Mar 14, 2013, at 8:10 AM, Rafał Radecki wrote: > Is this a bug? Yes, 4.1 had some replication issues just as you seem to describe here. It all should be fixed in 4.2 which is available now and is a simple upgrade. - Mark

Re: Solr 4.1 monitoring with /solr/replication?command=details - indexVersion?

2013-03-14 Thread Rafał Radecki
In the output of: /solr/replication?command=details there is indexVersion mentioned many times: 0 3 22.59 KB /usr/share/solr/data/index/ 1363259880360 4 _1.tvx _1_nrm.cfs _1_Lucene41_0.doc _1_Lucene41_0.tim _1_Lucene41_0.tip _1.fnm _1_nrm.cfe _1.fdx _1_Lucene41_0.pos _1.tvf _1.fdt

Solr 4.1 monitoring with /solr/replication?command=details - indexVersion?

2013-03-14 Thread Rafał Radecki
Hi All. I am monitoring two solr 4.1 solr instances in master-slave setup. On both nodes I check url /solr/replication?command=details and parse it to get: - on master: if replication is enabled -> field replicationEnabled - on slave: if replication is enabled -> field replicationEnable

Re: Solr Replication

2013-03-14 Thread Ahmet Arslan
Hi Vicky, May be startup ? For backups http://master_host:port/solr/replication?command=backup would be more suitable. or startup --- On Thu, 3/14/13, vicky desai wrote: > From: vicky desai > Subject: Solr Replication > To: solr-user@lucene.apache.org > Date: Thursday, March

Solr Replication

2013-03-14 Thread vicky desai
data from master core without firing a commit operation on that core -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Replication-tp4047266.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr replication takes long time

2013-03-13 Thread Victor Ruiz
for now, the 2 slaves can handle with no problems all the queries. Regards, Victor -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-replication-takes-long-time-tp4046388p4046993.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr replication takes long time

2013-03-13 Thread Victor Ruiz
age in context: http://lucene.472066.n3.nabble.com/Solr-replication-takes-long-time-tp4046388p4046951.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr replication takes long time

2013-03-11 Thread Victor Ruiz
ed to update to Solr 4.1 but I read that there was >> an >> issue with the replication, so I decided not to try it for now >> >> >> Mark Miller-3 wrote >>> Are you using Solr 4.1? >>> >>> - Mark >>> >>> On Mar 11, 2013, at 1:53

Re: Solr replication takes long time

2013-03-11 Thread Mark Miller
>> - Mark >> >> On Mar 11, 2013, at 1:53 PM, Victor Ruiz < > >> bik1979@ > >> > wrote: >> >>> Hi guys, >>> >>> I have a problem with Solr replication. I have 2 solr servers (Solr >>> 4.0.0) 1 >>> master

Re: Solr replication takes long time

2013-03-11 Thread Victor Ruiz
te: > >> Hi guys, >> >> I have a problem with Solr replication. I have 2 solr servers (Solr >> 4.0.0) 1 >> master and 1 slave (8 processors,16GB RAM ,Ubuntu 11, ext3, each). In >> every server, there are 2 independent instances of solr running (I tried >

Re: Solr replication takes long time

2013-03-11 Thread Mark Miller
Are you using Solr 4.1? - Mark On Mar 11, 2013, at 1:53 PM, Victor Ruiz wrote: > Hi guys, > > I have a problem with Solr replication. I have 2 solr servers (Solr 4.0.0) 1 > master and 1 slave (8 processors,16GB RAM ,Ubuntu 11, ext3, each). In > every server, there ar

Solr replication takes long time

2013-03-11 Thread Victor Ruiz
Hi guys, I have a problem with Solr replication. I have 2 solr servers (Solr 4.0.0) 1 master and 1 slave (8 processors,16GB RAM ,Ubuntu 11, ext3, each). In every server, there are 2 independent instances of solr running (I tried also multicore config, but having independent instances has for me

Re: Downloading files from the solr replication Handler

2012-12-03 Thread Eva Lacy
iles as well. > > > > > > On Thu, Nov 29, 2012 at 10:16 PM, Lance Norskog > wrote: > > > > > Maybe these are text encoding markers? > > > > > > - Original Message - > > > | From: "Eva Lacy" > > > | To: solr-

Re: Downloading files from the solr replication Handler

2012-11-30 Thread Alexandre Rafalovitch
sday, November 29, 2012 3:53:07 AM > > | Subject: Re: Downloading files from the solr replication Handler > > | > > | I tried downloading them with my browser and also with a c# > > | WebRequest. > > | If I skip the first and last 4 bytes it seems work fine. > >

Re: Downloading files from the solr replication Handler

2012-11-30 Thread Erick Erickson
> | From: "Eva Lacy" > > | To: solr-user@lucene.apache.org > > | Sent: Thursday, November 29, 2012 3:53:07 AM > > | Subject: Re: Downloading files from the solr replication Handler > > | > > | I tried downloading them with my browser and also with a c#

Re: Downloading files from the solr replication Handler

2012-11-30 Thread Eva Lacy
ursday, November 29, 2012 3:53:07 AM > | Subject: Re: Downloading files from the solr replication Handler > | > | I tried downloading them with my browser and also with a c# > | WebRequest. > | If I skip the first and last 4 bytes it seems work fine. > | > | > |

Re: Downloading files from the solr replication Handler

2012-11-29 Thread Lance Norskog
Maybe these are text encoding markers? - Original Message - | From: "Eva Lacy" | To: solr-user@lucene.apache.org | Sent: Thursday, November 29, 2012 3:53:07 AM | Subject: Re: Downloading files from the solr replication Handler | | I tried downloading them with my browser and a

Re: Downloading files from the solr replication Handler

2012-11-29 Thread Eva Lacy
I tried downloading them with my browser and also with a c# WebRequest. If I skip the first and last 4 bytes it seems work fine. On Thu, Nov 29, 2012 at 2:28 AM, Erick Erickson wrote: > How are you downloading them? I suspect the issue is > with the download process rather than Solr, but I'm jus

Re: Downloading files from the solr replication Handler

2012-11-28 Thread Erick Erickson
How are you downloading them? I suspect the issue is with the download process rather than Solr, but I'm just guessing. Best Erick On Wed, Nov 28, 2012 at 12:19 PM, Eva Lacy wrote: > Just to add to that, I'm using solr 3.6.1 > > > On Wed, Nov 28, 2012 at 5:18 PM, Eva Lacy wrote: > > > I downl

Re: Downloading files from the solr replication Handler

2012-11-28 Thread Eva Lacy
Just to add to that, I'm using solr 3.6.1 On Wed, Nov 28, 2012 at 5:18 PM, Eva Lacy wrote: > I downloaded some configuration and data files directly from solr in an > attempt to develop a backup solution. > I noticed there is some characters at the start and end of the file that > aren't in con

Downloading files from the solr replication Handler

2012-11-28 Thread Eva Lacy
I downloaded some configuration and data files directly from solr in an attempt to develop a backup solution. I noticed there is some characters at the start and end of the file that aren't in configuration files, I notice the same characters at the start and end of the data files. Anyone with any

Re: Solr replication

2012-11-27 Thread Erick Erickson
master url with >> the vip. >> So, the master is on the server with the vip mounted on. >> And if heartbeat toggle, the role is toggled too. >> >> The question is : what can happend in this configuration? >> >> With tests, I can't see nothing bad, but I don't know the intern >> mecanisms. >> >> >> >> -- >> View this message in context: >> http://lucene.472066.n3.nabble.com/Solr-replication-tp4021875p4022314.html >> Sent from the Solr - User mailing list archive at Nabble.com. >> > >

Re: Solr replication

2012-11-26 Thread Erick Erickson
> And if heartbeat toggle, the role is toggled too. > > The question is : what can happend in this configuration? > > With tests, I can't see nothing bad, but I don't know the intern mecanisms. > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Solr-replication-tp4021875p4022314.html > Sent from the Solr - User mailing list archive at Nabble.com. >

Re: Solr replication

2012-11-26 Thread jacques.cortes
can happend in this configuration? With tests, I can't see nothing bad, but I don't know the intern mecanisms. -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-replication-tp4021875p4022314.html Sent from the Solr - User mailing list archive at Nabble.com.

Solr replication

2012-11-23 Thread jacques.cortes
ge in context: http://lucene.472066.n3.nabble.com/Solr-replication-tp4021875.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr Replication is not Possible on RAMDirectory?

2012-11-06 Thread deniz
--- Zeki ama calismiyor... Calissa yapar... -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Replication-is-not-Possible-on-RAMDirectory-tp4017766p4018670.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr Replication is not Possible on RAMDirectory?

2012-11-05 Thread Michael Della Bitta
r disk cache, are there any disks with 1 gigs or more of caches? if am > not wrong there are mostly 16 or 32mb cache disks around (or i am checking > the wrong stuff? ) if so, that amount definitely too small... > > > > > > - > Zeki ama calismiyor... Calissa yapa

Re: Solr Replication is not Possible on RAMDirectory?

2012-11-05 Thread Shawn Heisey
> Shawn Heisey-4 wrote >> ... transparently mapping the files on disk to a virtual memory space >> and >> using excess RAM to cache that data and make it fast. If you have >> enough extra memory (disk cache) to fit the entire index, the OS will >> never have to read any part of the index from dis

Re: Solr Replication is not Possible on RAMDirectory?

2012-11-05 Thread deniz
es? if am not wrong there are mostly 16 or 32mb cache disks around (or i am checking the wrong stuff? ) if so, that amount definitely too small... - Zeki ama calismiyor... Calissa yapar... -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Replication-is

Re: Solr Replication is not Possible on RAMDirectory?

2012-11-05 Thread Erik Hatcher
> Zeki ama calismiyor... Calissa yapar... > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Solr-Replication-is-not-Possible-on-RAMDirectory-tp4017766p4018198.html > Sent from the Solr - User mailing list archive at Nabble.com.

  1   2   3   >