---

** [tickets:#1119] Wrong warning message**

**Status:** unassigned
**Milestone:** 4.6.FC
**Created:** Fri Sep 19, 2014 11:55 AM UTC by Adrian Szwej
**Last Updated:** Fri Sep 19, 2014 11:55 AM UTC
**Owner:** nobody

When IMMNd loading fails it prints 
    "STOPPING sync process pid 233 after three minutes"

But in the code it is 5 minutes.

            } else if(jobDuration > 300) { /* Five minutes! */
                    /* Avoid having entire cluster write locked indefinitely.
                       Note that loader and sync *client* wait indefinitely.
                       These two are monitored by NID. 
    
                       But the sync server side (coord plus rest of cluster 
that is up and running)
                       are not monitored by NID and must not be blocked 
indefinitely due to a hung
                       (or extreeemely slow) sync.
                     */
                    if(cb->syncPid > 0) {
                            LOG_WA("STOPPING sync process pid %u after three 
minutes", cb->syncPid);
                            kill(cb->syncPid, SIGTERM);
                    }
            }



---

Sent from sourceforge.net because opensaf-tickets@lists.sourceforge.net is 
subscribed to https://sourceforge.net/p/opensaf/tickets/

To unsubscribe from further messages, a project admin can change settings at 
https://sourceforge.net/p/opensaf/admin/tickets/options.  Or, if this is a 
mailing list, you can unsubscribe from the mailing list.
------------------------------------------------------------------------------
Slashdot TV.  Video for Nerds.  Stuff that Matters.
http://pubads.g.doubleclick.net/gampad/clk?id=160591471&iu=/4140/ostg.clktrk
_______________________________________________
Opensaf-tickets mailing list
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets

Reply via email to