Github user lvfangmin commented on the issue:
https://github.com/apache/zookeeper/pull/610
After revisiting the logic, I found it's not possible that the direct
children is being creating and serialized after the parent is serialized, but
the children of children might be added during fuzzy snapshot, so we do need to
handle this.---
