Henry Robinson has uploaded a new patch set (#2).

Change subject: IMPALA-3146: Initialise Coordinator::filter_mode_ in right place
......................................................................

IMPALA-3146: Initialise Coordinator::filter_mode_ in right place

The variable which records the filter mode for a coordinator was not
initialised before the first call to UpdateFilterRoutingTable() (which
was made for the coordinator fragment). This would occasionally disable
filters produced by the coordinator unexpectedly.

A test in the runtime filter test suite covers this bug, as it has a
coordinator fragment producing filters in GLOBAL mode.

Change-Id: I9cbad178d49e6ad5621b79565b10519d754c0b6c
---
M be/src/runtime/coordinator.cc
M be/src/runtime/coordinator.h
M be/src/service/query-exec-state.cc
3 files changed, 9 insertions(+), 7 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/Impala refs/changes/66/2466/2
-- 
To view, visit http://gerrit.cloudera.org:8080/2466
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I9cbad178d49e6ad5621b79565b10519d754c0b6c
Gerrit-PatchSet: 2
Gerrit-Project: Impala
Gerrit-Branch: cdh5-2.5.0_5.7.0
Gerrit-Owner: Henry Robinson <[email protected]>

Reply via email to