You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2022/10/27 07:36:08 UTC

[iotdb] branch HTHou-patch-1 created (now 564cc52a04)

This is an automated email from the ASF dual-hosted git repository.

haonan pushed a change to branch HTHou-patch-1
in repository https://gitbox.apache.org/repos/asf/iotdb.git


      at 564cc52a04 [To rel/0.13] remove useless log

This branch includes the following new commits:

     new 564cc52a04 [To rel/0.13] remove useless log

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[iotdb] 01/01: [To rel/0.13] remove useless log

Posted by ha...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

haonan pushed a commit to branch HTHou-patch-1
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit 564cc52a049cb59b9c09dd987d992312b4361ff0
Author: Haonan <hh...@outlook.com>
AuthorDate: Thu Oct 27 15:36:02 2022 +0800

    [To rel/0.13] remove useless log
---
 .../java/org/apache/iotdb/db/service/thrift/ThriftServiceThread.java     | 1 -
 1 file changed, 1 deletion(-)

diff --git a/server/src/main/java/org/apache/iotdb/db/service/thrift/ThriftServiceThread.java b/server/src/main/java/org/apache/iotdb/db/service/thrift/ThriftServiceThread.java
index 7deb504be3..53cf755ad0 100644
--- a/server/src/main/java/org/apache/iotdb/db/service/thrift/ThriftServiceThread.java
+++ b/server/src/main/java/org/apache/iotdb/db/service/thrift/ThriftServiceThread.java
@@ -155,7 +155,6 @@ public class ThriftServiceThread extends Thread {
       TThreadPoolServer.Args poolArgs =
           initSyncedPoolArgs(processor, threadsName, maxWorkerThreads, timeoutSecond);
       poolServer = new TThreadPoolServer(poolArgs);
-      logger.warn("注册EventHandler");
       poolServer.setServerEventHandler(serverEventHandler);
     } catch (TTransportException e) {
       catchFailedInitialization(e);