Details
Description
We need remove uneeded ZkPinger from our codebase, introduced in IGNITE-9683.
This pinger was introduced to solve issues with server nodes segmentation when cluster is deactivated. The main reason of that is the strange all thread freeze when huge amount of memory is deallocated with Unsafe.freeMemory, such freeze can last for a minute and more. So this pinger doesn't solve problem at all and this is proved. The working solution to this problem is introduced in IGNITE-9658
So we should remove this code from our codebase.
Attachments
Issue Links
- relates to
-
IGNITE-9658 Add ability to disable memory deallocation on deactivation.
-
- Resolved
-
-
IGNITE-9683 Create manual pinger for ZK client
-
- Resolved
-
- links to