fix hang in do_with_crash_restore
This commit is contained in:
@ -281,6 +281,7 @@ int faststack()
|
||||
_exit(EXIT_FAILURE);
|
||||
}
|
||||
}
|
||||
LOG_WARN("faststack", K(now), K(ret));
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
||||
4
deps/oblib/src/lib/trace/ob_trace.cpp
vendored
4
deps/oblib/src/lib/trace/ob_trace.cpp
vendored
@ -397,7 +397,9 @@ void ObTrace::end()
|
||||
#ifndef NDEBUG
|
||||
check_leak_span();
|
||||
#endif
|
||||
reset();
|
||||
if (trace_id_.is_inited()) {
|
||||
reset();
|
||||
}
|
||||
}
|
||||
|
||||
ObSpanCtx* ObTrace::begin_span(uint32_t span_type, uint8_t level, bool is_follow)
|
||||
|
||||
Reference in New Issue
Block a user