-
Type:
Suggestion
-
Resolution: Unresolved
-
Component/s: Admin - Sandbox - Data copy
-
None
-
5
-
Jira Software, Confluence
Issue Summary
- Initiate backup of Jira cloud instance from backup manager
- Once backup is in running state , try to clone production data to sandbox instance
Expected Results
- Sandbox data clone should get completed successfully or there should be a proper message notifying about ongoing backup process.
Actual Results
Sandbox data copy fail immediately [during the export stage] .
The below exception is thrown in the splunk logs :
Error processing request uri=/api/migrations/executor/v1/transfer Error calling downstream service org.apache.hc.client5.http.HttpResponseException: status code: 409, reason phrase: Conflict at com.atlassian.sandbox.http.HttpClientExtensionsKt.expectStatusSet$lambda$1(HttpClientExtensions.kt:54) at org.apache.hc.client5.http.fluent.Response.handleResponse(Response.java:102) at com.atlassian.sandbox.http.HttpClientExtensionsKt.expectStatusSet(HttpClientExtensions.kt:46) at com.atlassian.sandbox.http.HttpClientExtensionsKt.expectStatus(HttpClientExtensions.kt:34) at com.atlassian.sandbox.http.HttpClientExtensionsKt.expectStatus$default(HttpClientExtensions.kt:33) at com.atlassian.sandbox.external.migrationplatform.MigrationPlatformClient.updateTransferStatus(MigrationPlatformClient.kt:96)
Workaround
- Initiate sandbox data clone after backup process is completed from the backup manager UI.
- followed by
-
CLOUD-12352 Parallel data copy to multiple sandboxes causes the process to get stuck or time out
-
- Gathering Impact
-
- is related to
-
ACE-7238 Loading...