[Refactor] remove unused code (#6879)
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user