Internal Jenkins has submitted this change and it was merged. 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 Reviewed-on: http://gerrit.cloudera.org:8080/3018 Reviewed-by: Dimitris Tsirogiannis <[email protected]> Tested-by: Internal Jenkins --- M be/src/runtime/coordinator.cc 1 file changed, 33 insertions(+), 17 deletions(-) Approvals: Internal Jenkins: Verified Dimitris Tsirogiannis: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/3018 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: Iecc737106fd38aa4af0c72959a577adfb413728d Gerrit-PatchSet: 4 Gerrit-Project: Impala Gerrit-Branch: cdh5-trunk Gerrit-Owner: Dimitris Tsirogiannis <[email protected]> Gerrit-Reviewer: Dan Hecht <[email protected]> Gerrit-Reviewer: Dimitris Tsirogiannis <[email protected]> Gerrit-Reviewer: Internal Jenkins Gerrit-Reviewer: Tim Armstrong <[email protected]>
