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

HG: HG_Forward completion callback changes #380

Open
frostedcmos opened this issue Aug 3, 2020 · 0 comments
Open

HG: HG_Forward completion callback changes #380

frostedcmos opened this issue Aug 3, 2020 · 0 comments

Comments

@frostedcmos
Copy link
Contributor

Currently HG_Forward()'s behavior is either to either invoke the completion callback (with error or success), or to return error from HG_Forward().

In CART/DAOS we end up having to manually invoke completion callback when HG_Forward() returns error in order to have a single place (completion callback) where all errors are being handled.

It would be nice as such to just have HG_Forward() always invoke completion callback for any error on its own, so that we don't have to recreate hg completion structures ourselves and have to manually trigger completions.

@soumagne soumagne added this to the future milestone Aug 14, 2020
@soumagne soumagne changed the title HG_Forward completion callback changes HG: HG_Forward completion callback changes Sep 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants