79332814

Date: 2025-01-06 11:02:51
Score: 2
Natty:
Report link

We seem to find that the problem is with the fact that events (unfortunately we have been naive to enable all events) are enabled on the server and the server is trying to send the events to the clients. And hence the presence of org.apache.ignite.internal.util.nio.GridNioServer$WriteRequestImpl

We are now trying go avoid usage of Ignite Events (we wanted to leverage the expiry event), disable all the events and have our own custom mechanism to determine the expiry.

We are still experimenting.

Reasons:
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Sundarraj Kaushik