Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Duplicated samples in position recordings #3

Closed
jonnew opened this issue Sep 29, 2015 · 1 comment
Closed

Duplicated samples in position recordings #3

jonnew opened this issue Sep 29, 2015 · 1 comment
Labels
Milestone

Comments

@jonnew
Copy link
Owner

jonnew commented Sep 29, 2015

In the position recordings, samples can be duplicated. For example, look at this screenshot showing the recorded position information at increasing indices of the JSON array holding position data:

screenshot from 2015-09-28 21 31 51

index 7679 and 7680 hold the same position information (dict value) and timestamp (dict key). This points to a synchronization issue somewhere in the data processing chain. The most likely candidate is the recorder itself, but the cause must be found because if its not a simple issue with the recorder, this issue points to a potentially serious design flaw in the sample synchronization enforcement across processes.

@jonnew
Copy link
Owner Author

jonnew commented Nov 27, 2015

This is likely fixed because of the completely refactored schyronization scheme used by the new shmemdf library. However, I'm leaving it open until the code has all the assert statements required to confirm the problem is solved.

@jonnew jonnew added the bug label Feb 27, 2016
@jonnew jonnew added this to the Fixed milestone Apr 13, 2016
@jonnew jonnew closed this as completed Sep 22, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant