OpenSearch/server/src
Tim Brooks 8038f9bba6
Do not lock when generating time based uuid (#52436)
Currently we lock when generating time based uuids. The lock is
implemented to prevent concurrent writes to the last timestamp. The uuid
generation is an area of contention when indexing. This commit modifies
the code to use atomic compare and set operations to update the last
timestamp.
2020-02-18 09:55:51 -07:00
..
main Do not lock when generating time based uuid (#52436) 2020-02-18 09:55:51 -07:00
test Extract a ConnectionManager interface (#51722) 2020-02-18 09:19:24 -07:00