You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by "Soumitra Sulav (Jira)" <ji...@apache.org> on 2022/05/26 15:38:00 UTC

[jira] [Created] (HDDS-6812) [Ozone EC] INTERNAL_ERROR message on failed write

Soumitra Sulav created HDDS-6812:
------------------------------------

             Summary: [Ozone EC] INTERNAL_ERROR message on failed write
                 Key: HDDS-6812
                 URL: https://issues.apache.org/jira/browse/HDDS-6812
             Project: Apache Ozone
          Issue Type: Improvement
          Components: SCM
    Affects Versions: 1.3.0
            Reporter: Soumitra Sulav


Created a bucket with "data": 3, "parity": 6 and the block is expecting 9 data nodes. Though in my cluster we have 8 DNs and hence the key put fails.

But the error message isn't clear. Just says *INTERNAL_ERROR :*
{code:java}
[root@quasar-wzsrji-1 ~]# ozone sh key put  o3://ozone1/test/testinv2/anaconda-ks.cfg anaconda-ks.cfg
INTERNAL_ERROR Allocated 0 blocks. Requested 1 blocks
[root@quasar-wzsrji-1 ~]# ozone sh bucket info o3://ozone1/test/testinv2
{
  "metadata" : { },
  "volumeName" : "test",
  "name" : "testinv2",
  "storageType" : "DISK",
  "versioning" : false,
  "usedBytes" : 0,
  "usedNamespace" : 0,
  "creationTime" : "2022-05-25T17:53:12.585Z",
  "modificationTime" : "2022-05-25T17:53:12.585Z",
  "quotaInBytes" : -1,
  "quotaInNamespace" : -1,
  "bucketLayout" : "LEGACY",
  "owner" : "om",
  "replicationConfig" : {
    "data" : 3,
    "parity" : 6,
    "ecChunkSize" : 1024,
    "codec" : "RS",
    "replicationType" : "EC",
    "requiredNodes" : 9
  },
  "link" : false
}{code}



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

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