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: [email protected]

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


Reply via email to