Hi Vadim,
Interesting note you mention. I check the developer traces, but I could not find the exact error mentioned for that location. But I found something for this location with eoio in the name:
com.sap.engine.messaging.impl.core.queue.consumer.AsyncConsumer.processEOIOLoop(QueueMessage, MessageController)
This is the error:
Catching com.sap.engine.messaging.runtime.ClusterException: Could not trigger cluster event TRIGGER_SEQUENCERS for all nodes. Reason: com.sap.engine.frame.cluster.message.ResponseTimedOutException: Participant [252093351] did not return a response in the specified timeout of [120000] ms
at com.sap.engine.messaging.runtime.j2ee.sapengine.SAPJ2EEClusterController.triggerAllNodes(SAPJ2EEClusterController.java:411)
at com.sap.engine.messaging.runtime.j2ee.sapengine.SAPJ2EEClusterController.triggerSequencers(SAPJ2EEClusterController.java:555)
at com.sap.engine.messaging.impl.core.queue.consumer.AsyncConsumer.processEOIOLoop(AsyncConsumer.java:509)
at com.sap.engine.messaging.impl.core.queue.consumer.SendConsumer.onMessage(SendConsumer.java:145)
at com.sap.engine.messaging.impl.core.queue.Queue.run(Queue.java:1109)
at com.sap.engine.messaging.runtime.MSWorkWrapper.run(MSWorkWrapper.java:58)
at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
at java.security.AccessController.doPrivileged(Native Method)
at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:185)
at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:302)
Caused by: com.sap.engine.frame.cluster.message.ResponseTimedOutException: Participant [252093351] did not return a response in the specified timeout of [120000] ms
at com.sap.engine.core.cluster.impl6.ms.MSMultipleAnswerImpl.getAnswer(MSMultipleAnswerImpl.java:143)
at com.sap.engine.messaging.runtime.j2ee.sapengine.SAPJ2EEClusterController.triggerAllNodes(SAPJ2EEClusterController.java:387)
Now, I could imagine SAP claims to speed up message processing at the receiver side. See bold part.
If I'm not mistaken, the basis team check 2 parameters specified by SAP and they both have the correct value.
Kind regards,
Dimitri