You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Alexander Murmann (Jira)" <ji...@apache.org> on 2020/08/04 21:36:00 UTC

[jira] [Resolved] (GEODE-6098) Uniform assert statements as rest of the class DistributedMemberLock

     [ https://issues.apache.org/jira/browse/GEODE-6098?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexander Murmann resolved GEODE-6098.
--------------------------------------
    Resolution: Fixed

looks like a PR addressed this already

> Uniform assert statements as rest of the class DistributedMemberLock
> --------------------------------------------------------------------
>
>                 Key: GEODE-6098
>                 URL: https://issues.apache.org/jira/browse/GEODE-6098
>             Project: Geode
>          Issue Type: Bug
>            Reporter: Nabarun Nag
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> Change 
> {code}
> Assert.assertTrue(locked, "Failed to lock " + toString());
> {code}
> to 
> {code}
> Assert.assertTrue(locked, "Failed to lock " + this);
> {code}
>  
> like in the rest of the files
> {code}
> Assert.assertTrue(locked, "Failed to lockInterruptibly " + this);
> {code}
>  



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