Closed phochste closed 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:
The upcoming 1.2003 uses a new UUID generator that fixes the issue.
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: