You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/02/19 11:49:29 UTC

[GitHub] markusthoemmes opened a new pull request #3303: Actually retry package remove on conflict.

markusthoemmes opened a new pull request #3303: Actually retry package remove on conflict.
URL: https://github.com/apache/incubator-openwhisk/pull/3303
 
 
   The AssetHelper is supposed to retry a package deletion if it returns a conflic. This can happen, if the package contained other entities (like an action), which got deleted first but the package's view does not yet reflect that deletion. The DELETE call will then complain about "entities still in package". A retry resolves that issue.
   
   - Some cleanup of the helpers file.
   - Refactoring of the annotations helper.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services