ec volume UI rendering version

This commit is contained in:
chrislu
2025-08-10 16:54:44 -07:00
parent a187f103d1
commit 2e51e1dab2
9 changed files with 970 additions and 401 deletions

View File

@@ -162,7 +162,7 @@ func (t *Topology) RegisterEcShards(ecShardInfos *erasure_coding.EcVolumeInfo, d
}
func (t *Topology) UnRegisterEcShards(ecShardInfos *erasure_coding.EcVolumeInfo, dn *DataNode) {
glog.Infof("removing ec shard info:%+v", ecShardInfos)
glog.Infof("removing ec shard info volume %d generation %d shards %v", ecShardInfos.VolumeId, ecShardInfos.Generation, ecShardInfos.ShardIds())
t.ecShardMapLock.Lock()
defer t.ecShardMapLock.Unlock()