This repository has been archived by the owner on May 3, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 142
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CORTX-34179 : Fixed panic in read path (#2147)
Problem: Motr panic occurred while performing m0cat operation after corrupting the data block checksum. Solution: Removed all asserts in DI (Data Integrity) path from client side. Converted all asserts and returned appropriate error to the client Signed-off-by: Rajat Patil <rajat.r.patil@seagate.com>
- Loading branch information
1 parent
a891ba4
commit f722cf3
Showing
2 changed files
with
67 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters