Comment 1 for bug 1726203

Revision history for this message
Dave McCowan (dave-mccowan) wrote :

This is a race condition between "get" and "create". When "get" fails, then a create happens. With two threads running, each can have a "get" failure, followed by racing "creates".