-
Type: Bug
-
Resolution: Gone away
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Replication
-
ALL
-
Repl 2021-03-22
Tenant migrations in this test consistently abort due to DuplicateKey error as shown below.
{'state': 'aborted', 'abortReason': {'code': 11000, 'codeName': 'DuplicateKey', 'errmsg': 'Tenant migration recipient command failed :: caused by :: E11000 duplicate key error collection: tenantMigrationTenantId_background_unique_indexes.test index: x_1 dup key: { x: 791.0 }', 'keyPattern': {'x': 1.0}, 'keyValue': {'x': 791.0}}, 'ok': 1.0, '$clusterTime': {'clusterTime': Timestamp(1615490263, 514), 'signature': {'hash': b'\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00', 'keyId': 0}}, 'operationTime': Timestamp(1615490263, 514)}
- is related to
-
SERVER-55157 Make tenant migration hook throw an error if the migration aborts not because of the failpoint
- Closed