Bug #15055
closedTask fails with "undefined method `cp_config' for"
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1320794
Description of problem:
1) Installed 6.2 snap5
2) Upload manifest, enable 5 repos ( local CDN rsync repo)
3) Sync all 5 repos concurrently.
4) Create 8 cvs and added all 5 repos to all cvs
5) Concurrently publish all 10 cvs
6) Out of 8, 4 cv's published successfully. Rest 4 failed due to abnormal termination
There is a sudden drop in dynflow threads noticed in middle of
Publish fails with below error:
Task 360dfc47-f584-4af2-87a3-b8d5eacde3f6 error: 0.13025210084033614/1, 13%, 0.0/s, elapsed: 00:00:38
Task 360dfc47-f584-4af2-87a3-b8d5eacde3f6 error: 0.13025210084033614/1, 13%, 0.0/s, elapsed: 00:00:38
undefined method `cp_config' for #<Class:0x000000076decd0>
undefined method `cp_config' for #<Class:0x000000076decd0>
undefined method `cp_config' for #<Class:0x000000076decd0>
undefined method `cp_config' for #<Class:0x000000076decd0>
undefined method `cp_config' for #<Class:0x000000076decd0>
---
This is due to DynFlow error.
foreman/dynflow_executor.output:E, [2016-03-23T23:22:49.115925 #29152] ERROR -- /connector-database-core: No executor available (Dynflow::Error)
foreman/dynflow_executor.output:E, [2016-03-23T23:22:49.145976 #29152] ERROR -- /connector-database-core: No executor available (Dynflow::Error)
foreman/dynflow_executor.output:E, [2016-03-23T23:22:49.157515 #29152] ERROR -- /connector-database-core: No executor available (Dynflow::Error)
foreman/dynflow_executor.output:E, [2016-03-23T23:22:49.167901 #29152] ERROR -- /connector-database-core: No executor available (Dynflow::Error)
foreman/dynflow_executor.output:E, [2016-03-23T23:22:49.179427 #29152] ERROR -- /connector-database-core: No executor available (Dynflow::Error)
foreman/dynflow_executor.output:E, [2016-03-23T23:22:49.374086 #29152] ERROR -- /connector-database-core: No executor available (Dynflow::Error)
foreman/dynflow_executor.output:E, [2016-03-23T23:22:49.648997 #29152] ERROR -- /connector-database-core: No executor available (Dynflow::Error)
foreman/dynflow_executor.output:E, [2016-03-23T23:22:49.884759 #29152] ERROR -- /connector-database-core: No executor available (Dynflow::Error)
foreman/dynflow_executor.output:E, [2016-03-23T23:22:50.089132 #29152] ERROR -- /connector-database-core: No executor available (Dynflow::Error)
foreman/dynflow_executor.output:E, [2016-03-23T23:22:50.269215 #29152] ERROR -- /connector-database-core: No executor available (Dynflow::Error)
foreman/dynflow_executor.output:E, [2016-03-23T23:22:50.444887 #29152] ERROR -- /connector-database-core: No executor available (Dynflow::Error)
Version-Release number of selected component (if applicable):
How reproducible:
Steps to Reproduce:
1) Installed 6.2 snap5
2) Upload manifest, enable 5 repos ( local CDN rsync repo)
3) Sync all 5 repos concurrently.
4) Create 10 cvs and added all 5 repos to all cvs
5) Concurrently publish all 100 cvs
Actual results:
cv publish fails.
Expected results:
Publish cv successfully.
Additional info: