Re: Solr 4.2 - Slave Index version is higher than Master

2013-03-31 Thread adityab
but i see two different version numbers 
Under commit:
long name=indexVersion1364655616211/long
long name=generation22/long

and under Master/Slave tags 
long name=indexVersion1364619609805/long 
long name=generation20/long 


Can this be a case anytime on Master ? 



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Solr-4-2-Slave-Index-version-is-higher-than-Master-tp4049827p4052715.html
Sent from the Solr - User mailing list archive at Nabble.com.


Re: Solr 4.2 - Slave Index version is higher than Master

2013-03-30 Thread adityab
Mark, isn't this response from master some what confusing. The gen and
version number is out of sync. 

http://.../solr/replication?command=details
response
lst name=responseHeader
int name=status0/int
int name=QTime2/int
/lst
lst name=details
str name=indexSize1.52 GB/str
str name=indexPath/storage/solrdata/index//str
arr name=commits
lst
long name=indexVersion1364655616211/long
long name=generation22/long
arr name=filelist.../arr
/lst
/arr
str name=isMastertrue/str
str name=isSlavefalse/str
long name=indexVersion1364619609805/long
long name=generation20/long
lst name=master
str name=confFilesschema.xml/str
arr name=replicateAfter
strcommit/str
strstartup/str
/arr
str name=replicationEnabledfalse/str
long name=replicatableGeneration22/long
/lst
/lst
str name=WARNING
This response format is experimental. It is likely to change in the future.
/str
/response



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Solr-4-2-Slave-Index-version-is-higher-than-Master-tp4049827p4052588.html
Sent from the Solr - User mailing list archive at Nabble.com.


Re: Solr 4.2 - Slave Index version is higher than Master

2013-03-30 Thread Mark Miller
The gen is an incrementing int for each commit, the version is a timestamp of 
the commit.


- Mark

On Mar 30, 2013, at 11:06 AM, adityab aditya_ba...@yahoo.com wrote:

 Mark, isn't this response from master some what confusing. The gen and
 version number is out of sync. 
 
 http://.../solr/replication?command=details
 response
 lst name=responseHeader
 int name=status0/int
 int name=QTime2/int
 /lst
 lst name=details
 str name=indexSize1.52 GB/str
 str name=indexPath/storage/solrdata/index//str
 arr name=commits
 lst
 long name=indexVersion1364655616211/long
 long name=generation22/long
 arr name=filelist.../arr
 /lst
 /arr
 str name=isMastertrue/str
 str name=isSlavefalse/str
 long name=indexVersion1364619609805/long
 long name=generation20/long
 lst name=master
 str name=confFilesschema.xml/str
 arr name=replicateAfter
 strcommit/str
 strstartup/str
 /arr
 str name=replicationEnabledfalse/str
 long name=replicatableGeneration22/long
 /lst
 /lst
 str name=WARNING
 This response format is experimental. It is likely to change in the future.
 /str
 /response
 
 
 
 --
 View this message in context: 
 http://lucene.472066.n3.nabble.com/Solr-4-2-Slave-Index-version-is-higher-than-Master-tp4049827p4052588.html
 Sent from the Solr - User mailing list archive at Nabble.com.



Re: Solr 4.2 - Slave Index version is higher than Master

2013-03-29 Thread adityab
+1 
I have observed this same issue no change on master and slave is bumped up
with higher index number. 




--
View this message in context: 
http://lucene.472066.n3.nabble.com/Solr-4-2-Slave-Index-version-is-higher-than-Master-tp4049827p4052445.html
Sent from the Solr - User mailing list archive at Nabble.com.


Re: Solr 4.2 - Slave Index version is higher than Master

2013-03-29 Thread adityab
Something is really wrong with replication. 
Check the document attached which has the screen shot. 
I - re-indexed the master after adding new fields to schema file (its part
of config file replication) 
The UI shows master as gen '6' where as in slaves log the Master gen is '7'

The attached document has the screenshot captured. 
Replication_Issue_4.2.docx
http://lucene.472066.n3.nabble.com/file/n4052485/Replication_Issue_4.2.docx  



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Solr-4-2-Slave-Index-version-is-higher-than-Master-tp4049827p4052485.html
Sent from the Solr - User mailing list archive at Nabble.com.


Re: Solr 4.2 - Slave Index version is higher than Master

2013-03-29 Thread Mark Miller
That's pretty weird stuff. As a workaround, you might stop replicating your 
conf files - that takes a sketchier path at the moment.

The key to solving this is to figure out how the heck the slave is increasing 
it's gen…that should require a commit. In this case, *lots* of them. Commits 
that don't happen on the master. There should not be another way you can 
increase the gen…

Can you share your full logs?

- Mark

On Mar 29, 2013, at 5:03 PM, adityab aditya_ba...@yahoo.com wrote:

 Something is really wrong with replication. 
 Check the document attached which has the screen shot. 
 I - re-indexed the master after adding new fields to schema file (its part
 of config file replication) 
 The UI shows master as gen '6' where as in slaves log the Master gen is '7'
 
 The attached document has the screenshot captured. 
 Replication_Issue_4.2.docx
 http://lucene.472066.n3.nabble.com/file/n4052485/Replication_Issue_4.2.docx 
  
 
 
 
 --
 View this message in context: 
 http://lucene.472066.n3.nabble.com/Solr-4-2-Slave-Index-version-is-higher-than-Master-tp4049827p4052485.html
 Sent from the Solr - User mailing list archive at Nabble.com.



Re: Solr 4.2 - Slave Index version is higher than Master

2013-03-29 Thread adityab
@Mark attached are the full logs from both master and slave. Hope this might
be some help. 
console_master.log
http://lucene.472066.n3.nabble.com/file/n4052516/console_master.log  
console_slave.log
http://lucene.472066.n3.nabble.com/file/n4052516/console_slave.log  

Ignore the mbeans call in master log. I have a program that pings the master
every minute. 





--
View this message in context: 
http://lucene.472066.n3.nabble.com/Solr-4-2-Slave-Index-version-is-higher-than-Master-tp4049827p4052516.html
Sent from the Solr - User mailing list archive at Nabble.com.


Re: Solr 4.2 - Slave Index version is higher than Master

2013-03-28 Thread Uomesh
Yes, Only thing is, on master delta import is running every 1/2 hour but as
there is no data change in last 24 hour i think index version still remains
same. another thing i notice is after full import index Gen is bumped to
directly higher than slave. Can that means Master is not increasing Version
and Gen with delta-import correctly? See as below.

*Before Full Import*

Master:
1364331607690
154
88.28 KB
Slave:
1364395321127
241
98.75 KB

*After Full Import*
Master:
1364395566324
242
88.28 KB
Slave:
1364395321127
241
98.75 KB

On Tue, Mar 26, 2013 at 1:05 PM, Mark Miller-3 [via Lucene] 
ml-node+s472066n4051477...@n3.nabble.com wrote:

 That's pretty interesting. The slave should have no way of doing this
 without a commit…

 - Mark

 On Mar 26, 2013, at 11:07 AM, Uomesh [hidden 
 email]http://user/SendEmail.jtp?type=nodenode=4051477i=0
 wrote:

  Hi Mark,
 
  Further details: My master details has not changed since last 24 hours
 but
  Slave index version and Gen has increased. If i do the full import slave
  is replicated and Version and Gen is reset.
