This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch opt_dict_perf
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/opt_dict_perf by this push:
new e41d6ca1cb f
e41d6ca1cb is described below
commit e41d6ca1cba948db5653c44a02041953502a8c2a
Author: yiguolei <[email protected]>
AuthorDate: Tue Mar 14 10:30:44 2023 +0800
f
---
fe/fe-core/src/main/java/org/apache/doris/catalog/Table.java | 3 +++
fe/fe-core/src/main/java/org/apache/doris/catalog/TabletStatMgr.java | 4 +++-
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/fe/fe-core/src/main/java/org/apache/doris/catalog/Table.java
b/fe/fe-core/src/main/java/org/apache/doris/catalog/Table.java
index a5cd47d07a..420d848782 100644
--- a/fe/fe-core/src/main/java/org/apache/doris/catalog/Table.java
+++ b/fe/fe-core/src/main/java/org/apache/doris/catalog/Table.java
@@ -158,6 +158,9 @@ public abstract class Table extends MetaObject implements
Writable, TableIf {
}
if (res) {
LOG.info("{} hold yyyyylreadock", getName(), new Exception());
+ } else {
+ LOG.info("{} hold yyyyylreadock failed", getName(), new
Exception());
+ LOG.info("{} hold yyyyylreadock owner {}", getName(),
this.rwLock.getOwner());
}
return res;
} catch (InterruptedException e) {
diff --git
a/fe/fe-core/src/main/java/org/apache/doris/catalog/TabletStatMgr.java
b/fe/fe-core/src/main/java/org/apache/doris/catalog/TabletStatMgr.java
index f507e4ecb8..1c12a398e3 100644
--- a/fe/fe-core/src/main/java/org/apache/doris/catalog/TabletStatMgr.java
+++ b/fe/fe-core/src/main/java/org/apache/doris/catalog/TabletStatMgr.java
@@ -50,7 +50,9 @@ public class TabletStatMgr extends MasterDaemon {
}
@Override
- protected void runAfterCatalogReady() {
+ protected void runAfterCatalogReady() {}
+
+ protected void runAfterCatalogReady2() {
ImmutableMap<Long, Backend> backends =
Env.getCurrentSystemInfo().getIdToBackend();
long start = System.currentTimeMillis();
taskPool.submit(() -> {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]