Opened 15 years ago
Closed 8 years ago
#350 closed defect (fixed)
IZ2041: Checkpointing: Wrong comment in source/difference transparent <-> userdefined n ot clear
Reported by: | reuti | Owned by: | Dave Love <d.love@…> |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | sge | Version: | 6.0u7 |
Severity: | Keywords: | Linux kernel | |
Cc: |
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
Change History (1)
comment:1 Changed 8 years ago by Dave Love <d.love@…>
- Owner set to Dave Love <d.love@…>
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
In 4347/sge: