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

Method Abort

be/src/kudu/rpc/reactor.cc:741–744  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

739}
740
741void DelayedTask::Abort(const Status& abort_status) {
742 func_(abort_status);
743 delete this;
744}
745
746void DelayedTask::TimerHandler(ev::timer& /*watcher*/, int revents) {
747 DCHECK(is_linked()) << "should be linked on scheduled_tasks_";

Callers 3

ShutdownInternalMethod · 0.45
ShutdownMethod · 0.45
ScheduleReactorTaskMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected