mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-11 07:36:53 +00:00
feat: improve legacy metadata and admin compatibility (#2202)
This commit is contained in:
@@ -310,17 +310,6 @@ impl DataUsageHash {
|
||||
|
||||
let hash = self.calculate_hash();
|
||||
|
||||
warn!(
|
||||
"mod_alt: key: {} hash: {} cycle: {} cycles: {} mod: {} hash >> 32: {} result: {}",
|
||||
self.0,
|
||||
hash,
|
||||
cycle,
|
||||
cycles,
|
||||
(hash >> 32) as u32,
|
||||
(hash >> 32) as u32 % cycles,
|
||||
cycle % cycles,
|
||||
);
|
||||
|
||||
(hash >> 32) as u32 % cycles == cycle % cycles
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user