mirror of https://github.com/citusdata/citus.git
Merge pull request #4561 from citusdata/fix-maintenance-daemon-crash
Remove failing assertionspull/4574/head
commit
7952100f49
|
@ -183,9 +183,6 @@ InitializeMaintenanceDaemonBackend(void)
|
||||||
* itself. In that case, we clearly don't need to start another maintenance
|
* itself. In that case, we clearly don't need to start another maintenance
|
||||||
* daemon.
|
* daemon.
|
||||||
*/
|
*/
|
||||||
Assert(found);
|
|
||||||
Assert(dbData->workerPid == MyProcPid);
|
|
||||||
|
|
||||||
LWLockRelease(&MaintenanceDaemonControl->lock);
|
LWLockRelease(&MaintenanceDaemonControl->lock);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue