BIP4412
Severity
0 : InformationMessage
Corresponding request record not found for the reply message.Explanation
An AggregateReply node has received a message at its 'in' terminal. No corresponding record of a request message being sent could be found in the database. See subsequent messages to determine how this situation has been handled.Response
It is possible that extraneous messages are arriving at the AggregateReply node 'in' terminal. Check your flow to ensure that the only messages arriving here are replies to request messages previously sent out and passed through an AggregateRequest node. It is possible that this message is a valid reply but part of an aggregation which previously timed out. It is possible that this is a reply to a message which has not yet been recorded by an AggregateRequest node. This can happen if request messages are sent outside of transactional control. Adjust your transaction settings to ensure that messages are sent under transactional control.