Marcel Kornacker has posted comments on this change. Change subject: IMPALA-3141: Send full filters when filter production is disabled ......................................................................
Patch Set 5: (4 comments) http://gerrit.cloudera.org:8080/#/c/2475/5/be/src/runtime/coordinator.cc File be/src/runtime/coordinator.cc: Line 640: int pending_count = state.completion_time != 0L ? 0 : state.pending_count; for debugging purposes, why not show the actual pending count (would be interesting to see if it's >0 if completion_time is set) Line 1996: state->bloom_filter = obj_pool()->Add(new BloomFilter(params.bloom_filter)); bummer that we can't swap in params.bloom_filter Line 2005: // offer it to the queue. dcheck(pending_count == 0) http://gerrit.cloudera.org:8080/#/c/2475/5/be/src/runtime/runtime-filter.cc File be/src/runtime/runtime-filter.cc: Line 142: return; bypasses l149; use goto or add function RecordArrival(id) and call that everywhere -- To view, visit http://gerrit.cloudera.org:8080/2475 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: comment Gerrit-Change-Id: I04b3e6542651c1e7b77a9bab01d0e3d9506af42f Gerrit-PatchSet: 5 Gerrit-Project: Impala Gerrit-Branch: cdh5-trunk Gerrit-Owner: Henry Robinson <[email protected]> Gerrit-Reviewer: Henry Robinson <[email protected]> Gerrit-Reviewer: Marcel Kornacker <[email protected]> Gerrit-HasComments: Yes
