← Back to team overview

holland-coredev team mailing list archive

[Bug 1184145] [NEW] holland advisory lock failures

 

Public bug reported:

holland 1.0.8 introduced a bug when two holland process try to run the
same backupset simultaneously.  This results in an ugly stacktrace along
the lines of:

2013-05-22 21:27:59,380 [ERROR] Uncaught exception while running command 'backup': <exceptions.AttributeError instance at 0x1d898998>
Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/holland/core/command/command.py", line 209, in dispatch
    return self.run(self.optparser.prog, opts, *args)
  File "/usr/lib/python2.4/site-packages/holland/commands/backup.py", line 95, in run
    lock.path, lock.lock.name)
AttributeError: 'NoneType' object has no attribute 'name'

** Affects: holland-backup
     Importance: Undecided
         Status: New

** Changed in: holland-backup
    Milestone: None => 1.0.10

-- 
You received this bug notification because you are a member of Holland
Build, which is subscribed to holland-backup.
https://bugs.launchpad.net/bugs/1184145

Title:
  holland advisory lock failures

Status in Holland Backup Framework:
  New

Bug description:
  holland 1.0.8 introduced a bug when two holland process try to run the
  same backupset simultaneously.  This results in an ugly stacktrace
  along the lines of:

  2013-05-22 21:27:59,380 [ERROR] Uncaught exception while running command 'backup': <exceptions.AttributeError instance at 0x1d898998>
  Traceback (most recent call last):
    File "/usr/lib/python2.4/site-packages/holland/core/command/command.py", line 209, in dispatch
      return self.run(self.optparser.prog, opts, *args)
    File "/usr/lib/python2.4/site-packages/holland/commands/backup.py", line 95, in run
      lock.path, lock.lock.name)
  AttributeError: 'NoneType' object has no attribute 'name'

To manage notifications about this bug go to:
https://bugs.launchpad.net/holland-backup/+bug/1184145/+subscriptions


Follow ups

References