2016-09-21 5 views
0

私はHystrix 1.5.5バージョンを使用しています。私は1000スレッド/秒のような大きな負荷の負荷テストを行うとき、すべての要求はフォールバックメソッドを経由しています。一方、私も例外以下になりつつあります。なぜ私はこれを以下の例外にしますか?テストコマンドは、あなたが実行&フォールバックの両方にmaxConcurrentRequests値をチェックする必要があります私のカスタムHystrixクラスHystrixRuntimeException:TestCommandフォールバック実行が拒否されました

Caused by: com.netflix.hystrix.exception.HystrixRuntimeException: TestCommand fallback execution rejected. 
     at com.netflix.hystrix.AbstractCommand.handleFallbackRejectionByEmittingError(AbstractCommand.java:1026) 
     at com.netflix.hystrix.AbstractCommand.getFallbackOrThrowException(AbstractCommand.java:858) 
     at com.netflix.hystrix.AbstractCommand.handleThreadPoolRejectionViaFallback(AbstractCommand.java:976) 
     at com.netflix.hystrix.AbstractCommand.access$400(AbstractCommand.java:59) 
     at com.netflix.hystrix.AbstractCommand$12.call(AbstractCommand.java:593) 
     at com.netflix.hystrix.AbstractCommand$12.call(AbstractCommand.java:587) 
     at rx.internal.operators.OperatorOnErrorResumeNextViaFunction$4.onError(OperatorOnErrorResumeNextViaFunction.java:140) 
     at rx.internal.operators.OperatorDoOnEach$1.onError(OperatorDoOnEach.java:72) 
     at rx.internal.operators.OperatorDoOnEach$1.onError(OperatorDoOnEach.java:72) 
     at com.netflix.hystrix.AbstractCommand$HystrixObservableTimeoutOperator$3.onError(AbstractCommand.java:1173) 
     at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:54) 
     at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:30) 
     at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:48) 
     at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:30) 
     at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:48) 
     at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:30) 
     at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:48) 

答えて

関連する問題