Uploaded image for project: 'Ignite'
  1. Ignite
  2. IGNITE-4907

Excessive service instances can be started with dynamic deployment.

    XMLWordPrintableJSON

Details

    Description

      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);

      See for details: http://apache-ignite-users.70518.x6.nabble.com/Ignite-may-start-more-service-instances-per-node-than-maxPerNodeCount-in-case-of-manual-redeploy-td11661.html

      Attachments

        1. ServiceDeploymentBug.java
          1 kB
          Andrey Mashenkov

        Activity

          People

            amashenkov Andrey Mashenkov
            amashenkov Andrey Mashenkov
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: