Details
-
Sub-task
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
1.3.0
Description
EC Block is never deleted due to BlockDeletingService#isDeletionAllowed() throwing Exception.
2022-08-02 10:53:47,890 [BlockDeletingService#3] WARN background.BlockDeletingService (BlockDeletingService.java:getTasks(171)) - Unexpected error occurs during deleting blocks. java.lang.IllegalArgumentException: Invalid UUID string: at java.util.UUID.fromString(UUID.java:194) at org.apache.hadoop.ozone.container.keyvalue.statemachine.background.BlockDeletingService.isDeletionAllowed(BlockDeletingService.java:200)
This patch is a workaround for now, and requires some redesign in the future.
Attachments
Issue Links
- links to