[improvement](FQDN)Remove unused code (#19638)

This commit is contained in:
zhangdong
2023-05-16 08:48:20 +08:00
committed by GitHub
parent e2b8c0004b
commit 8ec18660fe
2 changed files with 2 additions and 3 deletions

View File

@ -91,11 +91,11 @@ public class BDBHA implements HAProtocol {
throw new Exception(status.toString());
}
} catch (Exception e) {
LOG.error("fencing failed. tried {} times", i, e);
LOG.warn("fencing failed. tried {} times", i, e);
try {
Thread.sleep(2000);
} catch (InterruptedException e1) {
LOG.warn("", e1);
LOG.warn("fencing sleep exception:", e1);
}
}
}