You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 20, 2021. It is now read-only.
Getting high CPU usage due to Multiple stuck threads at UIComponent.popComponentFromEL (UIComponent.java:2084)
Every thread refers to same line number in UIComponent.java at line 2084. Here is the snippet of thread dump.
I tried the solution provided in below answer but there are many pages in which we have implemented component binding and it is not possible to change scope of every pages.
https://stackoverflow.com/questions/30093791/stuck-thread-at-uicomponent-popcomponentfromel
I removed below code from UIComponent.java file and it seems to be working.
My question is if i remove the above code will it cause issue somewhere else?
The text was updated successfully, but these errors were encountered: