IBM Support

PM83293: LOCK CONTENTION IN CALENDARDESERIALIZER

Subscribe

You can track all active APARs for this component.

 

APAR status

  • Closed as program error.

Error description

  • During performance testing, we noticed a signifcant amount
    of lock contention in CalendarDeserializer
    

Local fix

Problem summary

  • ****************************************************************
    * USERS AFFECTED:  IBM WebSphere Application Server V8.5       *
    *                  users of JAX-RPC Web Service applications   *
    ****************************************************************
    * PROBLEM DESCRIPTION: While JAX-RPC webservices working       *
    *                      under heavy load on Solaris machines,   *
    *                      CPU usage was lower than expected.      *
    ****************************************************************
    * RECOMMENDATION:                                              *
    ****************************************************************
    There's a signifcant amount of lock contention. The
    CalendarDeserializer objects share a static SimpleDateFormat
    object which is not thread safe.  To protect it,
    CalendarDeserializer implements synchronization around it,
    which is where the lock contention was happening.
    

Problem conclusion

  • Instead of using a static SimpleDateFormat, which was causing
    lock contention among threads, we create ThreadLocal versions
    of the objects. After patching the CalendarDeserializer, the
    problem, the lock contention on this method, was resolved.
    
    The fix for this APAR is currently targeted for inclusion in
    fix pack 8.5.5.0. Please refer to the Recommended Updates page
    for delivery information:
    http://www.ibm.com/support/docview.wss?rs=180&uid=swg27004980
    

Temporary fix

Comments

APAR Information

  • APAR number

    PM83293

  • Reported component name

    WEBS APP SERV N

  • Reported component ID

    5724H8800

  • Reported release

    850

  • Status

    CLOSED PER

  • PE

    NoPE

  • HIPER

    NoHIPER

  • Special Attention

    NoSpecatt

  • Submitted date

    2013-02-20

  • Closed date

    2013-06-04

  • Last modified date

    2013-06-04

  • APAR is sysrouted FROM one or more of the following:

  • APAR is sysrouted TO one or more of the following:

Fix information

  • Fixed component name

    WEBS APP SERV N

  • Fixed component ID

    5724H8800

Applicable component levels

  • R850 PSY

       UP

[{"Business Unit":{"code":"BU059","label":"IBM Software w\/o TPS"},"Product":{"code":"SSEQTP","label":"WebSphere Application Server"},"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"8.5","Line of Business":{"code":"LOB45","label":"Automation"}}]

Document Information

Modified date:
01 November 2021