Skip to content

Commit

Permalink
fix: Fix datacoord's properties overwriten (#34146)
Browse files Browse the repository at this point in the history
issue: #34144 
/kind bug

Signed-off-by: xige-16 <xige2016@gmail.com>
  • Loading branch information
xige-16 committed Jun 26, 2024
1 parent 4520342 commit f8bf690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/rootcoord/broker.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}
Expand Down

0 comments on commit f8bf690

Please sign in to comment.