mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-11-30 02:48:45 +08:00
fix: Fix datacoord's properties overwriten (#34146)
issue: #34144 /kind bug Signed-off-by: xige-16 <xige2016@gmail.com>
This commit is contained in:
parent
45203425fd
commit
f8bf6909c6
@ -251,7 +251,7 @@ func (b *ServerBroker) BroadcastAlteredCollection(ctx context.Context, req *milv
|
||||
},
|
||||
PartitionIDs: partitionIDs,
|
||||
StartPositions: colMeta.StartPositions,
|
||||
Properties: req.GetProperties(),
|
||||
Properties: colMeta.Properties,
|
||||
DbID: db.ID,
|
||||
VChannels: colMeta.VirtualChannelNames,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user