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

fix(puller): cursors length panic #1851

Merged
merged 1 commit into from
May 24, 2021
Merged

fix(puller): cursors length panic #1851

merged 1 commit into from
May 24, 2021

Conversation

acud
Copy link
Member

@acud acud commented May 23, 2021

It appears that due to the airdrop process and the dirty state of the clusters some users have taken steps to update the handshake protocol version of their nodes so that they can still "participate" in the airdrop while running the old node version. This causes a panic in pull syncing due to incompatible length of cursors returned from the peer.
A more strict check is therefore added as a stopgap solution.

This change is Reviewable

@acud acud force-pushed the fix-puller-panic branch from 06730eb to 5989594 Compare May 23, 2021 06:03
@acud acud self-assigned this May 23, 2021
@acud acud requested review from janos and istae May 23, 2021 06:08
@acud acud added the ready for review The PR is ready to be reviewed label May 23, 2021
Copy link
Member

@janos janos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Copy link
Contributor

@aloknerurkar aloknerurkar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed 2 of 2 files at r1.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @esadakar)

@Eknir
Copy link
Contributor

Eknir commented May 24, 2021

Who presses the merge button :)

@anatollupacescu anatollupacescu merged commit 799c511 into master May 24, 2021
@anatollupacescu anatollupacescu deleted the fix-puller-panic branch May 24, 2021 13:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pull-request ready for review The PR is ready to be reviewed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants