|
|
package com.yoho.search.recall.config;
|
|
|
|
|
|
import com.yoho.search.common.utils.MapSizeUtils;
|
|
|
import com.yoho.search.core.personalized.models.SortBrand;
|
|
|
import com.yoho.search.dal.model.CsRecallConfigProduct;
|
|
|
import com.yoho.search.service.base.index.CsRecallConfigProductIndexBaseService;
|
...
|
...
|
@@ -56,7 +57,7 @@ class RecallConfigProductService { |
|
|
tempCache.get(configKey).put(pageId, configSknCount);
|
|
|
}
|
|
|
recallSknCountConfigCache = tempCache;
|
|
|
RECALL_NEW_LOGGER.info("loadRecallSknCountConfigCache success,recallSknCountConfigCache size is[{}]", recallSknCountConfigCache.size());
|
|
|
RECALL_NEW_LOGGER.info("loadRecallSknCountConfigCache success,recallSknCountConfigCache size is[{}]", MapSizeUtils.getMapElementMapCount(recallSknCountConfigCache));
|
|
|
} catch (Exception e) {
|
|
|
RECALL_NEW_LOGGER.error("loadRecallSknCountConfigCache error,exception is:" + e.getMessage(), e);
|
|
|
}
|
...
|
...
|
|