maoling commented on pull request #1706: URL: https://github.com/apache/zookeeper/pull/1706#issuecomment-865536292
@DimasKovas - Thanks for your contribution. I really love this solid work. The change is minor, the work is great! - `CuttleFS` is a great tool to inject the `fsync` fault and I also read its paper: [Can Applications Recover from fsync Failures?] (https://www.usenix.org/system/files/atc20-rebello.pdf) which's great reading. - I also want to reproduce this issue with your approach, I have installed `docker` and `CuttleFS` successfully, but I cannot build `zk_cmd` with `g++ -Iinclude client.cpp libzookeeper.a libhashtable.a -o zk_cmd -pthread -DTHREADED`. I cannot find the `libzookeeper.a`, I install the official zookeeper client c-binding, what I have is `libzookeeper_mt.a` or `libzookeeper_st.a`. Could you please add more details about how to compile and build the `zk_cmd`? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org