Bug 1271898
| Summary: | Changes while one node is down are not replicated after the node reboot | |||
|---|---|---|---|---|
| Product: | [Retired] JBoss BRMS Platform 6 | Reporter: | Toshiya Kobayashi <tkobayas> | |
| Component: | Business Central | Assignee: | Alexandre Porcelli <porcelli> | |
| Status: | CLOSED EOL | QA Contact: | Radovan Synek <rsynek> | |
| Severity: | high | Docs Contact: | ||
| Priority: | urgent | |||
| Version: | 6.1.0 | CC: | eignatow, kverlaen, mczernek | |
| Target Milestone: | CR2 | |||
| Target Release: | 6.2.0 | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | Doc Type: | Bug Fix | ||
| Doc Text: |
When setting up a cluster with Apache Zookeeper/Helix, changes to node 1 while node 2 is offline are not reduplicated to node 2. This is caused by incorrect settings of org.uberfire.cluster.autostart.
To work around the issue, make sure the org.uberfire.cluster.autostart is set to false by adding a following line to the host.xml domain configuration file:
<property name="org.uberfire.cluster.autostart" value="false" boot-time="false"/>
|
Story Points: | --- | |
| Clone Of: | ||||
| : | 1273649 (view as bug list) | Environment: | ||
| Last Closed: | 2020-03-27 19:05:05 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: | 1283953 | |||
| Bug Blocks: | 1273649 | |||
|
Description
Toshiya Kobayashi
2015-10-15 02:33:12 UTC
This is a document bug so I filed BZ1274569. There was no code fix needed but I'm not closing this BZ so that this scenario will be covered by QA test. Cannot be verified due to bug 1283953 Verified with BPMS-6.2.0.CR2 |