What's the recommended ElasticSearch deployment on Windows Azure? -
bearing in mind elasticsearch-zookeeper plugin doesn't support v0.90 release. unicast, what's strategy on updating list of ips? i.e. when upgrading/scaling-up/down.
what client-side connectivity (from web/worker role) cluster? you:
a) implement own round-robin/failover implementation across nodes in cluster
b) spin local (non-data/non-master) elasticsearch process on client machine joins unicast cluster. application connect localhost
where store data? azure blob gateway?
can share detailed story on elasticsearch experience on azure, , particular points/issues watch out for?
cheers
just note this. on way on releasing azure plugin elasticsearch. allow automatic discovery of elasticsearch nodes. think have public in next weeks.
also, recommend use local storage. azure blob used in future allow snapshots (and restore) feature when elasticsearch 1.0 out.
hope helps
update: plugin available here: https://github.com/elasticsearch/elasticsearch-cloud-azure
Comments
Post a Comment