issues
search
buraksezer
/
consistent
Consistent hashing with bounded loads in Golang
https://research.googleblog.com/2017/04/consistent-hashing-with-bounded-loads.html
MIT License
693
stars
69
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
ReplicationFactor can now be equal to 1. Adding documentation.
#27
akram
closed
12 months ago
1
Support variable ReplicationFactor for Members
#26
willscott
opened
1 year ago
0
fix: AverageLoad() function panics with "divide by zero" when no members are in the hash ring
#25
buraksezer
closed
1 year ago
0
fix: eliminate the deadlock issue mentioned in #23
#24
buraksezer
closed
1 year ago
0
[Bug] RLock called twice in GetClosestN and cause the deadlock
#23
namco1992
closed
1 year ago
1
fix panic, getClosestN reduce allocations
#22
w1kend
closed
12 months ago
1
Need guidance for optimum configuration recommendation
#21
nirvanagit
opened
2 years ago
0
Rehashing
#20
kotyara85
closed
3 years ago
2
AverageLoad() function panics with "divide by zero" when no members are in the hash ring
#19
SQUIDwarrior
closed
1 year ago
1
Add receive a memeber but Remove receive a string
#18
halfcrazy
closed
3 years ago
1
Potential collision between member name and replica ID
#17
jakedt
opened
3 years ago
0
Better Understanding the PartitionCount Configuration
#16
jon-whit
opened
3 years ago
1
Why add the partitionCount parameter
#15
wubo0067
opened
3 years ago
0
Uneven distribution of keys
#14
j0hnsmith
closed
4 years ago
2
A corner case will cause panic.
#13
ShiKaiWi
opened
4 years ago
15
[nit] Remove unnecessary temporary variable.
#12
ttsugriy
closed
5 years ago
0
[perf] Avoid unnecessary allocations in GetMembers.
#11
ttsugriy
closed
5 years ago
0
[readme] Fixed a few nits while spotted while reading README file.
#10
ttsugriy
closed
5 years ago
1
Add support to access the Consistent struct in consistent.go
#9
sasathy1
closed
5 years ago
2
Possibly incorrect implementation
#8
shaqque
closed
5 years ago
6
getClosestN: Allow all members to be returned
#7
ryanschneider
closed
5 years ago
1
`ErrInsufficientMemberCount` when calling `GetClosestN(key, 2)` on a Consistent with 2 members
#6
ryanschneider
closed
5 years ago
1
I have some questions about this project
#5
Laisky
closed
5 years ago
2
about delSlice
#4
hepeng235767
closed
5 years ago
1
Update consistent.go
#3
BruceWangNo1
closed
6 years ago
1
need break in the loop
#2
xinst
closed
5 years ago
1
Fix link to the original paper
#1
dlespiau
closed
6 years ago
1