verify the checksum in bookie write path
Open
area/bookie
area/protocol
triage/week-33
type/improvement
- Dominant language
- Java
- Stars
- 2k
- Forks
- 976
- Avg merge
- 6d 15h
- Merged PRs (30d)
- 7
Description
**FEATURE REQUEST**
1. Please describe the feature you are requesting.
Current we only verify checksum on read path, but we don't verify checksum on write path. So a corrupted entry might be written to all replicas on write path (e.g. the message is corrupted at the source).
It is required to verify checksum in bookie write path before a bookie writes it.
2. Indicate the importance of this issue to you (blocker, must-have, should-have, nice-to-have). Are you currently using any workarounds to address this issue?
*must-have*
3. Provide any additional detail on your proposed use case for this feature.
It becomes achievable after #1008
Contributor guide
Assessment
This issue has not been assessed yet.