GitHub user jaikiran opened a pull request:
https://github.com/apache/kafka/pull/3050
(trunk) KAFKA-5232 Fix Log.parseTopicPartitionName to take into account dot
character in topic names of deleted topics
The commit here contains a fix and a test case for the issue reported in
https://issues.apache.org/jira/browse/KAFKA-5232. This PR is meant for `trunk`
branch and a corresponding PR for `0.10.2` branch has been raised here
https://github.com/apache/kafka/pull/3043
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jaikiran/kafka KAFKA-5232-trunk
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/kafka/pull/3050.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #3050
----
commit 8695ce9a64ce27b329468c63288aff17cd1c2d2e
Author: Jaikiran Pai <[email protected]>
Date: 2017-05-13T12:15:05Z
KAFKA-5232 Fix the bug where the Log.parseTopicPartitionName wasn't taking
into account the potential presence of '.' character in topic names while
looking for topics that are marked for deletion
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---