enh: add logging info for alter vnode hash range action

This commit is contained in:
Benguang Zhao 2024-03-20 16:26:52 +08:00
parent 33c634d5ad
commit b4eb22c7a4
1 changed files with 1 additions and 0 deletions

View File

@ -1484,6 +1484,7 @@ static int32_t mndAddAlterVnodeHashRangeAction(SMnode *pMnode, STrans *pTrans, i
return -1;
}
mInfo("trans:%d, add alter vnode hash range action for from vgId:%d to vgId:%d", pTrans->id, srcVgId, pVgroup->vgId);
return 0;
}