Bug 217626
| Summary: | Failure to update global_last_id results in same ID being issued to multiple components | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Retired] Red Hat Cluster Suite | Reporter: | Jonathan Earl Brassow <jbrassow> | ||||
| Component: | cman | Assignee: | David Teigland <teigland> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Cluster QE <mspqa-list> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 4 | CC: | cfeist, cluster-maint, jbrassow, lenny, teigland | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2008-08-05 21:41:09 UTC | Type: | --- | ||||
| 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: | 214808 | ||||||
| Attachments: |
|
||||||
|
Description
Jonathan Earl Brassow
2006-11-29 00:11:09 UTC
Created attachment 142344 [details]
Patch to fix problem
Can you check this please Dave? I believe that the fix for bug 206193 (which went out in the last rhel4 errata?) has created this bug. I'm thinking that two consecutive groups created by a single node will have the same global id due to global_last_id not being updated on the node (which I expected would happen). I'm trying to understand how the tests showed that the change in 206193 worked but didn't show this extremely basic bug. Also, what flawed assumption was I making while working on the other bug that caused me not to see this. The fix for bug 206193 introduced this even worse bug. We need to update our global_last_id locally when we create a new one. % cvs commit sm_message.c Checking in sm_message.c; /cvs/cluster/cluster/cman-kernel/src/Attic/sm_message.c,v <-- sm_message.c new revision: 1.4.2.3; previous revision: 1.4.2.2 done % cvs commit sm_message.c Checking in sm_message.c; /cvs/cluster/cluster/cman-kernel/src/Attic/sm_message.c,v <-- sm_message.c new revision: 1.4.8.3; previous revision: 1.4.8.2 done *** Bug 207690 has been marked as a duplicate of this bug. *** Fixed in current release (4.7). |