amwyyyy opened a new issue #5039:
URL: https://github.com/apache/skywalking/issues/5039


   Please answer these questions before submitting your issue.
   
   - Why do you submit this issue?
   - [ ] Question or discussion
   - [x] Bug
   - [ ] Requirement
   - [ ] Feature or performance improvement
   
   ___
   ### Bug
   Version: 8.0.0
   
   I found a duplicate service name in the drop-down box
   
![image](https://user-images.githubusercontent.com/8274512/86578011-b7ac6f00-bfad-11ea-9f4b-48330d2fce52.png)
   
   View elasticsearch, there are two data.
   ```json
   {
     "_index": "sw8_service_traffic-20200704",
     "_type": "type",
     "_id": "bWJwLWJvbnVzLWNhbGN1bGF0ZQ==.1",
     "_version": 1,
     "_score": 2,
     "_source": {
       "node_type": 0,
       "name": "mbp-bonus-calculate"
     }
   }
   ```
   ```json
   {
     "_index": "sw8_service_traffic-20200706",
     "_type": "type",
     "_id": "bWJwLWJvbnVzLWNhbGN1bGF0ZQ==.1",
     "_version": 1,
     "_score": 2,
     "_source": {
       "node_type": 0,
       "name": "mbp-bonus-calculate"
     }
   }
   ```


----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to