My Oracle Support Banner

Thread Contention Performance Issue On WebCenter Sites Cache with JRockit [unlocked] Threads (Doc ID 1644765.1)

Last updated on APRIL 10, 2024

Applies to:

Oracle WebCenter Sites - Version 7.5.2 and later
Information in this document applies to any platform.

Symptoms

Performance issues occur on delivery environment while under load. Sometimes, the Weblogic thread pool suddenly grows with active threads and we can see many requests locked on some Sites internal locks. Most often, when there are these slow performance periods, the site is still working while the thread pool is growing. This leads to delays in the site's responses to end users. This period of delayed responses can last minutes or even be up to one hour, and after that the number of active threads will return to normal. Occasionally, the site does not return to a normal thread count and becomes unresponsive. At this point the only option is to restart the application server.

Thread dumps show that threads are blocked trying to obtain a lock that is [unlocked].

-- Blocked trying to get lock: java/lang/Integer@0x44e74330[unlocked]
  at jrockit/vm/Threads.waitForUnblockSignal()V(Native Method)
  at jrockit/vm/Locks.fatLockBlockOrSpin(Locks.java:1679)[optimized]
  at jrockit/vm/Locks.lockFat(Locks.java:1780)[optimized]
  at jrockit/vm/Locks.monitorEnterSecondStageHard(Locks.java:1312)[optimized]
  at jrockit/vm/Locks.monitorEnterSecondStage(Locks.java:1259)[optimized]
  at COM/FutureTense/Platform/NONE/I.A(y:1749)[inlined]
  at COM/FutureTense/Platform/NONE/F.A(y:433)[optimized]
  at COM/FutureTense/Platform/NONE/B.A(y:84)[optimized]
  at COM/FutureTense/Common/K.syncKillHash(y:593)[inlined]
  [...]

Changes

 

Cause

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Symptoms
Changes
Cause
Solution
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.