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