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

Method DumpDataCache

be/src/runtime/io/disk-io-mgr.cc:741–746  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

739}
740
741Status DiskIoMgr::DumpDataCache() {
742 if (FLAGS_data_cache_keep_across_restarts && remote_data_cache_) {
743 return remote_data_cache_->Dump();
744 }
745 return Status::Expected("No cache dump is required.");
746}
747
748vector<int64_t> DiskIoMgr::ChooseBufferSizes(int64_t scan_range_len, int64_t max_bytes) {
749 DCHECK_GE(max_bytes, min_buffer_size_);

Callers 1

StartShutdownMethod · 0.80

Calls 1

DumpMethod · 0.45

Tested by

no test coverage detected