Mario Salazar de Torres created GEODE-8793:
----------------------------------------------
Summary: Fix PdxTypeRegistry cleanup upon cluster disconnection
Key: GEODE-8793
URL: https://issues.apache.org/jira/browse/GEODE-8793
Project: Geode
Issue Type: Bug
Components: native client
Affects Versions: 1.13.1, 1.13.0
Reporter: Mario Salazar de Torres
*GIVEN* A native client cache with on-client-disconnect-clear-pdxType-Ids is
set to "true" (not the best name if you ask me)
*WHEN* the connection towards the cluster is lost
*THEN* PdxTypeRegistry should be cleaned up straight away.
----
*Additional information*
**Instead of being cleaned up straight away, PdxTypeRegistry it's cleaned up
every 2 cluster disconnections.
Probably the issue is that semaphores in place are missused.
Consider additionally to change the callback name "cliCallback" as it does not
represent the actual functionality here.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)