This issue has been created
There are 2 updates.
 
 
Replication / cid:jira-generated-image-avatar-505d2f15-7c3d-4a2a-b4ca-4fc3951b3ade REPLICAT-216 In Progress

Question/answer system does not support clustering

 
View issue   ยท   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-c1b42870-3b7f-42d8-8e7c-1179475b8904 Thomas Mortagne created this issue on 19/Sep/25 15:53
 
Summary: Question/answer system does not support clustering
Issue Type: cid:jira-generated-image-avatar-505d2f15-7c3d-4a2a-b4ca-4fc3951b3ade Bug
Affects Versions: 2.2.7
Assignee: Unassigned
Components: Generic
Created: 19/Sep/25 15:53
Priority: cid:jira-generated-image-static-major-98e489fa-15e2-414c-8bc7-9501707b783c Major
Reporter: Thomas Mortagne
Description:

The question/answer system relies on a memory map in which the question id received with the answer is used to unlock the Future.

Unfortunately, this memory map is not shared among cluster member, so if a member sends a question and another member receives the answer it does not work: the sending member gets a timeout and the receiving one produced an "unknown question" error log.

 
 

2 updates

 
cid:jira-generated-image-avatar-c1b42870-3b7f-42d8-8e7c-1179475b8904 Changes by Thomas Mortagne on 19/Sep/25 15:54
 
Assignee: Thomas Mortagne
Status: Open In Progress