Project

General

Profile

Actions

Bug #22006

closed

RGWCrashError: RGW will crash when generating random bucket name and object name during loadgen process

Added by Enming Zhang over 6 years ago. Updated over 6 years ago.

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

0%

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

Description

The definition of gen_rand_alphanumeric is
int gen_rand_alphanumeric(CephContext *cct, char *dest, int size);,
cct->random()->get_bytes(dest, size); will be called in gen_rand_alphanumeric
in lastest master branch. If calling gen_rand_alphanumeric with cct = NULL as RGWLoadGenProcess::run() doing before, the rgw will crash.


Related issues 2 (0 open2 closed)

Related to rgw - Bug #21401: rgw: Missing error handling when gen_rand_alphanumeric is failingResolvedCasey Bodley09/15/2017

Actions
Copied to rgw - Backport #22016: luminous: RGWCrashError: RGW will crash when generating random bucket name and object name during loadgen processResolvedNathan CutlerActions
Actions #1

Updated by Casey Bodley over 6 years ago

  • Project changed from Ceph to rgw
  • Category deleted (22)
  • Status changed from New to 7
  • Priority changed from Normal to High
  • Backport set to luminous
Actions #2

Updated by Casey Bodley over 6 years ago

  • Related to Backport #21851: luminous: rgw: Missing error handling when gen_rand_alphanumeric is failing added
Actions #3

Updated by Casey Bodley over 6 years ago

  • Status changed from 7 to Pending Backport
Actions #4

Updated by Nathan Cutler over 6 years ago

  • Copied to Backport #22016: luminous: RGWCrashError: RGW will crash when generating random bucket name and object name during loadgen process added
Actions #5

Updated by Nathan Cutler over 6 years ago

  • Related to Bug #21401: rgw: Missing error handling when gen_rand_alphanumeric is failing added
Actions #6

Updated by Nathan Cutler over 6 years ago

  • Related to deleted (Backport #21851: luminous: rgw: Missing error handling when gen_rand_alphanumeric is failing)
Actions #7

Updated by Nathan Cutler over 6 years ago

  • Status changed from Pending Backport to Resolved
Actions

Also available in: Atom PDF