-
Notifications
You must be signed in to change notification settings - Fork 209
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
array index error on ReqSketch #502
Comments
Do you have an example of a dataset that triggers this behavior for you that we can use for validation? |
unfortunately I was not able to reproduce with the same dataset on single process, |
closing the issue for now. Looks like its related to the framework that is using this class whiile serialization. |
This seems to be random actually, I thought this is due to multi threaded distributed environment where serialization is performed, but I am seeing this even in a single thread and single node. and can not figure out why the negative index would ever happen. The error comes from "ReqCompactor.java:295" on ( version 5.0.2 ) where bytes are negative that are calculated via function |
Please help us reproduce this by providing a simple example with data. --Thanks |
ReqSketch often throws error on small dataset.
only thing I explicitly set is
setHighRankAccuracy(true)
anyone facing this issues? its occasional so hard to understand any pattern, will try to create a test.
The text was updated successfully, but these errors were encountered: