RFR: 1806: Optimize the CSR progress message and log when CSR not found [v2]
Zhao Song
zsong at openjdk.org
Thu Jan 26 22:03:39 UTC 2023
On Thu, 26 Jan 2023 21:42:51 GMT, Erik Joelsson <erikj at openjdk.org> wrote:
> I started looking at this call chain some more. We are already fetching issues multiple times, that's really what's causing this problem in the first place. We should only fetch issues once in a CheckRun. It will take some refactoring, since we need to preserve the IssueTracker Issues for CSR issues, but still worth it I think.
>
> So instead of sending the fixVersion around, we should be fetching issues at a higher level and send those around.
I think so too. So I already did some refactoring, now we will only fetch issues once and fetch csr issues once too.
-------------
PR: https://git.openjdk.org/skara/pull/1463
More information about the skara-dev
mailing list