Best unofficial Apache Server developers community
Username
Forgot password?
Sign in with Twitter account
Sign in with Facebook account
List archives

elasticsearch thoughts; also, a bug.

Submitting new content for http://www.elasticsearch.org/guide/appendix/clients.html
(12 lines)
Errors: MasterNotDiscoveredException, IndexMissingException
(67 lines)
Mar 20, 2011
Antonio Lobato
Antonio Lobato
Hey all.  I just wanted to share my experiences with elasticsearch on
a 10 node cluster and my thoughts.  I've had a lot of fun using it,
and will make heavy use of it in the future, :)

http://blog.jinked.com/posts/30

I wanted to take the time to address two things really quickly
though.  To answer Shay's question, the trivial lacking areas in
elasticsearch where Solr has functionality that elasticsearch doesn't,
are things such as the contrib/data import handler. We actually do use
it in one case, but only because of a limitation in Solr that doesn't
exist in elasticsearch (NRT, to be exact).  Moving over to
elasticsearch from Solr would eliminate our need for the data import
handler, as we can distribute/index this particular dataset in real
time.

The second thing I wanted to bring up was a bug.  I've seen this
happen before with certain software (including software I've written
my self), so it's not too uncommon.  elasticsearch will listen on
0.0.0.0 by default, but if the machine has two IP addresses, it will
actually listen on one IP address and send requests/multicast out on
the other.  The result is elasticsearch will not become a member of
the cluster and will isolate it self on an island on that one
machine.  Of course, one work around is to define the IP to bind to in
the config, but it'd certainly go a long way in ease of use if we can
just setup elasticsearch and go. In particular since we share a single
config file on a cluster file system.

Flippin' amazing software though.  elasticsearch's cluster model is
how all multi-node software should function.

Cheers!
-Antonio


