-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Closed
Labels
Component: ElasticsearchIssue: Clear DescriptionGate 2 Passed. Manual verification of the issue description passedGate 2 Passed. Manual verification of the issue description passedIssue: ConfirmedGate 3 Passed. Manual verification of the issue completed. Issue is confirmedGate 3 Passed. Manual verification of the issue completed. Issue is confirmedIssue: Format is validGate 1 Passed. Automatic verification of issue format passedGate 1 Passed. Automatic verification of issue format passedIssue: Ready for WorkGate 4. Acknowledged. Issue is added to backlog and ready for developmentGate 4. Acknowledged. Issue is added to backlog and ready for developmentReproduced on 2.3.xThe issue has been reproduced on latest 2.3 releaseThe issue has been reproduced on latest 2.3 release
Description
Preconditions (*)
- Magento 2.3.2 & 2.3-develop
- Elasticsearch 6.5
- XDebug
Steps to reproduce (*)
- Open PhpStorm, add breakpoints in:
- Elasticsearch 6.x client:
$pid = getmypid(); - Elasticsearch 5.x client:
magento2/app/code/Magento/Elasticsearch/Elasticsearch5/Model/Client/Elasticsearch.php
Line 71 in 6d6f11b
$pid = getmypid();
- Go to Admin >> Stores >> Configurations >> Catalog >> Catalog >> Search
- Configure Elasticsearch settings to use "Elasticsearch 6.0+" option
- Click "Test connection", see where your breakpoint was paused
- Save all configs, do reindex
- Go to any category page, see where your breakpoint was paused
- Go to any search page, see where your breakpoint was paused
Expected result (*)
- In all cases you should see that code paused at Elasticsearch 6.x client
Actual result (*)
- During test connection code paused in Elasticsearch 6.x client ✔
- On category page code paused in Elasticsearch 5.x client ❌
- On search results page code paused in Elasticsearch 5.x client ❌
Metadata
Metadata
Assignees
Labels
Component: ElasticsearchIssue: Clear DescriptionGate 2 Passed. Manual verification of the issue description passedGate 2 Passed. Manual verification of the issue description passedIssue: ConfirmedGate 3 Passed. Manual verification of the issue completed. Issue is confirmedGate 3 Passed. Manual verification of the issue completed. Issue is confirmedIssue: Format is validGate 1 Passed. Automatic verification of issue format passedGate 1 Passed. Automatic verification of issue format passedIssue: Ready for WorkGate 4. Acknowledged. Issue is added to backlog and ready for developmentGate 4. Acknowledged. Issue is added to backlog and ready for developmentReproduced on 2.3.xThe issue has been reproduced on latest 2.3 releaseThe issue has been reproduced on latest 2.3 release