MCPcopy Create free account
hub / github.com/apache/mesos / discard

Method discard

src/log/recover.cpp:122–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120 }
121
122 void discard()
123 {
124 // TODO(jieyu): The discard logic here is problematic. It is
125 // likely that this process never terminates after 'discard' has
126 // been called on the returned future. See details in MESOS-5626.
127 terminating = true;
128 chain.discard();
129 }
130
131 void start()
132 {

Callers

nothing calls this directly

Calls 1

discardMethod · 0.45

Tested by

no test coverage detected