You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, a long running topology has a shutdown race condition: if you shutdown the topology via the external UI service, the caretaker could shutdown before the master, causing the master to go into a zombie state. Need to run master as a daemon managed under svcctl in this situation. Should also run the XML-RPC block this way as well.
The text was updated successfully, but these errors were encountered:
Currently, a long running topology has a shutdown race condition: if you shutdown the topology via the external UI service, the caretaker could shutdown before the master, causing the master to go into a zombie state. Need to run master as a daemon managed under svcctl in this situation. Should also run the XML-RPC block this way as well.
The text was updated successfully, but these errors were encountered: