Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2021
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. com.netflix.hystrix.exception.HystrixRuntimeException: ... could not be queued for execution and no fallback available.
  2. Caused by: java.util.concurrent.RejectedExecutionException: Rejected command because thread-pool queueSize is at rejection threshold.
  3.  
  4. com.netflix.hystrix.exception.HystrixRuntimeException: ... short-circuited and no fallback available.
  5. Caused by: java.lang.RuntimeException: Hystrix circuit short-circuited and is OPEN
  6.  
  7. com.netflix.hystrix.exception.HystrixRuntimeException: ... failed and no fallback available.
  8. Caused by: feign.RetryableException: timeout executing POST http://localhost:8089/aaa
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement