BIND 10 trac2857, updated. 5da41fa159bbf626a3c9acd0d4e49e96282d7589 [2857] Comment about returned command
BIND 10 source code commits
bind10-changes at lists.isc.org
Mon Aug 26 10:37:08 UTC 2013
The branch, trac2857 has been updated
via 5da41fa159bbf626a3c9acd0d4e49e96282d7589 (commit)
from 0d893b54513dfba249cf209ac09b0271861437bd (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 5da41fa159bbf626a3c9acd0d4e49e96282d7589
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date: Mon Aug 26 12:33:21 2013 +0200
[2857] Comment about returned command
-----------------------------------------------------------------------
Summary of changes:
src/bin/memmgr/memmgr.py.in | 3 +++
1 file changed, 3 insertions(+)
-----------------------------------------------------------------------
diff --git a/src/bin/memmgr/memmgr.py.in b/src/bin/memmgr/memmgr.py.in
index 889ce03..7d7d6de 100755
--- a/src/bin/memmgr/memmgr.py.in
+++ b/src/bin/memmgr/memmgr.py.in
@@ -153,6 +153,9 @@ class Memmgr(BIND10Server):
(_, dsrc_info, rrclass, dsrc_name) = notification
sgmt_info = dsrc_info.segment_info_map[(rrclass, dsrc_name)]
cmd = sgmt_info.complete_update()
+ # It may return another load command on the same data source.
+ # If it is so, we execute it too, before we start
+ # synchronizing with the readers.
if cmd is not None:
self._cmd_to_builder(cmd)
else:
More information about the bind10-changes
mailing list