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
There are two places outside of the object DAL where marfs calls aws_iobuf_reset_hard(). Once in marfs_release() and once in marfs_release_fh(). Since not all DALs will use the aws iobuf in the object stream we should move these calls into the object DAL (probably into stream_close()).
The text was updated successfully, but these errors were encountered:
There are two places outside of the object DAL where marfs calls
aws_iobuf_reset_hard()
. Once inmarfs_release()
and once inmarfs_release_fh()
. Since not all DALs will use the aws iobuf in the object stream we should move these calls into the object DAL (probably intostream_close()
).The text was updated successfully, but these errors were encountered: