| Summary: | Added gear is always 'DOWN' for jboss scalable app | ||
|---|---|---|---|
| Product: | OpenShift Online | Reporter: | Lei Zhang <lzhang> |
| Component: | Containers | Assignee: | Andy Goldstein <agoldste> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | libra bugs <libra-bugs> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 2.x | CC: | xtian |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-01-24 03:26:31 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
Lei Zhang
2013-10-24 11:55:49 UTC
Commit pushed to master at https://github.com/openshift/origin-server https://github.com/openshift/origin-server/commit/92ce8db82408c0b27596d304c3cb7ba26fa31bc9 Bug 1022982 Only rsync from repo to JBoss cartridge webapps/deployments directory if the repo directory has files in it. Don't delete content from the cartridge dir unnecessarily. devenv_3942, still can reproduce this issue. 1.After scale up jbossas-7 scalable app, check added gear via browser, found no content displays [rayzhang@ray Work]$ curl http://162579420888190377000960-chunchen.dev.rhcloud.com/ [rayzhang@ray Work]$ 2. Check the status from 'haproxy-status', added gear is always 'DOWN' http://myjbossas7s-chunchen.dev.rhcloud.com/haproxy-status Move it back to ON_QA to re-test until the fixed in version devenv_3944 ready for testing. devenv_3944, This bug has been fixed.After scale up, added gear can be accessed and the status of added gear is 'Started' in the 'haproxy-status' page. [rayzhang@ray Work]$ curl -I http://6f3da3a83d3a11e3943d22000aef0946-chunchen.dev.rhcloud.com/ HTTP/1.0 200 OK Date: Fri, 25 Oct 2013 06:01:04 GMT Server: Apache-Coyote/1.1 Accept-Ranges: bytes ETag: W/"6760-1382680727000" Last-Modified: Fri, 25 Oct 2013 05:58:47 GMT Content-Type: text/html; charset=UTF-8 Content-Length: 6760 Vary: Accept-Encoding,User-Agent ProxyTime: D=3698 X-Cache: MISS from file01.intranet.prod.int.rdu2.redhat.com X-Cache-Lookup: MISS from file01.intranet.prod.int.rdu2.redhat.com:8080 Via: 1.0 file01.intranet.prod.int.rdu2.redhat.com (squid/3.1.10) Connection: keep-alive |