Skip to content

Cancelled job in the middle of execution #8

@Nikhil-Shenoy

Description

@Nikhil-Shenoy

When we submit the pilot and add it to the unit manager, the following code gets executed:

pdesc = rp.ComputePilotDescription ()
pdesc.resource = "yarn.aws-vm"  # NOTE: This is a "label", not a hostname
pdesc.runtime  = 30 # minutes
pdesc.cores    = 1
pdesc.cleanup  = False
# submit the pilot.
print "Submitting Compute Pilot to Pilot Manager ..."
pilot = pmgr.submit_pilots(pdesc)
umgr.add_pilots(pilot)

The script waits indefinitely at this point and the job had to be manually cancelled

Session info: Session id: rp.session.ip-10-99-194-113.ec2.internal.test099.016751.0001 Pilot Manager: {'uid': 'pmgr.0001'}

Username = test099

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions