Project

General

Profile

Actions

Bug #5441

closed

bucket creation does not log the tag

Added by Anonymous almost 11 years ago. Updated almost 11 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
-
Target version:
-
% Done:

0%

Source:
other
Tags:
Backport:
Regression:
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

In the wip-rgw-geo-2 branch, the mdlog entries for a bucket creation do not include the tag.
The tag should be included, to ensure we correctly handle a bucket being created, deleted and then created again in the same sync window.

Here is an example of what the output current looks like:

{ "section": "bucket",
"name": "bucket1",
"timestamp": "2013-06-24 18:29:31.036136Z",
"data": { "read_version": { "tag": "",
"ver": 0},
"write_version": { "tag": "_vibghaJPNedkh0YQQaC384l",
"ver": 1},
"status": { "status": "write"}}}
Actions #1

Updated by Anonymous almost 11 years ago

  • Subject changed from bucket does not log the tag to bucket creation does not log the tag
Actions #2

Updated by Yehuda Sadeh almost 11 years ago

Not sure what you mean:

That's the tag:

          "write_version": { "tag": "_vibghaJPNedkh0YQQaC384l",
              "ver": 1},

Unless you were expecting a previous tag, in which that's a different issue.

Actions #3

Updated by Yehuda Sadeh almost 11 years ago

previous tag: a tag for the read_version

Actions #4

Updated by Yehuda Sadeh almost 11 years ago

  • Status changed from New to Resolved

this should be fixed now, reopen if you see it again.

Actions

Also available in: Atom PDF