|
@@ -288,8 +288,7 @@ public class BlacklistContainer {
|
|
try {
|
|
try {
|
|
uid = Long.parseLong(uidStr);
|
|
uid = Long.parseLong(uidStr);
|
|
} catch (
|
|
} catch (
|
|
- Exception e) {
|
|
+ Exception ignore) {
|
|
- LOG.error("calcUserRedisKey error: ", e);
|
|
|
|
}
|
|
}
|
|
return USER_VISIO_BLACKLIST_HASH_KEY + (uid % USER_REDIS_KEY_PARTITION_COUNT);
|
|
return USER_VISIO_BLACKLIST_HASH_KEY + (uid % USER_REDIS_KEY_PARTITION_COUNT);
|
|
}
|
|
}
|