dataClay GC is not removing objects being used by sessions since we do not know what is present in client applications heap. When a session is closed, unreferenced objects are cleaned.
If the session never finishes but we keep creating objects we have a disk leak.
New session_detach method in DataClayObject will allow applications to notify dataClay when an object should be detached from the session and thus, cleaned.
dataClay GC is not removing objects being used by sessions since we do not know what is present in client applications heap. When a session is closed, unreferenced objects are cleaned.
If the session never finishes but we keep creating objects we have a disk leak.
New
session_detachmethod in DataClayObject will allow applications to notify dataClay when an object should be detached from the session and thus, cleaned.