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. |