You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like we have a fix done in ReactiveX/RxJava#1147. This will be released in RxJava 0.18.2 and I'll release Hystrix 1.3.16 with that version, along with the optimization to not use the cache when getCacheKey() is not implemented.
A bug report from https://groups.google.com/forum/#!topic/hystrixoss/sBjgpcMWch4 revealed an issue that I have tracked down to interaction between request caching and RxJava
ReplaySubject
.This will reveal the bug non-deterministically. It started in RxJava 0.17. This bug does not express itself if I remove use of
Observable.cache()
.Thank you @chrismathews for the bug report and unit test to demonstrate it.
The text was updated successfully, but these errors were encountered: