Project

General

Profile

Feature #1325

obsync: summary error on exit

Added by Sage Weil over 12 years ago. Updated over 12 years ago.

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

0%

Source:
Tags:
Backport:
Reviewed:
Affected Versions:
Pull request ID:

Description

Print a final error message that classifies errors with source vs destination and transient vs permanent. This should be easily parseable by obsync users..

The transient/permanent is the tricky part. Permanent would include authentication, transient would include any connectivity issues.

Which should we err toward?

History

#1 Updated by Sage Weil over 12 years ago

  • Target version changed from v0.32 to v0.33
  • translation missing: en.field_position set to 2

#2 Updated by Sage Weil over 12 years ago

  • translation missing: en.field_story_points set to 5
  • translation missing: en.field_position deleted (14)
  • translation missing: en.field_position set to 14

#3 Updated by Colin McCabe over 12 years ago

  • Assignee set to Colin McCabe

#4 Updated by Colin McCabe over 12 years ago

  • Status changed from New to Resolved

3e9a982a88ed16e5b47136f617193d6056b32ab4 should give us enough to get started with.

Right now, I just made all the I/O-related errors temporary, and everything else permanent. I'm sure we'll discover errors we want to reclassify as temporary or permanent once we start using obsync a little more in production, and we can file bugs for just those issues.

ALL errors output a last line in the form:
ERROR TYPE: <type>, ORIGIN: <origin>

where type={temporary, permanent, unknown}
origin={source, destination, unknown}

Also available in: Atom PDF