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

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

Bill merged pull request #5607:
URL: https://github.com/apache/geode/pull/5607


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Add comment to GMSHealthMonitor explaining when IllegalStateException may be 
> thrown
> -----------------------------------------------------------------------------------
>
>                 Key: GEODE-7696
>                 URL: https://issues.apache.org/jira/browse/GEODE-7696
>             Project: Geode
>          Issue Type: Improvement
>          Components: membership
>            Reporter: Ernest Burghardt
>            Assignee: Kamilla Aslami
>            Priority: Major
>              Labels: pull-request-available
>
> former:
> {code:java}
> } catch (IllegalStateException \| GemFireConfigException e) {
> {code}
> current:
> {code:java}
> } catch (IllegalStateException e) {
> {code}
> we can let both bubble up...



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to