-
Notifications
You must be signed in to change notification settings - Fork 0
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
Updated Kafka role for 0.10.x #58
Closed
Closed
Conversation
This file contains 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
…to be in the vault, ARE in the vault
The latest including stats collector stopping before deletion which solved that issue.
…e conflicts and can't edit the conflicts due to an ansible-vault odd-length string error message due to the merge
Ys gk vk ansible
… the rate that the backlog goes down
Adds dogwhistle configuration (off by default), adds stats collection disabled
…ble queue_hit to 60
* Adding ability to define Kibana plugins, and run a local docker based ES for testing. * script fix * ensuring dockerfile updates are built * Added config to turn on/off sll for kibana * Fixed error in kibana deployment
This PR/branch got trashed by my GIT carelessness. |
New one is here: #66 |
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.
This updates the Kafka role from Kafka 0.9.x to 0.10.x. There are a series of steps to follow to perform a rolling upgrade of a functioning cluster. They are explained in the documentation linked below. I've distilled it it down the following specific steps.
https://kafka.apache.org/documentation/#upgrade
These pin the message formats between brokers and the clients to our current versions.
For each broker in the Kafka cluster execute steps 2 - 4:
-- GOTO Step 2 ---
Now the all brokers are running Kafka 0.10, we can now change the protocol versions to the latest.
Remove the two Ansible variables introduced in step 1.
Repeat steps 2 - 4 again for each broker to apply the protocol version change.
This process was tested on a two VM cluster running a series of Storm topologies actively using Kafka during the upgrade.