Closed FrankReisenhofer closed 10 months ago
Hi @FrankReisenhofer ,
Could you please double check which exact version is used in your pipeline. We had released last week multiple versions of multiapps-cli-plugin and we have noticed that with version 3.1.1 file upload by default is sequential and lead to slower uploads after all and with version 3.2.0 file chunks are uploaded in parallel again as before version 3.1.1 . Also we need to know more where exactly this time was spent. Is it in file upload or during run of mta operation?
Regards, Kristian
Hello @theghost5800 ,
Thanks for your quick reply.
Here is the logfile content [1]. It says that we use version 3.2.0. Hope this is answering your questions.
Regards
Frank
[1]
1:53.558Z] info cloudFoundryDeploy - Authenticating... [2023-10-30T21:41:54.939Z] info cloudFoundryDeploy - OK [2023-10-30T21:41:54.939Z] info cloudFoundryDeploy - [2023-10-30T21:41:55.511Z] info cloudFoundryDeploy - Targeted org cpservices_cps-staging. [2023-10-30T21:41:55.511Z] info cloudFoundryDeploy - [2023-10-30T21:41:55.770Z] info cloudFoundryDeploy - Targeted space cpsadminstaging. [2023-10-30T21:41:55.771Z] info cloudFoundryDeploy - [2023-10-30T21:41:55.771Z] info cloudFoundryDeploy - API endpoint: https://api.cf.ap11.hana.ondemand.com [2023-10-30T21:41:55.771Z] info cloudFoundryDeploy - API version: 3.147.0 [2023-10-30T21:41:55.771Z] info cloudFoundryDeploy - user: [2023-10-30T21:41:55.771Z] info cloudFoundryDeploy - org: cpservices_cps-staging [2023-10-30T21:41:55.771Z] info cloudFoundryDeploy - space: cpsadminstaging [2023-10-30T21:41:55.771Z] info cloudFoundryDeploy - Logged in successfully to Cloud Foundry.. [2023-10-30T21:41:55.771Z] info cloudFoundryDeploy - running command: cf plugins [2023-10-30T21:41:55.771Z] info cloudFoundryDeploy - Listing installed plugins... [2023-10-30T21:41:55.771Z] info cloudFoundryDeploy - [2023-10-30T21:41:55.771Z] info cloudFoundryDeploy - plugin version command name command help [2023-10-30T21:41:55.771Z] info cloudFoundryDeploy - blue-green-deploy 1.4.0 blue-green-deploy, bgd Zero-downtime deploys with smoke tests [2023-10-30T21:41:55.771Z] info cloudFoundryDeploy - Create-Service-Push 1.3.2 create-service-push, cspush Works in the same manner as cf push, except that it will create services defined in a services-manifest.yml file first before performing a cf push. [2023-10-30T21:41:55.771Z] info cloudFoundryDeploy - html5-plugin 1.4.6 html5-delete Delete one or multiple app-host service instances or content uploaded with these instances [2023-10-30T21:41:55.771Z] info cloudFoundryDeploy - html5-plugin 1.4.6 html5-get Fetch content of single HTML5 application file by path, or whole application by name and version [2023-10-30T21:41:55.771Z] info cloudFoundryDeploy - html5-plugin 1.4.6 html5-info Get size limit and status of app-host service instances [2023-10-30T21:41:55.771Z] info cloudFoundryDeploy - html5-plugin 1.4.6 html5-list Display list of HTML5 applications or file paths of specified application [2023-10-30T21:41:55.771Z] info cloudFoundryDeploy - html5-plugin 1.4.6 html5-push Push HTML5 applications to html5-apps-repo service [2023-10-30T21:41:55.771Z] info cloudFoundryDeploy - multiapps 3.2.0 bg-deploy Deploy a multi-target app using blue-green deployment [2023-10-30T21:41:55.771Z] info cloudFoundryDeploy - multiapps 3.2.0 deploy Deploy a new multi-target app or sync changes to an existing one [2023-10-30T21:41:55.771Z] info cloudFoundryDeploy - multiapps 3.2.0 download-mta-op-logs, dmol Download logs of multi-target app operation [2023-10-30T21:41:55.771Z] info cloudFoundryDeploy - multiapps 3.2.0 mta Display health and status for a multi-target app [2023-10-30T21:41:55.771Z] info cloudFoundryDeploy - multiapps 3.2.0 mta-ops List multi-target app operations [2023-10-30T21:41:55.771Z] info cloudFoundryDeploy - multiapps 3.2.0 mtas List all multi-target apps [2023-10-30T21:41:55.771Z] info cloudFoundryDeploy - multiapps 3.2.0 purge-mta-config Purge no longer valid configuration entries [2023-10-30T21:41:55.771Z] info cloudFoundryDeploy - multiapps 3.2.0 undeploy Undeploy a multi-target app [2023-10-30T21:41:55.771Z] info cloudFoundryDeploy - [2023-10-30T21:41:55.771Z] info cloudFoundryDeploy - Use 'cf repo-plugins' to list plugins in registered repos available to install. [2023-10-30T21:41:55.771Z] info cloudFoundryDeploy - running command: cf bg-deploy target/com.sap.cpservices.admin.ui.mtar -t 3600 -f --no-confirm -version-rule ALL --abort-on-error --skip-ownership-validation -e manifest/AdminUIService/AP11_Staging_CPSAdminStaging.mtaext.yaml [2023-10-30T21:41:55.772Z] info cloudFoundryDeploy - Deploying multi-target app archive target/com.sap.cpservices.admin.ui.mtar in org cpservices_cps-staging / space cpsadminstaging as ... [2023-10-30T21:41:55.772Z] info cloudFoundryDeploy - [2023-10-30T21:41:55.772Z] info cloudFoundryDeploy - Attention: You've specified true for the environment variable MULTIAPPS_DISABLE_UPLOAD_PROGRESS_BAR. [2023-10-30T21:41:56.713Z] info cloudFoundryDeploy - Uploading 1 files... [2023-10-30T21:41:56.713Z] info cloudFoundryDeploy - /home/jenkins/agent/workspace/CPServices_AdminUIService_master/target/com.sap.cpservices.admin.ui.mtar [2023-10-30T21:44:33.235Z] info cloudFoundryDeploy - OK [2023-10-30T21:44:33.235Z] info cloudFoundryDeploy - Uploading 1 files... [2023-10-30T21:44:33.235Z] info cloudFoundryDeploy - /home/jenkins/agent/workspace/CPServices_AdminUIService_master/manifest/AdminUIService/AP11_Staging_CPSAdminStaging.mtaext.yaml [2023-10-30T21:44:33.235Z] info cloudFoundryDeploy - Error occurred: could not upload file "AP11_Staging_CPSAdminStaging.mtaext.yaml": Post "https://deploy-service.cf.ap11.hana.ondemand.com/api/v1/spaces/2ac290ea-2f09-4a70-a830-371ad8100906/files": retry is needed. Retrying after: 3s. [2023-10-30T21:44:33.235Z] info cloudFoundryDeploy - OK [2023-10-30T21:44:33.235Z] info cloudFoundryDeploy - Operation ID: 7f406108-776d-11ee-bb30-eeee0a99eec7 [2023-10-30T21:44:37.433Z] info cloudFoundryDeploy - Deploying in org "cpservices_cps-staging" and space "cpsadminstaging" [2023-10-30T21:44:37.433Z] info cloudFoundryDeploy - Detected MTA schema version: "3" [2023-10-30T21:44:39.975Z] info cloudFoundryDeploy - Detected deployed MTA with ID "com.sap.cpservices.admin.ui" and version "1.23.0-20231029205504+3f9f59b4983deb30bbda09c820b1fb319222efa5" [2023-10-30T21:44:39.975Z] info cloudFoundryDeploy - Deployed MTA color: GREEN [2023-10-30T21:44:39.975Z] info cloudFoundryDeploy - New MTA color: BLUE [2023-10-30T21:44:39.975Z] info cloudFoundryDeploy - Detected new MTA version: "1.23.0-20231030205451+3f9f59b4983deb30bbda09c820b1fb319222efa5" [2023-10-30T21:44:39.975Z] info cloudFoundryDeploy - Deployed MTA version: "1.23.0-20231029205504+3f9f59b4983deb30bbda09c820b1fb319222efa5" [2023-10-30T21:44:39.975Z] info cloudFoundryDeploy - Processing service "cpservices-admin-ui-registry-master"... [2023-10-30T21:44:39.975Z] info cloudFoundryDeploy - Updating service "cpservices-admin-ui-registry-master"... [2023-10-30T21:44:39.975Z] info cloudFoundryDeploy - Processing service "hdi-common-container-master"... [2023-10-30T21:44:39.975Z] info cloudFoundryDeploy - Processing service "connectivity-cpservices-master"... [2023-10-30T21:44:39.975Z] info cloudFoundryDeploy - Processing service "hana-securestore-master"... [2023-10-30T21:44:39.975Z] info cloudFoundryDeploy - Processing service "auditlogs-cpservices-master"... [2023-10-30T21:44:39.975Z] info cloudFoundryDeploy - Processing service "cpservices-product-configuration-master"... [2023-10-30T21:44:39.975Z] info cloudFoundryDeploy - Processing service "destination-cpservices-master"... [2023-10-30T21:44:39.975Z] info cloudFoundryDeploy - Processing service "cpservices-cis-master"... [2023-10-30T21:44:39.975Z] info cloudFoundryDeploy - Processing service "cpservices-admin-ui-uaa-master"... [2023-10-30T21:44:39.975Z] info cloudFoundryDeploy - Processing service "app-config-master"... [2023-10-30T21:44:39.975Z] info cloudFoundryDeploy - Processing service "malware-scanner-cpservices-master"... [2023-10-30T21:44:39.975Z] info cloudFoundryDeploy - Updating service "hdi-common-container-master"... [2023-10-30T21:44:39.975Z] info cloudFoundryDeploy - Updating service "hana-securestore-master"... [2023-10-30T21:44:39.975Z] info cloudFoundryDeploy - Updating service "cpservices-admin-ui-uaa-master"... [2023-10-30T21:44:39.976Z] info cloudFoundryDeploy - Processing service "service-manager-cpservices-master"... [2023-10-30T21:44:39.976Z] info cloudFoundryDeploy - Processing service "cpservices-metering-master"... [2023-10-30T21:44:39.976Z] info cloudFoundryDeploy - Processing service "cpservices-pricing-master"... [2023-10-30T21:44:39.976Z] info cloudFoundryDeploy - Processing service "cpservices-broker-xsuaa"... [2023-10-30T21:44:39.976Z] info cloudFoundryDeploy - Processing service "notification-cpservices-master"... [2023-10-30T21:44:39.976Z] info cloudFoundryDeploy - Updating service "cpservices-metering-master"... [2023-10-30T21:44:43.273Z] info cloudFoundryDeploy - Updating service "cpservices-broker-xsuaa"... [2023-10-30T21:44:43.273Z] info cloudFoundryDeploy - Updating service "notification-cpservices-master"... [2023-10-30T21:44:43.273Z] info cloudFoundryDeploy - Processing service "unified-metering-cpservices-master"... [2023-10-30T21:44:43.273Z] info cloudFoundryDeploy - Processing service "logging-cpservices-master"... [2023-10-30T21:44:43.273Z] info cloudFoundryDeploy - Setting service "unified-metering-cpservices-master" parameters from "unified-metering.json" [2023-10-30T21:44:43.273Z] info cloudFoundryDeploy - Processing service "dynatrace-cps-master"... [2023-10-30T21:44:46.568Z] info cloudFoundryDeploy - Updating service "unified-metering-cpservices-master"... [2023-10-30T21:44:46.568Z] info cloudFoundryDeploy - 1 of 1 done [2023-10-30T21:44:46.568Z] info cloudFoundryDeploy - 1 of 1 done [2023-10-30T21:44:46.568Z] info cloudFoundryDeploy - 1 of 1 done [2023-10-30T21:44:46.568Z] info cloudFoundryDeploy - 1 of 1 done [2023-10-30T21:44:46.568Z] info cloudFoundryDeploy - 1 of 1 done [2023-10-30T21:44:46.568Z] info cloudFoundryDeploy - 1 of 1 done [2023-10-30T21:44:46.568Z] info cloudFoundryDeploy - 1 of 1 done [2023-10-30T21:44:46.568Z] info cloudFoundryDeploy - 1 of 1 done [2023-10-30T21:44:46.569Z] info cloudFoundryDeploy - 1 of 1 done [2023-10-30T21:44:46.569Z] info cloudFoundryDeploy - 1 of 1 done [2023-10-30T21:44:46.569Z] info cloudFoundryDeploy - 1 of 1 done [2023-10-30T21:44:46.569Z] info cloudFoundryDeploy - 1 of 1 done [2023-10-30T21:44:46.569Z] info cloudFoundryDeploy - 1 of 1 done [2023-10-30T21:44:46.569Z] info cloudFoundryDeploy - 1 of 1 done [2023-10-30T21:44:49.862Z] info cloudFoundryDeploy - 1 of 1 done [2023-10-30T21:44:49.862Z] info cloudFoundryDeploy - 1 of 1 done [2023-10-30T21:44:56.434Z] info cloudFoundryDeploy - 1 of 1 done [2023-10-30T21:44:56.434Z] info cloudFoundryDeploy - 1 of 1 done [2023-10-30T21:44:56.434Z] info cloudFoundryDeploy - 1 of 1 done [2023-10-30T21:44:56.434Z] info cloudFoundryDeploy - 1 of 1 done [2023-10-30T21:44:56.434Z] info cloudFoundryDeploy - 1 of 1 done [2023-10-30T21:44:56.434Z] info cloudFoundryDeploy - 1 of 1 done [2023-10-30T21:44:56.434Z] info cloudFoundryDeploy - 1 of 1 done [2023-10-30T21:44:56.434Z] info cloudFoundryDeploy - 1 of 1 done [2023-10-30T21:45:06.418Z] info cloudFoundryDeploy - 1 of 1 done [2023-10-30T21:45:08.955Z] info cloudFoundryDeploy - You have specified deprecated health check type: "none". Setting to its actual alias: "process" [2023-10-30T21:45:08.955Z] info cloudFoundryDeploy - Creating application "cps-hdi-common-db-master-blue" from MTA module "cps-hdi-common-db-master"... [2023-10-30T21:45:08.955Z] info cloudFoundryDeploy - Binding service instance "dynatrace-cps-master" to application "cps-hdi-common-db-master-blue"... [2023-10-30T21:45:08.955Z] info cloudFoundryDeploy - Creating application "cpservices-admin-ui-blue" from MTA module "cpservices-admin-ui"... [2023-10-30T21:45:08.955Z] info cloudFoundryDeploy - Binding service instance "hdi-common-container-master" to application "cps-hdi-common-db-master-blue"... [2023-10-30T21:45:08.955Z] info cloudFoundryDeploy - Binding service instance "logging-cpservices-master" to application "cpservices-admin-ui-blue"... [2023-10-30T21:45:08.955Z] info cloudFoundryDeploy - Creating application "cps-mt-db-master-blue" from MTA module "cps-mt-db-master"... [2023-10-30T21:45:08.955Z] info cloudFoundryDeploy - Binding service instance "dynatrace-cps-master" to application "cpservices-admin-ui-blue"... [2023-10-30T21:45:12.249Z] info cloudFoundryDeploy - Binding service instance "dynatrace-cps-master" to application "cps-mt-db-master-blue"... [2023-10-30T21:45:12.249Z] info cloudFoundryDeploy - Uploading application "cps-mt-db-master-blue"... [2023-10-30T21:45:12.249Z] info cloudFoundryDeploy - Binding service instance "cpservices-admin-ui-uaa-master" to application "cpservices-admin-ui-blue"... [2023-10-30T21:45:12.249Z] info cloudFoundryDeploy - Binding service instance "auditlogs-cpservices-master" to application "cpservices-admin-ui-blue"... [2023-10-30T21:45:18.823Z] info cloudFoundryDeploy - Uploading application "cps-hdi-common-db-master-blue"... [2023-10-30T21:45:18.823Z] info cloudFoundryDeploy - Started async upload of application "cps-mt-db-master-blue" [2023-10-30T21:45:18.823Z] info cloudFoundryDeploy - Uploading application "cpservices-admin-ui-blue"... [2023-10-30T21:45:25.400Z] info cloudFoundryDeploy - Started async upload of application "cps-hdi-common-db-master-blue" [2023-10-30T21:45:28.693Z] info cloudFoundryDeploy - Started async upload of application "cpservices-admin-ui-blue" [2023-10-30T21:45:28.693Z] info cloudFoundryDeploy - Staging application "cps-mt-db-master-blue"... [2023-10-30T21:45:38.686Z] info cloudFoundryDeploy - Scaling application "cpservices-admin-ui-blue" to "2" instances... [2023-10-30T21:45:38.686Z] info cloudFoundryDeploy - Staging application "cps-hdi-common-db-master-blue"... [2023-10-30T21:45:38.686Z] info cloudFoundryDeploy - Staging application "cpservices-admin-ui-blue"... [2023-10-30T21:46:34.937Z] info cloudFoundryDeploy - Application "cps-mt-db-master-blue" staged [2023-10-30T21:46:34.937Z] info cloudFoundryDeploy - Starting application "cps-mt-db-master-blue"... [2023-10-30T21:46:35.875Z] info cloudFoundryDeploy - Application "cps-hdi-common-db-master-blue" staged [2023-10-30T21:46:35.876Z] info cloudFoundryDeploy - Starting application "cps-hdi-common-db-master-blue"... [2023-10-30T21:46:50.762Z] info cloudFoundryDeploy - Application "cps-mt-db-master-blue" started and available at "cpservices-cps-staging-cpsadminstaging-cps-mt-db-master-idle.cfapps.ap11.hana.ondemand.com" [2023-10-30T21:46:50.763Z] info cloudFoundryDeploy - Application "cps-hdi-common-db-master-blue" started and available at "cpservices-cps-staging-cpsadminstaging-cps-hdi-common-d2e10eaeb.cfapps.ap11.hana.ondemand.com" [2023-10-30T21:48:57.296Z] info cloudFoundryDeploy - Application "cpservices-admin-ui-blue" staged [2023-10-30T21:48:57.296Z] info cloudFoundryDeploy - Starting application "cpservices-admin-ui-blue"... [2023-10-30T21:49:07.274Z] info cloudFoundryDeploy - Application "cpservices-admin-ui-blue" started and available at "cpservices-cps-staging-cpsadminstaging-cpservices-admin-ui-idle.cfapps.ap11.hana.ondemand.com" [2023-10-30T21:49:17.257Z] info cloudFoundryDeploy - Creating application "cpservices-admin-ui-service-blue" from MTA module "cpservices-admin-ui-service"... [2023-10-30T21:49:17.257Z] info cloudFoundryDeploy - Binding service instance "cpservices-admin-ui-registry-master" to application "cpservices-admin-ui-service-blue"... [2023-10-30T21:49:20.560Z] info cloudFoundryDeploy - Binding service instance "notification-cpservices-master" to application "cpservices-admin-ui-service-blue"... [2023-10-30T21:49:20.560Z] info cloudFoundryDeploy - Binding service instance "app-config-master" to application "cpservices-admin-ui-service-blue"... [2023-10-30T21:49:20.560Z] info cloudFoundryDeploy - Binding service instance "unified-metering-cpservices-master" to application "cpservices-admin-ui-service-blue"... [2023-10-30T21:49:20.560Z] info cloudFoundryDeploy - Binding service instance "destination-cpservices-master" to application "cpservices-admin-ui-service-blue"... [2023-10-30T21:49:20.560Z] info cloudFoundryDeploy - Binding service instance "hdi-common-container-master" to application "cpservices-admin-ui-service-blue"... [2023-10-30T21:49:20.561Z] info cloudFoundryDeploy - Binding service instance "cf-api-user" to application "cpservices-admin-ui-service-blue"... [2023-10-30T21:49:20.561Z] info cloudFoundryDeploy - Binding service instance "dynatrace-cps-master" to application "cpservices-admin-ui-service-blue"... [2023-10-30T21:49:20.561Z] info cloudFoundryDeploy - Binding service instance "cpservices-admin-ui-uaa-master" to application "cpservices-admin-ui-service-blue"... [2023-10-30T21:49:20.561Z] info cloudFoundryDeploy - Binding service instance "cpservices-pricing-master" to application "cpservices-admin-ui-service-blue"... [2023-10-30T21:49:20.561Z] info cloudFoundryDeploy - Binding service instance "service-manager-cpservices-master" to application "cpservices-admin-ui-service-blue"... [2023-10-30T21:49:20.561Z] info cloudFoundryDeploy - Binding service instance "automatic-provisioning-config" to application "cpservices-admin-ui-service-blue"... [2023-10-30T21:49:20.561Z] info cloudFoundryDeploy - Binding service instance "ssc-service-master" to application "cpservices-admin-ui-service-blue"... [2023-10-30T21:49:20.561Z] info cloudFoundryDeploy - Could not bind optional service "ssc-service-master" to application "cpservices-admin-ui-service-blue": 404 Not Found: Service instance ssc-service-master not found. [2023-10-30T21:49:20.561Z] info cloudFoundryDeploy - Binding service instance "malware-scanner-cpservices-master" to application "cpservices-admin-ui-service-blue"... [2023-10-30T21:49:20.561Z] info cloudFoundryDeploy - Binding service instance "logging-cpservices-master" to application "cpservices-admin-ui-service-blue"... [2023-10-30T21:49:20.561Z] info cloudFoundryDeploy - Binding service instance "cpservices-broker-xsuaa" to application "cpservices-admin-ui-service-blue"... [2023-10-30T21:49:20.561Z] info cloudFoundryDeploy - Binding service instance "hana-securestore-master" to application "cpservices-admin-ui-service-blue"... [2023-10-30T21:49:20.561Z] info cloudFoundryDeploy - Binding service instance "cpservices-product-configuration-master" to application "cpservices-admin-ui-service-blue"... [2023-10-30T21:49:23.851Z] info cloudFoundryDeploy - Binding service instance "auditlogs-cpservices-master" to application "cpservices-admin-ui-service-blue"... [2023-10-30T21:49:23.851Z] info cloudFoundryDeploy - Binding service instance "connectivity-cpservices-master" to application "cpservices-admin-ui-service-blue"... [2023-10-30T21:49:23.851Z] info cloudFoundryDeploy - Binding service instance "cpservices-metering-master" to application "cpservices-admin-ui-service-blue"... [2023-10-30T21:49:41.943Z] info cloudFoundryDeploy - Uploading application "cpservices-admin-ui-service-blue"... [2023-10-30T21:49:46.137Z] info cloudFoundryDeploy - Started async upload of application "cpservices-admin-ui-service-blue" [2023-10-30T21:49:56.117Z] info cloudFoundryDeploy - Scaling application "cpservices-admin-ui-service-blue" to "2" instances... [2023-10-30T21:49:59.408Z] info cloudFoundryDeploy - Staging application "cpservices-admin-ui-service-blue"... [2023-10-30T21:50:55.751Z] info cloudFoundryDeploy - Application "cpservices-admin-ui-service-blue" staged [2023-10-30T21:50:55.751Z] info cloudFoundryDeploy - Starting application "cpservices-admin-ui-service-blue"... [2023-10-30T21:51:42.439Z] info cloudFoundryDeploy - Application "cpservices-admin-ui-service-blue" started and available at "cpservices-cps-staging-cpsadminstaging-cpservices-admin56578865.cfapps.ap11.hana.ondemand.com" [2023-10-30T21:51:49.019Z] info cloudFoundryDeploy - Detected new MTA version: "1.23.0-20231030205451+3f9f59b4983deb30bbda09c820b1fb319222efa5" [2023-10-30T21:51:49.019Z] info cloudFoundryDeploy - Deployed MTA version: "1.23.0-20231029205504+3f9f59b4983deb30bbda09c820b1fb319222efa5" [2023-10-30T21:51:49.019Z] info cloudFoundryDeploy - Updating application "cpservices-admin-ui-blue"... [2023-10-30T21:51:49.019Z] info cloudFoundryDeploy - You have specified deprecated health check type: "none". Setting to its actual alias: "process" [2023-10-30T21:51:49.019Z] info cloudFoundryDeploy - Updating application "cps-hdi-common-db-master-blue"... [2023-10-30T21:51:49.019Z] info cloudFoundryDeploy - Stopping application "cpservices-admin-ui-blue"... [2023-10-30T21:51:49.019Z] info cloudFoundryDeploy - Starting application "cpservices-admin-ui-blue"... [2023-10-30T21:51:49.019Z] info cloudFoundryDeploy - Stopping application "cps-hdi-common-db-master-blue"... [2023-10-30T21:51:49.019Z] info cloudFoundryDeploy - Starting application "cps-hdi-common-db-master-blue"... [2023-10-30T21:51:49.019Z] info cloudFoundryDeploy - Updating application "cps-mt-db-master-blue"... [2023-10-30T21:51:52.312Z] info cloudFoundryDeploy - Stopping application "cps-mt-db-master-blue"... [2023-10-30T21:51:52.312Z] info cloudFoundryDeploy - Starting application "cps-mt-db-master-blue"... [2023-10-30T21:52:10.410Z] info cloudFoundryDeploy - Application "cpservices-admin-ui-blue" started and available at ".admin-ui-cpsadminstaging.cfapps.ap11.hana.ondemand.com" [2023-10-30T21:52:10.410Z] info cloudFoundryDeploy - Application "cps-hdi-common-db-master-blue" started and available at "cpservices-cps-staging-cpsadminstaging-cps-hdi-common-db-master.cfapps.ap11.hana.ondemand.com" [2023-10-30T21:52:18.526Z] info cloudFoundryDeploy - Application "cps-mt-db-master-blue" started and available at "cpservices-cps-staging-cpsadminstaging-cps-mt-db-master.cfapps.ap11.hana.ondemand.com" [2023-10-30T21:52:30.733Z] info cloudFoundryDeploy - Updating application "cpservices-admin-ui-service-blue"... [2023-10-30T21:52:30.733Z] info cloudFoundryDeploy - Stopping application "cpservices-admin-ui-service-blue"... [2023-10-30T21:52:30.733Z] info cloudFoundryDeploy - Starting application "cpservices-admin-ui-service-blue"... [2023-10-30T21:53:26.971Z] info cloudFoundryDeploy - Application "cpservices-admin-ui-service-blue" started and available at "admin-ui-service-cpsadminstaging.cfapps.ap11.hana.ondemand.com" [2023-10-30T21:53:28.883Z] info cloudFoundryDeploy - Deleting routes for application "cps-mt-db-master-green"... [2023-10-30T21:53:28.883Z] info cloudFoundryDeploy - Route "cpservices-cps-staging-cpsadminstaging-cps-mt-db-master.cfapps.ap11.hana.ondemand.com" not deleted since it is in use [2023-10-30T21:53:28.883Z] info cloudFoundryDeploy - Stopping application "cps-mt-db-master-green"... [2023-10-30T21:53:28.883Z] info cloudFoundryDeploy - Deleting application "cps-mt-db-master-green"... [2023-10-30T21:53:28.883Z] info cloudFoundryDeploy - Deleting routes for application "cpservices-admin-ui-service-green"... [2023-10-30T21:53:28.883Z] info cloudFoundryDeploy - Route "admin-ui-service-cpsadminstaging.cfapps.ap11.hana.ondemand.com" not deleted since it is in use [2023-10-30T21:53:28.883Z] info cloudFoundryDeploy - Stopping application "cpservices-admin-ui-service-green"... [2023-10-30T21:53:28.883Z] info cloudFoundryDeploy - Deleting routes for application "cps-hdi-common-db-master-green"... [2023-10-30T21:53:32.180Z] info cloudFoundryDeploy - Route "cpservices-cps-staging-cpsadminstaging-cps-hdi-common-db-master.cfapps.ap11.hana.ondemand.com" not deleted since it is in use [2023-10-30T21:53:32.180Z] info cloudFoundryDeploy - Stopping application "cps-hdi-common-db-master-green"... [2023-10-30T21:53:32.180Z] info cloudFoundryDeploy - Deleting routes for application "cpservices-admin-ui-green"... [2023-10-30T21:53:32.180Z] info cloudFoundryDeploy - Route ".admin-ui-cpsadminstaging.cfapps.ap11.hana.ondemand.com" not deleted since it is in use [2023-10-30T21:53:32.180Z] info cloudFoundryDeploy - Stopping application "cpservices-admin-ui-green"... [2023-10-30T21:53:38.752Z] info cloudFoundryDeploy - Deleting application "cps-hdi-common-db-master-green"... [2023-10-30T21:53:38.752Z] info cloudFoundryDeploy - Deleting application "cpservices-admin-ui-green"... [2023-10-30T21:53:48.737Z] info cloudFoundryDeploy - Deleting application "cpservices-admin-ui-service-green"... [2023-10-30T21:53:48.737Z] info cloudFoundryDeploy - Skipping deletion of services, because the command line option "--delete-services" is not specified. [2023-10-30T21:53:48.737Z] info cloudFoundryDeploy - Process finished.
Hello,
I think the issue is not relevant anymore because performance problems were caused mainly by backend.
Best Regards, Boya
Description
We are using the SAP piper step cloudFoundryDeploy to deploy our MTA applications to regions like AP11 / US10.
Since the new release 3.2.0 the performance is worser.
Before 3.2.0: Approx. 18 min Now: 28 mins.
I also reported the issue here https://github.com/SAP/jenkins-library/issues/4655
Any idea what is causing this performance issue? What can be done to solve it?
Your environment