csulyj created CURATOR-283:
------------------------------
Summary: LockInternals does not deal with spurious weakup?
Key: CURATOR-283
URL: https://issues.apache.org/jira/browse/CURATOR-283
Project: Apache Curator
Issue Type: Test
Components: Recipes
Reporter: csulyj
Priority: Trivial
I don't understand why method internalLockLoop doesn't not deal with spurious
weakup?
I think it should be like this :
synchronized (obj) {
while (condition does not hold)
obj.wait(timeout);
... // Perform action appropriate to condition
}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)