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/10/18 13:12:26 UTC

[GitHub] [skywalking] wankai123 opened a new issue #7952: [Bug] Event report cause illegal events data.

wankai123 opened a new issue #7952:
URL: https://github.com/apache/skywalking/issues/7952


   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/skywalking/issues?q=is%3Aissue) and found no similar issues.
   
   
   ### Apache SkyWalking Component
   
   OAP server (apache/skywalking)
   
   ### What happened
   
   I used `Skywalking cli` command to send events reports to OAP server.  
   ```
   swctl --grpc-addr=${oap_host}:${oap_11800} event report --uuid=abcde --name=Upgrade --type=Normal --service-name=e2e-service --instance-name=e2e-service-instance --endpoint-name='/e2e-endpoint' --message='Upgrade from {fromVersion} to {toVersion}' --start-time=`date +%s`000 --end-time=`date +%s`999 fromVersion=v1 toVersion=v2
   ```
   In the beginning, everything is fine, the event data is correct and I can get this event data from the query. 
   But when I used the same command to report several times, I found the event data is modified and the `Type` changed from `Normal ` to `Upgrade from {fromVersion} to {toVersion}`. So I can't get event data from the query anymore.
   ![image](https://user-images.githubusercontent.com/16773043/137737406-59befa32-64ee-4001-aa00-41fa4707bbca.png)
   
   
   ### What you expected to happen
   
   The event data is correct consistently
   
   ### How to reproduce
   
   Use the same events reports command request several times.
   
   ### Anything else
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   


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



[GitHub] [skywalking] wu-sheng closed issue #7952: [Bug] Event report cause illegal events data.

Posted by GitBox <gi...@apache.org>.
wu-sheng closed issue #7952:
URL: https://github.com/apache/skywalking/issues/7952


   


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