Aryan Gupta created HDDS-6042:
---------------------------------

             Summary: KeyDeletingService failing with IllegalStateExcception
                 Key: HDDS-6042
                 URL: https://issues.apache.org/jira/browse/HDDS-6042
             Project: Apache Ozone
          Issue Type: Sub-task
            Reporter: Aryan Gupta


Log:

{code:java}
scm_1       | 2021-11-15 09:14:06,300 [RatisPipelineUtilsThread - 0] ERROR 
scm.SCMCommonPlacementPolicy: Unable to find enough nodes that meet the space 
requirement of 10485760 bytes for metadata and 1073741824 bytes for data in 
healthy node set. Required 3. Found 1.
om_1        | 2021-11-15 09:14:28,183 [KeyDeletingService#0] WARN 
utils.BackgroundService: Background task execution failed
om_1        | java.lang.IllegalStateException: Volume and/or Bucket Name 
missing from Key Name.
om_1        |   at 
org.apache.ratis.util.Preconditions.assertTrue(Preconditions.java:45)
om_1        |   at 
org.apache.hadoop.ozone.om.KeyDeletingService.addToMap(KeyDeletingService.java:305)
om_1        |   at 
org.apache.hadoop.ozone.om.KeyDeletingService.access$8(KeyDeletingService.java:301)
om_1        |   at 
org.apache.hadoop.ozone.om.KeyDeletingService$KeyDeletingTask.submitPurgeKeysRequest(KeyDeletingService.java:242)
om_1        |   at 
org.apache.hadoop.ozone.om.KeyDeletingService$KeyDeletingTask.call(KeyDeletingService.java:172)
om_1        |   at 
org.apache.hadoop.hdds.utils.BackgroundService$PeriodicalTask.lambda$run$0(BackgroundService.java:112)
om_1        |   at 
java.base/java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1736)
om_1        |   at 
java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
om_1        |   at 
java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
om_1        |   at 
java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
om_1        |   at 
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
om_1        |   at 
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
om_1        |   at java.base/java.lang.Thread.run(Thread.java:834)
{code}

KeyDeletingService failing with IllegalStateExcception.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@ozone.apache.org
For additional commands, e-mail: issues-h...@ozone.apache.org

Reply via email to