You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Andrew Mashenkov (JIRA)" <ji...@apache.org> on 2017/04/03 21:20:41 UTC

[jira] [Created] (IGNITE-4907) Excessive service instances can be started with dynamic deployment.

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)