You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Otis Gospodnetic <ot...@yahoo.com> on 2006/12/07 19:57:44 UTC

Solr e Terracotta

Now that Terracotta JVM clustering has been open-sourced (and works with Lucene's RAMDirectory), who is going to be the first to write something to support HA Solr? :)

http://www.terracotta.org/
http://orionl.blogspot.com/

If I understand the significance of this, this means more or less real-time Solr replication would be possible, eliminating the need for the Master/Slave setup, shapshots, pull scripts, etc. Ja?

Otis




Re: Solr e Terracotta

Posted by Brian Lucas <bl...@gmail.com>.
Otis, very cool find indeed.  This is certainly worth exploring for SOLR,
especially for the CNET guys and anybody else already using multiple
master/slave configurations.  

After watching the video I may have to try it out myself.

Brian


Otis Gospodnetic wrote:
> 
> Now that Terracotta JVM clustering has been open-sourced (and works with
> Lucene's RAMDirectory), who is going to be the first to write something to
> support HA Solr? :)
> 
> http://www.terracotta.org/
> http://orionl.blogspot.com/
> 
> If I understand the significance of this, this means more or less
> real-time Solr replication would be possible, eliminating the need for the
> Master/Slave setup, shapshots, pull scripts, etc. Ja?
> 
> Otis
> 
> 
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/Solr-e-Terracotta-tf2776395.html#a7745588
Sent from the Solr - User mailing list archive at Nabble.com.


Re: Solr e Terracotta

Posted by Yonik Seeley <yo...@apache.org>.
On 12/7/06, Yonik Seeley <yo...@apache.org> wrote:
> I wonder if the license is compatible with ASD
> http://www.terracotta.org/confluence/display/orgsite/Text+of+Terracotta+Public+License
>
> The problematic part might be the attribution requirements.

I have verified (via legal-discuss) that the attribution requirements
aren't really compatible with ASF projects.

If we really wanted to do something with it, we could have a place for
the user to plug-in the terracotta stuff, but frankly I prefer more
transparent solutions (i.e. less magic under the covers).

-Yonik

Re: Solr e Terracotta

Posted by Yonik Seeley <yo...@apache.org>.
I wonder if the license is compatible with ASD
http://www.terracotta.org/confluence/display/orgsite/Text+of+Terracotta+Public+License

The problematic part might be the attribution requirements.
Otherwise, the ASF board has determined that MPL binaries are OK for
redistribution as long as they have not been modified (as MPL requires
changes to be made available).

-Yonik

Re: Solr e Terracotta

Posted by Yonik Seeley <yo...@apache.org>.
On 12/7/06, Otis Gospodnetic <ot...@yahoo.com> wrote:
> Now that Terracotta JVM clustering has been open-sourced (and works with Lucene's RAMDirectory), who is going to be the first to write something to support HA Solr? :)

I'm very skeptical of the performance of such a solution.

> If I understand the significance of this, this means more or less real-time Solr replication would be possible, eliminating the need for the Master/Slave setup, shapshots, pull scripts, etc. Ja?

It might be OK for very small incremental changes, but I think you
would still need to designate one server a master to coordinate
updates.  Larger updates would become network bound, including when it
wasn't necessary (writing out every change to a segment that is going
to be merged anyway).

Maybe someone can do something interesting with it, but I don't think
it can replace our current replication strategy (at first glance).

-Yonik

RE: Solr e Terracotta

Posted by Fuad Efendi <fu...@efendi.ca>.
Cool...
I don't believe into any "real-time" for enterprise. Everything is measured
by response time, which is very good in case of 0.5-3 seconds, and
acceptable for up to 10 seconds...
BEA offers 'real-time' WebLogic, JRockit uses 'determenistic garbage
collection'.
Indeed, we have 'asynchronous' index for our data via SOLR.
Why real-time??? Why not 'transactional' ;)
Thanks

-----Original Message-----
From: Otis Gospodnetic
Sent: Thursday, December 07, 2006 1:58 PM
To: solr-user@lucene.apache.org
Subject: Solr e Terracotta


Now that Terracotta JVM clustering has been open-sourced (and works with
Lucene's RAMDirectory), who is going to be the first to write something to
support HA Solr? :)

http://www.terracotta.org/
http://orionl.blogspot.com/

If I understand the significance of this, this means more or less real-time
Solr replication would be possible, eliminating the need for the
Master/Slave setup, shapshots, pull scripts, etc. Ja?

Otis