Yida Wu has uploaded a new patch set (#3). ( 
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
for EXEC_TIME_LIMIT_S is now started only after the coordinator
reaches the "Ready to start on the backends" state, ensuring that
this 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, 105 insertions(+), 9 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/37/22837/3
--
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: newpatchset
Gerrit-Change-Id: I825e867f1c9a39a9097d1c97ee8215281a009d7d
Gerrit-Change-Number: 22837
Gerrit-PatchSet: 3
Gerrit-Owner: Yida Wu <wydbaggio...@gmail.com>
Gerrit-Reviewer: Impala Public Jenkins <impala-public-jenk...@cloudera.com>

Reply via email to