Uploaded image for project: 'Aurora'
  1. Aurora
  2. AURORA-1299

UpdateConfigError results in stack trace

    XMLWordPrintableJSON

Details

    • Story
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • None
    • 0.8.0
    • Client
    • None
    • Twitter Aurora Q2'15 Sprint 2
    • 2

    Description

      $ aurora update start devcluster/vagrant/test/http_example /vagrant/src/test/sh/org/apache/aurora/e2e/http/http_example.aurora
      Fatal error running command: Pulse interval seconds must be at least 60 seconds.
      Traceback (most recent call last):
        File "/usr/local/bin/aurora/apache/aurora/client/cli/__init__.py", line 307, in _execute
          result = noun.execute(context)
        File "/usr/local/bin/aurora/apache/aurora/client/cli/__init__.py", line 383, in execute
          return self.verbs[context.options.verb].execute(context)
        File "/usr/local/bin/aurora/apache/aurora/client/cli/update.py", line 158, in execute
          resp = api.start_job_update(config, context.options.message, instances)
        File "/usr/local/bin/aurora/apache/aurora/client/hooks/hooked_api.py", line 190, in start_job_update
          config, message, instances=instances))
        File "/usr/local/bin/aurora/apache/aurora/client/hooks/hooked_api.py", line 145, in _hooked_call
          resp = api_call()
        File "/usr/local/bin/aurora/apache/aurora/client/api/__init__.py", line 165, in start_job_update
          raise self.UpdateConfigError(str(e))
      UpdateConfigError: Pulse interval seconds must be at least 60 seconds.
      

      Attachments

        Activity

          People

            wfarner Bill Farner
            wfarner Bill Farner
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: