fix wrong trace id in full link tracing
This commit is contained in:
parent
f174839df1
commit
7f3c45ff4d
@ -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)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user