This is an automated email from the ASF dual-hosted git repository.
xiangweiwei pushed a commit to branch timeoutQuit
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/timeoutQuit by this push:
new 5ec1dde Remove unused parameter
5ec1dde is described below
commit 5ec1dde32dfc1322f3bbcf6be97d602fdb6ff89c
Author: Alima777 <[email protected]>
AuthorDate: Sat Oct 2 17:42:53 2021 +0800
Remove unused parameter
---
.../main/java/org/apache/iotdb/db/query/control/QueryTimeManager.java | 3 ---
1 file changed, 3 deletions(-)
diff --git
a/server/src/main/java/org/apache/iotdb/db/query/control/QueryTimeManager.java
b/server/src/main/java/org/apache/iotdb/db/query/control/QueryTimeManager.java
index 0b3212a..09be5e0 100644
---
a/server/src/main/java/org/apache/iotdb/db/query/control/QueryTimeManager.java
+++
b/server/src/main/java/org/apache/iotdb/db/query/control/QueryTimeManager.java
@@ -19,8 +19,6 @@
package org.apache.iotdb.db.query.control;
import org.apache.iotdb.db.concurrent.IoTDBThreadPoolFactory;
-import org.apache.iotdb.db.conf.IoTDBConfig;
-import org.apache.iotdb.db.conf.IoTDBDescriptor;
import org.apache.iotdb.db.exception.query.QueryTimeoutRuntimeException;
import org.apache.iotdb.db.qp.physical.PhysicalPlan;
import org.apache.iotdb.db.qp.physical.sys.ShowQueryProcesslistPlan;
@@ -44,7 +42,6 @@ import java.util.concurrent.atomic.AtomicBoolean;
public class QueryTimeManager implements IService {
private static final Logger logger =
LoggerFactory.getLogger(QueryTimeManager.class);
- private final IoTDBConfig config = IoTDBDescriptor.getInstance().getConfig();
/**
* the key of queryInfoMap is the query id and the value of queryInfoMap is
the start time, the