Bug 903453
| Summary: | Remoting "Read timed out" when starting multiple servers on a host of single CPU | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | Osamu Nagano <onagano> |
| Component: | jbossas | Assignee: | Fernando Nasser <fnasser> |
| Status: | CLOSED NEXTRELEASE | QA Contact: | |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.0.1 | ||
| Target Milestone: | CR1 | ||
| Target Release: | EAP 6.1.0 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-01-28 02:59:27 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: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 903472 | ||
|
Description
Osamu Nagano
2013-01-24 02:40:21 UTC
Besides the case 00756264, there was a communication between the customer and a RH developer on the community thread [1]. And the developer introduced a new system property 'org.jboss.as.host.start.servers.sequential' in the code [2], to start the servers sequentially to avoid the exception. This feature works well for the customer and I figured out the necessary 6 commits from his branch to apply on EAP_6.0.1.GA. pick 793ba23 [AS7-5556] Where we convert to a String ensure we set the charset to UTF-8 for both processes. pick 25bfd87 Fix wrong unmarshalling order of process inventory data. pick d3cdd74 [AS7-5887] reconnect servers automatically pick f3e0b72 add managed server std.in state pick 1ed0175 [AS7-6230] wait until the managed server opens it's mgmt channel by default pick 2d956ec [AS7-6230] add a blocking start property for the host-controller [1] https://community.jboss.org/thread/215769 [2] https://github.com/jbossas/jboss-as/pull/3794 The fix is already included in the upstream by AS7-6230 into 7.2.0.CR1. So I close this as targeted to EAP 6.1.0.CR1 too. |