Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update MTA plugin #61

Closed
wants to merge 1 commit into from
Closed

Update MTA plugin #61

wants to merge 1 commit into from

Conversation

o-liver
Copy link
Member

@o-liver o-liver commented Oct 18, 2023

The change is required because there is a high chances of problems during upload of larger MTA archives to MTA Deployment Service. This is due to recent changes in MTA deployment Service backend related to the file processing so the end customer might experience problems like: info cloudFoundryDeploy - Error occurred: Post "https://deploy-service.cf.eu10.hana.ondemand.com/api/v1/spaces/<space-guid>/files": retry is needed. Retrying after: 3s.

WIth the MultiApps CF CLI plugin version v3.1.1 there is improved and more stable mechanism in regards of the upload of MTA arhive whichmitigates the risk for larger MTA archives upload and/or latency: https://github.com/cloudfoundry/multiapps-cli-plugin/releases/tag/v3.1.1

With the previous versions of MultiApps CF CLI plugin file chunks were uploaded in parallel which might be faster in some cases but there was increased possibility of problems during upload. With the version 3.1.1 the default behavior is to perform sequential file chunks upload. The parallel file upload can be switched on again with env variable MULTIAPPS_UPLOAD_CHUNKS_IN_PARALLEL

Let's consider to provide version v3.1.1. of MultiApps CF CLI plugin to all customers as quickly as possible.

The change is required because there is a high chances of problems during upload of larger MTA archives to MTA Deployment Service. This is due to recent changes in MTA deployment Service backend related to the file processing so the end customer might experience problems like:
` info  cloudFoundryDeploy - Error occurred: Post "https://deploy-service.cf.eu10.hana.ondemand.com/api/v1/spaces/<space-guid>/files": retry is needed. Retrying after: 3s.`

WIth the MultiApps CF CLI plugin version v3.1.1 there is improved and more stable mechanism in regards of the upload of MTA arhive whichmitigates the risk for larger MTA archives upload and/or latency:
https://github.com/cloudfoundry/multiapps-cli-plugin/releases/tag/v3.1.1

With the previous versions of MultiApps CF CLI plugin file chunks were uploaded in parallel which might be faster in some cases but there was increased possibility of problems during upload.
With the version 3.1.1 the default behavior is to perform sequential file chunks upload. 
The parallel file upload can be switched on again with env variable `MULTIAPPS_UPLOAD_CHUNKS_IN_PARALLEL`

Let's consider to provide  version v3.1.1. of MultiApps CF CLI plugin to all customers as quickly as possible.
@o-liver
Copy link
Member Author

o-liver commented Oct 18, 2023

Copy of PR #60

Copy link
Contributor

@srinikitha09 srinikitha09 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍🏼

@theghost5800
Copy link
Contributor

Looks like the issue is the same here

@o-liver
Copy link
Member Author

o-liver commented Oct 18, 2023

@srinikitha09 Could you approve this CLA? Don't know if it helps. https://cla-assistant.io/SAP/devops-docker-cf-cli?pullRequest=61

@o-liver
Copy link
Member Author

o-liver commented Oct 19, 2023

Fixed the original PR, so this one is not necessary anymore.

@o-liver o-liver closed this Oct 19, 2023
@srinikitha09
Copy link
Contributor

@srinikitha09 Could you approve this CLA? Don't know if it helps. https://cla-assistant.io/SAP/devops-docker-cf-cli?pullRequest=61

Sorry for the late reply, is this still relevant? If so, which version should we need to approve?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants