Opened 10 years ago
Closed 10 years ago
#2356 closed defect (done)
Fix generation of unique IDs of Hive slave
Reported by: | ascheibe | Owned by: | ascheibe |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.12 |
Component: | Hive.Slave | Version: | 3.3.11 |
Keywords: | Cc: |
Description
It seems that sometimes the same slave/PC gets different "unique" IDs. So e.g. the computer name is the same but the IDs are different.
Change History (7)
comment:1 Changed 10 years ago by ascheibe
- Status changed from new to accepted
comment:2 Changed 10 years ago by ascheibe
Version 0, edited 10 years ago
by ascheibe
(next)
comment:3 Changed 10 years ago by ascheibe
- Owner changed from ascheibe to mkommend
- Status changed from accepted to reviewing
r12236 select NICs more careful for generating slave UIDs
comment:4 Changed 10 years ago by ascheibe
- Owner changed from mkommend to ascheibe
- Status changed from reviewing to assigned
comment:5 Changed 10 years ago by ascheibe
- Owner changed from ascheibe to mkommend
- Status changed from assigned to reviewing
r12273 implemented review comments
comment:6 Changed 10 years ago by mkommend
- Owner changed from mkommend to ascheibe
- Status changed from reviewing to readytorelease
comment:7 Changed 10 years ago by ascheibe
- Resolution set to done
- Status changed from readytorelease to closed
Note: See
TracTickets for help on using
tickets.
The problem are virtual network adapters that come and got. The slave always takes the mac adresse of the first nic. If the order changes the id changes.