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

Crash when requesting seqnum above HWM #9

Open
rkrambovitis opened this issue Feb 26, 2018 · 0 comments
Open

Crash when requesting seqnum above HWM #9

rkrambovitis opened this issue Feb 26, 2018 · 0 comments
Assignees
Labels

Comments

@rkrambovitis
Copy link
Contributor

What it says on the title.
If I request a seqnum that's higher than the HWM, it results in a NPE

Exception in thread "main" java.lang.NullPointerException
at gr.phaistosnetworks.tank.TankRequest.getSequenceNum(TankRequest.java:186)
at gr.phaistosnetworks.tank.TankClient.processConsumeResponse(TankClient.java:282)
at gr.phaistosnetworks.tank.TankClient.poll(TankClient.java:158)
at gr.phaistosnetworks.tank.TankClient.consume(TankClient.java:213)
at Tool.main(Tool.java:229)

Pls fix

@rkrambovitis rkrambovitis self-assigned this Feb 26, 2018
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