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 2021/08/10 06:11:30 UTC

[GitHub] [skywalking] kezhenxu94 commented on pull request #7429: Fix issues in ElasticSearch 7.14 and add log cases to ES7.14

kezhenxu94 commented on pull request #7429:
URL: https://github.com/apache/skywalking/pull/7429#issuecomment-895756345


   > Let's limit the not null in the certain scopes.
   
   The nullability check is added according to whether they are annotated with `org.apache.skywalking.oap.server.core.storage.annotation.Column#matchQuery` that will add a `copy_to` field, which causes the problem. If we skip some of the cases mentioned in the comments, the root cause (`serviceName` being null) is hidden behind the ElasticSearch level message, although `serviceName` is expected to be non null, 


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org