Skip to content

Commit 304b370

Browse files
committed
Consistently set written / not written
1 parent 2f719e7 commit 304b370

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Series.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -575,6 +575,11 @@ void Series::flushRankTable(FlushLevel l)
575575
[asRawPtr](char *) { delete asRawPtr; }};
576576
writeDataset(std::move(put), /* num_lines = */ size);
577577
}
578+
579+
// Must ensure that the Writable is consistently set to written on all
580+
// ranks
581+
series.m_rankTable.m_attributable.setWritten(
582+
true, EnqueueAsynchronously::OnlyAsync);
578583
return;
579584
}
580585
#endif

0 commit comments

Comments
 (0)