| Summary: | MCollective agent execute_parallel_action calls can exceed the overall agent timeout | |||
|---|---|---|---|---|
| Product: | OpenShift Online | Reporter: | Dan Mace <dmace> | |
| Component: | Containers | Assignee: | Jhon Honce <jhonce> | |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | libra bugs <libra-bugs> | |
| Severity: | medium | Docs Contact: | ||
| Priority: | unspecified | |||
| Version: | 2.x | CC: | bmeng | |
| Target Milestone: | --- | |||
| Target Release: | --- | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | Doc Type: | Bug Fix | ||
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1083284 (view as bug list) | Environment: | ||
| Last Closed: | 2014-01-30 00:53:16 UTC | Type: | Bug | |
| Regression: | --- | Mount Type: | --- | |
| Documentation: | --- | CRM: | ||
| Verified Versions: | Category: | --- | ||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
| Cloudforms Team: | --- | Target Upstream Version: | ||
| Bug Depends On: | ||||
| Bug Blocks: | 1083284 | |||
|
Description
Dan Mace
2013-12-12 21:32:14 UTC
Commit pushed to master at https://github.com/openshift/origin-server https://github.com/openshift/origin-server/commit/14cad32d522807188f92292020d292ee08bffd39 Bug 1042255 - reuse timer for execute_parallel_action calls * Ensure execute_parallel_action uses the same hourglass object for all operations * Refactor using PathUtils.flock to remove redudant code * Remove unused code * Replace all calls to File.join with PathUtils.join. security issue. * Optimize obtaining list of gears * use node.conf rather than hardcoding values Checked on devenv_4170, Run parallel actions from client side, no timeout issue found in the ruby193-mcollective.log And there is no regression issue. Move bug to verified. |