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

Work around apparent timely glitch #305

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

frankmcsherry
Copy link
Member

I'm seeing a weird glitch out of timely dataflow in a heavily loaded scenario (32 worker threads on my laptop) that seems to provide incorrect frontier information to the lookup_map operator. I'm investigating that independently, as the reach of that issue could be much larger, but this fix is sane anyhow: directly consult the trace to see what times it views as closed rather than making the leap from input frontier to that quantity indirectly.

@frankmcsherry frankmcsherry changed the title Work around apparenty timely glitch Work around apparent timely glitch Feb 17, 2021
@frankmcsherry
Copy link
Member Author

I've tracked down and I believe fixed the timely glitch, over in TimelyDataflow/timely-dataflow#360. I think we can close this, or merge it as looking directly at the trace frontier does seem smarter. Perhaps it can linger while we test out the timely fix.

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

Successfully merging this pull request may close these issues.

1 participant