Custom Query (431 matches)
Results (73 - 75 of 431)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#348 | fixed | IZ2039: Checkpointing: RESTARTED=2 for application-level interface | reuti | |
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 */ |
|||
#350 | fixed | IZ2041: Checkpointing: Wrong comment in source/difference transparent <-> userdefined n ot clear | Dave Love <d.love@…> | reuti |
Description |
[Imported from gridengine issuezilla http://gridengine.sunsource.net/issues/show_bug.cgi?id=2041] Issue #: 2041 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: Wrong comment in source/difference transparent <-> userdefined n ot clear Status whiteboard: Attachments: Issue 2041 blocks: Votes for issue 2041: Opened: Tue Apr 25 04:48:00 -0700 2006 ------------------------ Line 1796 states: /* userdefined ckpt has always ckpt_interval = 0 */ but also userdefined interfaces can have an interval and a defined signal for a periodically checkpointing, in whcih case is behaves like the transparent interface (transparent: you must specify a checkpointing signal; userdefined: specifying a signal is optional). In line 1813 it's executed anyway: } else if (ckpt_type & CKPT_USER) { in case it's not zero. ------- Additional comments from reuti Tue Apr 25 04:49:09 -0700 2006 ------- Forgot the filename: ~/gridengine/source/daemons/shepherd/shepherd.c |
|||
#351 | fixed | IZ2042: Checkpointing: Wrong comment in source | Dave Love <d.love@…> | reuti |
Description |
[Imported from gridengine issuezilla http://gridengine.sunsource.net/issues/show_bug.cgi?id=2042] Issue #: 2042 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: Wrong comment in source Status whiteboard: Attachments: Issue 2042 blocks: Votes for issue 2042: Opened: Tue Apr 25 04:54:00 -0700 2006 ------------------------ ~/gridengine/source/daemons/shepherd/shepherd.c line 1604 ff. /*------------------------------------------------------------------------ * check_ckpttype * currently only check if it's Hibernator checkpointing * Return: -1 error, * 0 no checkpointing * Bitmask of checkpointing type *------------------------------------------------------------------------*/ There is already more defined than Hibernator. |
Note: See TracQuery
for help on using queries.