Opened 15 years ago
Closed 8 years ago
#348 closed defect (fixed)
IZ2039: Checkpointing: RESTARTED=2 for application-level interface
Reported by: | reuti | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | sge | Version: | 6.0u7 |
Severity: | minor | Keywords: | Linux kernel |
Cc: |
Description
[Imported from gridengine issuezilla http://gridengine.sunsource.net/issues/show_bug.cgi?id=2039]
Issue #: 2039 Platform: Other Reporter: reuti (reuti) Component: gridengine OS: Linux Subcomponent: kernel Version: 6.0u7 CC: None defined Status: NEW Priority: P3 Resolution: Issue type: DEFECT Target milestone: --- Assigned to: andreas (andreas) QA Contact: andreas URL: * Summary: Checkpointing: RESTARTED=2 for application-level interface Status whiteboard: Attachments: Issue 2039 blocks: Votes for issue 2039: Opened: Tue Apr 25 04:26:00 -0700 2006 ------------------------ The value of RESTARTED is set to 2 for a restarted job, but it should be just 1 (or the documentation [man page] updated of qsub). from ~/gridengine/source/daemons/qmaster/job_exit.c /* * case 5: job being rescheduled because it was interrupted and a checkpoint exists */ else if (failed == SSTATE_MIGRATE) { DTRACE; /* job_restarted == 2 means a checkpoint in the ckpt arena */
Change History (1)
comment:1 Changed 8 years ago by dlove
- Resolution set to fixed
- Severity set to minor
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.