MCPcopy Create free account
hub / github.com/apache/impala / Release

Method Release

be/src/runtime/coordinator.cc:1825–1833  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1823}
1824
1825void Coordinator::FilterState::Release(MemTracker* tracker) {
1826 DCHECK(disabled());
1827 DCHECK(num_inflight_publish_filter_rpcs_ == 0);
1828 if (is_bloom_filter()) {
1829 tracker->Release(bloom_filter_directory_.size());
1830 bloom_filter_directory_.clear();
1831 bloom_filter_directory_.shrink_to_fit();
1832 }
1833}
1834
1835void Coordinator::FilterState::WaitForPublishFilter() {
1836 while (num_inflight_publish_filter_rpcs_ > 0) {

Callers 15

AuthorizeMethod · 0.45
PingMethod · 0.45
ScanMemMethod · 0.45
FailAndReleaseRpcMethod · 0.45
AuthorizeMethod · 0.45
FreeAllMethod · 0.45
FindChunkMethod · 0.45
TESTFunction · 0.45
GcFuncMethod · 0.45
~RowBatchMethod · 0.45
TryCompressMethod · 0.45

Calls 3

shrink_to_fitMethod · 0.80
clearMethod · 0.65
sizeMethod · 0.45

Tested by 6

AuthorizeMethod · 0.36
PingMethod · 0.36
ScanMemMethod · 0.36
TESTFunction · 0.36
GcFuncMethod · 0.36