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 2023/02/10 09:27:00 UTC

[jira] [Created] (IOTDB-5518) [ insert + drop database ] Msg: 305: Error in calling method deleteStorageGroups

刘珍 created IOTDB-5518:
-------------------------

             Summary: [ insert + drop database ] Msg: 305: Error in calling method deleteStorageGroups
                 Key: IOTDB-5518
                 URL: https://issues.apache.org/jira/browse/IOTDB-5518
             Project: Apache IoTDB
          Issue Type: Bug
          Components: mpp-cluster
    Affects Versions: 1.1.0-SNAPSHOT
            Reporter: 刘珍
            Assignee: Xinyu Tan
         Attachments: image-2023-02-10-17-25-55-548.png

master 0210_8757400
问题描述:
benchmark 执行创建元数据,写入数据,开始insert后,cli执行drop database root.**,  
返回
Msg: 305: Error in calling method deleteStorageGroups, because: Fail to connect to any config node. Please check status of ConfigNodes
再之后,执行show databases 操作,立即返回Msg:305:null
/data/iotdb/m_0210_8757400/sbin/start-cli.sh -h 172.16.2.2 -e 'show databases'
Msg: 305: null

测试环境 私有云1期
1.3副本3C5D
3confignode :172.16.2.23/24 /25    /data/iotdb/m_0210_8757400/logs
5datanode : 172.16.2.2/3/4/5/6      /data1/iotdb/m_0210_8757400/logs
benchmark 在 172.16.2.26 /data/iotdb/benchmark_v1

数据库配置
ConfigNode
MAX_HEAP_SIZE="20G"
MAX_DIRECT_MEMORY_SIZE="6G"
DataNode
MAX_HEAP_SIZE="20G"
MAX_DIRECT_MEMORY_SIZE="6G"
Common配置
schema_replication_factor=3
data_replication_factor=3

2. 启动benchmark
创建元数据完成,开始写入数据 :

/data/iotdb/m_0210_8757400/sbin/start-cli.sh -h 172.16.2.2 -e 'drop database root.**'
Msg: 305: Error in calling method deleteStorageGroups, because: Fail to connect to any config node. Please check status of ConfigNodes

[root@i-66xazbht deploy_mpp_scripts_3c5d]#  /data/iotdb/m_0210_8757400/sbin/start-cli.sh -h 172.16.2.2 -e 'show databases'
立即返回如下信息
Msg: 305: null

 !image-2023-02-10-17-25-55-548.png! 

3. 详细日志见附件





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