[
https://issues.apache.org/jira/browse/IGNITE-5811?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yakov Zhdanov updated IGNITE-5811:
----------------------------------
Description:
This has something in common with segmentation policy we currently have. User
should get notified on a deadlock problem and node should take an action (stop
by default).
Also Ignite may react on internal errors and hangs in the same way - fire event
and take the appropriate action.
Current list of cases when node should (by default) stop itself:
# Discovery reports segmentation (already implemented)
# Critical discovery thread fails (already implemented)
# NIO communication thread fails (already implemented)
The following needs to be added
# Java-deadlock detected
#
was:
This has something in common with segmentation policy we currently have. User
should get notified on a deadlock problem and node should take an action (stop
by default).
Also Ignite may react on internal errors and hangs in the same way - fire event
and take the appropriate action.
> Detect java-level deadlock and act according to a policy configured.
> --------------------------------------------------------------------
>
> Key: IGNITE-5811
> URL: https://issues.apache.org/jira/browse/IGNITE-5811
> Project: Ignite
> Issue Type: New Feature
> Reporter: Yakov Zhdanov
> Labels: usability
>
> This has something in common with segmentation policy we currently have. User
> should get notified on a deadlock problem and node should take an action
> (stop by default).
> Also Ignite may react on internal errors and hangs in the same way - fire
> event and take the appropriate action.
> Current list of cases when node should (by default) stop itself:
> # Discovery reports segmentation (already implemented)
> # Critical discovery thread fails (already implemented)
> # NIO communication thread fails (already implemented)
> The following needs to be added
> # Java-deadlock detected
> #
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)