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: ignore corrupted current_action file #363

Merged
merged 1 commit into from
Oct 10, 2024
Merged

fix: ignore corrupted current_action file #363

merged 1 commit into from
Oct 10, 2024

Conversation

de-sh
Copy link
Contributor

@de-sh de-sh commented Oct 10, 2024

Closes #

Changes

Why?

Trials Performed

Restart uplink after corrupting the contents of persistence/current_action.

  • Observed previously that the following log would be printed and the errors would be faced when trying to receive actions or send action updates.
  �[2m2024-10-09T14:47:22.615790Z�[0m �[31mERROR�[0m �[1;31muplink�[0m�[31m: �[31mActions lane stopped!! Error = Serde error EOF while parsing a value at line 1 column 0�[0m
  • Observed after change that errors no longer occurred after the updated log saying:
  �[2m2024-10-09T20:57:62.215291Z�[0m �[31mERROR�[0m �[1;31muplink::base::actions_lane�[0m�[31m: �[31mCouldn't load saved action: Serde error EOF while parsing a value at line 1 column 0�[0m

@de-sh de-sh merged commit 587a22e into main Oct 10, 2024
1 of 2 checks passed
@de-sh de-sh deleted the fix-actions-lane branch October 10, 2024 07:12
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

Successfully merging this pull request may close these issues.

1 participant