ggjtm commented on issue #10648:
URL: https://github.com/apache/ignite/issues/10648#issuecomment-1507726503
Setting this in the environment/properties seems to be a good workaround,
but violates the convention-over-configuration design principle.
```
IGNITE_OVERRIDE_CONSISTENT_ID=node00
```
Programmatically setting the `consistentId` is also a good solution, with a
similar burden on the integrator/administrator.
Some discussion on how to generate UUIDs in Java:
*
https://stackoverflow.com/questions/1986732/how-to-get-a-unique-computer-identifier-in-java-like-disk-id-or-motherboard-id
* f4b6a3/[uuid-creator](https://github.com/f4b6a3/uuid-creator)
*
cowtowncoder/[java-uuid-generator](https://github.com/cowtowncoder/java-uuid-generator)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]