fix wrong trace id in full link tracing
This commit is contained in:
@ -235,6 +235,8 @@ int ObRpcProcessorBase::deserialize()
|
|||||||
if (OB_FAIL(common::serialization::decode(ez_buf, len, pos, *OBTRACE))) {
|
if (OB_FAIL(common::serialization::decode(ez_buf, len, pos, *OBTRACE))) {
|
||||||
RPC_OBRPC_LOG(WARN, "decode trace info failed", K(ret), K(len), K(pos));
|
RPC_OBRPC_LOG(WARN, "decode trace info failed", K(ret), K(len), K(pos));
|
||||||
}
|
}
|
||||||
|
} else if (OBTRACE->is_inited()) {
|
||||||
|
OBTRACE->reset();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (OB_FAIL(ret)) {
|
if (OB_FAIL(ret)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user