[Refactor] remove unused code (#6879)

This commit is contained in:
Wei
2021-10-23 16:47:10 +08:00
committed by GitHub
parent a8e3a74ac6
commit 696790b397

View File

@ -76,10 +76,6 @@ import java.util.stream.Collectors;
public class Database extends MetaObject implements Writable {
private static final Logger LOG = LogManager.getLogger(Database.class);
// empirical value.
// assume that the time a lock is held by thread is less than 100ms
public static final long TRY_LOCK_TIMEOUT_MS = 100L;
private long id;
private volatile String fullQualifiedName;
private String clusterName;