You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by jaikiran <gi...@git.apache.org> on 2017/05/14 14:18:31 UTC

[GitHub] kafka pull request #3050: (trunk) KAFKA-5232 Fix Log.parseTopicPartitionName...

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 <ja...@gmail.com>
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] kafka pull request #3050: (trunk) KAFKA-5232 Fix Log.parseTopicPartitionName...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/kafka/pull/3050


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---