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
If a situation occurs where defined capacity limits is exceeded,
investigation needs to be done how to handle or refuse new requests and reply with suitable error-code when in an overload situation.The most common overload situation the we might run in REMReM is the depletion of Tomcat threads.
Motivation
REMReM should Know its capacity limits and it should refuse or handle new requests if over or close to limit with proper mechanism.
Exemplification
Under normal working conditions we did not observe the threadpool being depleted, however if we introduce a failure like blocking REMReM from accessing MB it was possible to use up all the Tomcat threads.
When this happens, REMReM stops responding to new requests.
Benefits
Warn users and operators before hitting the max capacity
Possible Drawbacks
not aware of any
The text was updated successfully, but these errors were encountered:
Description
If a situation occurs where defined capacity limits is exceeded,
investigation needs to be done how to handle or refuse new requests and reply with suitable error-code when in an overload situation.The most common overload situation the we might run in REMReM is the depletion of Tomcat threads.
Motivation
REMReM should Know its capacity limits and it should refuse or handle new requests if over or close to limit with proper mechanism.
Exemplification
Under normal working conditions we did not observe the threadpool being depleted, however if we introduce a failure like blocking REMReM from accessing MB it was possible to use up all the Tomcat threads.
When this happens, REMReM stops responding to new requests.
Benefits
Warn users and operators before hitting the max capacity
Possible Drawbacks
not aware of any
The text was updated successfully, but these errors were encountered: