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
Starts a standalone instance and inserts data until standalone raises a no space error from the wal.
Clean up the data_home, and starts a standalone instance, and inserts data before it raises a no space error from wal, flushes the target table, the instance will panic.
Copy the above data to a no-space-limited directory
Reboot the standalone, you will find the target table is missing.
The text was updated successfully, but these errors were encountered:
What type of bug is this?
Data corruption
What subsystems are affected?
Standalone mode
What happened?
Opendal writes partial bytes without raising errors.
See also:
FsBackend
only writes partial bytes and doesn't raise any errors apache/opendal#3052flush
beforesync_all
apache/opendal#3053What operating system did you use?
Ubuntu 23.04
Relevant log output and stack trace
No response
How can we reproduce the bug?
data_home
no space
error from the wal.data_home
, and starts a standalone instance, and inserts data before it raises ano space
error from wal, flushes thetarget
table, the instance will panic.target
table is missing.The text was updated successfully, but these errors were encountered: