-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 3 posts ] 
Author Message
 Post subject: Hibernate search failover arhitecture
PostPosted: Wed Mar 21, 2012 9:50 am 
Newbie

Joined: Wed Mar 21, 2012 9:13 am
Posts: 2
We are using the following technology stack : hibernate search latest version (4.1), hibernate core, Mysql tables with InnoDB, Tomcat app.

Our application is reading data from some web page and update index once per day. Index update is not missing critical operation (update can fail and we will just wait for next day). But index search must be always available and content must be sync between different nodes. Index is relative small (50mb).

Any idea how we could do fail-over architecture? Our first idea is to always update index on first node and replicate changes on other nodes. But we have no clue how to do this. Thank you for your help.

Regards, Matic


Top
 Profile  
 
 Post subject: Re: Hibernate search failover arhitecture
PostPosted: Wed Mar 21, 2012 1:40 pm 
Hibernate Team
Hibernate Team

Joined: Fri Oct 05, 2007 4:47 pm
Posts: 2536
Location: Third rock from the Sun
Hi Matic,
are you using the JMS master/slave approach described in the documentation?

If so all you need is to start the MassIndexer on the master node, it will replicate the index when it's done.

_________________
Sanne
http://in.relation.to/


Top
 Profile  
 
 Post subject: Re: Hibernate search failover arhitecture
PostPosted: Wed Mar 21, 2012 2:36 pm 
Newbie

Joined: Wed Mar 21, 2012 9:13 am
Posts: 2
Hi sanne,
Uf, I miss this option in documentation. Thank you for info.
Regards,
Matic


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 3 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.