What happened:
UT: Failed, outputs errors:
consistent hash lb maglev config init failed, load outer map of maglev failed.
|
if err := maglev.InitMaglevMap(); err != nil { |
|
return fmt.Errorf("consistent hash lb maglev config init failed, %s", err) |
|
} |
|
|
after remove the lines, the ut passed.
In my code repo shows an example :
yuanqijing#4
yuanqijing#5
What you expected to happen:
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
Environment: