|
The MassIndexer is not compatible because it seems using: CurrentSessionContext.currentSession(), so it triggers the CurrentTenantIdentifierResolver.resolveCurrentTenantIdentifier(). Because the MassIndexer is running on different thread, the resolveCurrentTenantIdentified() could not retrieve the current tenant ID.
|