There is 1 update.
 
 
Replication / cid:jira-generated-image-avatar-73fb6635-e2e3-49f3-b495-32abb292d70b REPLICAT-216 Closed

Question/answer system does not support clustering

 
View issue   ยท   Add comment
 

1 update

 
cid:jira-generated-image-avatar-6177b8f5-b1e0-4e5d-bbab-68ff502eb52c Changes by Thomas Mortagne on 15/Apr/26 10:08
 
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 members , 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.