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
Master has now a notion of the status of a query. Propagate the same to the worker nodes so that they have an opinion. Use this to start, stop, flush clean resources accordingly.
The text was updated successfully, but these errors were encountered:
More progress on this.
There is a basic lifecycle now. However, after deploy plus run, one can only stop. There is a constrain to avoid errors that prevents starting a query after stopping it. It needs to be resubmitted (which requires a bunch of bookkeeping that is not written yet) and then started.
Master has now a notion of the status of a query. Propagate the same to the worker nodes so that they have an opinion. Use this to start, stop, flush clean resources accordingly.
The text was updated successfully, but these errors were encountered: