Merge pull request #25138 from taosdata/ENH/TD-29195-3.0

enh: add logging info for alter vnode hash range action
This commit is contained in:
Hongze Cheng 2024-05-07 09:02:32 +08:00 committed by GitHub
commit 3ffe2740e5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -1490,6 +1490,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;
}