Skip to content
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

[ECE-Tools] Multi-threaded SCD Doesn’t Work as Expected #503

Closed
YPyltiai opened this issue May 13, 2019 · 9 comments
Closed

[ECE-Tools] Multi-threaded SCD Doesn’t Work as Expected #503

YPyltiai opened this issue May 13, 2019 · 9 comments
Labels
bug help wanted issue allocation

Comments

@YPyltiai
Copy link

YPyltiai commented May 13, 2019

Internal ID: MAGECLOUD-3611

Background:

To Do:

  • Investigate if it’s the issue in code or some library is outdated (per @hostep comment)
  • Check if thread override for compact strategy still works as expected (in Slack users mentioned that it looks broken too)
  • Review PR mentioned in Slack, which is possibly able to help resolving the issue
@YPyltiai YPyltiai added the bug label May 13, 2019
@hostep
Copy link

hostep commented May 14, 2019

Since the free Slack version doesn't keep messages around for a long time, here's some links which might stand the test of time a bit better :)

Additionally, @ihor-sviziev is on a mission to find more issues with (multi-threaded) SCD execution which might be interesting to follow, for example:

@ihor-sviziev
Copy link
Contributor

ihor-sviziev commented May 14, 2019

I think better idea to fix these issues not inside ece tools, but inside magento itself and maybe apply these patches inside ece tools for versions that don’t have these fixes

For two issues I already created PRs:
magento/magento2#22884
magento/magento2#22886

@oshmyheliuk
Copy link
Contributor

@ihor-sviziev Thank you.
We'll add patches to ece-tools after merging your fixes into the core.

@shiftedreality
Copy link
Member

Here is a good example of failing on Travis CI builds https://travis-ci.com/magento/ece-tools/jobs/199529919

@YPyltiai
Copy link
Author

@hostep , is magento/magento2#22563 also related?

@ihor-sviziev
Copy link
Contributor

@hostep , is magento/magento2#22563 also related?

Yes, but it’s getting fixed by magento/magento2#22607

@hostep
Copy link

hostep commented May 17, 2019

is magento/magento2#22563 also related?

Indeed, but it's only broken on the 2.3-develop branch, the change didn't happen yet in a stable version.

So if we're lucky, it won't be broken in 2.3.2. As long as magento/magento2@7421dfb isn't being included before magento/magento2#22607 gets included as well. So maybe someone should talk to the people involved with releasing new versions to make sure this doesn't happen :)

@YPyltiai
Copy link
Author

Should be fixed by #527

@YPyltiai
Copy link
Author

YPyltiai commented Jun 3, 2019

Resolved in #530
Current tests are all passing as expected

@YPyltiai YPyltiai closed this as completed Jun 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug help wanted issue allocation
Projects
None yet
Development

No branches or pull requests

5 participants