GitHub user maysamyabandeh opened a pull request:

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

    KAFKA-3428 Remove metadata sync bottleneck from mirrormaker's producer

    Repalce topics with a concurrent hashset so it would not require to be
    modified inside a synchrnoized method.
    Make cluster a volatile varialble so fetch which just returns the
    pointer does not have to be synchrnized.
    
    @ijuma @becketqin
    
    the contribution is my original work and that i license the work to the 
project under the project's open source license.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/maysamyabandeh/kafka KAFKA-3428

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/kafka/pull/1111.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 #1111
    
----
commit 795b758977915b5a9098c7722f61b8ca5d318577
Author: Maysam Yabandeh <[email protected]>
Date:   2016-03-22T03:31:23Z

    Repalce topics with a concurrent hashset so it would not require to be
    modified inside a synchrnoized method.
    Make cluster a volatile varialble so fetch which just returns the
    pointer does not have to be synchrnized.

----


---
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.
---

Reply via email to