Skip to content
  • David Johnson's avatar
    Do not run ddjikstra while holding the global lock in docker clientside. · ee3694f4
    David Johnson authored
    (All we need to do while holding the global lock is allocated IFBs; the
    generation of routing scripts and traffic shaping scripts is both
    unlikely to fail and potentially slow due to running djikstra.  So, also
    let the vnode early release prior to those things, immediately after IFB
    allocation.)
    ee3694f4