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

Support multiple service deployment in API

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.0
    • 2.3
    • None
    • None

    Description

      IgniteServices should support possibility of deploying batch of services at once to speed up deployment.

      It implies the following API changes:

      • introduce ServiceDeploymentException, indicating that some problems were encountered during deployment process and containing a list of failed services;
      • add deployAll(Collection<ServiceConfiguration>, boolean) and deployAllAsync(Collection<ServiceConfiguration>, boolean) methods to IgniteServices interface. Boolean flag shows whether we should follow "all-or-none" failing policy, or allow partial deployments.
        Also all async methods in IgniteServices should not throw any exceptions, but return a future, whose get method should throw an exception if any errors occur during deployment.

      Attachments

        Activity

          People

            dmekhanikov Denis Mekhanikov
            dkarachentsev Dmitry Karachentsev
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: