BIND 10 trac2964, updated. 09e6babe2643d0222b4ff99517834cdb07d80aae [2964] clarify ZoneJournalReader can be created from a separate thread.

BIND 10 source code commits bind10-changes at lists.isc.org
Tue Jun 4 23:40:37 UTC 2013


The branch, trac2964 has been updated
       via  09e6babe2643d0222b4ff99517834cdb07d80aae (commit)
      from  b02f05774d65cac0b87452dfea6a65be73e08069 (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 09e6babe2643d0222b4ff99517834cdb07d80aae
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Tue Jun 4 16:40:15 2013 -0700

    [2964] clarify ZoneJournalReader can be created from a separate thread.

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

Summary of changes:
 .../isc/server_common/datasrc_clients_mgr.py       |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/lib/python/isc/server_common/datasrc_clients_mgr.py b/src/lib/python/isc/server_common/datasrc_clients_mgr.py
index d5d595c..75e6827 100644
--- a/src/lib/python/isc/server_common/datasrc_clients_mgr.py
+++ b/src/lib/python/isc/server_common/datasrc_clients_mgr.py
@@ -80,8 +80,8 @@ class DataSrcClientsMgr:
         such access thread safe.  In general, the find() method on the list
         and the use of ZoneFinder created by a DataSourceClient in the list
         cannot be done by multiple threads without explicit synchronization.
-        On the other hand, multiple threads can create and use ZoneUpdater
-        or ZoneIterator on a DataSourceClient in parallel.
+        On the other hand, multiple threads can create and use ZoneUpdater,
+        ZoneIterator, or ZoneJournalReader on a DataSourceClient in parallel.
 
         Parameter:
           rrclass (isc.dns.RRClass): the RR class of the ConfigurableClientList



More information about the bind10-changes mailing list