Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #35 from basho/AZ1011-synchronous-vnode-startup
Synchronous VNode Startup (AZ1011)
  • Loading branch information
rustyio committed Dec 15, 2011
2 parents 8dcc756 + 8427045 commit cb1a3ba
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/riak_pipe_app.erl
Expand Up @@ -47,8 +47,9 @@ start(_StartType, _StartArgs) ->

case riak_pipe_sup:start_link() of
{ok, Pid} ->
riak_core:register_vnode_module(riak_pipe_vnode),
riak_core_node_watcher:service_up(riak_pipe, Pid),
riak_core:register(riak_pipe, [
{vnode_module, riak_pipe_vnode}
]),
{ok, Pid};
{error, Reason} ->
{error, Reason}
Expand Down

0 comments on commit cb1a3ba

Please sign in to comment.