Toggle navigation
Toggle navigation
This project
Loading...
Sign in
yoho-search
/
yoho-search-consumer
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
hugufei
8 years ago
Commit
69f7d659af8e30d1132c690870af5ebf24169d97
1 parent
4416c81a
暂时去除实时更新product_pool视图的逻辑,先走定时更新
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
consumer/src/main/java/com/yoho/search/mq/ProductPoolDetailMqListener.java
consumer/src/main/java/com/yoho/search/mq/ProductPoolDetailMqListener.java
View file @
69f7d65
...
...
@@ -100,7 +100,7 @@ public class ProductPoolDetailMqListener extends AbstractMqListener implements C
updateIndex
(
productPoolDetail
,
System
.
currentTimeMillis
(),
key
);
logger
.
info
(
"[func=updateData][step=success][key={}][indexName={}][skn={}][cost={}ms]"
,
key
,
ISearchConstans
.
INDEX_NAME_PRODUCT_INDEX
,
productPoolDetail
.
getProductSkn
(),
(
System
.
currentTimeMillis
()
-
begin
));
updateProductPoolIndex
(
productPoolDetail
,
begin
,
key
);
//
updateProductPoolIndex(productPoolDetail, begin, key);
logger
.
info
(
"[func=updateData][step=success][key={}][indexName={}][skn={}][cost={}ms]"
,
key
,
ISearchConstans
.
INDEX_NAME_PRODUCT_POOL
,
productPoolDetail
.
getProductSkn
(),
(
System
.
currentTimeMillis
()
-
begin
));
}
...
...
Please
register
or
login
to post a comment