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

[FEA] pylibraft functions should automatically sync the raft handle when it's not passed #971

Closed
cjnolet opened this issue Nov 1, 2022 · 0 comments · Fixed by #987
Closed
Assignees
Labels
feature request New feature or request

Comments

@cjnolet
Copy link
Member

cjnolet commented Nov 1, 2022

The pylibraft functions all accept an optional raft handle argument. When this is not explicitly passed in, we should synchronize the handle automatically at the end of the function.

The documentation should also be updated for each of the current functions to let the user know each function will create a new handle and synchronize it automatically when not passed in (which may affect performance).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
Development

Successfully merging a pull request may close this issue.

2 participants