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

elasticsearch date reader issues #11

Open
jsnoble opened this issue Sep 20, 2018 · 0 comments
Open

elasticsearch date reader issues #11

jsnoble opened this issue Sep 20, 2018 · 0 comments
Labels
bug Something isn't working

Comments

@jsnoble
Copy link
Member

jsnoble commented Sep 20, 2018

There is an issue that the date reader does not properly handle multiple repeated sequences of data that have many slices of zero then big massive spikes that cannot be broken down.

IE size: 100 but sequence is [0, 1000, 0, 1000, 0, 1000, 0, 0, 1000, 0]

There was a slice record that encapsulated three of the spikes instead of one.

We should consider a threshold of just failing the slice if the data is to large compared to size. How this would work for the slicer needs to be thought out

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant