当我开始负载测试时,EI 日志中会显示警告消息。
WARN - TargetHandler http-outgoing-519: Request not started while the handler is in an inconsistent state RESPONSE_DONE
WARN - SynapseCallbackReceiver Synapse received a response for the request with message Id : urn:uuid:38d9964b-4fec-4989-ae32-957f9636fa52 But a callback is not registered (anymore) to process this response
这些警告显示呼叫中介何时调用后端。
这不能超时,因为没有调用故障序列。
单次调用不会生成这些警告。警告仅在负载测试下出现。
我该如何解决这些警告?
编辑:
我记录消息:
2020-12-17 12:06:35,671 - 调用后端
2020-12-17 12:06:35,681 - 警告
2020-12-17 12:06:35,706 - 来自后端的响应
警告后,消息被进一步正确处理