For a bit over a month, the mlbridge bot seems to be having trouble posting emails as comments in PRs.
Here is one example, which is unfortunately older than 14 days, so mlbridge will not attempt any retry on this without source modification.
http://mail.openjdk.java.net/pipermail/hotspot-dev/2021-August/054035.html
https://github.com/openjdk/jdk/pull/5070
I would like to find more recent examples if possible.
An interesting note on the above example is that there is no entry in the logs from the CommentPosterWorkItem for that particular PR. This leads me to suspect that the issue is in some kind of bot scheduling starving out certain WorkItems rather than faulty logic.
Here is one example, which is unfortunately older than 14 days, so mlbridge will not attempt any retry on this without source modification.
http://mail.openjdk.java.net/pipermail/hotspot-dev/2021-August/054035.html
https://github.com/openjdk/jdk/pull/5070
I would like to find more recent examples if possible.
An interesting note on the above example is that there is no entry in the logs from the CommentPosterWorkItem for that particular PR. This leads me to suspect that the issue is in some kind of bot scheduling starving out certain WorkItems rather than faulty logic.