- **status**: accepted --> fixed
- **Comment**:

[staging:5e0774]
[staging:9230df]
[staging:65fe3a]

changeset:   6195:65fe3a9d5914
tag:         tip
parent:      6190:a684d89763a3
user:        Neelakanta Reddy <reddy.neelaka...@oracle.com>
date:        Mon Dec 08 13:28:33 2014 +0530
summary:     imm: Corrected warning message when sync is taking more than five 
minuets [#1119]

changeset:   6194:9230df3b269d
branch:      opensaf-4.5.x
parent:      6192:59af0c818e12
user:        Neelakanta Reddy <reddy.neelaka...@oracle.com>
date:        Mon Dec 08 13:28:33 2014 +0530
summary:     imm: Corrected warning message when sync is taking more than five 
minuets [#1119]

changeset:   6193:5e0774313f6d
branch:      opensaf-4.4.x
parent:      6191:3b8946cab547
user:        Neelakanta Reddy <reddy.neelaka...@oracle.com>
date:        Mon Dec 08 13:28:33 2014 +0530
summary:     imm: Corrected warning message when sync is taking more than five 
minuets [#1119]




---

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

**Status:** fixed
**Milestone:** 4.4.2
**Created:** Fri Sep 19, 2014 11:55 AM UTC by Adrian Szwej
**Last Updated:** Wed Dec 03, 2014 08:41 AM UTC
**Owner:** Neelakanta Reddy

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.
------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151&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