Arnab Karmakar has uploaded this change for review. ( http://gerrit.cloudera.org:8080/23811
Change subject: IMPALA-14641: Add detailed operation page for Catalogd operations ...................................................................... IMPALA-14641: Add detailed operation page for Catalogd operations Enhanced the /operations page in Catalogd by replacing the inline "details" column with a "View Details" link that opens a dedicated page showing comprehensive operation information including: - Formatted Thrift request sent to Catalogd - Execution timeline with event timestamps - Request and response byte sizes - All existing operation metadata Changes: - Extended TCatalogOpRecord with thrift_request, timeline, and size fields - Updated CatalogOperationTracker to capture serialized requests/timelines - Added /operation_detail endpoint in CatalogServer - Created operation_detail.tmpl for rendering detailed view - Added comprehensive tests in test_web_pages.py Testing: - All catalog operation tests pass - New tests for the detail endpoint and error handling are added Change-Id: Ib80ce3b5873672065b04b00a21d3419a1db0969c --- M be/src/catalog/catalog-server.cc M be/src/catalog/catalog-server.h M common/thrift/JniCatalog.thrift M fe/src/main/java/org/apache/impala/catalog/monitor/CatalogOperationTracker.java M fe/src/main/java/org/apache/impala/service/CatalogOpExecutor.java M tests/webserver/test_web_pages.py M www/catalog_operations.tmpl A www/operation_detail.tmpl 8 files changed, 566 insertions(+), 16 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/11/23811/1 -- To view, visit http://gerrit.cloudera.org:8080/23811 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Ib80ce3b5873672065b04b00a21d3419a1db0969c Gerrit-Change-Number: 23811 Gerrit-PatchSet: 1 Gerrit-Owner: Arnab Karmakar <[email protected]>
