andrijapanicsb commented on PR #8896:
URL: https://github.com/apache/cloudstack/pull/8896#issuecomment-2046979813

   If you remove the last record (which, in my head is some kind of protection 
mechanism, but I might be wrong) - don't we run into risk if the following 
happens:
   - you start 2 usage servers at the same/similar time (systemctl start)
   - both usage servers try to run the job (while only one should be the "owner 
of the job" and the other one will notice this and, currently, NOT execute the 
duplicate job - it will never execute the duplicate job as long as there is 
that last record which indicates that another/first usage server is the owner 
of the job)
   
   ?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to