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

unify plasma_seal paths #96

Merged
merged 1 commit into from
Dec 8, 2016
Merged

Conversation

atumanov
Copy link
Contributor

@atumanov atumanov commented Dec 7, 2016

Plasma seal request now goes only to the store, which triggers the manager reactively to add the object to the Redis object table.

if (state->db) {
LOG_DEBUG("Publishing to object table from DB client %d.",
get_client_id(conn->manager_state->db));
/* TODO(swang): Log the error if we fail to add the object, and possibly
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The indentation of the comment got messed up

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually, can you get rid of the LOG_DEBUG statement? It looks like we had a bug there because get_client_id doesn't return an int, so that statement won't work.

@pcmoritz pcmoritz merged commit 8820641 into ray-project:master Dec 8, 2016
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.

3 participants