Comment 12 for bug 1285380

Revision history for this message
Raghavendra D Prabhu (raghavendra-prabhu) wrote :

One more thing:

because of this condition:

            else if (node->status >= GCS_NODE_STATE_JOINER) {
                /* will eventually become SYNCED */
                return -EAGAIN;
            }

a node which is itself a joiner (other than this joiner) may end
up being chosen as the donor which can lead to really long wait
times for this donor.