You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@iotdb.apache.org by "刘珍 (Jira)" <ji...@apache.org> on 2022/10/26 06:59:00 UTC

[jira] [Created] (IOTDB-4761) [ flush ] ERROR o.a.i.d.m.p.e.c.ConfigExecution:124 - Failures happened during running ConfigExecution

刘珍 created IOTDB-4761:
-------------------------

             Summary: [ flush ] ERROR o.a.i.d.m.p.e.c.ConfigExecution:124 - Failures happened during running ConfigExecution
                 Key: IOTDB-4761
                 URL: https://issues.apache.org/jira/browse/IOTDB-4761
             Project: Apache IoTDB
          Issue Type: Bug
          Components: mpp-cluster
    Affects Versions: 0.14.0-SNAPSHOT
            Reporter: 刘珍
            Assignee: Yongzao Dan
         Attachments: screenshot-1.png

/ssd_data/mpp_test/m_1025_cbc6225

schema region : ratis
data region : multiLeader
3rep , 3C3D
During benchmark writing, ip72 is set to read-only due to "no space left on device".
Wait for the benchmark write to complete, ip72 release disk space.
ip72 : SET SYSTEM TO RUNNING
Wait for synchronization to complete
ip72 : flush   , datanode error log:
2022-10-26 14:48:29,578 [pool-21-IoTDB-MPPCoordinator-14] ERROR o.a.i.d.m.p.e.c.ConfigExecution:124 - Failures happened during running ConfigExecution. 
org.apache.thrift.TException: Error in calling method flush
	at org.apache.iotdb.commons.client.sync.SyncThriftClientWithErrorHandler.intercept(SyncThriftClientWithErrorHandler.java:94)
	at org.apache.iotdb.db.client.ConfigNodeClient$$EnhancerByCGLIB$$4b2c71c8.flush(<generated>)
	at org.apache.iotdb.db.mpp.plan.execution.config.executor.ClusterConfigTaskExecutor.flush(ClusterConfigTaskExecutor.java:516)
	at org.apache.iotdb.db.mpp.plan.execution.config.sys.FlushTask.execute(FlushTask.java:58)
	at org.apache.iotdb.db.mpp.plan.execution.config.ConfigExecution.start(ConfigExecution.java:99)
	at org.apache.iotdb.db.mpp.plan.Coordinator.execute(Coordinator.java:146)
	at org.apache.iotdb.db.service.thrift.impl.ClientRPCServiceImpl.executeStatement(ClientRPCServiceImpl.java:601)
	at org.apache.iotdb.service.rpc.thrift.IClientRPCService$Processor$executeStatement.getResult(IClientRPCService.java:3037)
	at org.apache.iotdb.service.rpc.thrift.IClientRPCService$Processor$executeStatement.getResult(IClientRPCService.java:3017)
	at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:38)
	at org.apache.thrift.TBaseProcessor.process(TBaseProcessor.java:38)
	at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:248)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: org.apache.thrift.TException: Fail to connect to any config node. Please check server status
	at org.apache.iotdb.db.client.ConfigNodeClient.flush(ConfigNodeClient.java:722)
	at org.apache.iotdb.db.client.ConfigNodeClient$$EnhancerByCGLIB$$4b2c71c8.CGLIB$flush$70(<generated>)
	at org.apache.iotdb.db.client.ConfigNodeClient$$EnhancerByCGLIB$$4b2c71c8$$FastClassByCGLIB$$46f69aba.invoke(<generated>)
	at net.sf.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:228)
	at org.apache.iotdb.commons.client.sync.SyncThriftClientWithErrorHandler.intercept(SyncThriftClientWithErrorHandler.java:55)
	... 14 common frames omitted

 !image-2022-10-26-14-57-33-683.png! 

The test process is the same as
https://issues.apache.org/jira/browse/IOTDB-4752



--
This message was sent by Atlassian Jira
(v8.20.10#820010)