[progress Communities] [progress Openedge Abl] Forum Post: Dynamic Logging And Objects

  • Thread starter Thread starter byoung2735
  • Start date Start date
Status
Not open for further replies.
B

byoung2735

Guest
Hello Community, I am researching an issue where we are seeing a memory leak, a batch process which is growing continually. I have enabled DynObjects logging with a level of 4. And I'm seeing this behavior with a suspicious Object. First it's created, then deleted by Garbage Collection, then it's cached for later use. However, I don't see the Handle for the object being referenced again in the log. Instead, similar objects are being created with incrementing Handle IDs. Any thoughts? Thanks. Progress 11.4 on Linux RH6.6. [16/04/05@13:44:19.281-0400] P-032923 T-3790489376 3 4GL DYNOBJECTS Created Progress.Lang.Object Handle:1204 (GetEventProperties rock.ql.abl.messaging.UniversalMessaging @ 699) rock.ql.abl.type.Property [16/04/05@13:44:19.298-0400] P-032923 T-3790489376 2 4GL DYNOBJECTS Deleted-by-GC Progress.Lang.Object Handle:1204 (GetEventProperties rock.ql.abl.messaging.UniversalMessaging @ 686) rock.ql.abl.type.Property [16/04/05@13:44:19.298-0400] P-032923 T-3790489376 3 4GL DYNOBJECTS Cached Progress.Lang.Object Handle:1204 (GetEventProperties rock.ql.abl.messaging.UniversalMessaging @ 686) rock.ql.abl.type.Property

Continue reading...
 
Status
Not open for further replies.
Back
Top