Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/mesos
/ discarded
Method
discarded
src/log/catchup.cpp:244–250 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
242
243
244
void discarded()
245
{
246
LOG(INFO) <<
"Unable to catch-up position "
<< current
247
<<
" in "
<< timeout <<
", retrying"
;
248
249
catchup();
250
}
251
252
void failed()
253
{
Callers
nothing calls this directly
Calls
1
catchup
Function · 0.85
Tested by
no test coverage detected