Bug 1000193

Summary: Timeout handling for upgrade operations
Product: OpenShift Online Reporter: Paul Morie <pmorie>
Component: ContainersAssignee: Dan Mace <dmace>
Status: CLOSED CURRENTRELEASE QA Contact: libra bugs <libra-bugs>
Severity: medium Docs Contact:
Priority: medium    
Version: 2.xCC: bmeng
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-08-29 12:54:55 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:

Description Paul Morie 2013-08-22 22:14:55 UTC
The OpenShift::Runtime::Upgrader class needs to accept an hourglass in the constructor to correctly handle timeouts the way the other actions available in the mcollective agent do.

Comment 4 openshift-github-bot 2013-08-23 17:59:02 UTC
Commit pushed to master at https://github.com/openshift/origin-server

https://github.com/openshift/origin-server/commit/27cac39a11957eea659377fc5866b2b9d36e2f2d
Bug 1000193: Use an Hourglass in the gear upgrader

Improve Upgrader class to accept and use an Hourglass instance for timeout handling. Pass
through the hourglass to all ApplicationContainer and cartridge model instances, and use
the hourglass to configure Net::HTTP timeout values.

Ensure that no Upgrader operations will ever be timed out by a higher level Timeout block
such as MCollective.

Comment 5 Meng Bo 2013-08-26 09:32:31 UTC
Tested on devenv-stage_457, after the hourglass merged, the oo-admin-upgrade works fine. And no regression.

Move bug to verified.