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

Method WaitForWrite

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

Source from the content-addressed store, hash-verified

2135}
2136
2137void TmpWriteHandle::WaitForWrite() {
2138 unique_lock<mutex> lock(write_state_lock_);
2139 while (write_in_flight_) write_complete_cv_.Wait(lock);
2140}
2141
2142Status TmpWriteHandle::EncryptAndHash(
2143 MemRange buffer, const BufferPoolClientCounters* counters) {

Callers 1

DestroyWriteHandleMethod · 0.45

Calls 1

WaitMethod · 0.45

Tested by

no test coverage detected