Project

General

Profile

Actions

Bug #2873

closed

Stack trace thrown when using obsync

Added by Matthew Wodrich almost 12 years ago. Updated over 11 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
obsync
Target version:
% Done:

0%

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

Description

Traceback (most recent call last):
  File "/usr/bin/obsync", line 1215, in <module>
    local_copy = src.make_local_copy(sobj)
  File "/usr/bin/obsync", line 675, in make_local_copy
    raise ObsyncTemporaryException(e)
  File "/usr/bin/obsync", line 121, in __init__
    ObsyncException.__init__(self, "temporary", e)
  File "/usr/bin/obsync", line 111, in __init__
    self.tb = format_exc(100000)
NameError: global name 'format_exc' is not defined
ERROR TYPE: unknown, ORIGIN: source

When trying to copy a fairly large object (~14GB) from one S3 compatible gateway to another, it failed repeatably with this error.

Actions

Also available in: Atom PDF