Project

General

Profile

Actions

Backport #17119

closed

jewel: multisite: assert(next) failed in RGWMetaSyncCR

Added by Loïc Dachary over 7 years ago. Updated about 7 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Target version:
Release:
jewel
Pull request ID:
Crash signature (v1):
Crash signature (v2):


Related issues 1 (0 open1 closed)

Copied from rgw - Bug #17044: multisite: assert(next) failed in RGWMetaSyncCRResolvedCasey Bodley08/16/2016

Actions
Actions #1

Updated by Loïc Dachary over 7 years ago

  • Copied from Bug #17044: multisite: assert(next) failed in RGWMetaSyncCR added
Actions #2

Updated by Loïc Dachary over 7 years ago

  • Status changed from New to Need More Info
  • Assignee set to Casey Bodley

git cherry-pick -x https://github.com/ceph/ceph/pull/10743/commits/ced2eb2c7301d51e6bb190ef02c8590291e723a8 conflicts with:

<<<<<<< variant A
  map<int, ControlCRRef> shard_crs;
>>>>>>> variant B
  using StackRef = boost::intrusive_ptr<RGWCoroutinesStack>;
  using RefPair = std::pair<ControlCRRef, StackRef>;
  map<int, RefPair> shard_crs;
  int ret{0};
======= end

do you advise cherry-picking more commits to avoid the conflict ?

Actions #3

Updated by Casey Bodley over 7 years ago

The conflict is with http://tracker.ceph.com/issues/16901 and https://github.com/ceph/ceph/pull/10662, this fix should apply cleanly on top of that one.

Actions #4

Updated by Loïc Dachary over 7 years ago

  • Status changed from Need More Info to New
  • Assignee deleted (Casey Bodley)

thanks for the tip ! It should be good once https://github.com/ceph/ceph/pull/10845 is merged (otherwise a conflict remains if it is not merged).

The best route will then be to add

git cherry-pick -x https://github.com/ceph/ceph/pull/10743/commits/ced2eb2c7301d51e6bb190ef02c8590291e723a8

on top of https://github.com/ceph/ceph/pull/10662 if it is not merged yet.

Actions #5

Updated by Loïc Dachary over 7 years ago

  • Description updated (diff)
  • Status changed from New to In Progress
  • Assignee set to Loïc Dachary
Actions #6

Updated by Nathan Cutler about 7 years ago

  • Status changed from In Progress to Resolved
  • Target version set to v10.2.6
Actions

Also available in: Atom PDF