You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by QwertyManiac <gi...@git.apache.org> on 2016/04/20 14:08:06 UTC

[GitHub] kafka pull request: KAFKA-3591: JmxTool should exit out if a provi...

GitHub user QwertyManiac opened a pull request:

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

    KAFKA-3591: JmxTool should exit out if a provided query matches no values.

    Testing: I did manual tests by building locally and running the class against a remote 0.9.0.0 broker JMX URL. Running with a bad object-name produces the exit condition, and running with a good one continues to behave as before (prints the values). Running with no object name dumps all the metrics (KAFKA-2278).
    
    Docs: This should need no doc changes.
    
    This contribution is my original work and 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/QwertyManiac/kafka trunk

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

    https://github.com/apache/kafka/pull/1241.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 #1241
    
----
commit 2d488462d86e9705dfa7cce61c5f68162f2b7d18
Author: Harsh J <ha...@cloudera.com>
Date:   2016-04-20T12:00:59Z

    KAFKA-3591: JmxTool should exit out if a provided query matches no values

----


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