You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Justin Edelson (Created) (JIRA)" <ji...@apache.org> on 2012/02/09 17:37:59 UTC

[jira] [Created] (SLING-2412) add peak call and recursion depth statistics to RequestProcessor mbean

add peak call and recursion depth statistics to RequestProcessor mbean
----------------------------------------------------------------------

                 Key: SLING-2412
                 URL: https://issues.apache.org/jira/browse/SLING-2412
             Project: Sling
          Issue Type: Improvement
          Components: Engine
            Reporter: Justin Edelson


The SlingMainServlet has include and recursion depth limit setting, but there's no way to determine what the peak level actually is. These should be available via JMX.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Re: [jira] [Resolved] (SLING-2412) add peak call and recursion depth statistics to RequestProcessor mbean

Posted by Felix Meschberger <fm...@adobe.com>.
Good, thanks.

Regards
Felix

Am 17.02.2012 um 15:01 schrieb Justin Edelson:

> Actually, I don't think we need to bump the package export version.
> The jmx package has yet to be released.
> 
> But we probably should cut a 2.2.6 soon...
> 
> On Fri, Feb 17, 2012 at 8:30 AM, Felix Meschberger <fm...@adobe.com> wrote:
>> Hi,
>> 
>> Am 17.02.2012 um 14:04 schrieb Justin Edelson:
>> 
>>> Hi,
>>> Thanks for the catch. I'll fix the package export version.
>>> 
>>> Which JMX annotations are you referring to?
>> 
>> I meant the BND annotations  @Export and @Version.
>> 
>> Sorry for the confusion.
>> 
>> Regards
>> Felix
>> 
>>> 
>>> Justin
>>> 
>>> On Fri, Feb 17, 2012 at 1:11 AM, Felix Meschberger <fm...@adobe.com> wrote:
>>>> Hi
>>>> 
>>>> Makes sense, but don't forget to increase the export version on the jmx package.
>>>> 
>>>> Regards
>>>> Felix
>>>> 
>>>> PS: Might want to migrate to JMX annotations...
>>>> PPS: We might want to upgrade the Bundle plugin in the parent POM to the latest 2.3.7
>>>> 
>>>> 
>>>> Am 17.02.2012 um 03:40 schrieb Justin Edelson (Resolved) (JIRA):
>>>> 
>>>>> 
>>>>>     [ https://issues.apache.org/jira/browse/SLING-2412?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
>>>>> 
>>>>> Justin Edelson resolved SLING-2412.
>>>>> -----------------------------------
>>>>> 
>>>>>       Resolution: Fixed
>>>>>    Fix Version/s: Engine 2.2.6
>>>>> 
>>>>> added in r1245300
>>>>> 
>>>>>> add peak call and recursion depth statistics to RequestProcessor mbean
>>>>>> ----------------------------------------------------------------------
>>>>>> 
>>>>>>                Key: SLING-2412
>>>>>>                URL: https://issues.apache.org/jira/browse/SLING-2412
>>>>>>            Project: Sling
>>>>>>         Issue Type: Improvement
>>>>>>         Components: Engine
>>>>>>           Reporter: Justin Edelson
>>>>>>           Assignee: Justin Edelson
>>>>>>            Fix For: Engine 2.2.6
>>>>>> 
>>>>>> 
>>>>>> The SlingMainServlet has include and recursion depth limit setting, but there's no way to determine what the peak level actually is. These should be available via JMX.
>>>>> 
>>>>> --
>>>>> This message is automatically generated by JIRA.
>>>>> If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
>>>>> For more information on JIRA, see: http://www.atlassian.com/software/jira
>>>>> 
>>>>> 
>>>> 
>> 


Re: [jira] [Resolved] (SLING-2412) add peak call and recursion depth statistics to RequestProcessor mbean

Posted by Justin Edelson <ju...@justinedelson.com>.
Actually, I don't think we need to bump the package export version.
The jmx package has yet to be released.

But we probably should cut a 2.2.6 soon...

On Fri, Feb 17, 2012 at 8:30 AM, Felix Meschberger <fm...@adobe.com> wrote:
> Hi,
>
> Am 17.02.2012 um 14:04 schrieb Justin Edelson:
>
>> Hi,
>> Thanks for the catch. I'll fix the package export version.
>>
>> Which JMX annotations are you referring to?
>
> I meant the BND annotations  @Export and @Version.
>
> Sorry for the confusion.
>
> Regards
> Felix
>
>>
>> Justin
>>
>> On Fri, Feb 17, 2012 at 1:11 AM, Felix Meschberger <fm...@adobe.com> wrote:
>>> Hi
>>>
>>> Makes sense, but don't forget to increase the export version on the jmx package.
>>>
>>> Regards
>>> Felix
>>>
>>> PS: Might want to migrate to JMX annotations...
>>> PPS: We might want to upgrade the Bundle plugin in the parent POM to the latest 2.3.7
>>>
>>>
>>> Am 17.02.2012 um 03:40 schrieb Justin Edelson (Resolved) (JIRA):
>>>
>>>>
>>>>     [ https://issues.apache.org/jira/browse/SLING-2412?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
>>>>
>>>> Justin Edelson resolved SLING-2412.
>>>> -----------------------------------
>>>>
>>>>       Resolution: Fixed
>>>>    Fix Version/s: Engine 2.2.6
>>>>
>>>> added in r1245300
>>>>
>>>>> add peak call and recursion depth statistics to RequestProcessor mbean
>>>>> ----------------------------------------------------------------------
>>>>>
>>>>>                Key: SLING-2412
>>>>>                URL: https://issues.apache.org/jira/browse/SLING-2412
>>>>>            Project: Sling
>>>>>         Issue Type: Improvement
>>>>>         Components: Engine
>>>>>           Reporter: Justin Edelson
>>>>>           Assignee: Justin Edelson
>>>>>            Fix For: Engine 2.2.6
>>>>>
>>>>>
>>>>> The SlingMainServlet has include and recursion depth limit setting, but there's no way to determine what the peak level actually is. These should be available via JMX.
>>>>
>>>> --
>>>> This message is automatically generated by JIRA.
>>>> If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
>>>> For more information on JIRA, see: http://www.atlassian.com/software/jira
>>>>
>>>>
>>>
>

Re: [jira] [Resolved] (SLING-2412) add peak call and recursion depth statistics to RequestProcessor mbean

Posted by Felix Meschberger <fm...@adobe.com>.
Hi,

Am 17.02.2012 um 14:04 schrieb Justin Edelson:

> Hi,
> Thanks for the catch. I'll fix the package export version.
> 
> Which JMX annotations are you referring to?

I meant the BND annotations  @Export and @Version.

Sorry for the confusion.

Regards
Felix

> 
> Justin
> 
> On Fri, Feb 17, 2012 at 1:11 AM, Felix Meschberger <fm...@adobe.com> wrote:
>> Hi
>> 
>> Makes sense, but don't forget to increase the export version on the jmx package.
>> 
>> Regards
>> Felix
>> 
>> PS: Might want to migrate to JMX annotations...
>> PPS: We might want to upgrade the Bundle plugin in the parent POM to the latest 2.3.7
>> 
>> 
>> Am 17.02.2012 um 03:40 schrieb Justin Edelson (Resolved) (JIRA):
>> 
>>> 
>>>     [ https://issues.apache.org/jira/browse/SLING-2412?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
>>> 
>>> Justin Edelson resolved SLING-2412.
>>> -----------------------------------
>>> 
>>>       Resolution: Fixed
>>>    Fix Version/s: Engine 2.2.6
>>> 
>>> added in r1245300
>>> 
>>>> add peak call and recursion depth statistics to RequestProcessor mbean
>>>> ----------------------------------------------------------------------
>>>> 
>>>>                Key: SLING-2412
>>>>                URL: https://issues.apache.org/jira/browse/SLING-2412
>>>>            Project: Sling
>>>>         Issue Type: Improvement
>>>>         Components: Engine
>>>>           Reporter: Justin Edelson
>>>>           Assignee: Justin Edelson
>>>>            Fix For: Engine 2.2.6
>>>> 
>>>> 
>>>> The SlingMainServlet has include and recursion depth limit setting, but there's no way to determine what the peak level actually is. These should be available via JMX.
>>> 
>>> --
>>> This message is automatically generated by JIRA.
>>> If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
>>> For more information on JIRA, see: http://www.atlassian.com/software/jira
>>> 
>>> 
>> 


Re: [jira] [Resolved] (SLING-2412) add peak call and recursion depth statistics to RequestProcessor mbean

Posted by Justin Edelson <ju...@justinedelson.com>.
Hi,
Thanks for the catch. I'll fix the package export version.

Which JMX annotations are you referring to?

Justin

On Fri, Feb 17, 2012 at 1:11 AM, Felix Meschberger <fm...@adobe.com> wrote:
> Hi
>
> Makes sense, but don't forget to increase the export version on the jmx package.
>
> Regards
> Felix
>
> PS: Might want to migrate to JMX annotations...
> PPS: We might want to upgrade the Bundle plugin in the parent POM to the latest 2.3.7
>
>
> Am 17.02.2012 um 03:40 schrieb Justin Edelson (Resolved) (JIRA):
>
>>
>>     [ https://issues.apache.org/jira/browse/SLING-2412?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
>>
>> Justin Edelson resolved SLING-2412.
>> -----------------------------------
>>
>>       Resolution: Fixed
>>    Fix Version/s: Engine 2.2.6
>>
>> added in r1245300
>>
>>> add peak call and recursion depth statistics to RequestProcessor mbean
>>> ----------------------------------------------------------------------
>>>
>>>                Key: SLING-2412
>>>                URL: https://issues.apache.org/jira/browse/SLING-2412
>>>            Project: Sling
>>>         Issue Type: Improvement
>>>         Components: Engine
>>>           Reporter: Justin Edelson
>>>           Assignee: Justin Edelson
>>>            Fix For: Engine 2.2.6
>>>
>>>
>>> The SlingMainServlet has include and recursion depth limit setting, but there's no way to determine what the peak level actually is. These should be available via JMX.
>>
>> --
>> This message is automatically generated by JIRA.
>> If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
>> For more information on JIRA, see: http://www.atlassian.com/software/jira
>>
>>
>

Re: [jira] [Resolved] (SLING-2412) add peak call and recursion depth statistics to RequestProcessor mbean

Posted by Felix Meschberger <fm...@adobe.com>.
Hi

Makes sense, but don't forget to increase the export version on the jmx package.

Regards
Felix

PS: Might want to migrate to JMX annotations...
PPS: We might want to upgrade the Bundle plugin in the parent POM to the latest 2.3.7


Am 17.02.2012 um 03:40 schrieb Justin Edelson (Resolved) (JIRA):

> 
>     [ https://issues.apache.org/jira/browse/SLING-2412?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
> 
> Justin Edelson resolved SLING-2412.
> -----------------------------------
> 
>       Resolution: Fixed
>    Fix Version/s: Engine 2.2.6
> 
> added in r1245300
> 
>> add peak call and recursion depth statistics to RequestProcessor mbean
>> ----------------------------------------------------------------------
>> 
>>                Key: SLING-2412
>>                URL: https://issues.apache.org/jira/browse/SLING-2412
>>            Project: Sling
>>         Issue Type: Improvement
>>         Components: Engine
>>           Reporter: Justin Edelson
>>           Assignee: Justin Edelson
>>            Fix For: Engine 2.2.6
>> 
>> 
>> The SlingMainServlet has include and recursion depth limit setting, but there's no way to determine what the peak level actually is. These should be available via JMX.
> 
> --
> This message is automatically generated by JIRA.
> If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
> For more information on JIRA, see: http://www.atlassian.com/software/jira
> 
> 


[jira] [Resolved] (SLING-2412) add peak call and recursion depth statistics to RequestProcessor mbean

Posted by "Justin Edelson (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SLING-2412?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Justin Edelson resolved SLING-2412.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: Engine 2.2.6

added in r1245300
                
> add peak call and recursion depth statistics to RequestProcessor mbean
> ----------------------------------------------------------------------
>
>                 Key: SLING-2412
>                 URL: https://issues.apache.org/jira/browse/SLING-2412
>             Project: Sling
>          Issue Type: Improvement
>          Components: Engine
>            Reporter: Justin Edelson
>            Assignee: Justin Edelson
>             Fix For: Engine 2.2.6
>
>
> The SlingMainServlet has include and recursion depth limit setting, but there's no way to determine what the peak level actually is. These should be available via JMX.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (SLING-2412) add peak call and recursion depth statistics to RequestProcessor mbean

Posted by "Justin Edelson (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SLING-2412?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Justin Edelson updated SLING-2412:
----------------------------------

    Assignee: Justin Edelson
    
> add peak call and recursion depth statistics to RequestProcessor mbean
> ----------------------------------------------------------------------
>
>                 Key: SLING-2412
>                 URL: https://issues.apache.org/jira/browse/SLING-2412
>             Project: Sling
>          Issue Type: Improvement
>          Components: Engine
>            Reporter: Justin Edelson
>            Assignee: Justin Edelson
>
> The SlingMainServlet has include and recursion depth limit setting, but there's no way to determine what the peak level actually is. These should be available via JMX.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Closed] (SLING-2412) add peak call and recursion depth statistics to RequestProcessor mbean

Posted by "Carsten Ziegeler (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SLING-2412?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Carsten Ziegeler closed SLING-2412.
-----------------------------------

    
> add peak call and recursion depth statistics to RequestProcessor mbean
> ----------------------------------------------------------------------
>
>                 Key: SLING-2412
>                 URL: https://issues.apache.org/jira/browse/SLING-2412
>             Project: Sling
>          Issue Type: Improvement
>          Components: Engine
>            Reporter: Justin Edelson
>            Assignee: Justin Edelson
>             Fix For: Engine 2.2.6
>
>
> The SlingMainServlet has include and recursion depth limit setting, but there's no way to determine what the peak level actually is. These should be available via JMX.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira