mirror of https://github.com/milvus-io/milvus.git
fix: Fix datacoord's properties overwriten (#34146)
issue: #34144 /kind bug Signed-off-by: xige-16 <xige2016@gmail.com>pull/34190/head
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