BIND 10 #1830: traceback in cfgmgr shutdown
BIND 10 Development
do-not-reply at isc.org
Thu Mar 22 19:27:40 UTC 2012
#1830: traceback in cfgmgr shutdown
-------------------------------------+-------------------------------------
Reporter: jreed | Owner:
Type: defect | Status: new
Priority: medium | Milestone: New
Component: Unclassified | Tasks
Sensitive: 0 | Keywords:
Sub-Project: Core | Defect Severity: N/A
Estimated Difficulty: 0 | Feature Depending on Ticket:
Total Hours: 0 | Add Hours to Ticket: 0
| Internal?: 0
-------------------------------------+-------------------------------------
The initial problem was caused by some cc session timeouts / cfgmgr not
listening as seen in ticket #1829. But shutdown stills seems wrong:
{{{
2012-03-22 19:11:34.701 INFO [b10-boss.boss] BIND10_COMPONENT_STOP
component cfgmgr is being stopped
2012-03-22 19:11:34.702 INFO [b10-boss.boss] BIND10_STOP_PROCESS asking
cfgmgr to shut down
...
2012-03-22 19:11:35.729 INFO [b10-boss.boss] BIND10_SEND_SIGTERM sending
SIGTERM to cfgmgr (PID 25628)
...
2012-03-22 19:11:35.832 INFO [b10-boss.boss] BIND10_SEND_SIGKILL sending
SIGKILL to b10-cmdctl (PID 7154)
2012-03-22 19:11:35.837 INFO [b10-boss.boss] BIND10_SEND_SIGKILL sending
SIGKILL to msgq (PID 16242)
Traceback (most recent call last):
2012-03-22 19:11:35.842 File
"/home/jreed/src/bind10/src/bin/cfgmgr/b10-cfgmgr", line 107, in <module>
sys.exit(main())
INFO File "/home/jreed/src/bind10/src/bin/cfgmgr/b10-cfgmgr", line 95, in
main
cm.run()
[ File "/home/jreed/src/bind10/src/lib/python/isc/config/cfgmgr.py",
line 526, in run
b10-boss.boss] BIND10_SEND_SIGKILL sending SIGKILL to cfgmgr (PID 25628)
2012-03-22 19:11:35.951 INFO [b10-boss.boss] BIND10_PROCESS_ENDED process
7154 of b10-cmdctl ended with status 9
2012-03-22 19:11:35.951 INFO [b10-boss.boss] BIND10_PROCESS_ENDED process
25628 of cfgmgr ended with status 9
2012-03-22 19:11:35.952 INFO [b10-boss.boss] BIND10_PROCESS_ENDED process
16242 of msgq ended with status 9
2012-03-22 19:11:35.952 INFO [b10-boss.boss] BIND10_SHUTDOWN_COMPLETE all
processes ended, shutdown complete
}}}
(Notice how logs are mixed. That is ticket #1704)
--
Ticket URL: <http://bind10.isc.org/ticket/1830>
BIND 10 Development <http://bind10.isc.org>
BIND 10 Development
More information about the bind10-tickets
mailing list