Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
59651a74
Commit
59651a74
authored
Feb 19, 2013
by
Michal 'vorner' Vaner
Browse files
[2676] (minor) Explain a FIXME comment
parent
4d5d7d6e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bin/zonemgr/zonemgr.py.in
View file @
59651a74
...
...
@@ -279,7 +279,10 @@ class ZonemgrRefresh:
"""Send command between modules."""
try:
self._mccs.rpc_call(command_name, module_name, params=params)
except socket.error: # FIXME: WTF?
except socket.error:
# FIXME: WTF? Where does socket.error come from? And how do we ever
# dare ignore such serious error? It can only be broken link to
# msgq, we need to terminate then.
logger.error(ZONEMGR_SEND_FAIL, module_name)
except (isc.cc.session.SessionTimeout, isc.config.RPCError):
pass # for now we just ignore the failure
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment