The commit phase of the renameCollection has been recently modified to perform the metadata changes as a multi document TXN. However, this TXN has one stmt that is not idempotent, so if the whole commit phase is re-executed due to any random failure it will end up failing and being retried forever.
- is caused by
-
SERVER-74192 DDL coordinators that rely on the internal transaction API should make use of the OSI session id
- Closed