Skip to content
This repository has been archived by the owner on Aug 23, 2023. It is now read-only.

handle duplicate datapoints in a consistent manner #1276

Closed
wants to merge 1 commit into from
Closed

Conversation

Dieterbe
Copy link
Contributor

@Dieterbe Dieterbe commented Apr 10, 2019

this is awoods' work

fixes #1201

Without the reorder_buffer, MT only persists the first value received for each timestamp. With the re-order buffer we should do the same.

fixes #1201

Without the reorder_buffer, MT only persists the first value received for each timestamp. With the re-order buffer we should do the same.
@Dieterbe
Copy link
Contributor Author

my feedback on this is in #1201

@Dieterbe
Copy link
Contributor Author

this needs a bit of tweaking as discussed in #1201 (comment)

@fkaleo
Copy link
Contributor

fkaleo commented Apr 17, 2019

Deprecated by #1288

@Dieterbe Dieterbe closed this Apr 18, 2019
@Dieterbe Dieterbe deleted the fix_1201 branch April 18, 2019 12:54
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

duplicate datapoints are handled differently depending on whether re-orderBuffer is used
3 participants