oxia icon indicating copy to clipboard operation
oxia copied to clipboard

WIP: fix(407): add crc to wal entry

Open lsytj0413 opened this issue 2 years ago • 0 comments

Fixed:https://github.com/streamnative/oxia/issues/407

First implement of add crc to wal entry, currently there is a lot of work should be done:

  • Implement crc reset in TruncateLog
  • validate crc value when read data
  • add decoder to simplify code
  • add examples

and so on.

lsytj0413 avatar Jan 02 '24 10:01 lsytj0413