|
@@ -289,7 +289,6 @@ public class BlacklistContainer {
|
|
uid = Long.parseLong(uidStr);
|
|
uid = Long.parseLong(uidStr);
|
|
} catch (
|
|
} catch (
|
|
Exception ignore) {
|
|
Exception ignore) {
|
|
- LOG.error("uidStr convert long error: {}", uidStr);
|
|
|
|
}
|
|
}
|
|
return USER_VISIO_BLACKLIST_HASH_KEY + (uid % USER_REDIS_KEY_PARTITION_COUNT);
|
|
return USER_VISIO_BLACKLIST_HASH_KEY + (uid % USER_REDIS_KEY_PARTITION_COUNT);
|
|
}
|
|
}
|