Hello Impala Public Jenkins, I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/20428 to look at the new patch set (#3). Change subject: IMPALA-9118: Show catalog operation details in catalogd webUI ...................................................................... IMPALA-9118: Show catalog operation details in catalogd webUI This patch extends the /operations page in catalogd WebUI to show the in-flight and finished catalog operations. The following fields are shown for each operation: - Thread ID - Query ID - Client IP - Coordinator - Type - Target - User - Start Time - End Time (only shown for finished operations) - Duration - Status - Details Finished operation records are currently kept in memory and limited by the catalog_operation_log_size flag (defaults to 100). To collect the above fields, this patch extends TCatalogServiceRequestHeader to contain the coordinator hostname. Also fix some catalog RPCs that didn't fill these fields. Tests: - Add e2e test in custom_cluster/test_web_pages.py - Manually verify the web pages when running a GVO job Change-Id: I3cf3f0da2be2be79e546762a8083d4de338ff6aa --- M be/src/catalog/catalog-server.cc M be/src/catalog/catalog-server.h M be/src/service/client-request-state.cc M be/src/util/backend-gflag-util.cc M common/thrift/BackendGflags.thrift M common/thrift/CatalogService.thrift M common/thrift/JniCatalog.thrift M fe/src/main/java/org/apache/impala/analysis/ResetMetadataStmt.java M fe/src/main/java/org/apache/impala/catalog/CatalogServiceCatalog.java M fe/src/main/java/org/apache/impala/catalog/monitor/CatalogFinalizeDmlCounter.java M fe/src/main/java/org/apache/impala/catalog/monitor/CatalogOperationMetrics.java M fe/src/main/java/org/apache/impala/catalog/monitor/CatalogResetMetadataCounter.java M fe/src/main/java/org/apache/impala/service/BackendConfig.java M fe/src/main/java/org/apache/impala/service/CatalogOpExecutor.java M fe/src/main/java/org/apache/impala/service/Frontend.java M fe/src/main/java/org/apache/impala/service/JniCatalog.java M tests/custom_cluster/test_web_pages.py M www/catalog_operations.tmpl 18 files changed, 492 insertions(+), 101 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/28/20428/3 -- To view, visit http://gerrit.cloudera.org:8080/20428 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newpatchset Gerrit-Change-Id: I3cf3f0da2be2be79e546762a8083d4de338ff6aa Gerrit-Change-Number: 20428 Gerrit-PatchSet: 3 Gerrit-Owner: Quanlong Huang <huangquanl...@gmail.com> Gerrit-Reviewer: Impala Public Jenkins <impala-public-jenk...@cloudera.com>