Dear Wiki user, You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change notification.
The "ZooKeeper/GSoCFailureDetector" page has been changed by AbmarBarros. http://wiki.apache.org/hadoop/ZooKeeper/GSoCFailureDetector?action=diff&rev1=5&rev2=6 -------------------------------------------------- 1. Implement the chosen failure detector methods (28th June) 1. Evaluate the QoS metrics for the implemented methods (26th July) + == Failure detection methods' references == + + * Wei Chen, Sam Toueg, Marcos Kawazoe Aguilera, '''On the Quality of Service of Failure Detectors''', IEEE Transactions on Computers, vol. 51, no. 1, pp. 13-32, Jan. 2002, doi:10.1109/12.980014 + * Marin Bertier, Olivier Marin, Pierre Sens, '''Implementation and Performance Evaluation of an Adaptable Failure Detector''', Proceedings of the 2002 International Conference on Dependable Systems and Networks, p.354-363, June 23-26, 2002 + * Naohiro Hayashibara, Xavier Défago, Rami Yared, Takuya Katayama, '''The Φ Accrual Failure Detector''', srds, pp.66-78, 23rd IEEE International Symposium on Reliable Distributed Systems (SRDS'04), 2004 + + == Specific objectives == + 1. Write pseudo-codes for the proposed algorithms + 1. Create FailureDetector interface + 1. Write implementations and tests of the FailureDetector interface based on the proposed algorithms + 1. Refactor client-side code of the client-server monitoring to use the proposed FailureDetector interface + 1. Make the failure detection and its parameters configurable on the client + 1. Refactor server-side code of the client-server monitoring to use the proposed FailureDetector interface + 1. Refactor the code of the server-server monitoring to use the proposed FailureDetector interface + 1. Make the failure detection and its parameters configurable on the server (to server-server and client-server monitoring) + 1. Evaluate the QoS metrics with experimentation + 1. Write Forrest docs + == Related JIRA == * [[https://issues.apache.org/jira/browse/ZOOKEEPER-702|ZOOKEEPER-702]] + + == Progress Report == == Design decisions ==
