a6205206z opened a new issue #5535:
URL: https://github.com/apache/skywalking/issues/5535


   Please answer these questions before submitting your issue.
   
   - Why do you submit this issue?
   - [ ] Question or discussion
   - [x] 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
   
   ```java
           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.
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to