Hello Csaba Ringhofer, Yu-Wen Lai, Impala Public Jenkins, Xiang Yang,

I'd like you to reexamine a change. Please visit

    http://gerrit.cloudera.org:8080/18926

to look at the new patch set (#5).

Change subject: IMPALA-11540: Add logs for ALTER_TABLE events that trigger slow 
metadata reload
......................................................................

IMPALA-11540: Add logs for ALTER_TABLE events that trigger slow metadata reload

ALTER_TABLE event could trigger full refresh on the table, which is
time consuming and can lead to event-processor lagging behind. We need
logs to show the difference between the before and after hmsTables so we
can further distinguish the cases that actully don't need a full table
refresh, e.g. changing the owner, changing tblproperties, etc.

Tests:
 - Attach the process using IntelliJ to pause the metadata loading for a
   while. So the metadata reloading of ALTER_TABLE event can exceed the
   threshold. Manually verified the logs.

Change-Id: Ibf344e6b423f88c9635ca8d61d53385b88ba4dce
---
M fe/src/main/java/org/apache/impala/catalog/events/MetastoreEvents.java
1 file changed, 20 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/26/18926/5
-- 
To view, visit http://gerrit.cloudera.org:8080/18926
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Ibf344e6b423f88c9635ca8d61d53385b88ba4dce
Gerrit-Change-Number: 18926
Gerrit-PatchSet: 5
Gerrit-Owner: Quanlong Huang <huangquanl...@gmail.com>
Gerrit-Reviewer: Csaba Ringhofer <csringho...@cloudera.com>
Gerrit-Reviewer: Impala Public Jenkins <impala-public-jenk...@cloudera.com>
Gerrit-Reviewer: Quanlong Huang <huangquanl...@gmail.com>
Gerrit-Reviewer: Xiang Yang <yx91...@126.com>
Gerrit-Reviewer: Yu-Wen Lai <yu-wen....@cloudera.com>

Reply via email to