]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2857] Comment about returned command
authorMichal 'vorner' Vaner <michal.vaner@nic.cz>
Mon, 26 Aug 2013 10:33:21 +0000 (12:33 +0200)
committerMichal 'vorner' Vaner <michal.vaner@nic.cz>
Mon, 26 Aug 2013 10:33:21 +0000 (12:33 +0200)
src/bin/memmgr/memmgr.py.in

index 889ce03abaf2d4731af8ff8dd7bfc20409f1c3f6..7d7d6de10a63c633b7fa86fef8b760d24289a67a 100755 (executable)
@@ -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: