Matt, Good work! We have a couple of comments for you:
1) "heart" is probably not the best way to keep your Riak nodes up - it has a tendency to restart nodes that fail fatally, and doesn't behave well when you want to shut down a node normally. You might be better off with a traditional monitoring tool like "monit" which can back off restarts and notify you when a node is flapping. 2) Make sure your configuration, either via editing vm.args or via the ERL_FLAGS environment variable, includes "-smp enable". Innostore won't work without it. Sean Cribbs <[email protected]> Developer Advocate Basho Technologies, Inc. http://basho.com/ On Apr 22, 2010, at 6:46 AM, Matthew Heitzenroder wrote: > Hello riak-users > > If you're an Amazon Web Services user, I'd really appreciate anyone who is > willing to review this: > > http://github.com/roder/riakaws > > Riakaws is just a simple way to deploy a Riak cluster in the Amazon cloud. > > Thanks in advance for an feedback or pull requests. > > Cheers, > Matt > _______________________________________________ > riak-users mailing list > [email protected] > http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com
_______________________________________________ riak-users mailing list [email protected] http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com
