Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
2.0.0
Description
Atomic rewrite with expectedGeneration work on zero and negative values. This breaks the behaviour of rewrite with generation
$ 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 }
Also, a new metadata field has been added as part of this changeĀ "generation : <n>"
Attachments
Issue Links
- links to