[
https://issues.apache.org/jira/browse/HDDS-11441?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Attila Doroszlai updated HDDS-11441:
------------------------------------
Priority: Minor (was: Critical)
> ATOMIC_REWRITE_KEY works with negative generation value
> -------------------------------------------------------
>
> Key: HDDS-11441
> URL: https://issues.apache.org/jira/browse/HDDS-11441
> Project: Apache Ozone
> Issue Type: Bug
> Components: Ozone CLI
> Reporter: Soumitra Sulav
> Assignee: Attila Doroszlai
> Priority: Minor
>
> Atomic rewrite with expectedGeneration work on zero and negative values. This
> breaks the behaviour of rewrite with generation
> {code:java}
> $ ozone sh key put vol1/buck1/ks.cfg anaconda-ks.cfg --expectedGeneration=1
> NOT_SUPPORTED_OPERATION Feature disabled: ATOMIC_REWRITE_KEY
> $ ozone sh key put vol1/buck1/ks.cfg anaconda-ks.cfg --expectedGeneration=-1
> ...
> $ ozone sh key info vol1/buck1/ks.cfg
> {
> "volumeName" : "vol1",
> "bucketName" : "buck1",
> "name" : "ks.cfg",
> ..
> "metadata" : { },
> "tags" : { },
> ..
> "generation" : 407,
> "file" : true
> }
> {code}
> Also, a new metadata field has been added as part of this changeĀ
> {{"generation : <n>"}}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]