shm: revert some changes from c85d6e0 that introduced a race

This commit is contained in:
Alexey Rybalchenko
2021-05-20 00:28:44 +02:00
parent 021c1b1c4d
commit 9bf908fb52
3 changed files with 10 additions and 13 deletions

View File

@@ -309,8 +309,6 @@ class Message final : public fair::mq::Message
}
if (fRegionPtr) {
fRegionPtr->InitializeQueues();
fRegionPtr->StartSendingAcks();
fRegionPtr->ReleaseBlock({fMeta.fHandle, fMeta.fSize, fMeta.fHint});
} else {
LOG(warn) << "region ack queue for id " << fMeta.fRegionId << " no longer exist. Not sending ack";