election/openstack_election
Jeremy Stanley 54d0a77b94 Properly short-circuit OSF member lookup loop
When iterating over Gerrit E-mail addresses to find a matching OSF
member Id, stop once one is found. That was the original intent, but
a continue was used instead of a break within the conditional
causing (perhaps very many) unnecessary additional queries against
the member lookup API.

Change-Id: I025170b726c2edd9dcb4996de99eb541b4e8abcf
2018-08-23 20:02:27 +00:00
..