[jira] Commented: (ZOOKEEPER-300) zk jmx code is calling printStackTrace when creating bean name (should not be)

2009-05-07 Thread Mahadev konar (JIRA)

[ 
https://issues.apache.org/jira/browse/ZOOKEEPER-300?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12707166#action_12707166
 ] 

Mahadev konar commented on ZOOKEEPER-300:
-

+1 the patch looks good.

> zk jmx code is calling printStackTrace when creating bean name (should not be)
> --
>
> Key: ZOOKEEPER-300
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-300
> Project: Zookeeper
>  Issue Type: Bug
>  Components: jmx
>Affects Versions: 3.1.0
>Reporter: Patrick Hunt
>Assignee: Patrick Hunt
> Fix For: 3.2.0
>
> Attachments: ZOOKEEPER-300.patch
>
>
> remove printStackTrace from zk jmx code (review the rest of the code at the 
> same time)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (ZOOKEEPER-300) zk jmx code is calling printStackTrace when creating bean name (should not be)

2009-02-05 Thread Patrick Hunt (JIRA)

[ 
https://issues.apache.org/jira/browse/ZOOKEEPER-300?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12670960#action_12670960
 ] 

Patrick Hunt commented on ZOOKEEPER-300:


in the case of malformedobjectnameexception we should also catch/rethrow this 
exception at a low enough level such that we can log (WARN) the name that was 
invalid (sun doesn't include that in the error message and it would be useful)

> zk jmx code is calling printStackTrace when creating bean name (should not be)
> --
>
> Key: ZOOKEEPER-300
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-300
> Project: Zookeeper
>  Issue Type: Bug
>Affects Versions: 3.1.0
>Reporter: Patrick Hunt
> Fix For: 3.2.0
>
>
> remove printStackTrace from zk jmx code (review the rest of the code at the 
> same time)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.