Skip to content

Commit

Permalink
remove internal reset
Browse files Browse the repository at this point in the history
  • Loading branch information
diegopacheco committed Dec 14, 2016
1 parent 6c2c2cd commit 8bde48e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ private List<DynomiteNodeInfo> checkAllNodes(String clusterName,List<DynomiteNod
}catch(Exception e){
System.out.println("Could not Connet on Node: " + node + " EX: " + e);
}finally{
Hystrix.reset();
//Hystrix.reset();
}
}
return validNodes;
Expand Down

0 comments on commit 8bde48e

Please sign in to comment.