Problem/Motivation

Occasionally (Approx 1 out of every 20 nodes) nodes are being saved to the database (Node table) with a revision id that doesn't exist causing Page Not Found error. If I override the Node table vid with the vid from the revision table, the node is restored. The nodes are only being updated by the user and the Business Rules module.

I initially thought that this was caused by having multiple business rules that update the same node upon the node being updated, however, I have other sites that do this without a problem.

Steps to reproduce

Install Drupal 8
Install Business Rules 2.0.0-beta1
Create rule that updates a field on the node once the node is updated.

Comments

nathanjon123 created an issue.