[jira] [Updated] (HDDS-3644) Failed to delete chunk file due to chunk size mismatch

2020-06-09 Thread Shashikant Banerjee (Jira)


 [ 
https://issues.apache.org/jira/browse/HDDS-3644?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Shashikant Banerjee updated HDDS-3644:
--
Fix Version/s: 0.6.0
   Resolution: Fixed
   Status: Resolved  (was: Patch Available)

> Failed to delete chunk file due to chunk size mismatch
> --
>
> Key: HDDS-3644
> URL: https://issues.apache.org/jira/browse/HDDS-3644
> Project: Hadoop Distributed Data Store
>  Issue Type: Bug
>Affects Versions: 0.6.0
>Reporter: Sammi Chen
>Assignee: Attila Doroszlai
>Priority: Major
>  Labels: Triaged, pull-request-available
> Fix For: 0.6.0
>
>
> LOGs
> {noformat}
> 2020-05-19 13:45:30,493 [BlockDeletingService#8] WARN 
> org.apache.hadoop.ozone.container.keyvalue.impl.FilePerChunkStrategy: Chunk 
> file doe not exist. chunk info 
> :ChunkInfo{chunkName='104079328540607246_chunk_1, offset=0, len=4194304}
> 2020-05-19 13:45:30,493 [BlockDeletingService#8] ERROR 
> org.apache.hadoop.ozone.container.keyvalue.impl.FilePerChunkStrategy: Not 
> Supported Operation. Trying to delete a chunk that is in shared file. chunk 
> info : ChunkInfo{chunkName='104079328540607246_chunk_2, offset=4194304, 
> len=1048576}
> 2020-05-19 13:45:30,494 [BlockDeletingService#8] ERROR 
> org.apache.hadoop.ozone.container.keyvalue.statemachine.background.BlockDeletingService:
>  Failed to delete files for block #deleting#104079328540607246
> org.apache.hadoop.hdds.scm.container.common.helpers.StorageContainerException:
>  
> org.apache.hadoop.hdds.scm.container.common.helpers.StorageContainerException:
>  Not Supported Operation. Trying to delete a chunk that is in shared file. 
> chunk info : ChunkInfo{chunkName='104079328540607246_chunk_2, offset=4194304, 
> len=1048576}
> at 
> org.apache.hadoop.ozone.container.keyvalue.impl.FilePerChunkStrategy.deleteChunks(FilePerChunkStrategy.java:286)
> at 
> org.apache.hadoop.ozone.container.keyvalue.impl.ChunkManagerDispatcher.deleteChunks(ChunkManagerDispatcher.java:111)
> at 
> org.apache.hadoop.ozone.container.keyvalue.KeyValueHandler.deleteBlock(KeyValueHandler.java:1043)
> at 
> org.apache.hadoop.ozone.container.keyvalue.statemachine.background.BlockDeletingService$BlockDeletingTask.lambda$call$0(BlockDeletingService.java:286)
> Caused by: 
> org.apache.hadoop.hdds.scm.container.common.helpers.StorageContainerException:
>  Not Supported Operation. Trying to delete a chunk that is in shared file. 
> chunk info : ChunkInfo{chunkName='104079328540607246_chunk_2, offset=4194304, 
> len=1048576}
> {noformat}
> chunk_1 is 4MB and chunk_2 is 1MB in block info.  
> chunk_1 doesn't exit(might been deleted successfully)  and chunk_2 is 5MB on 
> disk. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Updated] (HDDS-3644) Failed to delete chunk file due to chunk size mismatch

2020-06-01 Thread Arpit Agarwal (Jira)


 [ 
https://issues.apache.org/jira/browse/HDDS-3644?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Arpit Agarwal updated HDDS-3644:

Target Version/s: 0.6.0
  Labels: Triaged pull-request-available  (was: 
pull-request-available)

> Failed to delete chunk file due to chunk size mismatch
> --
>
> Key: HDDS-3644
> URL: https://issues.apache.org/jira/browse/HDDS-3644
> Project: Hadoop Distributed Data Store
>  Issue Type: Bug
>Affects Versions: 0.6.0
>Reporter: Sammi Chen
>Assignee: Attila Doroszlai
>Priority: Major
>  Labels: Triaged, pull-request-available
>
> LOGs
> {noformat}
> 2020-05-19 13:45:30,493 [BlockDeletingService#8] WARN 
> org.apache.hadoop.ozone.container.keyvalue.impl.FilePerChunkStrategy: Chunk 
> file doe not exist. chunk info 
> :ChunkInfo{chunkName='104079328540607246_chunk_1, offset=0, len=4194304}
> 2020-05-19 13:45:30,493 [BlockDeletingService#8] ERROR 
> org.apache.hadoop.ozone.container.keyvalue.impl.FilePerChunkStrategy: Not 
> Supported Operation. Trying to delete a chunk that is in shared file. chunk 
> info : ChunkInfo{chunkName='104079328540607246_chunk_2, offset=4194304, 
> len=1048576}
> 2020-05-19 13:45:30,494 [BlockDeletingService#8] ERROR 
> org.apache.hadoop.ozone.container.keyvalue.statemachine.background.BlockDeletingService:
>  Failed to delete files for block #deleting#104079328540607246
> org.apache.hadoop.hdds.scm.container.common.helpers.StorageContainerException:
>  
> org.apache.hadoop.hdds.scm.container.common.helpers.StorageContainerException:
>  Not Supported Operation. Trying to delete a chunk that is in shared file. 
> chunk info : ChunkInfo{chunkName='104079328540607246_chunk_2, offset=4194304, 
> len=1048576}
> at 
> org.apache.hadoop.ozone.container.keyvalue.impl.FilePerChunkStrategy.deleteChunks(FilePerChunkStrategy.java:286)
> at 
> org.apache.hadoop.ozone.container.keyvalue.impl.ChunkManagerDispatcher.deleteChunks(ChunkManagerDispatcher.java:111)
> at 
> org.apache.hadoop.ozone.container.keyvalue.KeyValueHandler.deleteBlock(KeyValueHandler.java:1043)
> at 
> org.apache.hadoop.ozone.container.keyvalue.statemachine.background.BlockDeletingService$BlockDeletingTask.lambda$call$0(BlockDeletingService.java:286)
> Caused by: 
> org.apache.hadoop.hdds.scm.container.common.helpers.StorageContainerException:
>  Not Supported Operation. Trying to delete a chunk that is in shared file. 
> chunk info : ChunkInfo{chunkName='104079328540607246_chunk_2, offset=4194304, 
> len=1048576}
> {noformat}
> chunk_1 is 4MB and chunk_2 is 1MB in block info.  
> chunk_1 doesn't exit(might been deleted successfully)  and chunk_2 is 5MB on 
> disk. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Updated] (HDDS-3644) Failed to delete chunk file due to chunk size mismatch

2020-05-31 Thread Attila Doroszlai (Jira)


 [ 
https://issues.apache.org/jira/browse/HDDS-3644?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Attila Doroszlai updated HDDS-3644:
---
Affects Version/s: 0.6.0
   Status: Patch Available  (was: In Progress)

> Failed to delete chunk file due to chunk size mismatch
> --
>
> Key: HDDS-3644
> URL: https://issues.apache.org/jira/browse/HDDS-3644
> Project: Hadoop Distributed Data Store
>  Issue Type: Bug
>Affects Versions: 0.6.0
>Reporter: Sammi Chen
>Assignee: Attila Doroszlai
>Priority: Major
>  Labels: pull-request-available
>
> LOGs
> {noformat}
> 2020-05-19 13:45:30,493 [BlockDeletingService#8] WARN 
> org.apache.hadoop.ozone.container.keyvalue.impl.FilePerChunkStrategy: Chunk 
> file doe not exist. chunk info 
> :ChunkInfo{chunkName='104079328540607246_chunk_1, offset=0, len=4194304}
> 2020-05-19 13:45:30,493 [BlockDeletingService#8] ERROR 
> org.apache.hadoop.ozone.container.keyvalue.impl.FilePerChunkStrategy: Not 
> Supported Operation. Trying to delete a chunk that is in shared file. chunk 
> info : ChunkInfo{chunkName='104079328540607246_chunk_2, offset=4194304, 
> len=1048576}
> 2020-05-19 13:45:30,494 [BlockDeletingService#8] ERROR 
> org.apache.hadoop.ozone.container.keyvalue.statemachine.background.BlockDeletingService:
>  Failed to delete files for block #deleting#104079328540607246
> org.apache.hadoop.hdds.scm.container.common.helpers.StorageContainerException:
>  
> org.apache.hadoop.hdds.scm.container.common.helpers.StorageContainerException:
>  Not Supported Operation. Trying to delete a chunk that is in shared file. 
> chunk info : ChunkInfo{chunkName='104079328540607246_chunk_2, offset=4194304, 
> len=1048576}
> at 
> org.apache.hadoop.ozone.container.keyvalue.impl.FilePerChunkStrategy.deleteChunks(FilePerChunkStrategy.java:286)
> at 
> org.apache.hadoop.ozone.container.keyvalue.impl.ChunkManagerDispatcher.deleteChunks(ChunkManagerDispatcher.java:111)
> at 
> org.apache.hadoop.ozone.container.keyvalue.KeyValueHandler.deleteBlock(KeyValueHandler.java:1043)
> at 
> org.apache.hadoop.ozone.container.keyvalue.statemachine.background.BlockDeletingService$BlockDeletingTask.lambda$call$0(BlockDeletingService.java:286)
> Caused by: 
> org.apache.hadoop.hdds.scm.container.common.helpers.StorageContainerException:
>  Not Supported Operation. Trying to delete a chunk that is in shared file. 
> chunk info : ChunkInfo{chunkName='104079328540607246_chunk_2, offset=4194304, 
> len=1048576}
> {noformat}
> chunk_1 is 4MB and chunk_2 is 1MB in block info.  
> chunk_1 doesn't exit(might been deleted successfully)  and chunk_2 is 5MB on 
> disk. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Updated] (HDDS-3644) Failed to delete chunk file due to chunk size mismatch

2020-05-30 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/HDDS-3644?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ASF GitHub Bot updated HDDS-3644:
-
Labels: pull-request-available  (was: )

> Failed to delete chunk file due to chunk size mismatch
> --
>
> Key: HDDS-3644
> URL: https://issues.apache.org/jira/browse/HDDS-3644
> Project: Hadoop Distributed Data Store
>  Issue Type: Bug
>Reporter: Sammi Chen
>Assignee: Attila Doroszlai
>Priority: Major
>  Labels: pull-request-available
>
> LOGs
> {noformat}
> 2020-05-19 13:45:30,493 [BlockDeletingService#8] WARN 
> org.apache.hadoop.ozone.container.keyvalue.impl.FilePerChunkStrategy: Chunk 
> file doe not exist. chunk info 
> :ChunkInfo{chunkName='104079328540607246_chunk_1, offset=0, len=4194304}
> 2020-05-19 13:45:30,493 [BlockDeletingService#8] ERROR 
> org.apache.hadoop.ozone.container.keyvalue.impl.FilePerChunkStrategy: Not 
> Supported Operation. Trying to delete a chunk that is in shared file. chunk 
> info : ChunkInfo{chunkName='104079328540607246_chunk_2, offset=4194304, 
> len=1048576}
> 2020-05-19 13:45:30,494 [BlockDeletingService#8] ERROR 
> org.apache.hadoop.ozone.container.keyvalue.statemachine.background.BlockDeletingService:
>  Failed to delete files for block #deleting#104079328540607246
> org.apache.hadoop.hdds.scm.container.common.helpers.StorageContainerException:
>  
> org.apache.hadoop.hdds.scm.container.common.helpers.StorageContainerException:
>  Not Supported Operation. Trying to delete a chunk that is in shared file. 
> chunk info : ChunkInfo{chunkName='104079328540607246_chunk_2, offset=4194304, 
> len=1048576}
> at 
> org.apache.hadoop.ozone.container.keyvalue.impl.FilePerChunkStrategy.deleteChunks(FilePerChunkStrategy.java:286)
> at 
> org.apache.hadoop.ozone.container.keyvalue.impl.ChunkManagerDispatcher.deleteChunks(ChunkManagerDispatcher.java:111)
> at 
> org.apache.hadoop.ozone.container.keyvalue.KeyValueHandler.deleteBlock(KeyValueHandler.java:1043)
> at 
> org.apache.hadoop.ozone.container.keyvalue.statemachine.background.BlockDeletingService$BlockDeletingTask.lambda$call$0(BlockDeletingService.java:286)
> Caused by: 
> org.apache.hadoop.hdds.scm.container.common.helpers.StorageContainerException:
>  Not Supported Operation. Trying to delete a chunk that is in shared file. 
> chunk info : ChunkInfo{chunkName='104079328540607246_chunk_2, offset=4194304, 
> len=1048576}
> {noformat}
> chunk_1 is 4MB and chunk_2 is 1MB in block info.  
> chunk_1 doesn't exit(might been deleted successfully)  and chunk_2 is 5MB on 
> disk. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Updated] (HDDS-3644) Failed to delete chunk file due to chunk size mismatch

2020-05-22 Thread Attila Doroszlai (Jira)


 [ 
https://issues.apache.org/jira/browse/HDDS-3644?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Attila Doroszlai updated HDDS-3644:
---
Description: 
LOGs

{noformat}
2020-05-19 13:45:30,493 [BlockDeletingService#8] WARN 
org.apache.hadoop.ozone.container.keyvalue.impl.FilePerChunkStrategy: Chunk 
file doe not exist. chunk info 
:ChunkInfo{chunkName='104079328540607246_chunk_1, offset=0, len=4194304}
2020-05-19 13:45:30,493 [BlockDeletingService#8] ERROR 
org.apache.hadoop.ozone.container.keyvalue.impl.FilePerChunkStrategy: Not 
Supported Operation. Trying to delete a chunk that is in shared file. chunk 
info : ChunkInfo{chunkName='104079328540607246_chunk_2, offset=4194304, 
len=1048576}
2020-05-19 13:45:30,494 [BlockDeletingService#8] ERROR 
org.apache.hadoop.ozone.container.keyvalue.statemachine.background.BlockDeletingService:
 Failed to delete files for block #deleting#104079328540607246
org.apache.hadoop.hdds.scm.container.common.helpers.StorageContainerException: 
org.apache.hadoop.hdds.scm.container.common.helpers.StorageContainerException: 
Not Supported Operation. Trying to delete a chunk that is in shared file. chunk 
info : ChunkInfo{chunkName='104079328540607246_chunk_2, offset=4194304, 
len=1048576}
at 
org.apache.hadoop.ozone.container.keyvalue.impl.FilePerChunkStrategy.deleteChunks(FilePerChunkStrategy.java:286)
at 
org.apache.hadoop.ozone.container.keyvalue.impl.ChunkManagerDispatcher.deleteChunks(ChunkManagerDispatcher.java:111)
at 
org.apache.hadoop.ozone.container.keyvalue.KeyValueHandler.deleteBlock(KeyValueHandler.java:1043)
at 
org.apache.hadoop.ozone.container.keyvalue.statemachine.background.BlockDeletingService$BlockDeletingTask.lambda$call$0(BlockDeletingService.java:286)
Caused by: 
org.apache.hadoop.hdds.scm.container.common.helpers.StorageContainerException: 
Not Supported Operation. Trying to delete a chunk that is in shared file. chunk 
info : ChunkInfo{chunkName='104079328540607246_chunk_2, offset=4194304, 
len=1048576}
{noformat}


chunk_1 is 4MB and chunk_2 is 1MB in block info.  
chunk_1 doesn't exit(might been deleted successfully)  and chunk_2 is 5MB on 
disk. 

  was:
LOGs

2020-05-19 13:45:30,493 [BlockDeletingService#8] WARN 
org.apache.hadoop.ozone.container.keyvalue.impl.FilePerChunkStrategy: Chunk 
file doe not exist. chunk info 
:ChunkInfo{chunkName='104079328540607246_chunk_1, offset=0, len=4194304}
2020-05-19 13:45:30,493 [BlockDeletingService#8] ERROR 
org.apache.hadoop.ozone.container.keyvalue.impl.FilePerChunkStrategy: Not 
Supported Operation. Trying to delete a chunk that is in shared file. chunk 
info : ChunkInfo{chunkName='104079328540607246_chunk_2, offset=4194304, 
len=1048576}
2020-05-19 13:45:30,494 [BlockDeletingService#8] ERROR 
org.apache.hadoop.ozone.container.keyvalue.statemachine.background.BlockDeletingService:
 Failed to delete files for block #deleting#104079328540607246
org.apache.hadoop.hdds.scm.container.common.helpers.StorageContainerException: 
org.apache.hadoop.hdds.scm.container.common.helpers.StorageContainerException: 
Not Supported Operation. Trying to delete a chunk that is in shared file. chunk 
info : ChunkInfo{chunkName='104079328540607246_chunk_2, offset=4194304, 
len=1048576}
at 
org.apache.hadoop.ozone.container.keyvalue.impl.FilePerChunkStrategy.deleteChunks(FilePerChunkStrategy.java:286)
at 
org.apache.hadoop.ozone.container.keyvalue.impl.ChunkManagerDispatcher.deleteChunks(ChunkManagerDispatcher.java:111)
at 
org.apache.hadoop.ozone.container.keyvalue.KeyValueHandler.deleteBlock(KeyValueHandler.java:1043)
at 
org.apache.hadoop.ozone.container.keyvalue.statemachine.background.BlockDeletingService$BlockDeletingTask.lambda$call$0(BlockDeletingService.java:286)
Caused by: 
org.apache.hadoop.hdds.scm.container.common.helpers.StorageContainerException: 
Not Supported Operation. Trying to delete a chunk that is in shared file. chunk 
info : ChunkInfo{chunkName='104079328540607246_chunk_2, offset=4194304, 
len=1048576}



chunk_1 is 4MB and chunk_2 is 1MB in block info.  
chunk_1 doesn't exit(might been deleted successfully)  and chunk_2 is 5MB on 
disk. 


> Failed to delete chunk file due to chunk size mismatch
> --
>
> Key: HDDS-3644
> URL: https://issues.apache.org/jira/browse/HDDS-3644
> Project: Hadoop Distributed Data Store
>  Issue Type: Bug
>Reporter: Sammi Chen
>Priority: Major
>
> LOGs
> {noformat}
> 2020-05-19 13:45:30,493 [BlockDeletingService#8] WARN 
> org.apache.hadoop.ozone.container.keyvalue.impl.FilePerChunkStrategy: Chunk 
> file doe not exist. chunk info 
> :ChunkInfo{chunkName='104079328540607246_chunk_1, offset=0, len=4194304}
> 2020-05-19 13:45:30,493 [BlockDeletingService#8] ERROR 
>