Details
-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
None
-
3
-
9223372036854775807
Description
In llog_cancel_rec(), it will update the whole header to clear the bit of the record, and for update log, it will write 32k byte for canceling each record. So we need fix this as adding record, only updating parts of header, instead of the whole header.