RFR: SKARA-1096: New command and label for JEPs, similar to CSR [v5]
Guoxiong Li
gli at openjdk.java.net
Thu Apr 14 06:07:14 UTC 2022
On Wed, 13 Apr 2022 21:37:13 GMT, Erik Joelsson <erikj at openjdk.org> wrote:
> An important property of the different bot modules is that they can be run independently in different Java processes. We are for instance currently not running the PullRequestBot and the CSRBot in the same JVM instance.
>From your description, I think this is a synchronization problem in a distributed system. Conceptually, the correct solution is using the distributed lock, but the current SKARA project don't have such mechanism.
-------------
PR: https://git.openjdk.java.net/skara/pull/1297
More information about the skara-dev
mailing list