hazelcast / hazelcast/hazelcast-cpp-client
[TRACKING ISSUE] Add local checks for count argument of CountDownLatch#trySetCount
Open
- Dominant language
- C++
- Stars
- 91
- Forks
- 54
- Avg merge
- 1d 12m
- Merged PRs (30d)
- 5
Description
The tracking issue for the Java side PR.
**Add local checks for count argument of CountDownLatch#trySetCount**
See https://github.com/hazelcast/hazelcast/pull/17528 for details.
---
* `CountDownLatch#trySetCount` implementations were doing a remote call even when called with a non-positive `count`. This PR adds local checks to mitigate the problem
* Also improves javadoc consistency for some CP data structures
Contributor guide
Assessment
This issue has not been assessed yet.