identifiers-org / cloud-hq-ws-registry

Identifiers.org HQ - Registry API Service
MIT License
0 stars 0 forks source link

MIR ID Controller concurrency problem #40

Closed mbdebian closed 5 years ago

mbdebian commented 5 years ago

Fine tune is needed in the way the MIR ID Controller mints IDs, race conditions are arising as a result of the operation's non-atomic nature

mbdebian commented 5 years ago

Semaphore like mechanisms have been introduced in order to make those operations atomic.