You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by "Jyotinder Singh (Jira)" <ji...@apache.org> on 2021/11/25 08:38:00 UTC

[jira] [Commented] (HDDS-6042) KeyDeletingService failing with IllegalStateExcception

    [ https://issues.apache.org/jira/browse/HDDS-6042?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17449021#comment-17449021 ] 

Jyotinder Singh commented on HDDS-6042:
---------------------------------------

Hi [~aryangupta1998], could you let me know the steps to reproduce this if possible?

> 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
>            Assignee: Jyotinder Singh
>            Priority: Major
>
> 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-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org