Hello Quanlong Huang, Surya Hebbar, Csaba Ringhofer, Impala Public Jenkins,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/23811
to look at the new patch set (#2).
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/2
--
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: newpatchset
Gerrit-Change-Id: Ib80ce3b5873672065b04b00a21d3419a1db0969c
Gerrit-Change-Number: 23811
Gerrit-PatchSet: 2
Gerrit-Owner: Arnab Karmakar <[email protected]>
Gerrit-Reviewer: Csaba Ringhofer <[email protected]>
Gerrit-Reviewer: Impala Public Jenkins <[email protected]>
Gerrit-Reviewer: Quanlong Huang <[email protected]>
Gerrit-Reviewer: Surya Hebbar <[email protected]>