Description of problem: > I recently started getting BAD_HANDLE errors from cpg_dispatch() when leaving > a cpg: > > - cpg_leave() > - cpg_dispatch(handle, CPG_DISPATCH_ALL) > - dispatch executes a confchg for the leave > - dispatch returns 9 > > It doesn't break anything, but I'd like to avoid adding code to detect when I > should or shouldn't ignore BAD_HANDLE errors. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
Davied tried that patch, and he reports, that: > I tried the corosync patch, and cpg_dispatch error 9 is gone. So I'm closing this bug