Uploaded image for project: 'Puppet'
  1. Puppet
  2. PUP-9405

Remove Future Feature flag for @prefetch_failed_providers in transaction.rb

    XMLWordPrintable

Details

    • New Feature
    • Status: Resolved
    • Normal
    • Resolution: Fixed
    • None
    • PUP 7.0.0
    • None
    • Hide

      prefetch_failed_providers is a fix for not retrying failed providers.  Remove the Future Feature flag in def prefetch(provider_class, resources) in transaction.rb and any related needed changes.

      Show
      prefetch_failed_providers is a fix for not retrying failed providers.  Remove the Future Feature flag in def prefetch(provider_class, resources) in transaction.rb and any related needed changes.
    • Coremunity
    • Platform Core KANBAN
    • Bug Fix
    • Hide
      If a providers' prefetch method raises a LoadError or StandardError, the resources associated with the provider will be marked as failed, but unrelated resources will be applied. Previously this behavior was controlled by the future_features flag, and was disabled by default.
      Show
      If a providers' prefetch method raises a LoadError or StandardError, the resources associated with the provider will be marked as failed, but unrelated resources will be applied. Previously this behavior was controlled by the future_features flag, and was disabled by default.
    • Needs Assessment

    Description

      Remove Future Feature flag for @prefetch_failed_providers in transaction.rb

      Attachments

        Issue Links

          Activity

            People

              josh Josh Cooper
              kris.bosland Kris Bosland
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Zendesk Support