- **Milestone**: 4.6.FC --> 4.3.3


---

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

**Status:** unassigned
**Milestone:** 4.3.3
**Created:** Fri Sep 19, 2014 11:55 AM UTC by Adrian Szwej
**Last Updated:** Fri Sep 19, 2014 12:02 PM 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.
------------------------------------------------------------------------------
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311&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