• unknown's avatar
    The second fix for BUG#19391: IM fails to start after two executions. · 645e3135
    unknown authored
    
    server-tools/instance-manager/guardian.cc:
      Removed erroneous unlock() in Guardian_thread::init():
      instance_map is unlocked in the caller.
    server-tools/instance-manager/instance_map.cc:
      Added TODO comment.
    server-tools/instance-manager/manager.cc:
      Make initialization of alarm infrustructure before starting Guardian
      thread, because Guardian uses thr_alarm().
    645e3135
instance_map.cc 9.35 KB