Skip to content
  • Ondřej Surý's avatar
    Refactor zone dumping code to use netmgr async threadpools · c8eddf4f
    Ondřej Surý authored and Ondřej Surý's avatar Ondřej Surý committed
    Previously, dumping the zones to the files were quantized, so it doesn't
    slow down network IO processing.  With the introduction of network
    manager asynchronous threadpools, we can move the IO intensive work to
    use that API and we don't have to quantize the work anymore as it the
    file IO won't block anything except other zone dumping processes.
    
    (cherry picked from commit 8a5c62de)
    c8eddf4f