Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cmd/podcertcontroller/internal/rendezvous/rendezvous.go
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ func Hash(item string, replicas []string) string {
}

func fnvhash(key string) uint64 {
hasher := fnv.New64()
hasher := fnv.New64a()
_, _ = hasher.Write([]byte(key))
return hasher.Sum64()
}
Comment thread
ahmedtd marked this conversation as resolved.
Loading