Why not use rivers in production?

Getting reintroduced to ES and a co-worker recommended I listen to the
webinar intro that Drew Raines gave as he mentioned something specific
about rivers.

Listening through it I heard him say that they (assuming ES) don't
recommend using rivers in production because it's tied to one node.

Having looked through a lot of the documentation on rivers I do see that
you can specify which rivers run on which nodes so I wasn't sure what the
exact implication was of this statement.

Drew? Or anyone else care to comment?

We're getting ready to push all of our data from MongoDB into ES so that we
can search it and use Kibana for analysis so any insight into this would be
great, thank you :).

-warner

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/CAJNTuMAay4fSD%3DaE453Ps2pYFRXcYjeM2TUb718z9na8pYqdBg%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.

A river instance is a singleton in the cluster.
It means that a river is working only on a single node.

It could be reallocated on another node when the first node fails.

I think that's what Drew meant. Basically, rivers does not scale.

My 2 cents

--
David Pilato | Technical Advocate | Elasticsearch.com
@dadoonet | @elasticsearchfr

Le 9 janvier 2014 at 06:15:24, Warner Onstine (warnero@gmail.com) a écrit:

Getting reintroduced to ES and a co-worker recommended I listen to the webinar intro that Drew Raines gave as he mentioned something specific about rivers.

Listening through it I heard him say that they (assuming ES) don't recommend using rivers in production because it's tied to one node.

Having looked through a lot of the documentation on rivers I do see that you can specify which rivers run on which nodes so I wasn't sure what the exact implication was of this statement.

Drew? Or anyone else care to comment?

We're getting ready to push all of our data from MongoDB into ES so that we can search it and use Kibana for analysis so any insight into this would be great, thank you :).

-warner

You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/CAJNTuMAay4fSD%3DaE453Ps2pYFRXcYjeM2TUb718z9na8pYqdBg%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/etPan.52ce4d53.749abb43.1449b%40MacBook-Air-de-David.local.
For more options, visit https://groups.google.com/groups/opt_out.