You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our default decision should always be to not backport, but fixes for security issues, serious problems with no workaround, and documentation fixes are backported to the most recent two release branches, if applicable to that branch.
I don't believe the MADFREE issue qualifyes as a "serious problem with not workaround" (you can always set GODEBUG=madvdontneed=1), so it's unlikely to be backported.
Our default decision should always be to not backport, but fixes for security issues, serious problems with no workaround, and documentation fixes are backported to the most recent two release branches, if applicable to that branch.
I don't believe the MADFREE issue qualifyes as a "serious problem with not workaround" (you can always set GODEBUG=madvdontneed=1), so it's unlikely to be backported.
@ALTree thanks for highlighting that while I agree with the "workaround" part but I find that if memory consumption of a golang applications changes 2x-3x just because one chooses to change the toolchain does put us in the middle of "serious problem".
Looking at the 1.16 release timeline of 1st Feb (with 75% done) I wonder if you could share some insights into the release date?
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
Is there a thought to back port this change into golang 1.15 subrelease to expedite availability of this change?
What did you expect to see?
What did you see instead?
The text was updated successfully, but these errors were encountered: