Skip to content
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

Audit operator code for "overload protection" #302

Open
frankmcsherry opened this issue Jan 29, 2021 · 0 comments
Open

Audit operator code for "overload protection" #302

frankmcsherry opened this issue Jan 29, 2021 · 0 comments

Comments

@frankmcsherry
Copy link
Member

At least one operator (#301) has an implementation that risks operators getting wedged if they process inputs more slowly than they are produced upstream. Ideally, operators would ensure they perform a finite amount of work each time they are scheduled, but I suspect that many risk continuing to run as long as input data are available.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant