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

Method DestroyWriteHandle

be/src/runtime/tmp-file-mgr.cc:1796–1800  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1794}
1795
1796void TmpFileGroup::DestroyWriteHandle(unique_ptr<TmpWriteHandle> handle) {
1797 handle->Cancel();
1798 handle->WaitForWrite();
1799 RecycleFileRange(move(handle));
1800}
1801
1802void TmpFileGroup::WriteComplete(
1803 TmpWriteHandle* handle, const Status& write_status) {

Callers 4

TEST_FFunction · 0.80
DestroyPageInternalMethod · 0.80

Calls 3

moveFunction · 0.85
CancelMethod · 0.45
WaitForWriteMethod · 0.45

Tested by 2

TEST_FFunction · 0.64