Skip to content

Probe only retains weak handle to Rc#543

Merged
antiguru merged 1 commit intoTimelyDataflow:masterfrom
antiguru:probe_weak
Feb 5, 2024
Merged

Probe only retains weak handle to Rc#543
antiguru merged 1 commit intoTimelyDataflow:masterfrom
antiguru:probe_weak

Conversation

@antiguru
Copy link
Member

@antiguru antiguru commented Feb 5, 2024

The probe operator writes into a shared frontier, but it does so even if there is no other reference to the shared frontier. This change adjusts the behavior to only write to the shared frontier while there exists another reference.

The probe operator writes into a shared frontier, but it does so even if
there is no other reference to the shared frontier. This change adjusts
the behavior to only write to the shared frontier while there exists
another reference.

Signed-off-by: Moritz Hoffmann <antiguru@gmail.com>
@frankmcsherry
Copy link
Member

Seems smart, thanks!

@antiguru antiguru merged commit 86b3d69 into TimelyDataflow:master Feb 5, 2024
@antiguru antiguru deleted the probe_weak branch February 5, 2024 19:43
@github-actions github-actions bot mentioned this pull request Oct 29, 2024
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.

2 participants