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

Ashish Singhi commented on HBASE-12630:
---------------------------------------

Introduced a new configuration 
{{"hbase.configuration.observer.max.exception.retries"}} with default value of 
10.
If a observer throws exception *continuously* for 10 times(default) or user 
configured value while updating its configuration then it will deregister the 
observer.

Attached patch is for trunk branch.
Please review and share your comments.
Thanks

> Provide capability for dropping malfunctioning ConfigurationObserver 
> automatically
> ----------------------------------------------------------------------------------
>
>                 Key: HBASE-12630
>                 URL: https://issues.apache.org/jira/browse/HBASE-12630
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: Ted Yu
>            Assignee: Ashish Singhi
>             Fix For: 1.0.0, 2.0.0
>
>         Attachments: HBASE-12630.patch
>
>
> Chatting with Manukranth, online config update feature should handle the case 
> where certain ConfigurationObserver(s) constantly produce exception when 
> notified of config update.
> We can handle such ConfigurationObserver by sidelining it after configurable 
> number of exceptions seen from the ConfigurationObserver.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to