Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ BufferIsFull
Method
BufferIsFull
be/src/kudu/util/debug/trace_event_impl.cc:1471–1474 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1469
}
1470
1471
bool TraceLog::BufferIsFull() const {
1472
SpinLockHolder lock(&lock_);
1473
return logged_events_->IsFull();
1474
}
1475
1476
TraceBuffer* TraceLog::CreateTraceBuffer() {
1477
Options options = trace_options();
Callers
1
TEST_F
Function · 0.80
Calls
1
IsFull
Method · 0.45
Tested by
1
TEST_F
Function · 0.64