This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-0.15 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
commit 6d35560a503f420a860ca309514073407f88ff3a Author: Wei <[email protected]> AuthorDate: Sat Oct 23 16:47:10 2021 +0800 [Refactor] remove unused code (#6879) --- fe/fe-core/src/main/java/org/apache/doris/catalog/Database.java | 4 ---- 1 file changed, 4 deletions(-) diff --git a/fe/fe-core/src/main/java/org/apache/doris/catalog/Database.java b/fe/fe-core/src/main/java/org/apache/doris/catalog/Database.java index 0f15ff9..cfc89f7 100644 --- a/fe/fe-core/src/main/java/org/apache/doris/catalog/Database.java +++ b/fe/fe-core/src/main/java/org/apache/doris/catalog/Database.java @@ -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; --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
