This issue has been created
 
 
Replication / cid:jira-generated-image-avatar-5c0c09ae-dc57-49ef-8067-f1b96efdba81 REPLICAT-193 Open

Possible infinite loop when a received message is only partially saved and the cleanup fail

 
View issue   ยท   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-20eb64a1-cc78-4c6c-8fb9-6795a9c0723a Thomas Mortagne created this issue on 03/Sep/24 18:39
 
Summary: Possible infinite loop when a received message is only partially saved and the cleanup fail
Issue Type: cid:jira-generated-image-avatar-5c0c09ae-dc57-49ef-8067-f1b96efdba81 Bug
Affects Versions: 1.12.13
Assignee: Unassigned
Components: Generic
Created: 03/Sep/24 18:39
Priority: cid:jira-generated-image-static-major-429c618d-e6ef-4e2d-98c8-3df31cc94955 Major
Reporter: Thomas Mortagne
Description:

For example, when the disk starts to have problem (limit of open files reached, for example) in the middle of a message store, but the message can be removed from the log. The problem in this case is that the receiver is stuck in an infinite loop where the log tells it does not know this message yet, but the store indicated there is already a message with this id and fail to store it.

Would be safer to force the store to replace whatever is already there.