hongchen2000 opened a new issue, #11249: URL: https://github.com/apache/ignite/issues/11249
Multiple clients using thin client connections to request the same data simultaneously. The cache has read-through enabled and the data is to be loaded by a custom class that extends CacheStoreAdapter<>. However, the system thread that executed the read-through sent out the request to data source but never processed the response, possible due to thread starvation. Since all other system threads are waiting for this read-through thread to comeback, they are all stuck as well, leaving the node not able to process any new client requests. What are the possible reasons for this issue? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
