You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Although read and broadcast of metadata seems to work, the mpi gather and replay of transactions seems to have a problem.
The text was updated successfully, but these errors were encountered: