You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ta...@apache.org on 2021/11/01 08:07:23 UTC

[iotdb] branch cluster- updated (ea399f5 -> de70ac0)

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

tanxinyu pushed a change to branch cluster-
in repository https://gitbox.apache.org/repos/asf/iotdb.git.


    from ea399f5  fix code smell step 1
     add de70ac0  fix code smell finish

No new revisions were added by this update.

Summary of changes:
 .../cluster/server/service/MetaAsyncService.java   | 14 +++---
 .../cluster/server/service/MetaSyncService.java    |  1 -
 .../iotdb/cluster/client/BaseClientTest.java       |  6 +--
 .../iotdb/cluster/client/ClientManagerTest.java    |  4 +-
 .../cluster/client/ClientPoolFactoryTest.java      |  4 +-
 .../db/concurrent/IoTDBDaemonThreadFactory.java    |  1 +
 .../db/concurrent/IoTDBThreadPoolFactory.java      | 51 +++++++++++++---------
 .../db/concurrent/threadpool/IThreadPoolMBean.java |  1 +
 .../WrappedScheduledExecutorServiceMBean.java      |  1 +
 .../WrappedSingleThreadExecutorService.java        |  1 +
 .../WrappedSingleThreadExecutorServiceMBean.java   |  1 +
 .../WrappedSingleThreadScheduledExecutor.java      |  1 +
 .../WrappedSingleThreadScheduledExecutorMBean.java |  1 +
 .../threadpool/WrappedThreadPoolExecutor.java      |  1 +
 .../threadpool/WrappedThreadPoolExecutorMBean.java |  1 +
 .../iotdb/db/exception/ConfigurationException.java |  5 ++-
 .../org/apache/iotdb/db/service/UpgradeSevice.java |  3 +-
 .../db/service/thrift/ThriftServiceThread.java     |  4 +-
 .../db/writelog/node/ExclusiveWriteLogNode.java    |  4 --
 .../iotdb/db/integration/IoTDBCheckConfigIT.java   |  4 +-
 .../org/apache/iotdb/rpc/RpcTransportFactory.java  |  2 +-
 21 files changed, 62 insertions(+), 49 deletions(-)