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

Checksum errors after restarting app #20

Open
skliper opened this issue Apr 22, 2022 · 1 comment
Open

Checksum errors after restarting app #20

skliper opened this issue Apr 22, 2022 · 1 comment
Labels

Comments

@skliper
Copy link
Contributor

skliper commented Apr 22, 2022

Summary scenario

  1. Application gets an exception
  2. ES restarts the application
  3. There is a high probability that the application checksum has changed due to the restart.
  4. Checksum is not notified to recompute the application checksum. When it finds the checksum has changed, it puts out an event message to that effect.
  5. HS is monitoring for application checksum messages, and does a processor reset as a consequence.

Imported from GSFCCFS-952

@skliper skliper added the bug label Apr 22, 2022
@skliper
Copy link
Contributor Author

skliper commented Jul 11, 2022

Extracted from internal issue history - the checksum change (item 3) was due to the app being reloaded to a new location, but CS was still checksumming the old location. Need to somehow inform CS to checksum the new location.

skliper pushed a commit to skliper/CS that referenced this issue Sep 9, 2022
skliper pushed a commit to skliper/CS that referenced this issue Sep 9, 2022
Fix nasa#20, removed mentions of ASIST from documentation
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