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 2022/04/13 03:22:13 UTC

[GitHub] [skywalking-banyandb] hanahmily opened a new pull request, #101: Fix duplicate datapoints

hanahmily opened a new pull request, #101:
URL: https://github.com/apache/skywalking-banyandb/pull/101

   These changes tend to fix duplicate data points when a series of trace segments fleet to the database with an identical Unix millisecond. 
   
    * Update all RPC time units from nanosecond to millisecond.
    * Add a random number(0~999999) to the low six digits of a datapoint's timestamp on writing it to kv
    * Update the base time generator to create a current time according to a Unix millisecond.
   
   Fix https://github.com/apache/skywalking/issues/8845
   
   Signed-off-by: Gao Hongtao <ha...@gmail.com>


-- 
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-banyandb] wu-sheng merged pull request #101: Fix duplicate datapoints

Posted by GitBox <gi...@apache.org>.
wu-sheng merged PR #101:
URL: https://github.com/apache/skywalking-banyandb/pull/101


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