This document discusses the challenges of maintaining atomicity in distributed database systems, specifically focusing on atomic commit protocols (ACPs) and the cost added to transaction execution. It highlights an optimization method allowing early release of read locks to enhance concurrency but warns of potential execution infections leading to non-serializable executions when deferred consistency constraints are present. The proposed unsolicited deferred consistency constraints validation (UDCCV) mechanism aims to mitigate these issues by detecting and preventing susceptible transactions from using the optimization, thus ensuring database consistency.