mirror of https://github.com/helm/helm
Problem: The chunks slice that is passed through the channel is reused for each partition. This means that encoding the release into a message is racing with populating the next partition, causing the results to sometimes not fit in the message, and the release list to be incorrect Solution: Allocate a new slice for each partition Issue #3322 Signed-off-by: Brian Marshall <bmarshall13@users.noreply.github.com>pull/4608/head
parent
094b97ab5d
commit
a0858e29d8
Loading…
Reference in new issue