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
After further investigation using debug mode, I discovered the issue was caused by the ProtocolMapper being reconciled infinitely.
The root cause is that if you don't specify all the fields in the config section, these fields are detected as differences, triggering constant reconciliation.
Additionally, there appears to be a minor memory leak during this process, eventually leading to an OOMKill of the container.
By updating my ProtocolMapper configuration as follows:
The provider is in version 1.8.0
The container is crashing after some tome and restart :
The last error is :
The text was updated successfully, but these errors were encountered: