[ https://issues.apache.org/jira/browse/HDDS-2076?focusedWorklogId=307796&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-307796 ]
ASF GitHub Bot logged work on HDDS-2076: ---------------------------------------- Author: ASF GitHub Bot Created on: 06/Sep/19 12:26 Start Date: 06/Sep/19 12:26 Worklog Time Spent: 10m Work Description: bshashikant commented on pull request #1410: HDDS-2076. Read fails because the block cannot be located in the container URL: https://github.com/apache/hadoop/pull/1410 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org Issue Time Tracking ------------------- Worklog Id: (was: 307796) Remaining Estimate: 0h Time Spent: 10m > Read fails because the block cannot be located in the container > --------------------------------------------------------------- > > Key: HDDS-2076 > URL: https://issues.apache.org/jira/browse/HDDS-2076 > Project: Hadoop Distributed Data Store > Issue Type: Bug > Components: Ozone Client, Ozone Datanode > Affects Versions: 0.4.0 > Reporter: Mukul Kumar Singh > Assignee: Shashikant Banerjee > Priority: Blocker > Labels: MiniOzoneChaosCluster, pull-request-available > Attachments: log.zip > > Time Spent: 10m > Remaining Estimate: 0h > > Read fails as the client is not able to read the block from the container. > {code} > org.apache.hadoop.hdds.scm.container.common.helpers.StorageContainerException: > Unable to find the block with bcsID 2515 .Container 7 bcsId is 0. > at > org.apache.hadoop.hdds.scm.storage.ContainerProtocolCalls.validateContainerResponse(ContainerProtocolCalls.java:536) > at > org.apache.hadoop.hdds.scm.storage.ContainerProtocolCalls.lambd2a0$getValid1a9to-08-30 > 12:51:20,081 | INFO | SCMAudit | user=msingh | ip=192.168.0.r103 > |List$0(ContainerP > rotocolCalls.java:569) > {code} > The client eventually exits here > {code} > 2019-08-30 12:51:20,081 [pool-224-thread-6] ERROR > ozone.MiniOzoneLoadGenerator (MiniOzoneLoadGenerator.java:readData(176)) - > LOADGEN: Read key:pool-224-thread-6_330651 failed with ex > ception > ERROR ozone.MiniOzoneLoadGenerator (MiniOzoneLoadGenerator.java:load(121)) - > LOADGEN: Exiting due to exception > {code} -- This message was sent by Atlassian Jira (v8.3.2#803003) --------------------------------------------------------------------- To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org