Yida Wu has uploaded this change for review. ( 
http://gerrit.cloudera.org:8080/22837


Change subject: IMPALA-14001: Start EXEC_TIME_LIMIT_S timer after backend 
execution begins
......................................................................

IMPALA-14001: Start EXEC_TIME_LIMIT_S timer after backend execution begins

This patch fixes an issue where EXEC_TIME_LIMIT_S was inaccurately
enforced by including the planning time in its countdown. The timer
is now started only after the coordinator reaches the
"Ready to start on the backends" state, ensuring that the time limit
applies strictly to the execution phase.

This patch also adds a DebugAction PLAN_CREATE in the planning phase
for the testing purpose.

Tests:
Passed core tests.
Adds an ee testcase query_test/test_exec_time_limit.py.

Change-Id: I825e867f1c9a39a9097d1c97ee8215281a009d7d
---
M be/src/runtime/coordinator.cc
M be/src/runtime/query-driver.cc
M be/src/runtime/query-driver.h
M be/src/service/impala-server.cc
M be/src/service/impala-server.h
M fe/src/main/java/org/apache/impala/service/Frontend.java
M fe/src/main/java/org/apache/impala/util/DebugUtils.java
A tests/query_test/test_exec_time_limit.py
8 files changed, 102 insertions(+), 6 deletions(-)



  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/37/22837/1
--
To view, visit http://gerrit.cloudera.org:8080/22837
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I825e867f1c9a39a9097d1c97ee8215281a009d7d
Gerrit-Change-Number: 22837
Gerrit-PatchSet: 1
Gerrit-Owner: Yida Wu <wydbaggio...@gmail.com>

Reply via email to