【发布时间】:2016-01-10 16:52:21
【问题描述】:
并发测试失败,日志显示:
com.netflix.hystrix.exception.HystrixRuntimeException:community-serviceRibbonCommand 无法获取用于执行的信号量并且没有可用的回退。
我阅读了源代码。似乎是由 executionIsolationSemaphoreMaxConcurrentRequests 控制的。
我的问题是如何增加 executionIsolationSemaphoreMaxConcurrentRequests?
【问题讨论】:
-
execution.isolation.semaphore.maxConcurrentRequests运气好吗?
标签: spring-cloud hystrix