Reply
Tags: node clusterexperiences
Messages in this thread
elasticsearch thoughts; also, a bug.
reply Re: elasticsearch thoughts; also, a bug.
(72 lines) Mar 21, 2011 04:46
reply Re: elasticsearch thoughts; also, a bug.
(107 lines) Mar 21, 2011 05:33
reply Re: elasticsearch thoughts; also, a bug.
(35 lines) Mar 21, 2011 05:50
reply Re: elasticsearch thoughts; also, a bug.
(39 lines) Mar 21, 2011 05:52
reply Re: elasticsearch thoughts; also, a bug.
(154 lines) Mar 21, 2011 08:19
reply Re: elasticsearch thoughts; also, a bug.
(22 lines) Mar 21, 2011 18:51
reply Re: elasticsearch thoughts; also, a bug.
(38 lines) Mar 22, 2011 06:58
reply Re: elasticsearch thoughts; also, a bug.
(73 lines) Mar 21, 2011 05:23
reply Re: elasticsearch thoughts; also, a bug.
(34 lines) Mar 21, 2011 05:42
reply Re: elasticsearch thoughts; also, a bug.
(45 lines) Mar 21, 2011 05:55
Search the http://elasticsearch.org website with elasticsearch itself
February 11, 2011 08:53:09 AM
Hi, I've spent couple of hours during the last days with implementing an ElasticSearch-backed search for the ES website (so it could be “self-hosted”, so to speak), as we have been talking about it on IRC the other day. First, you can try the…
Thoughts on Redis
October 2, 2010 07:46:01 PM
Hi all, Just thought I'd let you know that I wrote my take on Redis. It may be not of interest to people in this list, but it covers some detailed topics like the implementation comparison in persistence with MySQL (InnoDB), so to help people like…
Re: Some more thoughts about AP handling
January 16, 2011 05:24:46 AM
On 1/16/11 11:52 AM, Alex Karasulu wrote: > - first make the current trunk working. We have an issue as the subentries >> are not read back when the server is stopped, so we can't have the ACI >> working again. That's a stupid error…
Thoughts on an M2 release?
February 27, 2011 10:02:42 PM
Hi folks, The tasks for making controls, extended operations and the protocol codec factory totally pluggable are complete. I was just trying to add a couple archetypes for creating new control or extended operation projects. This might help us…
Thoughts on Redis
October 2, 2010 07:46:01 PM
Hi all, Just thought I'd let you know that I wrote my take on Redis. It may be not of interest to people in this list, but it covers some detailed topics like the implementation comparison in persistence with MySQL (InnoDB), so to help people like…
Some more thoughts about AP handling
January 15, 2011 05:02:18 AM
Hi guys, I'd like to share some thoughts I have had yesterday and this morning while I was lying in my bed (one of the best place to find solutions to problems with the shower). AP support suppose you deal with some constraints, as explicited…
Re: Some more thoughts about AP handling
January 15, 2011 12:16:38 PM
On Sat, Jan 15, 2011 at 2:44 PM, Emmanuel Lécharny <elech### @apache.org> wrote: > Right now, I really think we should go step by step, following the following > path (roughly) : > - first make the current trunk working. We have an…
Thoughts about ASN.1 code
January 21, 2011 12:57:11 AM
Quick brain dump as I was refactoring yesterday. ASN1 API => shared-asn1-api o some stuff old and useless, needs cleanup: i.e. stateful/stateless codec remnants o some per class, per interface review and cleanup needed o is it worth…
Some more thoughts about the Dn class
February 16, 2011 08:51:34 AM
Hi, we have had some convo about the Dn methods last night. Here are some of the things we discussed and came with : o the getPrefix(N)/getSuffix(N) are cumbersome, and not easy to manipulate. The main issue is that they depend on the RDN…
Thoughts on production worthiness of 5.4 ...
August 27, 2010 01:21:11 PM
Hi, We have been using version 4.1.1 in production for the past several years and it has been 'rock solid'. Earlier we attempted to move to 5.0 and got burned badly. Can somebody comment on the stability/production worthiness of 5.4 for the…
crashed last night - any thoughts?
August 31, 2010 06:51:57 PM
We moved our dashboard over to redis and, while not doing the most efficient job with our db-to-redis conversion, felt like it probably should have handled it. Our bench mark for the redis box is: rai### @production:~/redis$ ./redis-benchmark -h…
Some thoughts about the architecture of camel
October 18, 2010 04:44:01 AM
Hi all, I will have some free time in december as I am changing my employer. So I am planning to work a little on some architectural improvements for camel 3.0.0. As these things are very critical to the stability of camel I would like to get…
Some thoughts I had under my shower this morning...
August 5, 2010 10:23:13 AM
The best place when it comes to think about the future... So we will have some potential issues with the LDAP API : as we now have a schema Aware, we have to load the schema into a SchemaManager. Right now, all the schema is stored into a…
Soliciting thoughts on possible read optimization
August 10, 2010 10:44:33 PM
I mentioned this today to a couple folks at Cassandra Summit, and thought I'd solicit some more thoughts here. Currently, the read stage includes checking row cache. So if your concurrent reads is N and you have N reads reading from disk, the next…
Fwd: Initial thoughts on authorization in howl
July 28, 2010 04:21:56 PM
Begin forwarded message: From: Pradeep Kamath <pradeepk@yahoo-inc.com<mailto:pradeepk@yahoo-inc.com>> Date: July 27, 2010 4:38:42 PM PDT To: <howldev@yahoogroups.com<mailto:howldev@yahoogroups.com>> Subject: [howldev]…
complex hive query thoughts.
July 22, 2010 02:01:19 PM
So I'm new to hadoop and hive, but I have a 4 node cluster up and running, the sample apps work great on it. But when I run my query, it doesn't seem to actually "distribute" the compute to all the nodes. This is one small portion of a larger…
Snapshots and thoughts of our new Derby committers
September 1, 2010 06:02:45 PM
Tiago with his new hat.... http://img835.imageshack.us/img835/2918/tiagohat.jpg (Tiago is thinking that DERBY-728 is very close to being done!)
some thoughts related to today's Skype outage
December 22, 2010 05:21:04 PM
Today the Skype service suffered a major outage: http://blogs.skype.com/en/2010/12/skype_downtime_today.html >>> "Skype isn’t a network like a conventional phone or IM network – instead, it relies on millions of individual connections…
Thoughts on best practices to begin maven releases
June 19, 2010 06:37:10 PM
Hi all, I spent some time on IRC and have volunteered to maintain the maven releases for Cassandra. Our company uses maven heavily, and I found getting up and running with Cassandra/Pelops etc was more time consuming as a user than I feel it…
Thoughts on dropping 0.24.x client support in Puppet 2.7?
November 24, 2010 05:51:15 PM
I mentioned this in an earlier thread, but here's a dedicated one. We made a big change between 0.24.x and 0.25.x where we moved from XMLRPC to REST. How do people feel about us dropping all XMLRPC support from 2.7.x, such that it only supported…
Mongodb and PostgreSql thoughts
December 13, 2010
I've got an app fully working with PostgreSql. After reading about Mongodb, I was interested to see how the app would work with it. After a few…
MySQL query optimization---your thoughts
January 14, 2011
Hello All, I know this is a very broad question but here is my situation: 1) I've a hibernate enabled java program which dumps logs into MySQL…
Need some thoughts and advice if I need to do anything more to improve performance of my webapp...
December 29, 2010
I'm working on a webapp that uses a lot of ajax to display data and I'm wondering if I could get any advice on what else I could do to speed up the…