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

Method GetSpillBufferWaitTimeout

be/src/runtime/tmp-file-mgr.h:244–246  ·  view source on GitHub ↗

Return the timeout duration of waiting for spill buffer.

Source from the content-addressed store, hash-verified

242
243 /// Return the timeout duration of waiting for spill buffer.
244 int64_t GetSpillBufferWaitTimeout() const {
245 return tmp_dirs_remote_ctrl_.wait_for_spill_buffer_timeout_us_;
246 }
247
248 /// Return if return the remote temporary file to the pool by LIFO.
249 /// If false is returned, it is set by FIFO.

Callers 1

DequeueTmpFilesPoolMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected