-
Notifications
You must be signed in to change notification settings - Fork 6.6k
Closed
Labels
questionEnd user question and discussion.End user question and discussion.
Milestone
Description
Please answer these questions before submitting your issue.
- Why do you submit this issue?
- Question or discussion
- Bug
- Requirement
- Feature or performance improvement
Question
- What do you want to know?
Bug
- If index ('instance_traffic') is sharded by date, like this (instance_traffic-20200916 or instance_traffic-20200917), the instance name will be repeat.
the code in MetadataQueryEsDAO.java at line 192
SearchResponse response = getClient().search(InstanceTraffic.INDEX_NAME, sourceBuilder);
List<ServiceInstance> serviceInstances = new ArrayList<>();-
Which company or project?
-
What happened?
If possible, provide a way to reproduce the error. e.g. demo application, component version.
Requirement or improvement
- Please describe your requirements or improvement suggestions.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
questionEnd user question and discussion.End user question and discussion.