Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ IsSpillingDiskFaulty
Method
IsSpillingDiskFaulty
be/src/runtime/tmp-file-mgr.cc:1897–1900 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1895
}
1896
1897
bool TmpFileGroup::IsSpillingDiskFaulty() {
1898
lock_guard<SpinLock> lock(lock_);
1899
return spilling_disk_faulty_;
1900
}
1901
1902
string TmpFileGroup::DebugString() {
1903
lock_guard<SpinLock> lock(lock_);
Callers
1
ConstructReport
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected