hudl / Mjolnir

Isolation and fail-fast fault tolerance library, modeled after https://github.com/Netflix/Hystrix.
Apache License 2.0
78 stars 10 forks source link

Does CommandAttribute still using Thread Pool for Bulkheads in v2.6? #55

Open RongieZeng opened 8 years ago

RongieZeng commented 8 years ago

I test it, and find IsolationThreadPoolException is throwed

robhruska commented 8 years ago

The [Command] attribute in 2.6 will still be using the older thread pool bulkhead (instead of the new semaphore bulkhead). [Command] may get updated later down the road.