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 block size and hash size should be written as metadata when an uppend store is created.
Reopening an existing uppend store should use the correct existing values and not allow garbage reads or corrupting appends.
Configuration differences should be logged as warn or error but not fail.
Must be backward compatible with stores that have no meta data.
It should be added when opened for write.
The text was updated successfully, but these errors were encountered:
The block size and hash size should be written as metadata when an uppend store is created.
Reopening an existing uppend store should use the correct existing values and not allow garbage reads or corrupting appends.
Configuration differences should be logged as warn or error but not fail.
Must be backward compatible with stores that have no meta data.
It should be added when opened for write.
The text was updated successfully, but these errors were encountered: