You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/06/29 14:12:00 UTC

[jira] [Commented] (GEODE-3151) Configuration Parameter Based Registration Of internal Region over JMX

    [ https://issues.apache.org/jira/browse/GEODE-3151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16068391#comment-16068391 ] 

ASF GitHub Bot commented on GEODE-3151:
---------------------------------------

GitHub user dineshpune2006 opened a pull request:

    https://github.com/apache/geode/pull/613

    GEODE-3151: Internal Region Registration in JMX as per config parameter

    Thank you for submitting a contribution to Apache Geode.
    
    In order to streamline the review of the contribution we ask you
    to ensure the following steps have been taken:
    
    ### For all changes:
    - [X ] Is there a JIRA ticket associated with this PR? Is it referenced in the commit message?
    
    - [X ] Has your PR been rebased against the latest commit within the target branch (typically `develop`)?
    
    - [ X] Is your initial contribution a single, squashed commit?
    
    - [X ] Does `gradlew build` run cleanly?
    
    - [ X] Have you written or updated unit tests to verify your changes?
    
    - [ ] If adding new dependencies to the code, are these dependencies licensed in a way that is compatible for inclusion under [ASF 2.0](http://www.apache.org/legal/resolved.html#category-a)?
    
    ### Note:
    Please ensure that once the PR is submitted, you check travis-ci for build issues and
    submit an update to your PR as soon as possible. If you need help, please send an
    email to dev@geode.apache.org.


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

    $ git pull https://github.com/dineshpune2006/geode feature/GEODE-3151

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

    https://github.com/apache/geode/pull/613.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 #613
    
----
commit 5098e58360c31d3e44954010c4ed7263e60186f3
Author: dineshpune2006 <di...@gmail.com>
Date:   2017-06-29T13:40:51Z

    GEODE-3151: Internal Region Registration in JMX as per config parameter

----


> Configuration Parameter Based Registration Of internal Region over JMX
> ----------------------------------------------------------------------
>
>                 Key: GEODE-3151
>                 URL: https://issues.apache.org/jira/browse/GEODE-3151
>             Project: Geode
>          Issue Type: New Feature
>          Components: general
>            Reporter: dinesh akhand
>             Fix For: 1.2.0
>
>
> I am Adding the Configuration parameter which will have the internal region name/function name
> which we want to register in JMX.
> currently for Internal Region Bean is not getting registered in  JMX.
> I want to make this as configurable.
> If user provided internal region names in configuration[property file ] then
> bean should get register in JMX.
> Current use: we want to register the async queue associated internal region in JMX.
> future scope: using same parameter we want to register few functions to JMX.
> output : only defined internal regions in property file are going to be show in JMX.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)