Project

General

Profile

Actions

Bug #14185

closed

ReplicatedPG: result code not handled during omap operation.

Added by xie xingguo over 8 years ago. Updated over 8 years ago.

Status:
Won't Fix
Priority:
High
Assignee:
-
Category:
-
Target version:
-
% Done:

0%

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

Description

See ReplicatedPG::do_osd_ops:

case CEPH_OSD_OP_OMAPGETVALSBYKEYS:
if (pool.info.supports_omap()) {
osd->store->omap_get_values(coll, ghobject_t(soid), keys_to_get, &out);
} // else return empty omap entries

The result code of omap_get_values method is not processed, which is a mistake.

Same as case CEPH_OSD_OP_OMAPGETVALSBYKEYS:

Actions #2

Updated by Nathan Cutler over 8 years ago

  • Status changed from New to Fix Under Review
Actions #4

Updated by xie xingguo over 8 years ago

  • Status changed from Fix Under Review to Won't Fix
Actions

Also available in: Atom PDF