Changeset 7ca25b3


Ignore:
Timestamp:
Dec 5, 2008 3:00:06 PM (15 years ago)
Author:
Ted Faber <faber@…>
Branches:
axis_example, compt_changes, info-ops, master, version-1.30, version-2.00, version-3.01, version-3.02
Children:
f029827
Parents:
03b9b14
Message:

Fix deallocation on partial swapin failure

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedd/federation/experiment_control.py

    r03b9b14 r7ca25b3  
    17331733                # release the allocations
    17341734                for tb in tbparams.keys():
    1735                     self.release_access(tb, tbparams[tb]['aid'])
     1735                    self.release_access(tb, tbparams[tb]['allocID'])
    17361736                # Remove the placeholder
    17371737                self.state_lock.acquire()
Note: See TracChangeset for help on using the changeset viewer.