BIND 10 master, updated. 2ce8ea317bf920ec540ed40f10738cb2f65426df [master] fixed some log message description to it matches the implementation

BIND 10 source code commits bind10-changes at lists.isc.org
Wed Oct 24 16:51:53 UTC 2012


The branch, master has been updated
       via  2ce8ea317bf920ec540ed40f10738cb2f65426df (commit)
      from  80210bc17829ab209d714a10daa35bebad2f6dc0 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 2ce8ea317bf920ec540ed40f10738cb2f65426df
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Wed Oct 24 09:50:48 2012 -0700

    [master] fixed some log message description to it matches the implementation
    
    with some other wording cleanups.

-----------------------------------------------------------------------

Summary of changes:
 src/bin/auth/auth_messages.mes |   20 ++++++++++++--------
 1 file changed, 12 insertions(+), 8 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/bin/auth/auth_messages.mes b/src/bin/auth/auth_messages.mes
index 8f9fa22..bdbd2fd 100644
--- a/src/bin/auth/auth_messages.mes
+++ b/src/bin/auth/auth_messages.mes
@@ -63,17 +63,21 @@ source clients receives a command from the manager.
 
 % AUTH_DATASRC_CLIENTS_BUILDER_FAILED data source builder thread stopped due to an exception: %1
 The separate thread for maintaining data source clients has been
-terminated due to some uncaught exception.  The manager cannot always
-catch this condition in timely fashion, and there is no way to recover
-from this situation except for restarting the entire server.  So this
-message needs to be carefully watched, and should it occur the auth
-server needs to be restarted by hand.
+terminated due to some uncaught exception.  When this happens, the
+thread immediately terminates the entire process because the manager
+cannot always catch this condition in a timely fashion and it would be
+worse to keep running with such a half-broken state.  This is really
+an unexpected event and should generally indicate an internal bug.
+It's advisable to file a bug report when this message is logged (and
+b10-auth subsequently stops).
 
 % AUTH_DATASRC_CLIENTS_BUILDER_FAILED_UNEXPECTED data source builder thread stopped due to an unexpected exception
 This is similar to AUTH_DATASRC_CLIENTS_BUILDER_FAILED, but the
-exception type is even more unexpected.  This may rather indicate some
-run time failure than program errors, but in any case the server needs
-to be restarted by hand.
+exception type indicates it's not thrown either within the BIND 10
+implementation or other standard-compliant libraries.  This may rather
+indicate some run time failure than program errors.  As in the other
+failure case, the thread terminates the entire process immediately
+after logging this message.
 
 % AUTH_DATASRC_CLIENTS_BUILDER_RECONFIGURE_CONFIG_ERROR Error in data source configuration: %1
 The thread for maintaining data source clients has received a command to



More information about the bind10-changes mailing list