[
https://issues.apache.org/jira/browse/GEODE-7696?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17220841#comment-17220841
]
ASF subversion and git services commented on GEODE-7696:
--------------------------------------------------------
Commit 3187a616c6e4631a9453ab80808a65988bb7c1b7 in geode's branch
refs/heads/develop from Kamilla Aslami
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=3187a61 ]
GEODE-7696: Add comment to GMSHealthMonitor explaining when
IllegalStateException may be thrown (#5607)
* Add comment to GMSHealthMonitor about IllegalStateException catch block
> 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)