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
A full Mesos framework with proper TaskRunner implementations is desired, but not as easy to create as a Marathon app that can replicate the middle-manager functionality seen today. This ask is that a Marathon AutoScaler be implemented so such a transition can take place.
It should be able to:
Discover a marathon endpoint
Determine the desired instance count
Selectively terminate and decrease marathon count (I actually don't know if Marathon can do this currently)
Increase the marathon app instance count
The text was updated successfully, but these errors were encountered:
This issue has been marked as stale due to 280 days of inactivity. It will be closed in 2 weeks if no further activity occurs. If this issue is still relevant, please simply write any comment. Even if closed, you can still revive the issue at any time or discuss it on the dev@druid.apache.org list. Thank you for your contributions.
This issue has been closed due to lack of activity. If you think that is incorrect, or the issue requires additional review, you can revive the issue at any time.
A full Mesos framework with proper
TaskRunner
implementations is desired, but not as easy to create as a Marathon app that can replicate the middle-manager functionality seen today. This ask is that a Marathon AutoScaler be implemented so such a transition can take place.It should be able to:
The text was updated successfully, but these errors were encountered: