-
Notifications
You must be signed in to change notification settings - Fork 7.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Revert of cache/replay #3081
Revert of cache/replay #3081
Conversation
Can you create an unit test based on the usage pattern? It would be also interesting to verify |
I have no clue at the moment what the actual code path is causing the lockup. It'll take awhile for me to instrument code to narrow which usage pattern is causing the problem. |
I believe the issue we're seeing comes from use of We use Hystrix at very high volume, and |
ffea281
to
e8dd4ed
Compare
I've reverted both the cache and revert related commits. The tests and the canary seem to do fine so far. |
Revert of cache/replay
#3076. I did revert commit of the PR that added back pressure support to the cache operator and ran a canary. Our production systems seem stable now even with the new merge.