Aleksey Plekhanov created IGNITE-21961:
------------------------------------------
Summary: Don't remove entries one-by-one for in-memory node on
shutdown
Key: IGNITE-21961
URL: https://issues.apache.org/jira/browse/IGNITE-21961
Project: Ignite
Issue Type: Improvement
Reporter: Aleksey Plekhanov
Assignee: Aleksey Plekhanov
Currently, for in-memory node we remove each entry one-by-one on cluster
deactivation or on node shutdown. If there are a lot of entries in cache it can
take a long time. But it's a redundant action, since all page memory will be
released after deactivation/shutdown.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)