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

Method MarkInactive

be/src/service/client-request-state.cc:1980–1986  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1978}
1979
1980void ClientRequestState::MarkInactive() {
1981 client_wait_sw_.Start();
1982 lock_guard<mutex> l(expiration_data_lock_);
1983 last_active_time_ms_ = UnixMillis();
1984 DCHECK(ref_count_ > 0) << "Invalid MarkInactive()";
1985 --ref_count_;
1986}
1987
1988void ClientRequestState::MarkActive() {
1989 client_wait_sw_.Stop();

Callers

nothing calls this directly

Calls 2

UnixMillisFunction · 0.85
StartMethod · 0.45

Tested by

no test coverage detected