There is a "failover timeout" that frameworks can set on FrameworkInfo to determine how long a master should keep a framework around after it gets disconnected.
@vinodkone On Wed, Feb 5, 2014 at 10:24 AM, Aaron Gottlieb < [email protected]> wrote: > Hi, > > > > I have been testing Storm-Mesos and have been running into a problem where, > > when I shut down storm, Mesos never removes the framework from the list of > > registered frameworks. I have verified that Storm is no longer running, > but still > > the framework persists in the Mesos Master's list. > > > > Is there a way to purge frameworks that did not correctly remove themselves > > from the Mesos Master? Searching around, I did not see a 'kill' command. > > > > Thanks, > > > > Aaron > > >

