• unknown's avatar
    Fix Bug #19368 Failure in "flush_instances" causes assert in Thread_registry · 053b4607
    unknown authored
    Stop guardian and all the rest of threads before shutdown in case of an error
    
    
    server-tools/instance-manager/instance_map.cc:
      flush_instances shouldn't reinit guardian, if it
      failed to load info about them
    server-tools/instance-manager/manager.cc:
      On error we should 1) stop guardian 2) terminate all
      other threads and exit
    053b4607
manager.cc 8.06 KB