mirror of https://gitee.com/bigwinds/arangodb
Remove an unnecessary check.
This commit is contained in:
parent
3f5b8e9768
commit
e4ca111914
|
@ -400,11 +400,6 @@ void ClusterFeature::start() {
|
||||||
_agencyCallbackRegistry.get(),
|
_agencyCallbackRegistry.get(),
|
||||||
_heartbeatInterval * 1000, 5);
|
_heartbeatInterval * 1000, 5);
|
||||||
|
|
||||||
if (_heartbeatThread == nullptr) {
|
|
||||||
LOG(FATAL) << "unable to start cluster heartbeat thread";
|
|
||||||
FATAL_ERROR_EXIT();
|
|
||||||
}
|
|
||||||
|
|
||||||
if (!_heartbeatThread->init() || !_heartbeatThread->start()) {
|
if (!_heartbeatThread->init() || !_heartbeatThread->start()) {
|
||||||
LOG(FATAL) << "heartbeat could not connect to agency endpoints ("
|
LOG(FATAL) << "heartbeat could not connect to agency endpoints ("
|
||||||
<< endpoints << ")";
|
<< endpoints << ")";
|
||||||
|
|
Loading…
Reference in New Issue