Vasiliy Sisko created IGNITE-2930:
-------------------------------------
Summary: Visor cmd: alert does not react on condition switch
Key: IGNITE-2930
URL:
https://issues.apache.org/jira/browse/IGNITE-2930 Project: Ignite
Issue Type: Bug
Components: wizards
Affects Versions: 1.6
Reporter: Vasiliy Sisko
Assignee: Vasiliy Sisko
Fix For: 1.6
@tracel
{code:xml}
An alert register for "-cc=gt2", so that alert should be trigger when "cc" (total number of available CPUs in the grid" is "gt" (greater than) 2.
However, I found alert keep trigger when "cc" become 1, here's the log showing a cluster of 3 nodes/CPUs, alert still triggerd after removing 2 nodes.
03/30/16, 18:02:42 | Log started.
03/30/16, 18:03:02 | H/N/C|3 |3 |3 |^...................|
03/30/16, 18:03:11 | Alert [id=93d32fb5(@a1), spec=-r -t=15 -cc=gt2, created on=03/30/16, 18:03:10]
03/30/16, 18:03:22 | H/N/C|3 |3 |3 |^...................|
03/30/16, 18:03:27 | Alert [id=93d32fb5(@a1), spec=-r -t=15 -cc=gt2, created on=03/30/16, 18:03:10]
03/30/16, 18:03:33 | H/N/C|2 |2 |2 |^...................|
03/30/16, 18:03:32 | <visor> => NODE_LEFT: id8=ab8c9433, ip=0:0:0:0:0:0:0:1%lo
03/30/16, 18:03:42 | H/N/C|1 |1 |1 |^...................|
03/30/16, 18:03:43 | H/N/C|1 |1 |1 |^...................|
03/30/16, 18:03:35 | <visor> => NODE_LEFT: id8=4c98fc66, ip=0:0:0:0:0:0:0:1%lo
03/30/16, 18:03:43 | Alert [id=93d32fb5(@a1), spec=-r -t=15 -cc=gt2, created on=03/30/16, 18:03:10]
03/30/16, 18:03:59 | Alert [id=93d32fb5(@a1), spec=-r -t=15 -cc=gt2, created on=03/30/16, 18:03:10]
03/30/16, 18:04:02 | H/N/C|1 |1 |1 |^...................|
03/30/16, 18:04:15 | Alert [id=93d32fb5(@a1), spec=-r -t=15 -cc=gt2, created on=03/30/16, 18:03:10]
03/30/16, 18:04:23 | H/N/C|1 |1 |1 |^...................|
03/30/16, 18:04:32 | Alert [id=93d32fb5(@a1), spec=-r -t=15 -cc=gt2, created on=03/30/16, 18:03:10]
03/30/16, 18:04:43 | H/N/C|1 |1 |1 |^...................|
03/30/16, 18:04:48 | Alert [id=93d32fb5(@a1), spec=-r -t=15 -cc=gt2, created on=03/30/16, 18:03:10]
03/30/16, 18:04:50 | Log stopped.
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)