Skip to content

SuspectRevisionNumberMissmatch

Peter-Jan Brone requested to merge rhp3-try-fix-mismatch into master

MERGE REQUEST

MR Guidelines

Overview

This MR adds a new flag to the worker called atomicSuspectRevisionNumberMismatch. It is set when a (worker) process encounters an error that is (suspected to be) caused by a revision number mismatch. When set the worker will trigger a function that tries to recover from a revision number mismatch, we do this by simply instantiating a session object. This will perform a handshake with the host in which they exchange revisions, and performs a sync in the event the revision numbers do not match.

Example for Visual Changes

N/A

Checklist

Review and complete the checklist to ensure that the MR is complete before assigned to an approver.

  • All new methods or updated methods have clear docstrings
  • Testing added or updated for new methods
  • Any new packages are added to Makefile and .gitlab-ci.yml
  • API documentation updated for API updates
  • Module README.md updated for changes to workflow
  • Issue added to Sia-UI repo for new supporting features
  • Changelog File Created

Issues Closed

N/A

Merge request reports