-
Notifications
You must be signed in to change notification settings - Fork 107
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
Upgrade Kafka (to 2.6.0) #1137
Comments
@toszo Is the Kafka upgrade, preferably to to the latest version (2.6.0), scheduled for 0.8? |
Our Kafka version used by epiphany 0.6.0 is 2.3.1 with zookeeper 3.4.12 There are these issues have been logged and resolved with latest version 2.6.0 https://issues.apache.org/jira/browse/KAFKA-7925 - CPU consumption https://issues.apache.org/jira/browse/KAFKA-10254 - CPU consumption when broker lost connection https://issues.apache.org/jira/browse/KAFKA-9603 - Leak file handles To review file descriptor limit currently set for a running Kafka broker, run To see open file descriptors, run: |
@gj25 It's not. |
I made a PR #1790 to address the issues. To add one more BUG of the current version and we are spending huge time to fix/work around - please see |
While releasing please make sure that it was tested together with #1853 |
Requirements.txt with correct download link (archive.apache.org)
Changelog and components file updated
Single place for version and filename.
* Upgrade kafka version to 2.6.0 * Update jmx exporter tar ball to 0.14.0 * Item: #1137 Requirements.txt with correct download link (archive.apache.org) * Kafka server.properties tak take more settings from yaml * Item: #1137 Changelog and components file updated * Item: #1137, Upgrade.md file updated. * Item: #1137, Changes requested in code review. Single place for version and filename. Co-authored-by: Steve Kieu <[email protected]>
Tested, upgrade from 0.7.2 to develop finished with success. Kafka works properly after the changes. |
Is your feature request related to a problem? Please describe.
Need to perform Kafka upgrade to the latest possible version with all fixes included.
Describe the solution you'd like
Upgrade Kafka the same way as other components, using Ansible's 'upgrade' role.
Describe alternatives you've considered
No
Additional context
No
The text was updated successfully, but these errors were encountered: