Description
Filtering for a nonexistent bundle using /v2/sla servlet gives a runtime error instead of returning an empty list:
http://localhost:11000/oozie/v2/sla?timezone=GMT&filter=bundle=xxxx
returns the following json
// 20180725123005 // http://localhost:11000/oozie/v2/sla?timezone=GMT&filter=bundle=xxxx { "errorMessage": "E0307: Runtime error [null]", "httpStatusCode": 500 }
Attachments
Attachments
Issue Links
- is related to
-
OOZIE-3229 [client] [ui] Improved SLA filtering options
- Closed