Version   GenSize
  Master:
  1364238678758
  111
  768.23 KB
  Slave:
  1364299206396
  155
  768.02 KB
 
 
 
  On Fri, Mar 22, 2013 at 3:32 PM, Mark Miller-3 [via Lucene] 
  [hidden email] http://user/SendEmail.jtp?type=nodenode=4051477i=1
 wrote:
 
  That was to you Phil.
 
  So it seems this is a problem with the configuration replication case I
  would guess - I didn't really look at that path in the 4.2 fixes I
 worked
  on.
 
  I did add it to the new testing I'm doing since I've suspected it (it
 will
  prompt a core reload that doesn't happen when configs don't replicate).
  I'll see what I can do to try and get a test to catch it.
 
  - mark
 
  On Mar 22, 2013, at 1:49 PM, Mark Miller [hidden email]
 http://user/SendEmail.jtp?type=nodenode=4050577i=0
  wrote:
 
  And your also on 4.2?
 
  - Mark
 
  On Mar 22, 2013, at 12:41 PM, Uomesh [hidden email]
 http://user/SendEmail.jtp?type=nodenode=4050577i=1
  wrote:
 
  Also, I am replicating only on commit and startup.
 
  Thanks,
  Umesh
 
  On Fri, Mar 22, 2013 at 11:23 AM, Umesh Sharma [hidden email]
 http://user/SendEmail.jtp?type=nodenode=4050577i=2
  wrote:
 
  Hi Mrk,
 
  I am replicating below config files but not replicating
  solrconfig.xml.
 
  confFiles: schema.xml, elevate.xml, stopwords.txt,
  mapping-FoldToASCII.txt, mapping-ISOLatin1Accent.txt, protwords.txt,
  spellings.txt, synonyms.txt
 
 
  also strange I am seeing big Gen difference between Master and
 slave.
  My
  master slave is 2 while Slave is 56. If i do the full import then
 the
  Gen
  is getting higher then slave one and its replicating. i have more
 than
  30
  cores on my solr instance and all are scheduled to replicate on same
  time.
 
  Index Version Gen Size Master:
  1363903243590
  2
  94 bytes
  Slave:
  1363967579193
  56
  94 bytes
 
  Thanks,
  Umesh
 
 
  On Fri, Mar 22, 2013 at 10:42 AM, Mark Miller-3 [via Lucene] 
  [hidden email] http://user/SendEmail.jtp?type=nodenode=4050577i=3

  wrote:
 
  Are you replicating configuration files as well?
 
  - Mark
 
  On Mar 22, 2013, at 6:38 AM, John, Phil (CSS) [hidden email]
  http://user/SendEmail.jtp?type=nodenode=4050075i=0
  wrote:
 
  To add to the discussion.
 
  We're running classic master/slave replication (not solrcloud)
 with
  1
  master and 2 slaves and I noticed the slave having a higher version
  number
  than the master the other day as well.
 
  In our case, knock on wood, it hasn't stopped replication.
 
  If you'd like a copy of our config I can provide off-list.
 
  Regards,
 
  Phil.
 
  
 
  From: Mark Miller [mailto:[hidden email]
  http://user/SendEmail.jtp?type=nodenode=4050075i=1]
 
  Sent: Fri 22/03/2013 06:32
  To: [hidden email]
  http://user/SendEmail.jtp?type=nodenode=4050075i=2
  Subject: Re: Solr 4.2 - Slave Index version is higher than Master
 
 
 
  The other odd thing here is that this should not stop replication
 at
  all. When the slave is ahead, it will still have it's index
 replaced.
 
  - Mark
 
  On Mar 22, 2013, at 1:26 AM, Mark Miller [hidden email]
  http://user/SendEmail.jtp?type=nodenode=4050075i=3
  wrote:
 
  I'm working on testing to try and catch what you are seeing here:
  https://issues.apache.org/jira/browse/SOLR-4629
 
  - Mark
 
  On Mar 22, 2013, at 12:23 AM, Mark Miller [hidden email]
  http://user/SendEmail.jtp?type=nodenode=4050075i=4
  wrote:
 
  Let me know if there is anything else you can add.
 
  A test with your setup that index n docs randomly, commits,
  randomly
  updates a conf file or not, and then replicates and repeats x times
  does
  not seem to fail, even with very high values for n and x. On every
  replication, the versions are compared.
 
  Is there anything else you are putting into this mix?
 
  - Mark
 
  On Mar 21, 2013, at 11:28 PM, Uomesh [hidden email]
  http://user/SendEmail.jtp?type=nodenode=4050075i=5
  wrote

Re: Solr 4.2 - Slave Index version is higher than Master

2013-03-26 Thread Uomesh
Hi Mark,

Further details: My master details has not changed since last 24 hours but
 Slave index version and Gen has increased. If i do the full import slave
is replicated and Version and Gen is reset.
   Version   GenSize
Master:
1364238678758
111
768.23 KB
Slave:
1364299206396
155
768.02 KB



On Fri, Mar 22, 2013 at 3:32 PM, Mark Miller-3 [via Lucene] 
ml-node+s472066n4050577...@n3.nabble.com wrote:

 That was to you Phil.

 So it seems this is a problem with the configuration replication case I
 would guess - I didn't really look at that path in the 4.2 fixes I worked
 on.

 I did add it to the new testing I'm doing since I've suspected it (it will
 prompt a core reload that doesn't happen when configs don't replicate).
 I'll see what I can do to try and get a test to catch it.

 - mark

 On Mar 22, 2013, at 1:49 PM, Mark Miller [hidden 
 email]http://user/SendEmail.jtp?type=nodenode=4050577i=0
 wrote:

  And your also on 4.2?
 
  - Mark
 
  On Mar 22, 2013, at 12:41 PM, Uomesh [hidden 
  email]http://user/SendEmail.jtp?type=nodenode=4050577i=1
 wrote:
 
  Also, I am replicating only on commit and startup.
 
  Thanks,
  Umesh
 
  On Fri, Mar 22, 2013 at 11:23 AM, Umesh Sharma [hidden 
  email]http://user/SendEmail.jtp?type=nodenode=4050577i=2
 wrote:
 
  Hi Mrk,
 
  I am replicating below config files but not replicating
 solrconfig.xml.
 
  confFiles: schema.xml, elevate.xml, stopwords.txt,
  mapping-FoldToASCII.txt, mapping-ISOLatin1Accent.txt, protwords.txt,
  spellings.txt, synonyms.txt
 
 
  also strange I am seeing big Gen difference between Master and slave.
 My
  master slave is 2 while Slave is 56. If i do the full import then the
 Gen
  is getting higher then slave one and its replicating. i have more than
 30
  cores on my solr instance and all are scheduled to replicate on same
 time.
 
  Index Version Gen Size Master:
  1363903243590
  2
  94 bytes
  Slave:
  1363967579193
  56
  94 bytes
 
  Thanks,
  Umesh
 
 
  On Fri, Mar 22, 2013 at 10:42 AM, Mark Miller-3 [via Lucene] 
  [hidden email] http://user/SendEmail.jtp?type=nodenode=4050577i=3
 wrote:
 
  Are you replicating configuration files as well?
 
  - Mark
 
  On Mar 22, 2013, at 6:38 AM, John, Phil (CSS) [hidden email]
 http://user/SendEmail.jtp?type=nodenode=4050075i=0
  wrote:
 
  To add to the discussion.
 
  We're running classic master/slave replication (not solrcloud) with
 1
  master and 2 slaves and I noticed the slave having a higher version
 number
  than the master the other day as well.
 
  In our case, knock on wood, it hasn't stopped replication.
 
  If you'd like a copy of our config I can provide off-list.
 
  Regards,
 
  Phil.
 
  
 
  From: Mark Miller [mailto:[hidden email]
 http://user/SendEmail.jtp?type=nodenode=4050075i=1]
 
  Sent: Fri 22/03/2013 06:32
  To: [hidden email]
 http://user/SendEmail.jtp?type=nodenode=4050075i=2
  Subject: Re: Solr 4.2 - Slave Index version is higher than Master
 
 
 
  The other odd thing here is that this should not stop replication at
  all. When the slave is ahead, it will still have it's index replaced.
 
  - Mark
 
  On Mar 22, 2013, at 1:26 AM, Mark Miller [hidden email]
 http://user/SendEmail.jtp?type=nodenode=4050075i=3
  wrote:
 
  I'm working on testing to try and catch what you are seeing here:
  https://issues.apache.org/jira/browse/SOLR-4629
 
  - Mark
 
  On Mar 22, 2013, at 12:23 AM, Mark Miller [hidden email]
 http://user/SendEmail.jtp?type=nodenode=4050075i=4
  wrote:
 
  Let me know if there is anything else you can add.
 
  A test with your setup that index n docs randomly, commits,
 randomly
  updates a conf file or not, and then replicates and repeats x times
 does
  not seem to fail, even with very high values for n and x. On every
  replication, the versions are compared.
 
  Is there anything else you are putting into this mix?
 
  - Mark
 
  On Mar 21, 2013, at 11:28 PM, Uomesh [hidden email]
 http://user/SendEmail.jtp?type=nodenode=4050075i=5
  wrote:
 
  Thank you!!,
 
  Attached is my master solrconfig.xml. I have few custom handlers
  which you
  might need to remove. In custom handler i have not much code just
  adding
  some custom data for UI.
 
  Thanks,
  Umesh
 
  On Thu, Mar 21, 2013 at 9:59 PM, Mark Miller-3 [via Lucene]
  [hidden email]
 http://user/SendEmail.jtp?type=nodenode=4050075i=6
  mible.com [hidden email]
 http://user/SendEmail.jtp?type=nodenode=4050075i=7
  wrote:
 
  Could you attach the master as well?
 
  - Mark
 
  On Mar 21, 2013, at 4:36 PM, Uomesh [hidden email]
  http://user/SendEmail.jtp?type=nodenode=4049933i=0
  wrote:
 
  Hi Mark,
 
  Attached is my solrconfig_slave.xml. My replication interval is
 1
  minute(default).
 
  Please let me know if you need any more config details
 
  Thanks,
  umesh
 
  On Thu, Mar 21, 2013 at 3:19 PM, Mark Miller-3 [via Lucene] 
  [hidden email] 
  http://user/SendEmail.jtp?type=nodenode=4049933i=1
  wrote:
 
  Can you give more

RE: Solr 4.2 - Slave Index version is higher than Master

2013-03-26 Thread John, Phil (CSS)
Sorry, Mark, just realised.

Yes, we're replicating:

schema.xml, stopwords.txt

Regards,

Phil.

-Original Message-
From: Mark Miller [mailto:markrmil...@gmail.com] 
Sent: 22 March 2013 20:31
To: solr-user@lucene.apache.org
Subject: Re: Solr 4.2 - Slave Index version is higher than Master

That was to you Phil.

So it seems this is a problem with the configuration replication case I
would guess - I didn't really look at that path in the 4.2 fixes I
worked on.

I did add it to the new testing I'm doing since I've suspected it (it
will prompt a core reload that doesn't happen when configs don't
replicate). I'll see what I can do to try and get a test to catch it.

- mark

On Mar 22, 2013, at 1:49 PM, Mark Miller markrmil...@gmail.com wrote:

 And your also on 4.2?
 
 - Mark
 
 On Mar 22, 2013, at 12:41 PM, Uomesh uom...@gmail.com wrote:
 
 Also, I am replicating only on commit and startup.
 
 Thanks,
 Umesh
 
 On Fri, Mar 22, 2013 at 11:23 AM, Umesh Sharma uom...@gmail.com
wrote:
 
 Hi Mrk,
 
 I am replicating below config files but not replicating
solrconfig.xml.
 
 confFiles: schema.xml, elevate.xml, stopwords.txt, 
 mapping-FoldToASCII.txt, mapping-ISOLatin1Accent.txt, protwords.txt,

 spellings.txt, synonyms.txt
 
 
 also strange I am seeing big Gen difference between Master and 
 slave. My master slave is 2 while Slave is 56. If i do the full 
 import then the Gen is getting higher then slave one and its 
 replicating. i have more than 30 cores on my solr instance and all
are scheduled to replicate on same time.
 
 Index Version Gen Size Master:
 1363903243590
 2
 94 bytes
 Slave:
 1363967579193
 56
 94 bytes
 
 Thanks,
 Umesh
 
 
 On Fri, Mar 22, 2013 at 10:42 AM, Mark Miller-3 [via Lucene] 
 ml-node+s472066n4050075...@n3.nabble.com wrote:
 
 Are you replicating configuration files as well?
 
 - Mark
 
 On Mar 22, 2013, at 6:38 AM, John, Phil (CSS) [hidden 
 email]http://user/SendEmail.jtp?type=nodenode=4050075i=0
 wrote:
 
 To add to the discussion.
 
 We're running classic master/slave replication (not solrcloud) 
 with 1
 master and 2 slaves and I noticed the slave having a higher version

 number than the master the other day as well.
 
 In our case, knock on wood, it hasn't stopped replication.
 
 If you'd like a copy of our config I can provide off-list.
 
 Regards,
 
 Phil.
 
 
 
 From: Mark Miller [mailto:[hidden 
 email]http://user/SendEmail.jtp?type=nodenode=4050075i=1]
 
 Sent: Fri 22/03/2013 06:32
 To: [hidden 
 email]http://user/SendEmail.jtp?type=nodenode=4050075i=2
 Subject: Re: Solr 4.2 - Slave Index version is higher than Master
 
 
 
 The other odd thing here is that this should not stop replication 
 at
 all. When the slave is ahead, it will still have it's index
replaced.
 
 - Mark
 
 On Mar 22, 2013, at 1:26 AM, Mark Miller [hidden 
 email]http://user/SendEmail.jtp?type=nodenode=4050075i=3
 wrote:
 
 I'm working on testing to try and catch what you are seeing here:
 https://issues.apache.org/jira/browse/SOLR-4629
 
 - Mark
 
 On Mar 22, 2013, at 12:23 AM, Mark Miller [hidden 
 email]http://user/SendEmail.jtp?type=nodenode=4050075i=4
 wrote:
 
 Let me know if there is anything else you can add.
 
 A test with your setup that index n docs randomly, commits, 
 randomly
 updates a conf file or not, and then replicates and repeats x times

 does not seem to fail, even with very high values for n and x. On 
 every replication, the versions are compared.
 
 Is there anything else you are putting into this mix?
 
 - Mark
 
 On Mar 21, 2013, at 11:28 PM, Uomesh [hidden 
 email]http://user/SendEmail.jtp?type=nodenode=4050075i=5
 wrote:
 
 Thank you!!,
 
 Attached is my master solrconfig.xml. I have few custom 
 handlers
 which you
 might need to remove. In custom handler i have not much code 
 just
 adding
 some custom data for UI.
 
 Thanks,
 Umesh
 
 On Thu, Mar 21, 2013 at 9:59 PM, Mark Miller-3 [via Lucene] 
 [hidden 
 email]http://user/SendEmail.jtp?type=nodenode=4050075i=6
 mible.com [hidden 
 email]http://user/SendEmail.jtp?type=nodenode=4050075i=7
 wrote:
 
 Could you attach the master as well?
 
 - Mark
 
 On Mar 21, 2013, at 4:36 PM, Uomesh [hidden email]
 http://user/SendEmail.jtp?type=nodenode=4049933i=0
 wrote:
 
 Hi Mark,
 
 Attached is my solrconfig_slave.xml. My replication interval 
 is 1 minute(default).
 
 Please let me know if you need any more config details
 
 Thanks,
 umesh
 
 On Thu, Mar 21, 2013 at 3:19 PM, Mark Miller-3 [via Lucene] 

 [hidden email] 
 http://user/SendEmail.jtp?type=nodenode=4049933i=1
 wrote:
 
 Can you give more details about your configuration and
setup?
 
 Our best bet is to try and recreate this with a unit test.
 
 - Mark
 
 On Mar 21, 2013, at 4:08 PM, Uomesh [hidden email]
 http://user/SendEmail.jtp?type=nodenode=4049832i=0
 wrote:
 
 Hi,
 
 I am seeing an issue after upgrading from solr 3.6.2 to 
 Solr
 4.2. My
 Slave
 stop replicating after sometime. And it seems issue is 
 because
 of my

Re: Solr 4.2 - Slave Index version is higher than Master

2013-03-26 Thread Mark Miller
That's pretty interesting. The slave should have no way of doing this without a 
commit…

- Mark

On Mar 26, 2013, at 11:07 AM, Uomesh uom...@gmail.com wrote:

 Hi Mark,
 
 Further details: My master details has not changed since last 24 hours but
 Slave index version and Gen has increased. If i do the full import slave
 is replicated and Version and Gen is reset.
   Version   GenSize
 Master:
 1364238678758
 111
 768.23 KB
 Slave:
 1364299206396
 155
 768.02 KB
 
 
 
 On Fri, Mar 22, 2013 at 3:32 PM, Mark Miller-3 [via Lucene] 
 ml-node+s472066n4050577...@n3.nabble.com wrote:
 
 That was to you Phil.
 
 So it seems this is a problem with the configuration replication case I
 would guess - I didn't really look at that path in the 4.2 fixes I worked
 on.
 
 I did add it to the new testing I'm doing since I've suspected it (it will
 prompt a core reload that doesn't happen when configs don't replicate).
 I'll see what I can do to try and get a test to catch it.
 
 - mark
 
 On Mar 22, 2013, at 1:49 PM, Mark Miller [hidden 
 email]http://user/SendEmail.jtp?type=nodenode=4050577i=0
 wrote:
 
 And your also on 4.2?
 
 - Mark
 
 On Mar 22, 2013, at 12:41 PM, Uomesh [hidden 
 email]http://user/SendEmail.jtp?type=nodenode=4050577i=1
 wrote:
 
 Also, I am replicating only on commit and startup.
 
 Thanks,
 Umesh
 
 On Fri, Mar 22, 2013 at 11:23 AM, Umesh Sharma [hidden 
 email]http://user/SendEmail.jtp?type=nodenode=4050577i=2
 wrote:
 
 Hi Mrk,
 
 I am replicating below config files but not replicating
 solrconfig.xml.
 
 confFiles: schema.xml, elevate.xml, stopwords.txt,
 mapping-FoldToASCII.txt, mapping-ISOLatin1Accent.txt, protwords.txt,
 spellings.txt, synonyms.txt
 
 
 also strange I am seeing big Gen difference between Master and slave.
 My
 master slave is 2 while Slave is 56. If i do the full import then the
 Gen
 is getting higher then slave one and its replicating. i have more than
 30
 cores on my solr instance and all are scheduled to replicate on same
 time.
 
 Index Version Gen Size Master:
 1363903243590
 2
 94 bytes
 Slave:
 1363967579193
 56
 94 bytes
 
 Thanks,
 Umesh
 
 
 On Fri, Mar 22, 2013 at 10:42 AM, Mark Miller-3 [via Lucene] 
 [hidden email] http://user/SendEmail.jtp?type=nodenode=4050577i=3
 wrote:
 
 Are you replicating configuration files as well?
 
 - Mark
 
 On Mar 22, 2013, at 6:38 AM, John, Phil (CSS) [hidden email]
 http://user/SendEmail.jtp?type=nodenode=4050075i=0
 wrote:
 
 To add to the discussion.
 
 We're running classic master/slave replication (not solrcloud) with
 1
 master and 2 slaves and I noticed the slave having a higher version
 number
 than the master the other day as well.
 
 In our case, knock on wood, it hasn't stopped replication.
 
 If you'd like a copy of our config I can provide off-list.
 
 Regards,
 
 Phil.
 
 
 
 From: Mark Miller [mailto:[hidden email]
 http://user/SendEmail.jtp?type=nodenode=4050075i=1]
 
 Sent: Fri 22/03/2013 06:32
 To: [hidden email]
 http://user/SendEmail.jtp?type=nodenode=4050075i=2
 Subject: Re: Solr 4.2 - Slave Index version is higher than Master
 
 
 
 The other odd thing here is that this should not stop replication at
 all. When the slave is ahead, it will still have it's index replaced.
 
 - Mark
 
 On Mar 22, 2013, at 1:26 AM, Mark Miller [hidden email]
 http://user/SendEmail.jtp?type=nodenode=4050075i=3
 wrote:
 
 I'm working on testing to try and catch what you are seeing here:
 https://issues.apache.org/jira/browse/SOLR-4629
 
 - Mark
 
 On Mar 22, 2013, at 12:23 AM, Mark Miller [hidden email]
 http://user/SendEmail.jtp?type=nodenode=4050075i=4
 wrote:
 
 Let me know if there is anything else you can add.
 
 A test with your setup that index n docs randomly, commits,
 randomly
 updates a conf file or not, and then replicates and repeats x times
 does
 not seem to fail, even with very high values for n and x. On every
 replication, the versions are compared.
 
 Is there anything else you are putting into this mix?
 
 - Mark
 
 On Mar 21, 2013, at 11:28 PM, Uomesh [hidden email]
 http://user/SendEmail.jtp?type=nodenode=4050075i=5
 wrote:
 
 Thank you!!,
 
 Attached is my master solrconfig.xml. I have few custom handlers
 which you
 might need to remove. In custom handler i have not much code just
 adding
 some custom data for UI.
 
 Thanks,
 Umesh
 
 On Thu, Mar 21, 2013 at 9:59 PM, Mark Miller-3 [via Lucene]
 [hidden email]
 http://user/SendEmail.jtp?type=nodenode=4050075i=6
 mible.com [hidden email]
 http://user/SendEmail.jtp?type=nodenode=4050075i=7
 wrote:
 
 Could you attach the master as well?
 
 - Mark
 
 On Mar 21, 2013, at 4:36 PM, Uomesh [hidden email]
 http://user/SendEmail.jtp?type=nodenode=4049933i=0
 wrote:
 
 Hi Mark,
 
 Attached is my solrconfig_slave.xml. My replication interval is
 1
 minute(default).
 
 Please let me know if you need any more config details
 
 Thanks,
 umesh
 
 On Thu, Mar 21, 2013 at 3:19 PM, Mark Miller-3 [via Lucene] 
 [hidden

Re: Solr 4.2 - Slave Index version is higher than Master

2013-03-22 Thread Mark Miller
The other odd thing here is that this should not stop replication at all. When 
the slave is ahead, it will still have it's index replaced.

- Mark

On Mar 22, 2013, at 1:26 AM, Mark Miller markrmil...@gmail.com wrote:

 I'm working on testing to try and catch what you are seeing here: 
 https://issues.apache.org/jira/browse/SOLR-4629
 
 - Mark
 
 On Mar 22, 2013, at 12:23 AM, Mark Miller markrmil...@gmail.com wrote:
 
 Let me know if there is anything else you can add.
 
 A test with your setup that index n docs randomly, commits, randomly updates 
 a conf file or not, and then replicates and repeats x times does not seem to 
 fail, even with very high values for n and x. On every replication, the 
 versions are compared.
 
 Is there anything else you are putting into this mix?
 
 - Mark
 
 On Mar 21, 2013, at 11:28 PM, Uomesh uom...@gmail.com wrote:
 
 Thank you!!,
 
 Attached is my master solrconfig.xml. I have few custom handlers which you
 might need to remove. In custom handler i have not much code just adding
 some custom data for UI.
 
 Thanks,
 Umesh
 
 On Thu, Mar 21, 2013 at 9:59 PM, Mark Miller-3 [via Lucene]
 ml-node+s472066n4049933h47@n3.nabou
 mible.com ml-node+s472066n4049933...@n3.nabble.com wrote:
 
 Could you attach the master as well?
 
 - Mark
 
 On Mar 21, 2013, at 4:36 PM, Uomesh [hidden 
 email]http://user/SendEmail.jtp?type=nodenode=4049933i=0
 wrote:
 
 Hi Mark,
 
 Attached is my solrconfig_slave.xml. My replication interval is 1
 minute(default).
 
 Please let me know if you need any more config details
 
 Thanks,
 umesh
 
 On Thu, Mar 21, 2013 at 3:19 PM, Mark Miller-3 [via Lucene] 
 [hidden email] http://user/SendEmail.jtp?type=nodenode=4049933i=1
 wrote:
 
 Can you give more details about your configuration and setup?
 
 Our best bet is to try and recreate this with a unit test.
 
 - Mark
 
 On Mar 21, 2013, at 4:08 PM, Uomesh [hidden email]
 http://user/SendEmail.jtp?type=nodenode=4049832i=0
 wrote:
 
 Hi,
 
 I am seeing an issue after upgrading from solr 3.6.2 to Solr 4.2. My
 Slave
 stop replicating after sometime. And it seems issue is because of my
 Slave
 Index version is higher than master. How could it be possible to Slave
 Index
 version is higher than master? Please help me. IS there anything i
 need
 to
 remove from my slave solrconfig.xml.
 
 Index Version Gen Size
 Master: 1363893820575 93 8.75 MB
 Slave: 1363896006624 94 8.75 MB
 
 Thanks,
 Umesh
 
 
 
 --
 View this message in context:
 
 http://lucene.472066.n3.nabble.com/Solr-4-2-Slave-Index-version-is-higher-than-Master-tp4049827.html
 Sent from the Solr - User mailing list archive at Nabble.com.
 
 
 
 --
 If you reply to this email, your message will be added to the
 discussion
 below:
 
 
 http://lucene.472066.n3.nabble.com/Solr-4-2-Slave-Index-version-is-higher-than-Master-tp4049827p4049832.html
 To unsubscribe from Solr 4.2 - Slave Index version is higher than
 Master, click
 here
 .
 NAML
 http://lucene.472066.n3.nabble.com/template/NamlServlet.jtp?macro=macro_viewerid=instant_html%21nabble%3Aemail.namlbase=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespacebreadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml
 
 
 
 
 solrconfig_slave.xml (67K) 
 http://lucene.472066.n3.nabble.com/attachment/4049840/0/solrconfig_slave.xml
 
 
 
 
 
 --
 View this message in context:
 http://lucene.472066.n3.nabble.com/Solr-4-2-Slave-Index-version-is-higher-than-Master-tp4049827p4049840.html
 
 Sent from the Solr - User mailing list archive at Nabble.com.
 
 
 
 --
 If you reply to this email, your message will be added to the discussion
 below:
 
 http://lucene.472066.n3.nabble.com/Solr-4-2-Slave-Index-version-is-higher-than-Master-tp4049827p4049933.html
 To unsubscribe from Solr 4.2 - Slave Index version is higher than Master, 
 click
 herehttp://lucene.472066.n3.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_codenode=4049827code=VW9tZXNoQGdtYWlsLmNvbXw0MDQ5ODI3fDIyODkyODYxMg==
 .
 NAMLhttp://lucene.472066.n3.nabble.com/template/NamlServlet.jtp?macro=macro_viewerid=instant_html%21nabble%3Aemail.namlbase=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespacebreadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml
 
 
 
 solrconfig.xml (74K) 
 http://lucene.472066.n3.nabble.com/attachment/4049934/0/solrconfig.xml
 
 
 
 
 --
 View this message in context: 
 http://lucene.472066.n3.nabble.com/Solr-4-2-Slave-Index-version-is-higher-than-Master-tp4049827p4049934.html
 Sent from the Solr - User mailing list archive at Nabble.com.
 
 



RE: Solr 4.2 - Slave Index version is higher than Master

2013-03-22 Thread John, Phil (CSS)
To add to the discussion.
 
We're running classic master/slave replication (not solrcloud) with 1 master 
and 2 slaves and I noticed the slave having a higher version number than the 
master the other day as well.
 
In our case, knock on wood, it hasn't stopped replication.
 
If you'd like a copy of our config I can provide off-list.
 
Regards,
 
Phil.



From: Mark Miller [mailto:markrmil...@gmail.com]
Sent: Fri 22/03/2013 06:32
To: solr-user@lucene.apache.org
Subject: Re: Solr 4.2 - Slave Index version is higher than Master



The other odd thing here is that this should not stop replication at all. When 
the slave is ahead, it will still have it's index replaced.

- Mark

On Mar 22, 2013, at 1:26 AM, Mark Miller markrmil...@gmail.com wrote:

 I'm working on testing to try and catch what you are seeing here: 
 https://issues.apache.org/jira/browse/SOLR-4629

 - Mark

 On Mar 22, 2013, at 12:23 AM, Mark Miller markrmil...@gmail.com wrote:

 Let me know if there is anything else you can add.

 A test with your setup that index n docs randomly, commits, randomly updates 
 a conf file or not, and then replicates and repeats x times does not seem to 
 fail, even with very high values for n and x. On every replication, the 
 versions are compared.

 Is there anything else you are putting into this mix?

 - Mark

 On Mar 21, 2013, at 11:28 PM, Uomesh uom...@gmail.com wrote:

 Thank you!!,

 Attached is my master solrconfig.xml. I have few custom handlers which you
 might need to remove. In custom handler i have not much code just adding
 some custom data for UI.

 Thanks,
 Umesh

 On Thu, Mar 21, 2013 at 9:59 PM, Mark Miller-3 [via Lucene]
 ml-node+s472066n4049933h47@n3.nabou
 mible.com ml-node+s472066n4049933...@n3.nabble.com wrote:

 Could you attach the master as well?

 - Mark

 On Mar 21, 2013, at 4:36 PM, Uomesh [hidden 
 email]http://user/SendEmail.jtp?type=nodenode=4049933i=0
 wrote:

 Hi Mark,

 Attached is my solrconfig_slave.xml. My replication interval is 1
 minute(default).

 Please let me know if you need any more config details

 Thanks,
 umesh

 On Thu, Mar 21, 2013 at 3:19 PM, Mark Miller-3 [via Lucene] 
 [hidden email] http://user/SendEmail.jtp?type=nodenode=4049933i=1
 wrote:

 Can you give more details about your configuration and setup?

 Our best bet is to try and recreate this with a unit test.

 - Mark

 On Mar 21, 2013, at 4:08 PM, Uomesh [hidden email]
 http://user/SendEmail.jtp?type=nodenode=4049832i=0
 wrote:

 Hi,

 I am seeing an issue after upgrading from solr 3.6.2 to Solr 4.2. My
 Slave
 stop replicating after sometime. And it seems issue is because of my
 Slave
 Index version is higher than master. How could it be possible to Slave
 Index
 version is higher than master? Please help me. IS there anything i
 need
 to
 remove from my slave solrconfig.xml.

 Index Version Gen Size
 Master: 1363893820575 93 8.75 MB
 Slave: 1363896006624 94 8.75 MB

 Thanks,
 Umesh



 --
 View this message in context:

 http://lucene.472066.n3.nabble.com/Solr-4-2-Slave-Index-version-is-higher-than-Master-tp4049827.html
 Sent from the Solr - User mailing list archive at Nabble.com.



 --
 If you reply to this email, your message will be added to the
 discussion
 below:


 http://lucene.472066.n3.nabble.com/Solr-4-2-Slave-Index-version-is-higher-than-Master-tp4049827p4049832.html
 To unsubscribe from Solr 4.2 - Slave Index version is higher than
 Master, click
 here
 .
 NAML
 http://lucene.472066.n3.nabble.com/template/NamlServlet.jtp?macro=macro_viewerid=instant_html%21nabble%3Aemail.namlbase=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespacebreadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml




 solrconfig_slave.xml (67K) 
 http://lucene.472066.n3.nabble.com/attachment/4049840/0/solrconfig_slave.xml





 --
 View this message in context:
 http://lucene.472066.n3.nabble.com/Solr-4-2-Slave-Index-version-is-higher-than-Master-tp4049827p4049840.html

 Sent from the Solr - User mailing list archive at Nabble.com.



 --
 If you reply to this email, your message will be added to the discussion
 below:

 http://lucene.472066.n3.nabble.com/Solr-4-2-Slave-Index-version-is-higher-than-Master-tp4049827p4049933.html
 To unsubscribe from Solr 4.2 - Slave Index version is higher than Master, 
 click
 herehttp://lucene.472066.n3.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_codenode=4049827code=VW9tZXNoQGdtYWlsLmNvbXw0MDQ5ODI3fDIyODkyODYxMg==
 .
 NAMLhttp://lucene.472066.n3.nabble.com/template/NamlServlet.jtp?macro=macro_viewerid=instant_html%21nabble%3Aemail.namlbase=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespacebreadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble

Re: Solr 4.2 - Slave Index version is higher than Master

2013-03-22 Thread Bernd Fehling
That issue was already with solr 4.1.
http://lucene.472066.n3.nabble.com/replication-problems-with-solr4-1-td4039647.html

Nice to know that it is still there in 4.2.

With some luck it will make it to 4.2.1 ;-)

Regards
Bernd

Am 21.03.2013 21:08, schrieb Uomesh:
 Hi,
 
 I am seeing an issue after upgrading from solr 3.6.2 to Solr 4.2. My Slave
 stop replicating after sometime. And it seems issue is because of my Slave
 Index version is higher than master. How could it be possible to Slave Index
 version is higher than master? Please help me. IS there anything i need to
 remove from my slave solrconfig.xml.
 
 Index Version Gen Size
 Master:   1363893820575   93  8.75 MB
 Slave:1363896006624   94  8.75 MB
 
 Thanks,
 Umesh
 
 
 
 --
 View this message in context: 
 http://lucene.472066.n3.nabble.com/Solr-4-2-Slave-Index-version-is-higher-than-Master-tp4049827.html
 Sent from the Solr - User mailing list archive at Nabble.com.
 


Re: Solr 4.2 - Slave Index version is higher than Master

2013-03-22 Thread Mark Miller
Are you replicating configuration files as well?

- Mark

On Mar 22, 2013, at 6:38 AM, John, Phil (CSS) philj...@capita.co.uk wrote:

 To add to the discussion.
 
 We're running classic master/slave replication (not solrcloud) with 1 master 
 and 2 slaves and I noticed the slave having a higher version number than the 
 master the other day as well.
 
 In our case, knock on wood, it hasn't stopped replication.
 
 If you'd like a copy of our config I can provide off-list.
 
 Regards,
 
 Phil.
 
 
 
 From: Mark Miller [mailto:markrmil...@gmail.com]
 Sent: Fri 22/03/2013 06:32
 To: solr-user@lucene.apache.org
 Subject: Re: Solr 4.2 - Slave Index version is higher than Master
 
 
 
 The other odd thing here is that this should not stop replication at all. 
 When the slave is ahead, it will still have it's index replaced.
 
 - Mark
 
 On Mar 22, 2013, at 1:26 AM, Mark Miller markrmil...@gmail.com wrote:
 
 I'm working on testing to try and catch what you are seeing here: 
 https://issues.apache.org/jira/browse/SOLR-4629
 
 - Mark
 
 On Mar 22, 2013, at 12:23 AM, Mark Miller markrmil...@gmail.com wrote:
 
 Let me know if there is anything else you can add.
 
 A test with your setup that index n docs randomly, commits, randomly 
 updates a conf file or not, and then replicates and repeats x times does 
 not seem to fail, even with very high values for n and x. On every 
 replication, the versions are compared.
 
 Is there anything else you are putting into this mix?
 
 - Mark
 
 On Mar 21, 2013, at 11:28 PM, Uomesh uom...@gmail.com wrote:
 
 Thank you!!,
 
 Attached is my master solrconfig.xml. I have few custom handlers which you
 might need to remove. In custom handler i have not much code just adding
 some custom data for UI.
 
 Thanks,
 Umesh
 
 On Thu, Mar 21, 2013 at 9:59 PM, Mark Miller-3 [via Lucene]
 ml-node+s472066n4049933h47@n3.nabou
 mible.com ml-node+s472066n4049933...@n3.nabble.com wrote:
 
 Could you attach the master as well?
 
 - Mark
 
 On Mar 21, 2013, at 4:36 PM, Uomesh [hidden 
 email]http://user/SendEmail.jtp?type=nodenode=4049933i=0
 wrote:
 
 Hi Mark,
 
 Attached is my solrconfig_slave.xml. My replication interval is 1
 minute(default).
 
 Please let me know if you need any more config details
 
 Thanks,
 umesh
 
 On Thu, Mar 21, 2013 at 3:19 PM, Mark Miller-3 [via Lucene] 
 [hidden email] http://user/SendEmail.jtp?type=nodenode=4049933i=1
 wrote:
 
 Can you give more details about your configuration and setup?
 
 Our best bet is to try and recreate this with a unit test.
 
 - Mark
 
 On Mar 21, 2013, at 4:08 PM, Uomesh [hidden email]
 http://user/SendEmail.jtp?type=nodenode=4049832i=0
 wrote:
 
 Hi,
 
 I am seeing an issue after upgrading from solr 3.6.2 to Solr 4.2. My
 Slave
 stop replicating after sometime. And it seems issue is because of my
 Slave
 Index version is higher than master. How could it be possible to Slave
 Index
 version is higher than master? Please help me. IS there anything i
 need
 to
 remove from my slave solrconfig.xml.
 
 Index Version Gen Size
 Master: 1363893820575 93 8.75 MB
 Slave: 1363896006624 94 8.75 MB
 
 Thanks,
 Umesh
 
 
 
 --
 View this message in context:
 
 http://lucene.472066.n3.nabble.com/Solr-4-2-Slave-Index-version-is-higher-than-Master-tp4049827.html
 Sent from the Solr - User mailing list archive at Nabble.com.
 
 
 
 --
 If you reply to this email, your message will be added to the
 discussion
 below:
 
 
 http://lucene.472066.n3.nabble.com/Solr-4-2-Slave-Index-version-is-higher-than-Master-tp4049827p4049832.html
 To unsubscribe from Solr 4.2 - Slave Index version is higher than
 Master, click
 here
 .
 NAML
 http://lucene.472066.n3.nabble.com/template/NamlServlet.jtp?macro=macro_viewerid=instant_html%21nabble%3Aemail.namlbase=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespacebreadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml
 
 
 
 
 solrconfig_slave.xml (67K) 
 http://lucene.472066.n3.nabble.com/attachment/4049840/0/solrconfig_slave.xml
 
 
 
 
 
 --
 View this message in context:
 http://lucene.472066.n3.nabble.com/Solr-4-2-Slave-Index-version-is-higher-than-Master-tp4049827p4049840.html
 
 Sent from the Solr - User mailing list archive at Nabble.com.
 
 
 
 --
 If you reply to this email, your message will be added to the discussion
 below:
 
 http://lucene.472066.n3.nabble.com/Solr-4-2-Slave-Index-version-is-higher-than-Master-tp4049827p4049933.html
 To unsubscribe from Solr 4.2 - Slave Index version is higher than Master, 
 click
 herehttp://lucene.472066.n3.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_codenode=4049827code=VW9tZXNoQGdtYWlsLmNvbXw0MDQ5ODI3fDIyODkyODYxMg==
 .
 NAMLhttp://lucene.472066.n3.nabble.com/template/NamlServlet.jtp?macro=macro_viewerid=instant_html%21nabble

Re: Solr 4.2 - Slave Index version is higher than Master

2013-03-22 Thread Uomesh
Hi Mrk,

I am replicating below config files but not replicating solrconfig.xml.

confFiles:schema.xml, elevate.xml, stopwords.txt, mapping-FoldToASCII.txt,
mapping-ISOLatin1Accent.txt, protwords.txt, spellings.txt, synonyms.txt


also strange I am seeing big Gen difference between Master and slave. My
master slave is 2 while Slave is 56. If i do the full import then the Gen
is getting higher then slave one and its replicating. i have more than 30
cores on my solr instance and all are scheduled to replicate on same time.

IndexVersionGenSizeMaster:
1363903243590
2
94 bytes
Slave:
1363967579193
56
94 bytes

Thanks,
Umesh


On Fri, Mar 22, 2013 at 10:42 AM, Mark Miller-3 [via Lucene] 
ml-node+s472066n4050075...@n3.nabble.com wrote:

 Are you replicating configuration files as well?

 - Mark

 On Mar 22, 2013, at 6:38 AM, John, Phil (CSS) [hidden 
 email]http://user/SendEmail.jtp?type=nodenode=4050075i=0
 wrote:

  To add to the discussion.
 
  We're running classic master/slave replication (not solrcloud) with 1
 master and 2 slaves and I noticed the slave having a higher version number
 than the master the other day as well.
 
  In our case, knock on wood, it hasn't stopped replication.
 
  If you'd like a copy of our config I can provide off-list.
 
  Regards,
 
  Phil.
 
  
 
  From: Mark Miller [mailto:[hidden 
  email]http://user/SendEmail.jtp?type=nodenode=4050075i=1]

  Sent: Fri 22/03/2013 06:32
  To: [hidden email]http://user/SendEmail.jtp?type=nodenode=4050075i=2
  Subject: Re: Solr 4.2 - Slave Index version is higher than Master
 
 
 
  The other odd thing here is that this should not stop replication at
 all. When the slave is ahead, it will still have it's index replaced.
 
  - Mark
 
  On Mar 22, 2013, at 1:26 AM, Mark Miller [hidden 
  email]http://user/SendEmail.jtp?type=nodenode=4050075i=3
 wrote:
 
  I'm working on testing to try and catch what you are seeing here:
 https://issues.apache.org/jira/browse/SOLR-4629
 
  - Mark
 
  On Mar 22, 2013, at 12:23 AM, Mark Miller [hidden 
  email]http://user/SendEmail.jtp?type=nodenode=4050075i=4
 wrote:
 
  Let me know if there is anything else you can add.
 
  A test with your setup that index n docs randomly, commits, randomly
 updates a conf file or not, and then replicates and repeats x times does
 not seem to fail, even with very high values for n and x. On every
 replication, the versions are compared.
 
  Is there anything else you are putting into this mix?
 
  - Mark
 
  On Mar 21, 2013, at 11:28 PM, Uomesh [hidden 
  email]http://user/SendEmail.jtp?type=nodenode=4050075i=5
 wrote:
 
  Thank you!!,
 
  Attached is my master solrconfig.xml. I have few custom handlers
 which you
  might need to remove. In custom handler i have not much code just
 adding
  some custom data for UI.
 
  Thanks,
  Umesh
 
  On Thu, Mar 21, 2013 at 9:59 PM, Mark Miller-3 [via Lucene]
  [hidden email]http://user/SendEmail.jtp?type=nodenode=4050075i=6
  mible.com [hidden 
  email]http://user/SendEmail.jtp?type=nodenode=4050075i=7
 wrote:
 
  Could you attach the master as well?
 
  - Mark
 
  On Mar 21, 2013, at 4:36 PM, Uomesh [hidden email]
 http://user/SendEmail.jtp?type=nodenode=4049933i=0
  wrote:
 
  Hi Mark,
 
  Attached is my solrconfig_slave.xml. My replication interval is 1
  minute(default).
 
  Please let me know if you need any more config details
 
  Thanks,
  umesh
 
  On Thu, Mar 21, 2013 at 3:19 PM, Mark Miller-3 [via Lucene] 
  [hidden email] 
 http://user/SendEmail.jtp?type=nodenode=4049933i=1
  wrote:
 
  Can you give more details about your configuration and setup?
 
  Our best bet is to try and recreate this with a unit test.
 
  - Mark
 
  On Mar 21, 2013, at 4:08 PM, Uomesh [hidden email]
  http://user/SendEmail.jtp?type=nodenode=4049832i=0
  wrote:
 
  Hi,
 
  I am seeing an issue after upgrading from solr 3.6.2 to Solr 4.2.
 My
  Slave
  stop replicating after sometime. And it seems issue is because of
 my
  Slave
  Index version is higher than master. How could it be possible to
 Slave
  Index
  version is higher than master? Please help me. IS there anything
 i
  need
  to
  remove from my slave solrconfig.xml.
 
  Index Version Gen Size
  Master: 1363893820575 93 8.75 MB
  Slave: 1363896006624 94 8.75 MB
 
  Thanks,
  Umesh
 
 
 
  --
  View this message in context:
 
 
 http://lucene.472066.n3.nabble.com/Solr-4-2-Slave-Index-version-is-higher-than-Master-tp4049827.html
  Sent from the Solr - User mailing list archive at Nabble.com.
 
 
 
  --
  If you reply to this email, your message will be added to the
  discussion
  below:
 
 
 
 http://lucene.472066.n3.nabble.com/Solr-4-2-Slave-Index-version-is-higher-than-Master-tp4049827p4049832.html
  To unsubscribe from Solr 4.2 - Slave Index version is higher than
  Master, click
  here
  .
  NAML
 
 http://lucene.472066.n3.nabble.com/template/NamlServlet.jtp?macro=macro_viewerid=instant_html%21nabble%3Aemail.namlbase

Re: Solr 4.2 - Slave Index version is higher than Master

2013-03-22 Thread Uomesh
Also, I am replicating only on commit and startup.

Thanks,
Umesh

On Fri, Mar 22, 2013 at 11:23 AM, Umesh Sharma uom...@gmail.com wrote:

 Hi Mrk,

 I am replicating below config files but not replicating solrconfig.xml.

 confFiles: schema.xml, elevate.xml, stopwords.txt,
 mapping-FoldToASCII.txt, mapping-ISOLatin1Accent.txt, protwords.txt,
 spellings.txt, synonyms.txt


 also strange I am seeing big Gen difference between Master and slave. My
 master slave is 2 while Slave is 56. If i do the full import then the Gen
 is getting higher then slave one and its replicating. i have more than 30
 cores on my solr instance and all are scheduled to replicate on same time.

  Index Version Gen Size Master:
 1363903243590
 2
 94 bytes
 Slave:
 1363967579193
 56
 94 bytes

 Thanks,
 Umesh


 On Fri, Mar 22, 2013 at 10:42 AM, Mark Miller-3 [via Lucene] 
 ml-node+s472066n4050075...@n3.nabble.com wrote:

 Are you replicating configuration files as well?

 - Mark

 On Mar 22, 2013, at 6:38 AM, John, Phil (CSS) [hidden 
 email]http://user/SendEmail.jtp?type=nodenode=4050075i=0
 wrote:

  To add to the discussion.
 
  We're running classic master/slave replication (not solrcloud) with 1
 master and 2 slaves and I noticed the slave having a higher version number
 than the master the other day as well.
 
  In our case, knock on wood, it hasn't stopped replication.
 
  If you'd like a copy of our config I can provide off-list.
 
  Regards,
 
  Phil.
 
  
 
  From: Mark Miller [mailto:[hidden 
  email]http://user/SendEmail.jtp?type=nodenode=4050075i=1]

  Sent: Fri 22/03/2013 06:32
  To: [hidden email]http://user/SendEmail.jtp?type=nodenode=4050075i=2
  Subject: Re: Solr 4.2 - Slave Index version is higher than Master
 
 
 
  The other odd thing here is that this should not stop replication at
 all. When the slave is ahead, it will still have it's index replaced.
 
  - Mark
 
  On Mar 22, 2013, at 1:26 AM, Mark Miller [hidden 
  email]http://user/SendEmail.jtp?type=nodenode=4050075i=3
 wrote:
 
  I'm working on testing to try and catch what you are seeing here:
 https://issues.apache.org/jira/browse/SOLR-4629
 
  - Mark
 
  On Mar 22, 2013, at 12:23 AM, Mark Miller [hidden 
  email]http://user/SendEmail.jtp?type=nodenode=4050075i=4
 wrote:
 
  Let me know if there is anything else you can add.
 
  A test with your setup that index n docs randomly, commits, randomly
 updates a conf file or not, and then replicates and repeats x times does
 not seem to fail, even with very high values for n and x. On every
 replication, the versions are compared.
 
  Is there anything else you are putting into this mix?
 
  - Mark
 
  On Mar 21, 2013, at 11:28 PM, Uomesh [hidden 
  email]http://user/SendEmail.jtp?type=nodenode=4050075i=5
 wrote:
 
  Thank you!!,
 
  Attached is my master solrconfig.xml. I have few custom handlers
 which you
  might need to remove. In custom handler i have not much code just
 adding
  some custom data for UI.
 
  Thanks,
  Umesh
 
  On Thu, Mar 21, 2013 at 9:59 PM, Mark Miller-3 [via Lucene]
  [hidden email]http://user/SendEmail.jtp?type=nodenode=4050075i=6
  mible.com [hidden 
  email]http://user/SendEmail.jtp?type=nodenode=4050075i=7
 wrote:
 
  Could you attach the master as well?
 
  - Mark
 
  On Mar 21, 2013, at 4:36 PM, Uomesh [hidden email]
 http://user/SendEmail.jtp?type=nodenode=4049933i=0
  wrote:
 
  Hi Mark,
 
  Attached is my solrconfig_slave.xml. My replication interval is 1
  minute(default).
 
  Please let me know if you need any more config details
 
  Thanks,
  umesh
 
  On Thu, Mar 21, 2013 at 3:19 PM, Mark Miller-3 [via Lucene] 
  [hidden email] 
 http://user/SendEmail.jtp?type=nodenode=4049933i=1
  wrote:
 
  Can you give more details about your configuration and setup?
 
  Our best bet is to try and recreate this with a unit test.
 
  - Mark
 
  On Mar 21, 2013, at 4:08 PM, Uomesh [hidden email]
  http://user/SendEmail.jtp?type=nodenode=4049832i=0
  wrote:
 
  Hi,
 
  I am seeing an issue after upgrading from solr 3.6.2 to Solr
 4.2. My
  Slave
  stop replicating after sometime. And it seems issue is because
 of my
  Slave
  Index version is higher than master. How could it be possible to
 Slave
  Index
  version is higher than master? Please help me. IS there anything
 i
  need
  to
  remove from my slave solrconfig.xml.
 
  Index Version Gen Size
  Master: 1363893820575 93 8.75 MB
  Slave: 1363896006624 94 8.75 MB
 
  Thanks,
  Umesh
 
 
 
  --
  View this message in context:
 
 
 http://lucene.472066.n3.nabble.com/Solr-4-2-Slave-Index-version-is-higher-than-Master-tp4049827.html
  Sent from the Solr - User mailing list archive at Nabble.com.
 
 
 
  --
  If you reply to this email, your message will be added to the
  discussion
  below:
 
 
 
 http://lucene.472066.n3.nabble.com/Solr-4-2-Slave-Index-version-is-higher-than-Master-tp4049827p4049832.html
  To unsubscribe from Solr 4.2 - Slave Index version is higher than

Re: Solr 4.2 - Slave Index version is higher than Master

2013-03-22 Thread Mark Miller
And your also on 4.2?

- Mark

On Mar 22, 2013, at 12:41 PM, Uomesh uom...@gmail.com wrote:

 Also, I am replicating only on commit and startup.
 
 Thanks,
 Umesh
 
 On Fri, Mar 22, 2013 at 11:23 AM, Umesh Sharma uom...@gmail.com wrote:
 
 Hi Mrk,
 
 I am replicating below config files but not replicating solrconfig.xml.
 
 confFiles: schema.xml, elevate.xml, stopwords.txt,
 mapping-FoldToASCII.txt, mapping-ISOLatin1Accent.txt, protwords.txt,
 spellings.txt, synonyms.txt
 
 
 also strange I am seeing big Gen difference between Master and slave. My
 master slave is 2 while Slave is 56. If i do the full import then the Gen
 is getting higher then slave one and its replicating. i have more than 30
 cores on my solr instance and all are scheduled to replicate on same time.
 
 Index Version Gen Size Master:
 1363903243590
 2
 94 bytes
 Slave:
 1363967579193
 56
 94 bytes
 
 Thanks,
 Umesh
 
 
 On Fri, Mar 22, 2013 at 10:42 AM, Mark Miller-3 [via Lucene] 
 ml-node+s472066n4050075...@n3.nabble.com wrote:
 
 Are you replicating configuration files as well?
 
 - Mark
 
 On Mar 22, 2013, at 6:38 AM, John, Phil (CSS) [hidden 
 email]http://user/SendEmail.jtp?type=nodenode=4050075i=0
 wrote:
 
 To add to the discussion.
 
 We're running classic master/slave replication (not solrcloud) with 1
 master and 2 slaves and I noticed the slave having a higher version number
 than the master the other day as well.
 
 In our case, knock on wood, it hasn't stopped replication.
 
 If you'd like a copy of our config I can provide off-list.
 
 Regards,
 
 Phil.
 
 
 
 From: Mark Miller [mailto:[hidden 
 email]http://user/SendEmail.jtp?type=nodenode=4050075i=1]
 
 Sent: Fri 22/03/2013 06:32
 To: [hidden email]http://user/SendEmail.jtp?type=nodenode=4050075i=2
 Subject: Re: Solr 4.2 - Slave Index version is higher than Master
 
 
 
 The other odd thing here is that this should not stop replication at
 all. When the slave is ahead, it will still have it's index replaced.
 
 - Mark
 
 On Mar 22, 2013, at 1:26 AM, Mark Miller [hidden 
 email]http://user/SendEmail.jtp?type=nodenode=4050075i=3
 wrote:
 
 I'm working on testing to try and catch what you are seeing here:
 https://issues.apache.org/jira/browse/SOLR-4629
 
 - Mark
 
 On Mar 22, 2013, at 12:23 AM, Mark Miller [hidden 
 email]http://user/SendEmail.jtp?type=nodenode=4050075i=4
 wrote:
 
 Let me know if there is anything else you can add.
 
 A test with your setup that index n docs randomly, commits, randomly
 updates a conf file or not, and then replicates and repeats x times does
 not seem to fail, even with very high values for n and x. On every
 replication, the versions are compared.
 
 Is there anything else you are putting into this mix?
 
 - Mark
 
 On Mar 21, 2013, at 11:28 PM, Uomesh [hidden 
 email]http://user/SendEmail.jtp?type=nodenode=4050075i=5
 wrote:
 
 Thank you!!,
 
 Attached is my master solrconfig.xml. I have few custom handlers
 which you
 might need to remove. In custom handler i have not much code just
 adding
 some custom data for UI.
 
 Thanks,
 Umesh
 
 On Thu, Mar 21, 2013 at 9:59 PM, Mark Miller-3 [via Lucene]
 [hidden email]http://user/SendEmail.jtp?type=nodenode=4050075i=6
 mible.com [hidden 
 email]http://user/SendEmail.jtp?type=nodenode=4050075i=7
 wrote:
 
 Could you attach the master as well?
 
 - Mark
 
 On Mar 21, 2013, at 4:36 PM, Uomesh [hidden email]
 http://user/SendEmail.jtp?type=nodenode=4049933i=0
 wrote:
 
 Hi Mark,
 
 Attached is my solrconfig_slave.xml. My replication interval is 1
 minute(default).
 
 Please let me know if you need any more config details
 
 Thanks,
 umesh
 
 On Thu, Mar 21, 2013 at 3:19 PM, Mark Miller-3 [via Lucene] 
 [hidden email] 
 http://user/SendEmail.jtp?type=nodenode=4049933i=1
 wrote:
 
 Can you give more details about your configuration and setup?
 
 Our best bet is to try and recreate this with a unit test.
 
 - Mark
 
 On Mar 21, 2013, at 4:08 PM, Uomesh [hidden email]
 http://user/SendEmail.jtp?type=nodenode=4049832i=0
 wrote:
 
 Hi,
 
 I am seeing an issue after upgrading from solr 3.6.2 to Solr
 4.2. My
 Slave
 stop replicating after sometime. And it seems issue is because
 of my
 Slave
 Index version is higher than master. How could it be possible to
 Slave
 Index
 version is higher than master? Please help me. IS there anything
 i
 need
 to
 remove from my slave solrconfig.xml.
 
 Index Version Gen Size
 Master: 1363893820575 93 8.75 MB
 Slave: 1363896006624 94 8.75 MB
 
 Thanks,
 Umesh
 
 
 
 --
 View this message in context:
 
 
 http://lucene.472066.n3.nabble.com/Solr-4-2-Slave-Index-version-is-higher-than-Master-tp4049827.html
 Sent from the Solr - User mailing list archive at Nabble.com.
 
 
 
 --
 If you reply to this email, your message will be added to the
 discussion
 below:
 
 
 
 http://lucene.472066.n3.nabble.com/Solr-4-2-Slave-Index-version-is-higher-than-Master-tp4049827p4049832.html
 To unsubscribe from Solr 4.2 - Slave

Re: Solr 4.2 - Slave Index version is higher than Master

2013-03-22 Thread Mark Miller
That was to you Phil.

So it seems this is a problem with the configuration replication case I would 
guess - I didn't really look at that path in the 4.2 fixes I worked on.

I did add it to the new testing I'm doing since I've suspected it (it will 
prompt a core reload that doesn't happen when configs don't replicate). I'll 
see what I can do to try and get a test to catch it.

- mark

On Mar 22, 2013, at 1:49 PM, Mark Miller markrmil...@gmail.com wrote:

 And your also on 4.2?
 
 - Mark
 
 On Mar 22, 2013, at 12:41 PM, Uomesh uom...@gmail.com wrote:
 
 Also, I am replicating only on commit and startup.
 
 Thanks,
 Umesh
 
 On Fri, Mar 22, 2013 at 11:23 AM, Umesh Sharma uom...@gmail.com wrote:
 
 Hi Mrk,
 
 I am replicating below config files but not replicating solrconfig.xml.
 
 confFiles: schema.xml, elevate.xml, stopwords.txt,
 mapping-FoldToASCII.txt, mapping-ISOLatin1Accent.txt, protwords.txt,
 spellings.txt, synonyms.txt
 
 
 also strange I am seeing big Gen difference between Master and slave. My
 master slave is 2 while Slave is 56. If i do the full import then the Gen
 is getting higher then slave one and its replicating. i have more than 30
 cores on my solr instance and all are scheduled to replicate on same time.
 
 Index Version Gen Size Master:
 1363903243590
 2
 94 bytes
 Slave:
 1363967579193
 56
 94 bytes
 
 Thanks,
 Umesh
 
 
 On Fri, Mar 22, 2013 at 10:42 AM, Mark Miller-3 [via Lucene] 
 ml-node+s472066n4050075...@n3.nabble.com wrote:
 
 Are you replicating configuration files as well?
 
 - Mark
 
 On Mar 22, 2013, at 6:38 AM, John, Phil (CSS) [hidden 
 email]http://user/SendEmail.jtp?type=nodenode=4050075i=0
 wrote:
 
 To add to the discussion.
 
 We're running classic master/slave replication (not solrcloud) with 1
 master and 2 slaves and I noticed the slave having a higher version number
 than the master the other day as well.
 
 In our case, knock on wood, it hasn't stopped replication.
 
 If you'd like a copy of our config I can provide off-list.
 
 Regards,
 
 Phil.
 
 
 
 From: Mark Miller [mailto:[hidden 
 email]http://user/SendEmail.jtp?type=nodenode=4050075i=1]
 
 Sent: Fri 22/03/2013 06:32
 To: [hidden email]http://user/SendEmail.jtp?type=nodenode=4050075i=2
 Subject: Re: Solr 4.2 - Slave Index version is higher than Master
 
 
 
 The other odd thing here is that this should not stop replication at
 all. When the slave is ahead, it will still have it's index replaced.
 
 - Mark
 
 On Mar 22, 2013, at 1:26 AM, Mark Miller [hidden 
 email]http://user/SendEmail.jtp?type=nodenode=4050075i=3
 wrote:
 
 I'm working on testing to try and catch what you are seeing here:
 https://issues.apache.org/jira/browse/SOLR-4629
 
 - Mark
 
 On Mar 22, 2013, at 12:23 AM, Mark Miller [hidden 
 email]http://user/SendEmail.jtp?type=nodenode=4050075i=4
 wrote:
 
 Let me know if there is anything else you can add.
 
 A test with your setup that index n docs randomly, commits, randomly
 updates a conf file or not, and then replicates and repeats x times does
 not seem to fail, even with very high values for n and x. On every
 replication, the versions are compared.
 
 Is there anything else you are putting into this mix?
 
 - Mark
 
 On Mar 21, 2013, at 11:28 PM, Uomesh [hidden 
 email]http://user/SendEmail.jtp?type=nodenode=4050075i=5
 wrote:
 
 Thank you!!,
 
 Attached is my master solrconfig.xml. I have few custom handlers
 which you
 might need to remove. In custom handler i have not much code just
 adding
 some custom data for UI.
 
 Thanks,
 Umesh
 
 On Thu, Mar 21, 2013 at 9:59 PM, Mark Miller-3 [via Lucene]
 [hidden email]http://user/SendEmail.jtp?type=nodenode=4050075i=6
 mible.com [hidden 
 email]http://user/SendEmail.jtp?type=nodenode=4050075i=7
 wrote:
 
 Could you attach the master as well?
 
 - Mark
 
 On Mar 21, 2013, at 4:36 PM, Uomesh [hidden email]
 http://user/SendEmail.jtp?type=nodenode=4049933i=0
 wrote:
 
 Hi Mark,
 
 Attached is my solrconfig_slave.xml. My replication interval is 1
 minute(default).
 
 Please let me know if you need any more config details
 
 Thanks,
 umesh
 
 On Thu, Mar 21, 2013 at 3:19 PM, Mark Miller-3 [via Lucene] 
 [hidden email] 
 http://user/SendEmail.jtp?type=nodenode=4049933i=1
 wrote:
 
 Can you give more details about your configuration and setup?
 
 Our best bet is to try and recreate this with a unit test.
 
 - Mark
 
 On Mar 21, 2013, at 4:08 PM, Uomesh [hidden email]
 http://user/SendEmail.jtp?type=nodenode=4049832i=0
 wrote:
 
 Hi,
 
 I am seeing an issue after upgrading from solr 3.6.2 to Solr
 4.2. My
 Slave
 stop replicating after sometime. And it seems issue is because
 of my
 Slave
 Index version is higher than master. How could it be possible to
 Slave
 Index
 version is higher than master? Please help me. IS there anything
 i
 need
 to
 remove from my slave solrconfig.xml.
 
 Index Version Gen Size
 Master: 1363893820575 93 8.75 MB
 Slave: 1363896006624 94 8.75 MB
 
 Thanks,
 Umesh
 
 
 
 --
 View

Solr 4.2 - Slave Index version is higher than Master

2013-03-21 Thread Uomesh
Hi,

I am seeing an issue after upgrading from solr 3.6.2 to Solr 4.2. My Slave
stop replicating after sometime. And it seems issue is because of my Slave
Index version is higher than master. How could it be possible to Slave Index
version is higher than master? Please help me. IS there anything i need to
remove from my slave solrconfig.xml.

Index   Version Gen Size
Master: 1363893820575   93  8.75 MB
Slave:  1363896006624   94  8.75 MB

Thanks,
Umesh



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Solr-4-2-Slave-Index-version-is-higher-than-Master-tp4049827.html
Sent from the Solr - User mailing list archive at Nabble.com.


Re: Solr 4.2 - Slave Index version is higher than Master

2013-03-21 Thread Mark Miller
Can you give more details about your configuration and setup?

Our best bet is to try and recreate this with a unit test.

- Mark

On Mar 21, 2013, at 4:08 PM, Uomesh uom...@gmail.com wrote:

 Hi,
 
 I am seeing an issue after upgrading from solr 3.6.2 to Solr 4.2. My Slave
 stop replicating after sometime. And it seems issue is because of my Slave
 Index version is higher than master. How could it be possible to Slave Index
 version is higher than master? Please help me. IS there anything i need to
 remove from my slave solrconfig.xml.
 
 Index Version Gen Size
 Master:   1363893820575   93  8.75 MB
 Slave:1363896006624   94  8.75 MB
 
 Thanks,
 Umesh
 
 
 
 --
 View this message in context: 
 http://lucene.472066.n3.nabble.com/Solr-4-2-Slave-Index-version-is-higher-than-Master-tp4049827.html
 Sent from the Solr - User mailing list archive at Nabble.com.



Re: Solr 4.2 - Slave Index version is higher than Master

2013-03-21 Thread Uomesh
Hi Mark,

Attached is my solrconfig_slave.xml. My replication interval is 1
minute(default).

Please let me know if you need any more config details

Thanks,
umesh

On Thu, Mar 21, 2013 at 3:19 PM, Mark Miller-3 [via Lucene] 
ml-node+s472066n4049832...@n3.nabble.com wrote:

 Can you give more details about your configuration and setup?

 Our best bet is to try and recreate this with a unit test.

 - Mark

 On Mar 21, 2013, at 4:08 PM, Uomesh [hidden 
 email]http://user/SendEmail.jtp?type=nodenode=4049832i=0
 wrote:

  Hi,
 
  I am seeing an issue after upgrading from solr 3.6.2 to Solr 4.2. My
 Slave
  stop replicating after sometime. And it seems issue is because of my
 Slave
  Index version is higher than master. How could it be possible to Slave
 Index
  version is higher than master? Please help me. IS there anything i need
 to
  remove from my slave solrconfig.xml.
 
  Index Version Gen Size
  Master: 1363893820575 93 8.75 MB
  Slave: 1363896006624 94 8.75 MB
 
  Thanks,
  Umesh
 
 
 
  --
  View this message in context:
 http://lucene.472066.n3.nabble.com/Solr-4-2-Slave-Index-version-is-higher-than-Master-tp4049827.html
  Sent from the Solr - User mailing list archive at Nabble.com.



 --
  If you reply to this email, your message will be added to the discussion
 below:

 http://lucene.472066.n3.nabble.com/Solr-4-2-Slave-Index-version-is-higher-than-Master-tp4049827p4049832.html
  To unsubscribe from Solr 4.2 - Slave Index version is higher than Master, 
 click
 herehttp://lucene.472066.n3.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_codenode=4049827code=VW9tZXNoQGdtYWlsLmNvbXw0MDQ5ODI3fDIyODkyODYxMg==
 .
 NAMLhttp://lucene.472066.n3.nabble.com/template/NamlServlet.jtp?macro=macro_viewerid=instant_html%21nabble%3Aemail.namlbase=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespacebreadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml



solrconfig_slave.xml (67K) 
http://lucene.472066.n3.nabble.com/attachment/4049840/0/solrconfig_slave.xml




--
View this message in context: 
http://lucene.472066.n3.nabble.com/Solr-4-2-Slave-Index-version-is-higher-than-Master-tp4049827p4049840.html
Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr 4.2 - Slave Index version is higher than Master

2013-03-21 Thread Mark Miller
Hmm…I guess I'll work on beefing up these tests some more tonight and see if I 
can stumble across it.

- Mark

On Mar 21, 2013, at 4:36 PM, Uomesh uom...@gmail.com wrote:

 Hi Mark,
 
 Attached is my solrconfig_slave.xml. My replication interval is 1
 minute(default).
 
 Please let me know if you need any more config details
 
 Thanks,
 umesh
 
 On Thu, Mar 21, 2013 at 3:19 PM, Mark Miller-3 [via Lucene] 
 ml-node+s472066n4049832...@n3.nabble.com wrote:
 
 Can you give more details about your configuration and setup?
 
 Our best bet is to try and recreate this with a unit test.
 
 - Mark
 
 On Mar 21, 2013, at 4:08 PM, Uomesh [hidden 
 email]http://user/SendEmail.jtp?type=nodenode=4049832i=0
 wrote:
 
 Hi,
 
 I am seeing an issue after upgrading from solr 3.6.2 to Solr 4.2. My
 Slave
 stop replicating after sometime. And it seems issue is because of my
 Slave
 Index version is higher than master. How could it be possible to Slave
 Index
 version is higher than master? Please help me. IS there anything i need
 to
 remove from my slave solrconfig.xml.
 
 Index Version Gen Size
 Master: 1363893820575 93 8.75 MB
 Slave: 1363896006624 94 8.75 MB
 
 Thanks,
 Umesh
 
 
 
 --
 View this message in context:
 http://lucene.472066.n3.nabble.com/Solr-4-2-Slave-Index-version-is-higher-than-Master-tp4049827.html
 Sent from the Solr - User mailing list archive at Nabble.com.
 
 
 
 --
 If you reply to this email, your message will be added to the discussion
 below:
 
 http://lucene.472066.n3.nabble.com/Solr-4-2-Slave-Index-version-is-higher-than-Master-tp4049827p4049832.html
 To unsubscribe from Solr 4.2 - Slave Index version is higher than Master, 
 click
 herehttp://lucene.472066.n3.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_codenode=4049827code=VW9tZXNoQGdtYWlsLmNvbXw0MDQ5ODI3fDIyODkyODYxMg==
 .
 NAMLhttp://lucene.472066.n3.nabble.com/template/NamlServlet.jtp?macro=macro_viewerid=instant_html%21nabble%3Aemail.namlbase=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespacebreadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml
 
 
 
 solrconfig_slave.xml (67K) 
 http://lucene.472066.n3.nabble.com/attachment/4049840/0/solrconfig_slave.xml
 
 
 
 
 --
 View this message in context: 
 http://lucene.472066.n3.nabble.com/Solr-4-2-Slave-Index-version-is-higher-than-Master-tp4049827p4049840.html
 Sent from the Solr - User mailing list archive at Nabble.com.



Re: Solr 4.2 - Slave Index version is higher than Master

2013-03-21 Thread Mark Miller
Could you attach the master as well?

- Mark

On Mar 21, 2013, at 4:36 PM, Uomesh uom...@gmail.com wrote:

 Hi Mark,
 
 Attached is my solrconfig_slave.xml. My replication interval is 1
 minute(default).
 
 Please let me know if you need any more config details
 
 Thanks,
 umesh
 
 On Thu, Mar 21, 2013 at 3:19 PM, Mark Miller-3 [via Lucene] 
 ml-node+s472066n4049832...@n3.nabble.com wrote:
 
 Can you give more details about your configuration and setup?
 
 Our best bet is to try and recreate this with a unit test.
 
 - Mark
 
 On Mar 21, 2013, at 4:08 PM, Uomesh [hidden 
 email]http://user/SendEmail.jtp?type=nodenode=4049832i=0
 wrote:
 
 Hi,
 
 I am seeing an issue after upgrading from solr 3.6.2 to Solr 4.2. My
 Slave
 stop replicating after sometime. And it seems issue is because of my
 Slave
 Index version is higher than master. How could it be possible to Slave
 Index
 version is higher than master? Please help me. IS there anything i need
 to
 remove from my slave solrconfig.xml.
 
 Index Version Gen Size
 Master: 1363893820575 93 8.75 MB
 Slave: 1363896006624 94 8.75 MB
 
 Thanks,
 Umesh
 
 
 
 --
 View this message in context:
 http://lucene.472066.n3.nabble.com/Solr-4-2-Slave-Index-version-is-higher-than-Master-tp4049827.html
 Sent from the Solr - User mailing list archive at Nabble.com.
 
 
 
 --
 If you reply to this email, your message will be added to the discussion
 below:
 
 http://lucene.472066.n3.nabble.com/Solr-4-2-Slave-Index-version-is-higher-than-Master-tp4049827p4049832.html
 To unsubscribe from Solr 4.2 - Slave Index version is higher than Master, 
 click
 herehttp://lucene.472066.n3.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_codenode=4049827code=VW9tZXNoQGdtYWlsLmNvbXw0MDQ5ODI3fDIyODkyODYxMg==
 .
 NAMLhttp://lucene.472066.n3.nabble.com/template/NamlServlet.jtp?macro=macro_viewerid=instant_html%21nabble%3Aemail.namlbase=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespacebreadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml
 
 
 
 solrconfig_slave.xml (67K) 
 http://lucene.472066.n3.nabble.com/attachment/4049840/0/solrconfig_slave.xml
 
 
 
 
 --
 View this message in context: 
 http://lucene.472066.n3.nabble.com/Solr-4-2-Slave-Index-version-is-higher-than-Master-tp4049827p4049840.html
 Sent from the Solr - User mailing list archive at Nabble.com.



Re: Solr 4.2 - Slave Index version is higher than Master

2013-03-21 Thread Uomesh
Thank you!!,

Attached is my master solrconfig.xml. I have few custom handlers which you
might need to remove. In custom handler i have not much code just adding
some custom data for UI.

Thanks,
Umesh

On Thu, Mar 21, 2013 at 9:59 PM, Mark Miller-3 [via Lucene]
ml-node+s472066n4049933h47@n3.nabou
mible.com ml-node+s472066n4049933...@n3.nabble.com wrote:

 Could you attach the master as well?

 - Mark

 On Mar 21, 2013, at 4:36 PM, Uomesh [hidden 
 email]http://user/SendEmail.jtp?type=nodenode=4049933i=0
 wrote:

  Hi Mark,
 
  Attached is my solrconfig_slave.xml. My replication interval is 1
  minute(default).
 
  Please let me know if you need any more config details
 
  Thanks,
  umesh
 
  On Thu, Mar 21, 2013 at 3:19 PM, Mark Miller-3 [via Lucene] 
  [hidden email] http://user/SendEmail.jtp?type=nodenode=4049933i=1
 wrote:
 
  Can you give more details about your configuration and setup?
 
  Our best bet is to try and recreate this with a unit test.
 
  - Mark
 
  On Mar 21, 2013, at 4:08 PM, Uomesh [hidden email]
 http://user/SendEmail.jtp?type=nodenode=4049832i=0
  wrote:
 
  Hi,
 
  I am seeing an issue after upgrading from solr 3.6.2 to Solr 4.2. My
  Slave
  stop replicating after sometime. And it seems issue is because of my
  Slave
  Index version is higher than master. How could it be possible to Slave
  Index
  version is higher than master? Please help me. IS there anything i
 need
  to
  remove from my slave solrconfig.xml.
 
  Index Version Gen Size
  Master: 1363893820575 93 8.75 MB
  Slave: 1363896006624 94 8.75 MB
 
  Thanks,
  Umesh
 
 
 
  --
  View this message in context:
 
 http://lucene.472066.n3.nabble.com/Solr-4-2-Slave-Index-version-is-higher-than-Master-tp4049827.html
  Sent from the Solr - User mailing list archive at Nabble.com.
 
 
 
  --
  If you reply to this email, your message will be added to the
 discussion
  below:
 
 
 http://lucene.472066.n3.nabble.com/Solr-4-2-Slave-Index-version-is-higher-than-Master-tp4049827p4049832.html
  To unsubscribe from Solr 4.2 - Slave Index version is higher than
 Master, click
  here
  .
  NAML
 http://lucene.472066.n3.nabble.com/template/NamlServlet.jtp?macro=macro_viewerid=instant_html%21nabble%3Aemail.namlbase=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespacebreadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml

 
 
 
  solrconfig_slave.xml (67K) 
 http://lucene.472066.n3.nabble.com/attachment/4049840/0/solrconfig_slave.xml

 
 
 
 
  --
  View this message in context:
 http://lucene.472066.n3.nabble.com/Solr-4-2-Slave-Index-version-is-higher-than-Master-tp4049827p4049840.html

  Sent from the Solr - User mailing list archive at Nabble.com.



 --
  If you reply to this email, your message will be added to the discussion
 below:

 http://lucene.472066.n3.nabble.com/Solr-4-2-Slave-Index-version-is-higher-than-Master-tp4049827p4049933.html
  To unsubscribe from Solr 4.2 - Slave Index version is higher than Master, 
 click
 herehttp://lucene.472066.n3.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_codenode=4049827code=VW9tZXNoQGdtYWlsLmNvbXw0MDQ5ODI3fDIyODkyODYxMg==
 .
 NAMLhttp://lucene.472066.n3.nabble.com/template/NamlServlet.jtp?macro=macro_viewerid=instant_html%21nabble%3Aemail.namlbase=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespacebreadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml



solrconfig.xml (74K) 
http://lucene.472066.n3.nabble.com/attachment/4049934/0/solrconfig.xml




--
View this message in context: 
http://lucene.472066.n3.nabble.com/Solr-4-2-Slave-Index-version-is-higher-than-Master-tp4049827p4049934.html
Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr 4.2 - Slave Index version is higher than Master

2013-03-21 Thread Mark Miller
Let me know if there is anything else you can add.

A test with your setup that index n docs randomly, commits, randomly updates a 
conf file or not, and then replicates and repeats x times does not seem to 
fail, even with very high values for n and x. On every replication, the 
versions are compared.

Is there anything else you are putting into this mix?

- Mark

On Mar 21, 2013, at 11:28 PM, Uomesh uom...@gmail.com wrote:

 Thank you!!,
 
 Attached is my master solrconfig.xml. I have few custom handlers which you
 might need to remove. In custom handler i have not much code just adding
 some custom data for UI.
 
 Thanks,
 Umesh
 
 On Thu, Mar 21, 2013 at 9:59 PM, Mark Miller-3 [via Lucene]
 ml-node+s472066n4049933h47@n3.nabou
 mible.com ml-node+s472066n4049933...@n3.nabble.com wrote:
 
 Could you attach the master as well?
 
 - Mark
 
 On Mar 21, 2013, at 4:36 PM, Uomesh [hidden 
 email]http://user/SendEmail.jtp?type=nodenode=4049933i=0
 wrote:
 
 Hi Mark,
 
 Attached is my solrconfig_slave.xml. My replication interval is 1
 minute(default).
 
 Please let me know if you need any more config details
 
 Thanks,
 umesh
 
 On Thu, Mar 21, 2013 at 3:19 PM, Mark Miller-3 [via Lucene] 
 [hidden email] http://user/SendEmail.jtp?type=nodenode=4049933i=1
 wrote:
 
 Can you give more details about your configuration and setup?
 
 Our best bet is to try and recreate this with a unit test.
 
 - Mark
 
 On Mar 21, 2013, at 4:08 PM, Uomesh [hidden email]
 http://user/SendEmail.jtp?type=nodenode=4049832i=0
 wrote:
 
 Hi,
 
 I am seeing an issue after upgrading from solr 3.6.2 to Solr 4.2. My
 Slave
 stop replicating after sometime. And it seems issue is because of my
 Slave
 Index version is higher than master. How could it be possible to Slave
 Index
 version is higher than master? Please help me. IS there anything i
 need
 to
 remove from my slave solrconfig.xml.
 
 Index Version Gen Size
 Master: 1363893820575 93 8.75 MB
 Slave: 1363896006624 94 8.75 MB
 
 Thanks,
 Umesh
 
 
 
 --
 View this message in context:
 
 http://lucene.472066.n3.nabble.com/Solr-4-2-Slave-Index-version-is-higher-than-Master-tp4049827.html
 Sent from the Solr - User mailing list archive at Nabble.com.
 
 
 
 --
 If you reply to this email, your message will be added to the
 discussion
 below:
 
 
 http://lucene.472066.n3.nabble.com/Solr-4-2-Slave-Index-version-is-higher-than-Master-tp4049827p4049832.html
 To unsubscribe from Solr 4.2 - Slave Index version is higher than
 Master, click
 here
 .
 NAML
 http://lucene.472066.n3.nabble.com/template/NamlServlet.jtp?macro=macro_viewerid=instant_html%21nabble%3Aemail.namlbase=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespacebreadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml
 
 
 
 
 solrconfig_slave.xml (67K) 
 http://lucene.472066.n3.nabble.com/attachment/4049840/0/solrconfig_slave.xml
 
 
 
 
 
 --
 View this message in context:
 http://lucene.472066.n3.nabble.com/Solr-4-2-Slave-Index-version-is-higher-than-Master-tp4049827p4049840.html
 
 Sent from the Solr - User mailing list archive at Nabble.com.
 
 
 
 --
 If you reply to this email, your message will be added to the discussion
 below:
 
 http://lucene.472066.n3.nabble.com/Solr-4-2-Slave-Index-version-is-higher-than-Master-tp4049827p4049933.html
 To unsubscribe from Solr 4.2 - Slave Index version is higher than Master, 
 click
 herehttp://lucene.472066.n3.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_codenode=4049827code=VW9tZXNoQGdtYWlsLmNvbXw0MDQ5ODI3fDIyODkyODYxMg==
 .
 NAMLhttp://lucene.472066.n3.nabble.com/template/NamlServlet.jtp?macro=macro_viewerid=instant_html%21nabble%3Aemail.namlbase=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespacebreadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml
 
 
 
 solrconfig.xml (74K) 
 http://lucene.472066.n3.nabble.com/attachment/4049934/0/solrconfig.xml
 
 
 
 
 --
 View this message in context: 
 http://lucene.472066.n3.nabble.com/Solr-4-2-Slave-Index-version-is-higher-than-Master-tp4049827p4049934.html
 Sent from the Solr - User mailing list archive at Nabble.com.



Re: Solr 4.2 - Slave Index version is higher than Master

2013-03-21 Thread Mark Miller
I'm working on testing to try and catch what you are seeing here: 
https://issues.apache.org/jira/browse/SOLR-4629

- Mark

On Mar 22, 2013, at 12:23 AM, Mark Miller markrmil...@gmail.com wrote:

 Let me know if there is anything else you can add.
 
 A test with your setup that index n docs randomly, commits, randomly updates 
 a conf file or not, and then replicates and repeats x times does not seem to 
 fail, even with very high values for n and x. On every replication, the 
 versions are compared.
 
 Is there anything else you are putting into this mix?
 
 - Mark
 
 On Mar 21, 2013, at 11:28 PM, Uomesh uom...@gmail.com wrote:
 
 Thank you!!,
 
 Attached is my master solrconfig.xml. I have few custom handlers which you
 might need to remove. In custom handler i have not much code just adding
 some custom data for UI.
 
 Thanks,
 Umesh
 
 On Thu, Mar 21, 2013 at 9:59 PM, Mark Miller-3 [via Lucene]
 ml-node+s472066n4049933h47@n3.nabou
 mible.com ml-node+s472066n4049933...@n3.nabble.com wrote:
 
 Could you attach the master as well?
 
 - Mark
 
 On Mar 21, 2013, at 4:36 PM, Uomesh [hidden 
 email]http://user/SendEmail.jtp?type=nodenode=4049933i=0
 wrote:
 
 Hi Mark,
 
 Attached is my solrconfig_slave.xml. My replication interval is 1
 minute(default).
 
 Please let me know if you need any more config details
 
 Thanks,
 umesh
 
 On Thu, Mar 21, 2013 at 3:19 PM, Mark Miller-3 [via Lucene] 
 [hidden email] http://user/SendEmail.jtp?type=nodenode=4049933i=1
 wrote:
 
 Can you give more details about your configuration and setup?
 
 Our best bet is to try and recreate this with a unit test.
 
 - Mark
 
 On Mar 21, 2013, at 4:08 PM, Uomesh [hidden email]
 http://user/SendEmail.jtp?type=nodenode=4049832i=0
 wrote:
 
 Hi,
 
 I am seeing an issue after upgrading from solr 3.6.2 to Solr 4.2. My
 Slave
 stop replicating after sometime. And it seems issue is because of my
 Slave
 Index version is higher than master. How could it be possible to Slave
 Index
 version is higher than master? Please help me. IS there anything i
 need
 to
 remove from my slave solrconfig.xml.
 
 Index Version Gen Size
 Master: 1363893820575 93 8.75 MB
 Slave: 1363896006624 94 8.75 MB
 
 Thanks,
 Umesh
 
 
 
 --
 View this message in context:
 
 http://lucene.472066.n3.nabble.com/Solr-4-2-Slave-Index-version-is-higher-than-Master-tp4049827.html
 Sent from the Solr - User mailing list archive at Nabble.com.
 
 
 
 --
 If you reply to this email, your message will be added to the
 discussion
 below:
 
 
 http://lucene.472066.n3.nabble.com/Solr-4-2-Slave-Index-version-is-higher-than-Master-tp4049827p4049832.html
 To unsubscribe from Solr 4.2 - Slave Index version is higher than
 Master, click
 here
 .
 NAML
 http://lucene.472066.n3.nabble.com/template/NamlServlet.jtp?macro=macro_viewerid=instant_html%21nabble%3Aemail.namlbase=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespacebreadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml
 
 
 
 
 solrconfig_slave.xml (67K) 
 http://lucene.472066.n3.nabble.com/attachment/4049840/0/solrconfig_slave.xml
 
 
 
 
 
 --
 View this message in context:
 http://lucene.472066.n3.nabble.com/Solr-4-2-Slave-Index-version-is-higher-than-Master-tp4049827p4049840.html
 
 Sent from the Solr - User mailing list archive at Nabble.com.
 
 
 
 --
 If you reply to this email, your message will be added to the discussion
 below:
 
 http://lucene.472066.n3.nabble.com/Solr-4-2-Slave-Index-version-is-higher-than-Master-tp4049827p4049933.html
 To unsubscribe from Solr 4.2 - Slave Index version is higher than Master, 
 click
 herehttp://lucene.472066.n3.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_codenode=4049827code=VW9tZXNoQGdtYWlsLmNvbXw0MDQ5ODI3fDIyODkyODYxMg==
 .
 NAMLhttp://lucene.472066.n3.nabble.com/template/NamlServlet.jtp?macro=macro_viewerid=instant_html%21nabble%3Aemail.namlbase=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespacebreadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml
 
 
 
 solrconfig.xml (74K) 
 http://lucene.472066.n3.nabble.com/attachment/4049934/0/solrconfig.xml
 
 
 
 
 --
 View this message in context: 
 http://lucene.472066.n3.nabble.com/Solr-4-2-Slave-Index-version-is-higher-than-Master-tp4049827p4049934.html
 Sent from the Solr - User mailing list archive at Nabble.com.