Bug 1036145 - RHC: Failed to execute Correctly all parallel operations
Summary: RHC: Failed to execute Correctly all parallel operations
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: OpenShift Online
Classification: Red Hat
Component: Pod
Version: 2.x
Hardware: x86_64
OS: Windows
medium
urgent
Target Milestone: ---
: ---
Assignee: Rajat Chopra
QA Contact: Martin Cermak
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-11-29 14:48 UTC by Samael
Modified: 2015-05-15 00:23 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-01-30 00:51:23 UTC
Target Upstream Version:


Attachments (Terms of Use)

Description Samael 2013-11-29 14:48:54 UTC
Description of problem:

My application was giving problems with the database , try to repair the database has crashed , but the application and now does not respond to commands from the RHC tool even when forced stop the application and try to run it again .

The URL of the application is http://posts-sfsuser.rhcloud.com/ 


Actual results:


C: \ Ruby200 \ bin > rhc app start -d posts
DL is deprecated , please identify Fiddle
DEBUG : Authenticating with RHC :: Auth :: Token
DEBUG : Connecting to https://openshift.redhat.com/broker/rest/api
DEBUG : Getting all domains
DEBUG : GET Request https://openshift.redhat.com/broker/rest/api
DEBUG : code 200 3814 ms
DEBUG : GET Request https://openshift.redhat.com/broker/rest/api
DEBUG : code 200 709 ms
DEBUG : GET Request https://openshift.redhat.com/broker/rest/domains
DEBUG : code 200 1005 ms
DEBUG : Getting all domains
DEBUG : GET Request https://openshift.redhat.com/broker/rest/domains/sfsuser/appl
ications / posts
DEBUG : code 200 383 ms
DEBUG : Starting application posts
DEBUG : Request POST https://openshift.redhat.com/broker/rest/domain/sfsuser/appl
ication / posts / events
DEBUG : code 500 32478 ms
Unable to complete the operation due to Requested : Failed to execute Correctly
all parallel operations .
Reference ID : 94a8ef54be476d8821ef16fe74755d75

Comment 1 Marek Polacek 2013-11-29 15:27:16 UTC
What has this to do with devtoolset-meta?

Comment 2 Rajat Chopra 2013-12-03 23:05:29 UTC
Disk quota exceeded. 
Here is what you have for your gear -

    Quota information for uuid: 52377b3d5004469bf30001da
    Filesystem:            <REDACTED>
    Blocks used:           1048576
    Soft limit for blocks: 0
    Hard limit for blocks: 1048576
    Inodes used:           1915
    Soft limit for inodes: 0
    Hard limit for inodes: 40000


Not much can happen if disk is full. php/mysql state this error message upon restart - 'Error writing to temporary file'. 

Suggestion - create a scalable app and that will put mysql into its own gear.

Comment 3 Jianwei Hou 2013-12-04 02:23:25 UTC
Mark as verified according to comment 2.
The mysql can be a standalone gear in a scalable app and therefore can make full use of 1Gb storage.


Note You need to log in before you can comment on or make changes to this bug.