Michael Martell created GEODE-7060:
--------------------------------------
Summary: Fix ACE Resource Leak
Key: GEODE-7060
URL: https://issues.apache.org/jira/browse/GEODE-7060
Project: Geode
Issue Type: Bug
Components: native client
Reporter: Michael Martell
When running the gemfire-node-client putall.js test inside a loop, we get the
following error after about 400 iterations:
line is 'ACE_Semaphore::ACE_Semaphore: No space left on device' on iteration 384
This reference indicates the problem is due to not calling remove() on the
ACE::Mutex objects.
https://comp.soft-sys.ace.narkive.com/ppIGa8Mp/ace-users-ace-sv-semaphore-complex-no-space-left-on-device
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)