Browse Source

[2857] Comment about returned command

Michal 'vorner' Vaner 11 years ago
parent
commit
5da41fa159
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/bin/memmgr/memmgr.py.in

+ 3 - 0
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: