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

NullPointerException in Binarylog position comparing #449

Closed
theikkila opened this issue Oct 7, 2016 · 3 comments
Closed

NullPointerException in Binarylog position comparing #449

theikkila opened this issue Oct 7, 2016 · 3 comments

Comments

@theikkila
Copy link

Maxwell crashes at async bootstrap phase with NullPointerException. I'm not able to provide the exact data for creating the same situation again but here is something. I hope that somebody with same issue could reproduce the error and fill information about this issue.

Stacktrace

Oct 07 12:37:41 maxwell maxwell[2496]: java.lang.NullPointerException
Oct 07 12:37:41 maxwell maxwell[2496]: at java.lang.String.compareTo(String.java:1155)
Oct 07 12:37:41 maxwell maxwell[2496]: at com.zendesk.maxwell.BinlogPosition.newerThan(BinlogPosition.java:55)
Oct 07 12:37:41 maxwell maxwell[2496]: at com.zendesk.maxwell.bootstrap.AsynchronousBootstrapper.replaySkippedRows(AsynchronousBootstrapper.java:131)
Oct 07 12:37:41 maxwell maxwell[2496]: at com.zendesk.maxwell.bootstrap.AsynchronousBootstrapper.completeBootstrap(AsynchronousBootstrapper.java:97)
Oct 07 12:37:41 maxwell maxwell[2496]: at com.zendesk.maxwell.bootstrap.AsynchronousBootstrapper.work(AsynchronousBootstrapper.java:172)
Oct 07 12:37:41 maxwell maxwell[2496]: at com.zendesk.maxwell.MaxwellReplicator.work(MaxwellReplicator.java:162)
Oct 07 12:37:41 maxwell maxwell[2496]: at com.zendesk.maxwell.RunLoopProcess.runLoop(RunLoopProcess.java:35)
Oct 07 12:37:41 maxwell maxwell[2496]: at com.zendesk.maxwell.Maxwell.start(Maxwell.java:163)
Oct 07 12:37:41 maxwell maxwell[2496]: at com.zendesk.maxwell.Maxwell.main(Maxwell.java:180)
@bmichaud
Copy link

bmichaud commented Oct 7, 2016

If this https://github.com/zendesk/maxwell/issues/443 is the same issue, then it is already fixed. :)

@osheroff
Copy link
Collaborator

osheroff commented Oct 7, 2016

yeah this is a dupe and is fixed in v1.3.0

@osheroff osheroff closed this as completed Oct 7, 2016
@theikkila
Copy link
Author

Perfect! Thanks guys!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants