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

Method reconnecting

src/state/zookeeper.cpp:383–390  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

381
382
383void ZooKeeperStorageProcess::reconnecting(int64_t sessionId)
384{
385 if (sessionId != zk->getSessionId()) {
386 return;
387 }
388
389 state = CONNECTING;
390}
391
392
393void ZooKeeperStorageProcess::expired(int64_t sessionId)

Callers

nothing calls this directly

Calls 1

getSessionIdMethod · 0.45

Tested by

no test coverage detected