Hello Everyone,
(Posting again since I did not see this post)
I am using storm 0.8.0 with zookeeper 3.3.6 in a 5 node cluster. I ran
storm overnight under heavy load processing terabytes of data. After few
hours 3 supervisor node died with exception:
2012-12-21 02:59:11 event [ERROR] Error when processing event
java.io.FileNotFoundException: File
'/home/riteshadval/storm-cluster/storm-data/supervisor/stormdist/remote-9-1355966535/stormconf.ser'
does not exist
at
org.apache.commons.io.FileUtils.openInputStream(FileUtils.java:137)
Searching for this error on forum, I found this topic:
https://groups.google.com/forum/#!msg/storm-user/DcX79-qoSck/gH8s_j8rSYoJ
Where someone has fixed this issue with using zookeeper 3.3.3 which is what
storm is bundling.
I could not find zookeeper 3.3.3 download from zookeeper download site.
Even the latest dev releasing using this same version of zookeeper.
Any suggestions on what version of zookeeper to use if not 3.3.3?
Thanks
Ritesh