Late registration#2
Merged
Merged
Conversation
Merged
Contributor
|
Besides the comments I made this looks good to me. I see lager warnings now when using old configs and no listener when missing configs. +1 to merge. |
Contributor
|
The tests are failing for me (even if I rebase against master). It seems the terminalcrash.log |
added 3 commits
May 30, 2012 11:36
…nitialized on existing client connections.
Author
|
basho/riak_pb#3 needs to land for this to work, fixes a bug caused by API changes in basho/erlang_protobuffs when the upstream was merged. |
Contributor
|
This works with the referenced PR to riak_pb. +1 to merge |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Allow services that are registered after
riak_apiis started to get initialized on existing client connections. Sincereltooldoesn't guarantee any start order for applications in the rel (aside from declared dependencies), we need a way to "upgrade" existing connections that may have been established while an app that registers services is starting up.This also fixes a dependency on lager in the
.appfile.