Opened 5 years ago
Closed 5 years ago
#3033 closed defect (done)
Hive slave can register itself multiple times with different client ID
Reported by: | jkarder | Owned by: | jkarder |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.17 |
Component: | Hive.Slave | Version: | trunk |
Keywords: | Cc: |
Description
Currently, a slave calculates its ID every time it is started based on the MAC address of a present network interface. Recently, we observed multiple registrations of the same slave with different IDs. It would be better to generate this ID only once and store it e.g. in the slave's settings instead of relying on the network interfaces.
Change History (6)
comment:1 Changed 5 years ago by klichtbe
- Status changed from new to accepted
comment:2 Changed 5 years ago by klichtbe
- Owner changed from klichtbe to swagner
- Status changed from accepted to reviewing
- Version set to trunk
comment:3 Changed 5 years ago by swagner
- Owner changed from swagner to klichtbe
- Status changed from reviewing to readytorelease
r17316 is ok, thanks.
comment:4 Changed 5 years ago by jkarder
- Owner changed from klichtbe to jkarder
- Status changed from readytorelease to assigned
comment:5 Changed 5 years ago by jkarder
- Status changed from assigned to readytorelease
comment:6 Changed 5 years ago by jkarder
- Resolution set to done
- Status changed from readytorelease to closed
Note: See
TracTickets for help on using
tickets.
r17316 changed machine ID generation to only create intial value once on startup without using MAC addresses