- **summary**: ER in syslog if changing attribute of stream after writing to 
much record to log file --> log: ER in syslog if changing attribute of stream 
after writing to much record to log file
- Description has changed:

Diff:

~~~~

--- old
+++ new
@@ -1,4 +1,4 @@
-when runing following test case:
+When runing following test case:
 logtest 4 47 
 logtest 4 49
 logtest 4 50

~~~~




---

** [tickets:#1888] log: ER in syslog if changing attribute of stream after 
writing to much record to log file**

**Status:** unassigned
**Milestone:** 4.7.2
**Created:** Tue Jun 21, 2016 08:26 AM UTC by Canh Truong
**Last Updated:** Tue Jun 21, 2016 08:26 AM UTC
**Owner:** nobody


When runing following test case:
logtest 4 47 
logtest 4 49
logtest 4 50
Getting ER in syslog:
2016-06-21 14:45:18 SC-1 osaflogd[458]: NO log_stream log file close  FAILED: 
Connection timed out
2016-06-21 14:45:18 SC-1 osaflogd[458]: ER log_stream_config_change failed: -1
2016-06-21 14:45:18 SC-1 osaflogd[458]: WA Create directory 
'/srv/shared/saflog/strDdir' failed
2016-06-21 14:45:18 SC-1 osaflogd[458]: ER lgs_create_config_file_h failed: -1
2016-06-21 14:45:20 SC-1 osafimmnd[441]: NO Ccb 1156 COMMITTED 
(immcfg_PL-3_9201)


The problem happen when runing logtest 4 50 . In apply callback in logsv do 
folllowing step:
1/ close current log file
2/ create new log config file
3/ open new log file

In step 1, action close log file timeout error  due to sync all data  that 
referred to by the file descriptor fd from cache page to the disk device ***too 
long*** >
In step 2 and 3, action failed because the request closing log file in 1/ has 
not done.



---

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.
------------------------------------------------------------------------------
Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in San
Francisco, CA to explore cutting-edge tech and listen to tech luminaries
present their vision of the future. This family event has something for
everyone, including kids. Get more information and register today.
http://sdm.link/attshape
_______________________________________________
Opensaf-tickets mailing list
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets

Reply via email to