mirror of
https://github.com/tiennm99/zfoo.git
synced 2026-08-10 22:25:25 +00:00
doc[net]: other hash algorithms can be customized to make the distribution more uniform
This commit is contained in:
@@ -126,6 +126,7 @@ public final class TaskBus {
|
||||
}
|
||||
|
||||
public static int calTaskExecutorHash(int taskExecutorHash) {
|
||||
// Other hash algorithms can be customized to make the distribution more uniform
|
||||
return Math.abs(taskExecutorHash) % EXECUTOR_SIZE;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user