You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2019/10/31 21:04:00 UTC

[jira] [Commented] (GEODE-7379) Break dependencies on CancelException class

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

ASF subversion and git services commented on GEODE-7379:
--------------------------------------------------------

Commit 93b1482551c2e2548c2b64c1dd5bab6ce848856a in geode's branch refs/heads/develop from Ernie Burghardt
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=93b1482 ]

GEODE-7379: Remove TcpServer dependencies on CancelException. (#4259)

- CancelException has been removed, using IllegalStateException instead.
- The usage of CancelException had nothing to do with cancelling operations
  and was deemed unneeded.



> Break dependencies on CancelException class
> -------------------------------------------
>
>                 Key: GEODE-7379
>                 URL: https://issues.apache.org/jira/browse/GEODE-7379
>             Project: Geode
>          Issue Type: Sub-task
>          Components: membership
>            Reporter: Bill Burcham
>            Assignee: Ernest Burghardt
>            Priority: Major
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> eliminate this rule in {{TcpServerDependenciesTest}}
> {code}
>               // TODO - cancel excpetion
>               .or(type(CancelException.class))
> {code}



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