th.join()
def command_handler(self, command, args):
+ logger.debug(DBG_XFRIN_TRACE, XFRIN_RECEIVED_COMMAND, command)
answer = create_answer(0)
try:
if command == 'shutdown':
# b10-stats daemon is periodically asking to the
# b10-xfrin daemon.
answer = create_answer(0, self._counters.get_statistics())
- logger.debug(DBG_XFRIN_TRACE, XFRIN_RECEIVED_GETSTATS_COMMAND,
- str(answer))
else:
answer = create_answer(1, 'unknown command: ' + command)
and possibly fixed on the remote server. The problem is described in the
message. The problem does not stop the zone from being used.
-% XFRIN_RECEIVED_GETSTATS_COMMAND received command to send statistics data: %1
-The xfrin daemon received a command on the command channel that
-statistics data should be sent to the stats daemon.
+% XFRIN_RECEIVED_COMMAND received command: %1
+The xfrin daemon received a command on the command channel.
# wait until the last stats requesting is finished
When I query statistics zones of bind10 module Xfrin with cmdctl
wait for new bind10 stderr message STATS_SEND_STATISTICS_REQUEST
- wait for new bind10 stderr message XFRIN_RECEIVED_GETSTATS_COMMAND
+ wait for new bind10 stderr message XFRIN_RECEIVED_COMMAND
last bindctl output should not contain "error"
When I query statistics zones of bind10 module Xfrin with cmdctl
# wait until the last stats requesting is finished
When I query statistics zones of bind10 module Xfrin with cmdctl
wait for new bind10 stderr message STATS_SEND_STATISTICS_REQUEST
- wait for new bind10 stderr message XFRIN_RECEIVED_GETSTATS_COMMAND
+ wait for new bind10 stderr message XFRIN_RECEIVED_COMMAND
last bindctl output should not contain "error"
When I query statistics zones of bind10 module Xfrin with cmdctl
# wait until the last stats requesting is finished
When I query statistics zones of bind10 module Xfrin with cmdctl
wait for new bind10 stderr message STATS_SEND_STATISTICS_REQUEST
- wait for new bind10 stderr message XFRIN_RECEIVED_GETSTATS_COMMAND
+ wait for new bind10 stderr message XFRIN_RECEIVED_COMMAND
last bindctl output should not contain "error"
When I query statistics zones of bind10 module Xfrin with cmdctl
# wait until the last stats requesting is finished
When I query statistics zones of bind10 module Xfrin with cmdctl
wait for new bind10 stderr message STATS_SEND_STATISTICS_REQUEST
- wait for new bind10 stderr message XFRIN_RECEIVED_GETSTATS_COMMAND
+ wait for new bind10 stderr message XFRIN_RECEIVED_COMMAND
last bindctl output should not contain "error"
When I query statistics zones of bind10 module Xfrin with cmdctl