// This was added with CDH 4.2, where on shutdown HBase's snapshot manager closed a zookeeper
// connection which later on was still used by another component, which then got into a retry loop,
// leading to a slow shutdown.
conf.setInt("zookeeper.recovery.retry.intervalmill", 100);
return new HBaseTestingUtility(conf, clearData);
}