Nov 17, 2017, 8:08 PM

Hi,

We ran into multiple times that there are some stuck threads on the WebLogic Diagnostic frameworks’ archive filestore. When searching through this, found that it’s a bug from WLS 12.1.2 onwards. Oracle’s suggested fix is to include
-Dweblogic.diagnostics.DisableDiagnosticRuntimeControlService=true
in the Java Options parameter.

Please refer:
STUCK threads at weblogic.diagnostics.archive.wlstore.PersistentStoreDataArchive.readRecord (Doc ID 2253017.1)

My question is: If we set this diagnostic parameter, would it impact any of the WLSDM functionality or data capturing? Please let me know.