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
The implementation of MemoryFileSystem includes truncating files when sending #writeStream. It seems potentially accidental. This differs from the Disk-back variant which does not automatically truncate.
If time permits, GemStone's MemoryFileSystem should not automatically truncate. Instead, it should be as close to the Disk-backed variant as possible.
The text was updated successfully, but these errors were encountered:
The implementation of MemoryFileSystem includes truncating files when sending #writeStream. It seems potentially accidental. This differs from the Disk-back variant which does not automatically truncate.
If time permits, GemStone's MemoryFileSystem should not automatically truncate. Instead, it should be as close to the Disk-backed variant as possible.
The text was updated successfully, but these errors were encountered: