-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add documentation for changing load manager #325
Conversation
docs/ModularLoadManager.md
Outdated
com.yahoo.broker.loadbalance.impl.ModularLoadManagerImpl` | ||
|
||
The admin tool may also be used to change back to `com.yahoo.broker.loadbalance.impl.SimpleLoadManagerImpl` | ||
Note that the ZooKeeper node `/admin/configuration` must exist BEFORE brokers are started for this to work correctly. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is actually a bug :). We should fix it instead of just documenting the behavior.
@@ -0,0 +1,23 @@ | |||
# Modular Load Manager |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should also add a link to this page in docs/Documentation.md
In addition to how enable the load manager, can you also cover how it works (how is the traffic reassigned, what kind of resources are monitored, etc..) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Motivation
Documentation for how to switch to
ModularLoadManagerImpl
needs to exist after #303 is merged.Modifications
The markdown document
docs/ModularLoadManagerImpl
describes how to switch between load managers.Result
Documentation for switching load managers will be present. The document will later be expanded to explain the architecture of
ModularLoadManagerImpl
.