You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2019/04/13 03:24:50 UTC

[GitHub] [incubator-skywalking] kevinLuan edited a comment on issue #2417: print stack trace Continuously: uri [/network_address_inventory/type] and method [GET], allowed: [POST]"

kevinLuan edited a comment on issue #2417: print stack trace Continuously: uri [/network_address_inventory/type] and method [GET], allowed: [POST]"
URL: https://github.com/apache/incubator-skywalking/issues/2417#issuecomment-482771851
 
 
   I have the same problem,This is not an ES problem。
   Look at this method code:
   ```java
   //When indexName is: [network_address_inventory], the id is always passed empty, causing the es to report an error
   public GetResponse get(String indexName, String id) throws IOException {
           indexName = formatIndexName(indexName);
           GetRequest request = new GetRequest(indexName, TYPE, id);
           return client.get(request);
       }
   ```
   Skywalking version: 6.0.0-alpha, 6.0.0-ga both have this problem
   subprojects
         oap-server
   	server-library
   		library-client
   Question class code: org.apache.skywalking.oap.server.library.client.elasticsearch.ElasticSearchClient
   @wu-sheng 

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


With regards,
Apache Git Services