Closed
Conversation
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.
Member
Author
|
Copy of PR #60 |
theghost5800
approved these changes
Oct 18, 2023
Contributor
|
Looks like the issue is the same here |
Member
Author
|
@srinikitha09 Could you approve this CLA? Don't know if it helps. https://cla-assistant.io/SAP/devops-docker-cf-cli?pullRequest=61 |
Member
Author
|
Fixed the original PR, so this one is not necessary anymore. |
Contributor
Sorry for the late reply, is this still relevant? If so, which version should we need to approve? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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_PARALLELLet's consider to provide version v3.1.1. of MultiApps CF CLI plugin to all customers as quickly as possible.