This is an automated email from the ASF dual-hosted git repository.
morningman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
The following commit(s) were added to refs/heads/master by this push:
new 696790b [Refactor] remove unused code (#6879)
696790b is described below
commit 696790b3972ab5dfd6521b8dbc19a48f9628106f
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]