Dimitris Tsirogiannis has uploaded a new change for review.

  http://gerrit.cloudera.org:8080/3018

Change subject: IMPALA-3502: Fix race in the coordinator while updating filter 
routing table
......................................................................

IMPALA-3502: Fix race in the coordinator while updating filter routing
table

This commit fixes an issue where a fragment may send an
UpdateFilter message to the coordinator while the latter is still
updating the runtime filter routing table. The fix is to decouple the
update of the filter routing table from starting the fragments. With
this fix, the coordinator will finish populating the filter routing
table before it starts any remote fragments.

Change-Id: Iecc737106fd38aa4af0c72959a577adfb413728d
---
M be/src/runtime/coordinator.cc
1 file changed, 17 insertions(+), 8 deletions(-)


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iecc737106fd38aa4af0c72959a577adfb413728d
Gerrit-PatchSet: 1
Gerrit-Project: Impala
Gerrit-Branch: cdh5-trunk
Gerrit-Owner: Dimitris Tsirogiannis <[email protected]>

Reply via email to