Github user breed commented on the issue:
https://github.com/apache/zookeeper/pull/584
i'm not sure this is an issue. there is a single thread
(FileRequestProcessor) that does all the mutations, so i don't think there is a
race here. there might be a race in other places, but we need to validate that
and write a test for it.---
