-
Bug
-
Resolution: Fixed
-
Low
-
None
-
None
-
Severity 3 - Minor
Issue Summary
Currently the App migration platform sends the event listener-triggered when the transfer is created, not when the listener is actually triggered in server.
Those two things happen very close to each other.
However, if Jira/Confluence has trouble triggering the job that will kick onStartMigration(), the Connect app may receive an event for something that is still about to happen or might not happen due to server error.
Steps to Reproduce
This is quite difficult to reproduce from a customer point of view. It required debugging the app migration code in the Cloud Migration Assistant and putting break points in the code where the listeners are called.
Expected Results
listener-triggered is called after onStartMigration()
Actual Results
The symptoms vary. generally, REST calls receive a HTTP 400 or HTTP 403.
Workaround
The only work arounds are
- to make the Connect app code pause when receiving a listener-triggered event
- to retry on the HTTP 400
- relates to
-
CONFCLOUD-71493 Notification API fails when called immediately after Connect install event
-
- Closed
-
-
MIG-1232 Updating a filter right after migration sometimes generates HTTP 400 response
-
- Gathering Impact
-
- has action
-
CME-1962 Failed to load
Fixed and released in current CMAs