|
@@ -32,7 +32,7 @@ public class RedisBackedQueueWithoutMetaCacheLoader extends CacheLoader<QueueNam
|
|
|
Index index = new Index(name.toString(), valueJson);
|
|
|
|
|
|
if (null == index || CollectionUtils.isEmpty(index.getIndexEntryList())) {
|
|
|
- logger.error("empty_index_fetch");
|
|
|
+// logger.error("empty_index_fetch");
|
|
|
}
|
|
|
|
|
|
//IndexEntry 转化到Entry中 video 格式
|