-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Replication
-
Fully Compatible
-
ALL
-
Repl 2021-03-22
According to the EVG patch builds forĀ SERVER-55157, when the tenant data contains timeseries bucket collections, tenant migrations consistently abort after failing this check inside TenantMigrationCloner.
'abortReason': {'code': 20, 'codeName': 'IllegalOperation', 'errmsg': "Tenant migration recipient command failed :: caused by :: IllegalOperation: Error cloning collection 'tenantMigrationTenantId_test.system.buckets.timeseries_expire_collmod' :: caused by :: Found empty '_id' index spec but the collection is not specified with 'autoIndexId' as false, tenantId: tenantMigrationTenantId, namespace: tenantMigrationTenantId_test.system.buckets.timeseries_expire_collmod"}, 'ok': 1.0, '$clusterTime': {'clusterTime': Timestamp(1615479460, 14), '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(1615479460, 14)}
- is related to
-
SERVER-55519 Investigate missing _id index during collection cloning in tenant migration
- Closed
-
SERVER-53872 Test migrating a tenant with time series collections
- Closed
-
SERVER-55157 Make tenant migration hook throw an error if the migration aborts not because of the failpoint
- Closed