Skip to content

Commit

Permalink
Switched failure detector back to BannagePeriodFailureDetector due to…
Browse files Browse the repository at this point in the history
… instability with ThresholdFailureDetector
  • Loading branch information
afeinberg committed Jun 17, 2010
1 parent eb5dcb6 commit 3798609
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -41,7 +41,7 @@

public class FailureDetectorConfig {

public static final String DEFAULT_IMPLEMENTATION_CLASS_NAME = ThresholdFailureDetector.class.getName();
public static final String DEFAULT_IMPLEMENTATION_CLASS_NAME = BannagePeriodFailureDetector.class.getName();

public static final long DEFAULT_BANNAGE_PERIOD = 30000;

Expand Down

0 comments on commit 3798609

Please sign in to comment.