IBM Sterling Transformation Extender

Sterling Transformation Extender

Come for answers, stay for best practices. All we're missing is you.

 View Only
Expand all | Collapse all

Memory Leak Patch

  • 1.  Memory Leak Patch

    Posted Mon March 07, 2005 11:44 AM

    Originally posted by: SystemAdmin


    Hi,

    Someone mentioned that there is Memory Leak issue with EventServer,and there is patch for this Memory Leak Bug.

    We are currently working on 6.7 with SP1.
    is this patch something we should have as a must.

    Can anyone shed some light on this.

    Thanks,
    Sai.
    #DataExchange
    #IBM-Websphere-Transformation-Extender
    #IBMSterlingTransformationExtender


  • 2.  Re: Memory Leak Patch

    Posted Thu April 14, 2005 06:00 AM

    Originally posted by: SystemAdmin


    Hi,

    We had to have the patch (an others) as it caused repeated crashes.

    You can test if you need it by repeated running the same test case, while running mon.sh (supplied by Ascential). If the memory usage goes up after every run, you have a leak which will eventually crash the system.

    If memory serves the leak was in the "On Errors an Warinings" audit option.

    Cheers,
    Jason
    #DataExchange
    #IBMSterlingTransformationExtender
    #IBM-Websphere-Transformation-Extender


  • 3.  Re: Memory Leak Patch

    Posted Thu April 14, 2005 06:10 AM

    Originally posted by: SystemAdmin


    To test for memory leaks, run the same map(s) with the same data again and again, using mon.sh on UNIX to see if there is a growth. There must be no errors in the system, since the Event Server will show a memory increase as it stores the error information for the Management console. Also make sure that you are not unintentionally increasing the data size. One leak was reported when the first map did a "select * from tablename", and another map in the system was adding rows every run.

    For Windows, you need to watch the task manager, or set up Windows Performance monitor.

    There was an issue with one error, on warning or on error or warning if enabled in the audit log, but I think this was for 7.5.0 and fixed in 7.5.1. If you have 7.5.x you also need a patch for EC60894 if you use maps that connect to a database using an MDQ.

    Wait a while and upgrade to 8.0, there are so many new features it will be worth it.
    #IBMSterlingTransformationExtender
    #IBM-Websphere-Transformation-Extender
    #DataExchange


  • 4.  Re: Memory Leak Patch

    Posted Thu April 14, 2005 06:58 AM

    Originally posted by: SystemAdmin


    Jeff,

    can you advise on when 8.0 might be released?

    Thanks

    Tarun
    #DataExchange
    #IBMSterlingTransformationExtender
    #IBM-Websphere-Transformation-Extender


  • 5.  Re: Memory Leak Patch

    Posted Thu April 14, 2005 07:02 AM

    Originally posted by: SystemAdmin


    And I would like to add, where can we find out information on 8.0?

    Thanks
    #IBMSterlingTransformationExtender
    #IBM-Websphere-Transformation-Extender
    #DataExchange


  • 6.  Re: Memory Leak Patch

    Posted Thu April 14, 2005 07:07 AM

    Originally posted by: SystemAdmin


    Contact your Account Exec. We may even have an opening for a few more beta customers.

    I think late 3rd quarter, but I am not in the group that determines release dates.
    #IBMSterlingTransformationExtender
    #IBM-Websphere-Transformation-Extender
    #DataExchange


  • 7.  Re: Memory Leak Patch

    Posted Thu April 14, 2005 11:53 AM

    Originally posted by: SystemAdmin


    We are in the process of testing 7.5.1 (we use 6.7.1 in production), and we use MDQ files extensively for our database access. In our initial tests we have been getting a -1001 error (Memory allocation error) from the DB adapter. Is the patch you mentioned (EC60894) for that issue? If so, sounds like I need to request it!
    #DataExchange
    #IBMSterlingTransformationExtender
    #IBM-Websphere-Transformation-Extender


  • 8.  Re: Memory Leak Patch

    Posted Fri April 15, 2005 01:09 PM

    Originally posted by: SystemAdmin


    Is this issue with all platforms or just Windows.
    #DataExchange
    #IBMSterlingTransformationExtender
    #IBM-Websphere-Transformation-Extender


  • 9.  Re: Memory Leak Patch

    Posted Mon April 18, 2005 07:43 AM

    Originally posted by: SystemAdmin


    All platforms with Event Server.
    #IBM-Websphere-Transformation-Extender
    #IBMSterlingTransformationExtender
    #DataExchange


  • 10.  Re: Memory Leak Patch

    Posted Thu May 19, 2005 08:18 AM

    Originally posted by: SystemAdmin


    I am monitoring the event server with some of the maps. Right after I refresh the service, the map were finishing within a second, and then they start dragging and keep going up to 10 to 15 seconds. I check the task manager to see if there is a memory leak, but it seems to be fine. Any Ideas?

    Mike
    #IBMSterlingTransformationExtender
    #IBM-Websphere-Transformation-Extender
    #DataExchange


  • 11.  Re: Memory Leak Patch

    Posted Fri May 20, 2005 04:19 AM

    Originally posted by: SystemAdmin


    Myung,

    What version of ES on what platform? This is not a memory leak, but I bet it is a resource conflict or you are connecting to a DB and it is getting over worked, or something like that. Check your Management Console for init pendings, resource pendings etc. Is the Event Server Monitor tol. Make sure the Idle settings are in place for the adapter that require it. Make sure Maxthreads is not too high for your hardware.
    #IBMSterlingTransformationExtender
    #IBM-Websphere-Transformation-Extender
    #DataExchange