[Bugs] [Bug 1618932] dht-selfheal.c: Directory selfheal failed
bugzilla at redhat.com
bugzilla at redhat.com
Thu Sep 20 14:00:45 UTC 2018
https://bugzilla.redhat.com/show_bug.cgi?id=1618932
--- Comment #18 from frostyplanet at gmail.com ---
Previously in my debuging with v3.12.11, after setting "network.ping-timeout"
to 0, the client side behaviour is looping in reconnecting to all the bricks,
success after a long time. If set client.event-thread to 24 (equal to number
of bricks), heal info success in 30 seconds. So it leads to my suspect.
Afterwards I used git bisect to locate commit 94faf8c4a1 and 086f1d08 were
the cause.
commit 94faf8c4a1 added two events to fire, but
EVENT_AFR_SUBVOL_UP/EVENT_AFR_SUBVOLS_DOWN are not processed in any where of
the code.
Commit 086f1d08 removed some variable initialization code, seams a regression.
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
More information about the Bugs
mailing list