Internal Jenkins has submitted this change and it was merged. 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 Reviewed-on: http://gerrit.cloudera.org:8080/2466 Reviewed-by: Marcel Kornacker <[email protected]> Reviewed-by: Silvius Rus <[email protected]> Tested-by: Internal Jenkins --- 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(-) Approvals: Marcel Kornacker: Looks good to me, approved Internal Jenkins: Verified Silvius Rus: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/2466 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I9cbad178d49e6ad5621b79565b10519d754c0b6c Gerrit-PatchSet: 3 Gerrit-Project: Impala Gerrit-Branch: cdh5-2.5.0_5.7.0 Gerrit-Owner: Henry Robinson <[email protected]> Gerrit-Reviewer: Internal Jenkins Gerrit-Reviewer: Marcel Kornacker <[email protected]> Gerrit-Reviewer: Silvius Rus <[email protected]>
