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

MPI metadata sync not working #6

Closed
tskisner opened this issue Jul 12, 2017 · 2 comments
Closed

MPI metadata sync not working #6

tskisner opened this issue Jul 12, 2017 · 2 comments
Assignees
Labels

Comments

@tskisner
Copy link
Member

Although read and broadcast of metadata seems to work, the mpi gather and replay of transactions seems to have a problem.

@tskisner tskisner added the bug label Jul 12, 2017
@tskisner tskisner self-assigned this Jul 12, 2017
@tskisner tskisner added this to the Public Release milestone Jul 12, 2017
@tskisner
Copy link
Member Author

At least one problem is that for MPI volumes we use the in-memory index locally and rank zero also has an sqlite index. So the in-memory index actually does have a volume path associated with it- which is not true in the serial case. I'm moving the volume-path-stripping into the base class to address this. This may only address part of the problem.

@tskisner
Copy link
Member Author

This seems to have been fixed by b5d0c22

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant