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
FailedServiceInvocationLogger prints log message each time a bean invocation is aborted by the fault-tolerance layer. Current Message is formatted as follows:
To simplify maintainance it would be good to provide the current values of relevant Hystrix configuration depending on the failure cause (SEMAPHORE_REJECTED, THREAD_POOL_REJECTED etc.). For instance:
Aborted command execution: cause=SEMAPHORE_REJECTED astrixBean=se.avanzabank.trading.services.AccountServiceAsync hystrixCommandKey=se.avanzabank.trading.services.AccountServiceAsync current configuration: MAX_CONCURRENT_REQUESTS=10
The text was updated successfully, but these errors were encountered:
FailedServiceInvocationLogger
prints log message each time a bean invocation is aborted by the fault-tolerance layer. Current Message is formatted as follows:To simplify maintainance it would be good to provide the current values of relevant Hystrix configuration depending on the failure cause (SEMAPHORE_REJECTED, THREAD_POOL_REJECTED etc.). For instance:
The text was updated successfully, but these errors were encountered: