https://github.com/Netflix/atlas
Revision 2bc772ba862181e7f88eed3d1f5beaea020766aa authored by Tim Jiang on 11 March 2020, 12:32:08 UTC, committed by GitHub on 11 March 2020, 12:32:08 UTC
Currently in eval stream, "Datasources broadcast" is getting back-pressured
by FinalExprEval under heavy load and new DataSources can not flow to LWC
API calls and causes out of date subscriptions.

This change avoids back pressure at sub streams of Datasources broadcast, so
that they will not block each other. Only keeping the latest DataSources is fine
for both sub streams.
1 parent 1421394
History
Tip revision: 2bc772ba862181e7f88eed3d1f5beaea020766aa authored by Tim Jiang on 11 March 2020, 12:32:08 UTC
atlas-eval: avoid back pressure of datasources (#1151)
Tip revision: 2bc772b

README.md

back to top