并发测试失败,日志显示:
com.netflix.hystrix.exception.HystrixRuntimeException:community-serviceRibbonCommand 无法获取用于执行的信号量并且没有可用的回退。
我阅读了源代码。似乎是由 executionIsolationSemaphoreMaxConcurrentRequests 控制的。
我的问题是如何增加 executionIsolationSemaphoreMaxConcurrentRequests?