Project

General

Profile

Actions

Bug #58412

closed

rgw/lua: cached non-trivial fields at different contexts override values

Added by Yuval Lifshitz over 1 year ago. Updated 8 months ago.

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

0%

Source:
Development
Tags:
lua
Backport:
Regression:
No
Severity:
2 - major
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

for example, in:

local o1 = Request.Object
local o2 = Request.CopyFrom.Object
print(o1.Name)
print(o2.Name)

the values of the source object will override the values of the destination object.
it will happen in the opposite direction if the order of the first 2 lines is switched.

Actions #1

Updated by Casey Bodley over 1 year ago

  • Assignee set to Yuval Lifshitz
Actions #2

Updated by Yuval Lifshitz 9 months ago

  • Status changed from New to Fix Under Review
  • Pull request ID set to 52225
Actions #3

Updated by Yuval Lifshitz 8 months ago

  • Status changed from Fix Under Review to Resolved
Actions

Also available in: Atom PDF