simona icon indicating copy to clipboard operation
simona copied to clipboard

Fix unique generation of ActorNames

Open johanneshiry opened this issue 3 years ago • 2 comments

On very large datasets the current implementation of the actor naming uuid tends to be not unique anymore. Therefore we need to find an alternative for the unique name generation.

Possible approaches:

  • remove substring(0,8) (might clutter logs...)
  • find another method to generate unique identifiers (maybe hash values?

Affected line: Clipboard - 19  Januar 2022 17_03

johanneshiry avatar Jan 20 '22 15:01 johanneshiry