(no title)
c0mptonFP | 3 years ago
I absolutely disagree. Most capable engineers I know have this urge to go down rabbit holes and fix any issue, this is nothing special.
Everyone wants to be the hero that found a bug deep in the stack, make a glorious pull request, and be celebrated in the community.
I much more value people who have enough self-control to pick meaningful battles, and follow the right priorities.
HenrikB|3 years ago
That is a perfect example of how things works and should work. They contributed to the community. I think it was a great prioritization.
I'm certain there were lots of other people hitting this bug and killing processes or rebooting to get around it. The troubleshooting and reporting done here, silently saved a lot of of other people a lot of efforts - now and in the future. I don't think they were after it to be heroes; they just shared their story, which I'm sure will encourage others to maybe do the same one day.
apoikos|3 years ago
In the end I believe we struck a good balance between time spent and result achieved: we gathered enough information for someone more familiar with the code to identify and fix the root cause without the need for a reproducer. We could have spent more time trying to patch it ourselves (and to be honest I would probably have gone down that route 10 years ago), but it would be higher risk in terms of both, time invested and patch quality.
Finally, I'm always encouraging our teams to contribute upstream whenever possible, for three reasons:
a) minimizing the delta vs upstream pays off the moment you upgrade without having to rebase a bunch of local patches
b) doing a good write-up and getting feedback on a fix/patch/PR from people who are more familiar with the code will help you understand the problem at hand better (and usually makes you a better engineer)
c) everyone gets to benefit from it, the same way we benefit from patches submitted by others
freedomben|3 years ago
c0mptonFP|3 years ago
If I'd let every fucking team member go on an exploratory bug hunt whenever they feel like it (hint: that would be always) we would never get anything done.
What if they don't find anything? Is this issue really worth 2 weeks of dev time? That's 15k down the drain for a senior engineer, if not more.
dx034|3 years ago
KolmogorovComp|3 years ago
In my opinion fixing upstream whenever possible even if not the best short-term solution should be considered the price to pay for using OSS.
rrss|3 years ago
CSSer|3 years ago
black_puppydog|3 years ago
Oh what is that you say, security vulnerabilities are also just bugs that get exploited? Oh well...
unknown|3 years ago
[deleted]
robertlagrant|3 years ago
unknown|3 years ago
[deleted]
trasz|3 years ago
A good rule of thumb regarding meaningful battles is to ignore everything promoted by companies like Google or Facebook - everything they do is either going to be abandoned in five years, or makes sense only in the context of solving problems nobody else have.
stjohnswarts|3 years ago
jackmott|3 years ago
[deleted]