Bugzilla will be upgraded to version 5.0. The upgrade date is tentatively scheduled for 2 December 2018, pending final testing and feedback.
Bug 1614347 - Binary builds with 'large' input hangs and never completes
Binary builds with 'large' input hangs and never completes
Status: CLOSED ERRATA
Product: OpenShift Container Platform
Classification: Red Hat
Component: Build (Show other bugs)
3.10.0
Unspecified Unspecified
unspecified Severity urgent
: ---
: 3.11.0
Assigned To: Ben Parees
wewang
:
Depends On:
Blocks: 1614493
  Show dependency treegraph
 
Reported: 2018-08-09 09:01 EDT by Wolfgang Kulhanek
Modified: 2018-10-11 03:24 EDT (History)
2 users (show)

See Also:
Fixed In Version:
Doc Type: No Doc Update
Doc Text:
undefined
Story Points: ---
Clone Of:
: 1614493 (view as bug list)
Environment:
Last Closed: 2018-10-11 03:24:08 EDT
Type: Bug
Regression: ---
Mount Type: ---
Documentation: ---
CRM:
Verified Versions:
Category: ---
oVirt Team: ---
RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: ---


Attachments (Terms of Use)


External Trackers
Tracker ID Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2018:2652 None None None 2018-10-11 03:24 EDT

  None (edit)
Description Wolfgang Kulhanek 2018-08-09 09:01:25 EDT
Description of problem:
As of 3.10 binary builds with input greater than 10Mb (empirical, may be a bit higher) fail.

Version-Release number of selected component (if applicable):
3.10.14

How reproducible:
Every time

Steps to Reproduce:
1. git clone https://github.com/wkulhanek/rhte-app
2. cd rhte-app
3. npm install # this will create 28MB of dependencies in the directory
4. oc new-build nodejs --binary=true --name=test
5. oc start-build test --from-dir=.
6. Hangs


Additional info:
Already discussed with Ben Parees in openshift-sme mailing list. This also happens with httpd as a builder image and a static web site as input. A web site that's 9MB in size works. One that's 55Mb in size fails.
Comment 1 Ben Parees 2018-08-09 14:10:50 EDT
https://github.com/openshift/origin/pull/20592
Comment 3 wewang 2018-08-23 03:13:36 EDT
Checked the code is already in ose repo, and verified in
openshift version:v3.11.0-0.20.0


steps:
1. git clone https://github.com/wkulhanek/rhte-app
2. cd rhte-app
3. npm install # this will create 28MB of dependencies in the directory
4. oc new-build nodejs --binary=true --name=test
5. oc start-build test --from-dir=.
Uploading directory "." as binary input for the build ...
.
.
Uploading finished
build.build.openshift.io/test-1 started
$ oc get builds
NAME      TYPE      FROM             STATUS     STARTED              DURATION
test-1    Source    Binary@44246d4   Complete   About a minute ago   48s
Comment 5 errata-xmlrpc 2018-10-11 03:24:08 EDT
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHBA-2018:2652

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