-
Notifications
You must be signed in to change notification settings - Fork 12
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
Peeking from compressed files throws an Exception #5
Comments
Below is the error that we receive
|
hi! can you please provide a code example? I'm going to reproduce it in the tests and fix the issue |
Hi, here is our code example https://gist.github.com/hewrin/cdc4ab885f0e7bc09716f4e5291a115f Attached also are the wal files that cause the issue. Thanks in advance |
Hi Artem, are you able to reproduce the issue, can we somehow support you providing a bugfix. thanks in advance & kind regards |
I also had this issue. Flushing the queue before calling peek resolved it for me. I hope this helps anyone coming across this in the future. |
Hi there,
we implement a WAL (write ahead log) using your library. we are facing the issue, that peeking from a queue fails with an exception when the head is within a compressed queue file.
The text was updated successfully, but these errors were encountered: