ONTAP GUI takes longer than expected to load the Job pages in the fix version of CONTAP-75729
Applies to
- ONTAP 9.16.1P11
- System Manager
- REST API end point /api/cluster/jobs
Issue
- ONTAP GUI takes longer than expected to load job pages, the browser network log shows bottleneck in REST API end point /api/cluster/jobs.
- REST API trace output indicates it takes more than 66 seconds to display 20 job entries.
"num_records": 20, "_links": { "self": { "href": "/api/cluster/jobs?return_timeout=120&max_records=20&order_by=message" }, "next": { "href": "/api/cluster/jobs?start.message=success&start.uuid=xxxxxxxxxxxxxxxxxxxx&return_timeout=120&max_records=20&order_by=message" } }, "trace_output": "TRACE RESULTS--------------------------------------------------------------------------------------Node Thread Time(s) Net Bytes Max Bytes Alloc Bytes Freed Bytes Allocs---------------- ------ --------- --------- --------- ----------- ----------- --------Node-01 main 58.214563 -965360 4126376 7282486608 7283451968 44300007Node-02 DSMF 3.344626 -109568 67168 514555288 514664856 2264748Node-03 DSMF 3.850884 -444512 19584 445544752 445989264 1943451Node-04 DSMF 0.882458 7680 18152 96838720 96831040 542877-------------------------------------------------------------------------------------- TOTAL 66.292531 -1511760 4126376 8339425368 8340937128 49051083
