Andrew Mashenkov created IGNITE-4907:
----------------------------------------
Summary: Excessive service instances can be started with dynamic deployment.
Key: IGNITE-4907
URL:
https://issues.apache.org/jira/browse/IGNITE-4907 Project: Ignite
Issue Type: Bug
Components: managed services
Affects Versions: 1.9
Reporter: Andrew Mashenkov
Fix For: 2.0
More than needed service instances can be started when service deployed dynamicly.
For next service configuration all 3 instances will be started even if cluster has 2 ignites nodes only:
cfg.setMaxPerNodeCount(1);
cfg.setTotalCount(3);
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)