Sai Hemanth Gantasala has uploaded this change for review. ( http://gerrit.cloudera.org:8080/21175
Change subject: IMPALA-12829: Skip processing transaction events if the table is blacklisted ...................................................................... IMPALA-12829: Skip processing transaction events if the table is blacklisted For transactional tables, the event processor is not skipping abort_txn and alloc_write_id_event if the database/table is blacklisted. This processing is unnecessary and helps to improve event processor lag by skipping abort_txn, commit_txn and alloc_write_id_event events if the corresponding transactional tables are blacklisted. Testing: - Added end-to-end tests to verify transaction events are skipped. Change-Id: I5d0ecb3b756755bc04c66a538a9ae6b88011a019 --- M fe/src/main/java/org/apache/impala/catalog/CatalogServiceCatalog.java M tests/custom_cluster/test_events_custom_configs.py 2 files changed, 77 insertions(+), 0 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/75/21175/1 -- To view, visit http://gerrit.cloudera.org:8080/21175 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I5d0ecb3b756755bc04c66a538a9ae6b88011a019 Gerrit-Change-Number: 21175 Gerrit-PatchSet: 1 Gerrit-Owner: Sai Hemanth Gantasala <[email protected]>
