Bruce Schuchardt created GEODE-1800:
---------------------------------------

             Summary: StoppableCondition has faulty code in await()
                 Key: GEODE-1800
                 URL: https://issues.apache.org/jira/browse/GEODE-1800
             Project: Geode
          Issue Type: Bug
          Components: general
            Reporter: Bruce Schuchardt


StoppableCondition.await() loops invoking await(long).  This can loop 
indefinitely if the first invocation of await(long) times out.  We need to 
remove this method and replace all uses with await(long).




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

Reply via email to