Displaying 1 result from an estimated 1 matches for "skip_flag".
Did you mean:
flip_flag
2009 Apr 15
1
I'd like to stop the OCSF2_disk_heart_beat.
...ng frequency to CF are up to 100,000 times.
However, it exceed in two day, due to the disk_heart_beat executed every two seconds.
I tried following procedures to solve that. It seems solved.
1. O2HB_DEFAULT_DEAD_THRESHOLD changed larger than previous value. It's defined in hearbeat.h.
2. The Skip_flag defined as a global parameter.
3. When the number of connected nodes becomes two , skip_flag is turned on by dlmdomain.c
4. If the skip_flag is ON, the o2hb_do_disk_hearbeat is not executed.
5. When the number of connected nodes becomes below two, skip_flag is turned off by dlmdomain.c.
6. If t...