-
Notifications
You must be signed in to change notification settings - Fork 9.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FIX for Asymmetric Transaction Error with ElasticSearch #9930
Comments
Created Pull Request: #10610 |
For a better searchability in the future, can you add the exact error you encountered? |
It is just |
Internal ticket to track issue progress: MAGETWO-71801 |
This should be fixed by #10610 |
Hi @miguelbalparda, By the way, current develop branch seems to represent the future 2.3 version already, so I suspect there might be a need to have that fix back-ported into |
\Magento\Catalog\Model\Product\Gallery\Processor::addImage
does not work with ElasticSearch while importing images programmatically due to undefined index.Preconditions
Steps to reproduce
\Magento\Catalog\Model\Product\Gallery\Processor::addImage
Expected result
Actual result
\Magento\Elasticsearch\Model\Adapter\DataMapper\ProductDataMapper::getProductMediaGalleryData
(line 260)How to fix:
\Magento\Catalog\Model\Product\Gallery\Processor::addImage
around line 181:Becomes:
The text was updated successfully, but these errors were encountered: