Hi, I want to test Zookeeper performance after making certain modifications to the code as a part of a distributed systems course in grad school.
Before testing myself, I was looking at the evaluation section of "ZooKeeper: Wait-free coordination for Internet-scale systems <https://www.usenix.org/legacy/event/usenix10/tech/full_papers/Hunt.pdf>". To test the latency and throughput of writes, they are creating a node, waiting for create to finish and then deleting the node before starting with a new create. Is there any specific reason behind* deleting *the created node before creating another one? -- Thanks and Regards, Anita
