fix wrong trace id in full link tracing

This commit is contained in:
nroskill 2024-02-02 16:42:11 +00:00 committed by ob-robot
parent f174839df1
commit 7f3c45ff4d

View File

@ -235,6 +235,8 @@ int ObRpcProcessorBase::deserialize()
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));
}
} else if (OBTRACE->is_inited()) {
OBTRACE->reset();
}
}
if (OB_FAIL(ret)) {