BIND 10 #2988: check and report log4cplus rotation issues
BIND 10 Development
do-not-reply at isc.org
Thu Jun 27 01:54:15 UTC 2013
#2988: check and report log4cplus rotation issues
-------------------------------------+-------------------------------------
Reporter: jinmei | Owner:
Type: defect | Status: new
Priority: medium | Milestone:
Component: logging | Sprint-20130709
Keywords: | Resolution:
Sensitive: 0 | CVSS Scoring:
Sub-Project: Core | Defect Severity: N/A
Estimated Difficulty: 2 | Feature Depending on Ticket:
Total Hours: 0 | Add Hours to Ticket: 0
| Internal?: 0
-------------------------------------+-------------------------------------
Comment (by jreed):
It mostly works but sometimes I have logs out of order, for example:
{{{
-rw-r--r-- 1 root reed 1049289 Jun 22 23:15 bind10.log.15
-rw-r--r-- 1 root reed 1049512 Jun 23 09:48 bind10.log.14
-rw-r--r-- 1 root reed 1049053 Jun 23 21:48 bind10.log.12
-rw-r--r-- 1 root reed 1049104 Jun 23 22:00 bind10.log.11
-rw-r--r-- 1 root reed 1049588 Jun 24 00:00 bind10.log.13
-rw-r--r-- 1 root reed 1049514 Jun 24 09:49 bind10.log.10
-rw-r--r-- 1 root reed 1049271 Jun 24 12:00 bind10.log.9
}}}
See the last log entries; bind10.log.13 is in odd order:
==> bind10.log.9 <==
2013-06-24 12:00:01.574 DEBUG [b10-resolver.resolver/19136]
RESOLVER_DNS_MESSAGE_RECEIVED DNS message received: ;; ->>HEADER<<-
opcode: QUERY, status: NOERROR, id: 27580
...
==> bind10.log.10 <==
2013-06-24 09:48:34.867 DEBUG [b10-zonemgr.zonemgr/28897]
ZONEMGR_REFRESH_ZONE refreshing zone foo. (class IN)
==> bind10.log.11 <==
2013-06-23 22:00:19.940 DEBUG [b10-auth.cc/22909] CC_GROUP_RECEIVE trying
to receive a message with seq -1
==> bind10.log.12 <==
2013-06-23 21:48:31.904 DEBUG [b10-zonemgr.zonemgr/28897]
ZONEMGR_REFRESH_ZONE refreshing zone foo. (class IN)
==> bind10.log.13 <==
2013-06-24 00:00:00.625 DEBUG [b10-resolver.resolver/19136]
RESOLVER_DNS_MESSAGE_RECEIVED DNS message received: ;; ->>HEADER<<-
opcode: QUERY, status: NOERROR, id: 7479
...
==> bind10.log.14 <==
2013-06-23 09:48:30.876 DEBUG [b10-zonemgr.zonemgr/28897]
ZONEMGR_REFRESH_ZONE refreshing zone foo. (class IN)
==> bind10.log.15 <==
2013-06-22 23:15:18.404 DEBUG [b10-resolver.resolver/19136]
RESOLVER_DNS_MESSAGE_RECEIVED DNS message received: ;; ->>HEADER<<-
opcode: QUERY, status: NOERROR, id: 38951
...
--
Ticket URL: <http://bind10.isc.org/ticket/2988#comment:6>
BIND 10 Development <http://bind10.isc.org>
BIND 10 Development
More information about the bind10-tickets
mailing list