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

Clone for Config and other improvements #571

Merged
merged 2 commits into from
Jun 14, 2024

Conversation

antiguru
Copy link
Member

@antiguru antiguru commented Jun 14, 2024

  • Clone for timely and communication config. Forces the cluster log function to be wrapped in an Arc, which is what happens anyways, so a no-op change.
  • Use execute_from in execute to deduplicate code.
  • Remove weird logging code from execute.

* Clone for timely and communication config. Forces the cluster log
  function to be wrapped in an Arc, which is what happens anyways, so
  a no-op change.
* Use `execute_from` in `execute` to deduplicate code.
* Document that `execute` will to weird things with the network based on
  undocumented env symbols.

Signed-off-by: Moritz Hoffmann <[email protected]>
communication/src/allocator/zero_copy/initialize.rs Outdated Show resolved Hide resolved
timely/src/execute.rs Outdated Show resolved Hide resolved
Signed-off-by: Moritz Hoffmann <[email protected]>
@antiguru antiguru merged commit a89c4f6 into TimelyDataflow:master Jun 14, 2024
1 check passed
@antiguru antiguru deleted the config_clone branch June 14, 2024 02:56
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