LibreCat / Catmandu

Catmandu - a data processing toolkit
https://librecat.org
175 stars 31 forks source link

Issues with the Data::UUID module #367

Closed phochste closed 5 years ago

phochste commented 5 years ago

The Data::UUID module is used in Catmandu in several packages. In my production system already two times all my services hang because of issues with a lock/state file that is generated by Data::UUID (dead lock?). See also https://github.com/rjbs/Data-UUID/issues/5 and https://github.com/rjbs/Data-UUID/issues/33 .

There are other options available on CPAN to generate UUIDs.

There packages rely on Data::UUID:

nics commented 5 years ago

The upcoming 1.2003 uses a new UUID generator that fixes the issue.