Details
-
Fix
-
Status: Dismissed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Current Behavior
When a distributed order is suspended in an active-active Master cluster then the /orders API does not display the parameters. When the order is in running state then the parameters will be displayed.
How to Reproduce
- Create a distributed order with a parameter in an active-active Master cluster.
- Modify the order state to be suspended.
- Call the API: http://host:<port>/joc/api/orders
- With the body:
{"jobschedulerId":"<jobscheduler_ID>","compact":false,"folders":[{"folder":"<path_to_the_folder>","recursive":true}],"limit":10}
- The parameters are not returned with the output.
Desired Behavior
The /orders API should return assigned parameters with Distributed Orders in an active-active Master cluster.
Maintainer Note
The information about the parameters of the Order can be fetched, but only at the cost of a not insignificant performance degradation. Therefore the ticket is dismissed