UQ-RCC / nimrodg

Nimrod/G
https://rcc.uq.edu.au/nimrod
Apache License 2.0
1 stars 0 forks source link

Unique Directory for each Actuator #31

Closed vs49688 closed 4 years ago

vs49688 commented 4 years ago

Am currently using the below, which isn't enough.

String.format("act-%s-%d", this.getClass().getSimpleName(), (long)uri.hashCode() & 0xFFFFFFFFL)

Should add a function in ActuatorUtils to do this properly.