taosdata / TDengine

TDengine is an open source, high-performance, cloud native time-series database optimized for Internet of Things (IoT), Connected Cars, Industrial IoT and DevOps.
https://tdengine.com
GNU Affero General Public License v3.0
23.08k stars 4.84k forks source link

When the taosd service is started, a null pointer is reported? #5274

Closed dacaibi2019 closed 2 years ago

dacaibi2019 commented 3 years ago

环境: linux taosd 10.0 启动的时候报错: Error in `/usr/bin/taosd': malloc(): memory corruption: 0x00007f3afcce44e0 Error in `/usr/bin/taosd': malloc(): memory corruption: 0x00007f3afcce44e0 查看日志内容如下: `[root@tdserver home]# /usr/bin/taosd

02/25 10:41:37.692041 0x7f4e7f305740 UTL all debug flag are set to 135 02/25 10:41:37.692920 0x7f4e7f305740 UTL all debug flag are set to 135 02/25 10:41:37.692976 0x7f4e7f305740 DND start to initialize TDengine 02/25 10:41:37.693060 0x7f4e7f305740 UTL all debug flag are set to 135 02/25 10:41:37.693638 0x7f4e7f305740 UTL localEp is: tdserver:6030 02/25 10:41:37.694782 0x7f4e7f305740 UTL WARN timezone not configured, set to system default: (CST, +0800) 02/25 10:41:37.694928 0x7f4e7f305740 UTL WARN locale not configured, set to system default:zh_CN.UTF-8 02/25 10:41:37.694977 0x7f4e7f305740 UTL WARN charset not configured, set to system default:UTF-8 02/25 10:41:37.695081 0x7f4e7f305740 UTL taos config & system info: 02/25 10:41:37.695115 0x7f4e7f305740 UTL ================================== 02/25 10:41:37.695148 0x7f4e7f305740 UTL firstEp: tdserver:6030 02/25 10:41:37.695226 0x7f4e7f305740 UTL secondEp: tdserver:6030 02/25 10:41:37.695261 0x7f4e7f305740 UTL fqdn: tdserver 02/25 10:41:37.695295 0x7f4e7f305740 UTL serverPort: 6030 02/25 10:41:37.695330 0x7f4e7f305740 UTL configDir: /etc/taos 02/25 10:41:37.695363 0x7f4e7f305740 UTL logDir: /var/log/taos 02/25 10:41:37.695397 0x7f4e7f305740 UTL scriptDir: /etc/taos 02/25 10:41:37.695432 0x7f4e7f305740 UTL dataDir: /var/lib/taos 02/25 10:41:37.695465 0x7f4e7f305740 UTL arbitrator:
02/25 10:41:37.695499 0x7f4e7f305740 UTL numOfThreadsPerCore: 1.000000 02/25 10:41:37.695547 0x7f4e7f305740 UTL numOfCommitThreads: 1 02/25 10:41:37.695581 0x7f4e7f305740 UTL ratioOfQueryCores: 1.000000 02/25 10:41:37.695618 0x7f4e7f305740 UTL numOfMnodes: 3 02/25 10:41:37.695651 0x7f4e7f305740 UTL vnodeBak: 1 02/25 10:41:37.695685 0x7f4e7f305740 UTL telemetryReporting: 1 02/25 10:41:37.695719 0x7f4e7f305740 UTL balance: 1 02/25 10:41:37.695752 0x7f4e7f305740 UTL balanceInterval: 300 02/25 10:41:37.695786 0x7f4e7f305740 UTL role: 0 02/25 10:41:37.695819 0x7f4e7f305740 UTL maxTmrCtrl: 512 02/25 10:41:37.695852 0x7f4e7f305740 UTL monitorInterval: 30(s) 02/25 10:41:37.695886 0x7f4e7f305740 UTL offlineThreshold: 8640000(s) 02/25 10:41:37.695919 0x7f4e7f305740 UTL rpcTimer: 1000(ms) 02/25 10:41:37.695953 0x7f4e7f305740 UTL rpcMaxTime: 600(s) 02/25 10:41:37.695987 0x7f4e7f305740 UTL statusInterval: 1(s) 02/25 10:41:37.696021 0x7f4e7f305740 UTL shellActivityTimer: 3(s) 02/25 10:41:37.696057 0x7f4e7f305740 UTL tableMetaKeepTimer: 7200(s) 02/25 10:41:37.696091 0x7f4e7f305740 UTL minSlidingTime: 10(ms) 02/25 10:41:37.696124 0x7f4e7f305740 UTL minIntervalTime: 10(ms) 02/25 10:41:37.696166 0x7f4e7f305740 UTL maxStreamCompDelay: 20000(ms) 02/25 10:41:37.696223 0x7f4e7f305740 UTL maxFirstStreamCompDelay:10000(ms) 02/25 10:41:37.696256 0x7f4e7f305740 UTL retryStreamCompDelay: 10(ms) 02/25 10:41:37.696288 0x7f4e7f305740 UTL streamCompDelayRatio: 0.100000 02/25 10:41:37.696325 0x7f4e7f305740 UTL maxVgroupsPerDb: 0 02/25 10:41:37.696359 0x7f4e7f305740 UTL maxTablesPerVnode: 1000000 02/25 10:41:37.696392 0x7f4e7f305740 UTL minTablesPerVnode: 1000 02/25 10:41:37.696424 0x7f4e7f305740 UTL tableIncStepPerVnode: 1000 02/25 10:41:37.696457 0x7f4e7f305740 UTL cache: 16(Mb) 02/25 10:41:37.696489 0x7f4e7f305740 UTL blocks: 6 02/25 10:41:37.696523 0x7f4e7f305740 UTL days: 10 02/25 10:41:37.696556 0x7f4e7f305740 UTL keep: 3650 02/25 10:41:37.696588 0x7f4e7f305740 UTL minRows: 100 02/25 10:41:37.696616 0x7f4e7f305740 UTL maxRows: 4096 02/25 10:41:37.696648 0x7f4e7f305740 UTL comp: 2 02/25 10:41:37.696681 0x7f4e7f305740 UTL walLevel: 1 02/25 10:41:37.696713 0x7f4e7f305740 UTL fsync: 3000 02/25 10:41:37.696746 0x7f4e7f305740 UTL replica: 1 02/25 10:41:37.696791 0x7f4e7f305740 UTL quorum: 1 02/25 10:41:37.696824 0x7f4e7f305740 UTL update: 0 02/25 10:41:37.696857 0x7f4e7f305740 UTL compressMsgSize: -1 02/25 10:41:37.696890 0x7f4e7f305740 UTL maxSQLLength: 65480(byte) 02/25 10:41:37.696923 0x7f4e7f305740 UTL maxNumOfOrderedRes: 100000 02/25 10:41:37.696956 0x7f4e7f305740 UTL queryBufferSize: -1(byte) 02/25 10:41:37.696988 0x7f4e7f305740 UTL retrieveBlockingModel: 0 02/25 10:41:37.697022 0x7f4e7f305740 UTL timezone: (CST, +0800) 02/25 10:41:37.697054 0x7f4e7f305740 UTL locale: zh_CN.UTF-8 02/25 10:41:37.697087 0x7f4e7f305740 UTL charset: UTF-8 02/25 10:41:37.697119 0x7f4e7f305740 UTL maxShellConns: 5000 02/25 10:41:37.697171 0x7f4e7f305740 UTL maxConnections: 5000 02/25 10:41:37.697206 0x7f4e7f305740 UTL minimalLogDirGB: 0.100000(GB) 02/25 10:41:37.697242 0x7f4e7f305740 UTL minimalTmpDirGB: 0.100000(GB) 02/25 10:41:37.697276 0x7f4e7f305740 UTL minimalDataDirGB: 0.500000(GB) 02/25 10:41:37.697311 0x7f4e7f305740 UTL mnodeEqualVnodeNum: 4 02/25 10:41:37.697344 0x7f4e7f305740 UTL flowctrl: 1 02/25 10:41:37.697376 0x7f4e7f305740 UTL http: 1 02/25 10:41:37.697408 0x7f4e7f305740 UTL mqtt: 0 02/25 10:41:37.697441 0x7f4e7f305740 UTL monitor: 1 02/25 10:41:37.697474 0x7f4e7f305740 UTL stream: 1 02/25 10:41:37.697506 0x7f4e7f305740 UTL httpEnableRecordSql: 0 02/25 10:41:37.697539 0x7f4e7f305740 UTL telegrafUseFieldNum: 0 02/25 10:41:37.697571 0x7f4e7f305740 UTL httpMaxThreads: 2 02/25 10:41:37.697603 0x7f4e7f305740 UTL restfulRowLimit: 10240 02/25 10:41:37.697636 0x7f4e7f305740 UTL numOfLogLines: 10000000 02/25 10:41:37.697668 0x7f4e7f305740 UTL logKeepDays: 0 02/25 10:41:37.697701 0x7f4e7f305740 UTL asyncLog: 1 02/25 10:41:37.697734 0x7f4e7f305740 UTL debugFlag: 135 02/25 10:41:37.697766 0x7f4e7f305740 UTL mDebugFlag: 135 02/25 10:41:37.697799 0x7f4e7f305740 UTL dDebugFlag: 135 02/25 10:41:37.697831 0x7f4e7f305740 UTL sDebugFlag: 135 02/25 10:41:37.697864 0x7f4e7f305740 UTL wDebugFlag: 135 02/25 10:41:37.697896 0x7f4e7f305740 UTL sdbDebugFlag: 135 02/25 10:41:37.697928 0x7f4e7f305740 UTL rpcDebugFlag: 135 02/25 10:41:37.697961 0x7f4e7f305740 UTL tmrDebugFlag: 131 02/25 10:41:37.697993 0x7f4e7f305740 UTL cDebugFlag: 135 02/25 10:41:37.698025 0x7f4e7f305740 UTL jniDebugFlag: 135 02/25 10:41:37.698063 0x7f4e7f305740 UTL odbcDebugFlag: 135 02/25 10:41:37.698095 0x7f4e7f305740 UTL uDebugFlag: 135 02/25 10:41:37.698139 0x7f4e7f305740 UTL httpDebugFlag: 135 02/25 10:41:37.698180 0x7f4e7f305740 UTL mqttDebugFlag: 135 02/25 10:41:37.698212 0x7f4e7f305740 UTL monDebugFlag: 135 02/25 10:41:37.698245 0x7f4e7f305740 UTL qDebugFlag: 135 02/25 10:41:37.698277 0x7f4e7f305740 UTL vDebugFlag: 135 02/25 10:41:37.698309 0x7f4e7f305740 UTL tsdbDebugFlag: 135 02/25 10:41:37.698342 0x7f4e7f305740 UTL cqDebugFlag: 135 02/25 10:41:37.698375 0x7f4e7f305740 UTL enableRecordSql: 0 02/25 10:41:37.698407 0x7f4e7f305740 UTL enableCoreFile: 0 02/25 10:41:37.698439 0x7f4e7f305740 UTL gitinfo: c55c4646644b1c8e4c1105a4e34104cc5c4856fe 02/25 10:41:37.698472 0x7f4e7f305740 UTL gitinfoOfInternal: NULL 02/25 10:41:37.698505 0x7f4e7f305740 UTL buildinfo: Built at 2020-12-13 10:31 02/25 10:41:37.698538 0x7f4e7f305740 UTL version: 2.0.10.0 02/25 10:41:37.698570 0x7f4e7f305740 UTL maxBinaryDisplayWidth: 30 02/25 10:41:37.698604 0x7f4e7f305740 UTL tempDir: /tmp/ 02/25 10:41:37.698637 0x7f4e7f305740 UTL os pageSize: 4096(KB) 02/25 10:41:37.698670 0x7f4e7f305740 UTL os openMax: 250000 02/25 10:41:37.698709 0x7f4e7f305740 UTL os streamMax: 16 02/25 10:41:37.698741 0x7f4e7f305740 UTL os numOfCores: 4 02/25 10:41:37.698772 0x7f4e7f305740 UTL os totalDisk: 19.561153(GB) 02/25 10:41:37.698808 0x7f4e7f305740 UTL os totalMemory: 7765(MB) 02/25 10:41:37.698846 0x7f4e7f305740 UTL os sysname: Linux 02/25 10:41:37.698878 0x7f4e7f305740 UTL os nodename: tdserver 02/25 10:41:37.698910 0x7f4e7f305740 UTL os release: 2.6.32-573.el6.x86_64 02/25 10:41:37.698942 0x7f4e7f305740 UTL os version: #1 SMP Thu Jul 23 15:44:03 UTC 2015 02/25 10:41:37.698974 0x7f4e7f305740 UTL os machine: x86_64 02/25 10:41:37.699005 0x7f4e7f305740 UTL ================================== 02/25 10:41:37.699114 0x7f4e7f305740 DND dnode storage is initialized at /var/lib/taos/dnode 02/25 10:41:37.699263 0x7f4e7f305740 DND read file /var/lib/taos/dnode/dnodeCfg.json successed 02/25 10:41:37.699333 0x7f4e7f305740 DND dnodeId is set to 1, clusterId is set to d5bc2248-c58a-405d-8a81-923baf09a7d0 02/25 10:41:37.699544 0x7f4e7f305740 DND successed to write /var/lib/taos/dnode/dnodeCfg.json 02/25 10:41:37.699581 0x7f4e7f305740 DND dnode cfg is initialized 02/25 10:41:37.699702 0x7f4e7f305740 DND read file /var/lib/taos/dnode/dnodeEps.json successed 02/25 10:41:37.699829 0x7f4e7f305740 DND dnode eps is initialized 02/25 10:41:37.699928 0x7f4e7f305740 DND read file /var/lib/taos/dnode/mnodeEpSet.json successed 02/25 10:41:37.699961 0x7f4e7f305740 DND print minfos, mnodeNum:1 inUse:0 02/25 10:41:37.699993 0x7f4e7f305740 DND mnode index:1, tdserver:6030 02/25 10:41:37.700045 0x7f4e7f305740 DND print minfos, mnodeNum:1 inUse:0 02/25 10:41:37.700079 0x7f4e7f305740 DND mnode index:1, tdserver:6030 02/25 10:41:37.700111 0x7f4e7f305740 DND dnode minfos is initialized 02/25 10:41:37.700275 0x7f4e7f305740 WAL wal module is initialized, refId:3 02/25 10:41:37.700626 0x7f4e7f305740 DND dnode check is initialized 02/25 10:41:37.700671 0x7f4e7f305740 UTL worker:vquery is initialized, min:4 max:4 02/25 10:41:37.700711 0x7f4e7f305740 UTL worker:vfetch is initialized, min:4 max:4 02/25 10:41:37.700745 0x7f4e7f305740 DND dnode vwrite is initialized, max worker 4 02/25 10:41:37.700940 0x7f4e7f305740 UTL worker:vmgmt is initialized, min:1 max:1 02/25 10:41:37.701039 0x7f4e7f305740 DND dnode vmgmt is initialized 02/25 10:41:37.701917 0x7f4e7f305740 DND dnode inter-dnodes rpc client is initialized 02/25 10:41:37.702487 0x7f4e7f305740 DND dnode inter-dnodes RPC server is initialized 02/25 10:41:37.703042 0x7f4e6b4ff700 VND vgId:7, load vnode cfg successfully, replcia:1 02/25 10:41:37.703092 0x7f4e6b4ff700 VND vgId:7, dnode:1, tdserver:6040 02/25 10:41:37.703102 0x7f4e6aafe700 VND vgId:2, load vnode cfg successfully, replcia:1 02/25 10:41:37.703171 0x7f4e6b4ff700 VND vgId:7, read /var/lib/taos/vnode/vnode7/version.json successfully, fver:108432 02/25 10:41:37.703162 0x7f4e6aafe700 VND vgId:2, dnode:1, tdserver:6040 02/25 10:41:37.703297 0x7f4e6aafe700 VND vgId:2, read /var/lib/taos/vnode/vnode2/version.json successfully, fver:13535 02/25 10:41:37.703960 0x7f4e6b4ff700 CQ vgId:7, CQ is opened 02/25 10:41:37.703961 0x7f4e6aafe700 CQ vgId:2, CQ is opened 02/25 10:41:37.706062 0x7f4e6aafe700 WAL vgId:2, file:/var/lib/taos/vnode/vnode2/wal/wal1, will be restored 02/25 10:41:37.706234 0x7f4e6aafe700 WAL vgId:2, file:/var/lib/taos/vnode/vnode2/wal/wal1, restore success, wver:0 02/25 10:41:37.706376 0x7f4e6aafe700 WAL vgId:2, wal:0x7f4e5c029360 file:/var/lib/taos/vnode/vnode2/wal/wal1, it is removed 02/25 10:41:37.707146 0x7f4e6aafe700 VND vgId:2, sync role changed from offline to master 02/25 10:41:37.707201 0x7f4e6aafe700 CQ vgId:2, start all CQs 02/25 10:41:37.708121 0x7f4e6b4ff700 WAL vgId:7, file:/var/lib/taos/vnode/vnode7/wal/wal1, will be restored 02/25 10:41:37.708227 0x7f4e6b4ff700 WAL vgId:7, file:/var/lib/taos/vnode/vnode7/wal/wal1, restore success, wver:0 02/25 10:41:37.708353 0x7f4e6b4ff700 WAL vgId:7, wal:0x7f4e640433b0 file:/var/lib/taos/vnode/vnode7/wal/wal1, it is removed 02/25 10:41:37.709082 0x7f4e6b4ff700 VND vgId:7, sync role changed from offline to master 02/25 10:41:37.709122 0x7f4e6b4ff700 CQ vgId:7, start all CQs 02/25 10:41:37.709218 0x7f4e7f305740 DND there are total vnodes:2, openned:2 02/25 10:41:37.709319 0x7f4e7f305740 MND starting to initialize mnode ... 02/25 10:41:37.710690 0x7f4e7f305740 MND vgId:1, sdb write is opened 02/25 10:41:37.710793 0x7f4e7f305740 SDB vgId:1, open wal for restore 02/25 10:41:37.710864 0x7f4e7f305740 WAL vgId:1, file:/var/lib/taos/mnode/wal/wal0, will be restored 02/25 10:41:37.710965 0x7f4e7f305740 MND dnode:1, fqdn:tdserver ep:tdserver:6030 port:6030, do insert action 02/25 10:41:37.711011 0x7f4e7f305740 MND mnode:1, fqdn:tdserver ep:tdserver:6030 port:6030, do insert action 02/25 10:41:37.711425 0x7f4e7f305740 MND db:0.cms1, all child tables will be dropped from sdb 02/25 10:41:37.713802 0x7f4e7f305740 MND db:0.cms1, all child tables:0 is dropped from sdb 02/25 10:41:37.713890 0x7f4e7f305740 MND db:0.cms1, all super tables will be dropped from sdb 02/25 10:41:37.713936 0x7f4e7f305740 MND db:0.cms1, all super tables:0 is dropped from sdb 02/25 10:41:37.713976 0x7f4e7f305740 MND db:0.cms1, all vgroups will be dropped from sdb 02/25 10:41:37.714018 0x7f4e7f305740 MND db:0.cms1, all vgroups:0 is dropped from sdb 02/25 10:41:37.714399 0x7f4e7f305740 MND stable:0.cms.filetransfer uid:16929453879483963718, all child tables:0 will be dropped from sdb 02/25 10:41:37.716391 0x7f4e7f305740 MND stable:0.cms.filetransfer, all child tables:0 is dropped from sdb 02/25 10:41:37.716515 0x7f4e7f305740 MND stable:0.cms.hbasesync uid:16929455106351439008, all child tables:0 will be dropped from sdb 02/25 10:41:37.718576 0x7f4e7f305740 MND stable:0.cms.hbasesync, all child tables:0 is dropped from sdb 02/25 10:41:37.718699 0x7f4e7f305740 MND stable:0.cms.h225proxy uid:16929454746396269507, all child tables:0 will be dropped from sdb 02/25 10:41:37.720747 0x7f4e7f305740 MND stable:0.cms.h225proxy, all child tables:0 is dropped from sdb 02/25 10:41:37.720863 0x7f4e7f305740 MND stable:0.cms.broadcastproxy uid:16929452599348827666, all child tables:0 will be dropped from sdb 02/25 10:41:37.722923 0x7f4e7f305740 MND stable:0.cms.broadcastproxy, all child tables:0 is dropped from sdb 02/25 10:41:37.723047 0x7f4e7f305740 MND stable:0.cms.smtpproxy uid:16929584036957924498, all child tables:0 will be dropped from sdb 02/25 10:41:37.725122 0x7f4e7f305740 MND stable:0.cms.smtpproxy, all child tables:0 is dropped from sdb 02/25 10:41:37.725255 0x7f4e7f305740 MND stable:0.cms.rtspproxy uid:16929459606504089153, all child tables:0 will be dropped from sdb 02/25 10:41:37.727309 0x7f4e7f305740 MND stable:0.cms.rtspproxy, all child tables:0 is dropped from sdb 02/25 10:41:37.727460 0x7f4e7f305740 MND stable:0.cms.addtcpproxy uid:16929452285765883382, all child tables:0 will be dropped from sdb 02/25 10:41:37.729521 0x7f4e7f305740 MND stable:0.cms.addtcpproxy, all child tables:0 is dropped from sdb 02/25 10:41:37.729647 0x7f4e7f305740 MND stable:0.cms.udpproxy uid:16929584802904944050, all child tables:0 will be dropped from sdb 02/25 10:41:37.731685 0x7f4e7f305740 MND stable:0.cms.udpproxy, all child tables:0 is dropped from sdb 02/25 10:41:37.731806 0x7f4e7f305740 MND stable:0.cms.sipproxy uid:16929583546878667775, all child tables:0 will be dropped from sdb 02/25 10:41:37.733864 0x7f4e7f305740 MND stable:0.cms.sipproxy, all child tables:0 is dropped from sdb 02/25 10:41:37.733991 0x7f4e7f305740 MND stable:0.cms.hlsproxy uid:16929455546635918754, all child tables:0 will be dropped from sdb 02/25 10:41:37.736055 0x7f4e7f305740 MND stable:0.cms.hlsproxy, all child tables:0 is dropped from sdb 02/25 10:41:37.736190 0x7f4e7f305740 MND stable:0.cms.webserviceproxy uid:16929585201095388887, all child tables:0 will be dropped from sdb 02/25 10:41:37.738250 0x7f4e7f305740 MND stable:0.cms.webserviceproxy, all child tables:0 is dropped from sdb 02/25 10:41:37.738370 0x7f4e7f305740 MND stable:0.cms.mysqlproxy uid:16929457571260015141, all child tables:0 will be dropped from sdb 02/25 10:41:37.740414 0x7f4e7f305740 MND stable:0.cms.mysqlproxy, all child tables:0 is dropped from sdb 02/25 10:41:37.740546 0x7f4e7f305740 MND stable:0.cms.gb28181proxy uid:16929454357617842722, all child tables:0 will be dropped from sdb 02/25 10:41:37.742606 0x7f4e7f305740 MND stable:0.cms.gb28181proxy, all child tables:0 is dropped from sdb 02/25 10:41:37.742729 0x7f4e7f305740 MND stable:0.cms.personalfiletransfer uid:16929458271356462263, all child tables:0 will be dropped from sdb 02/25 10:41:37.744789 0x7f4e7f305740 MND stable:0.cms.personalfiletransfer, all child tables:0 is dropped from sdb 02/25 10:41:37.744912 0x7f4e7f305740 MND stable:0.cms.modbustcpproxy uid:16929456418598166489, all child tables:0 will be dropped from sdb 02/25 10:41:37.746968 0x7f4e7f305740 MND stable:0.cms.modbustcpproxy, all child tables:0 is dropped from sdb 02/25 10:41:37.747091 0x7f4e7f305740 MND stable:0.cms.dbsync uid:16929453060940371782, all child tables:0 will be dropped from sdb 02/25 10:41:37.749159 0x7f4e7f305740 MND stable:0.cms.dbsync, all child tables:0 is dropped from sdb 02/25 10:41:37.749284 0x7f4e7f305740 MND stable:0.cms.opcdatasync uid:16929457931416511461, all child tables:0 will be dropped from sdb 02/25 10:41:37.751325 0x7f4e7f305740 MND stable:0.cms.opcdatasync, all child tables:0 is dropped from sdb 02/25 10:41:37.751445 0x7f4e7f305740 MND stable:0.cms.modbusudpproxy uid:16929456816469844220, all child tables:0 will be dropped from sdb 02/25 10:41:37.753491 0x7f4e7f305740 MND stable:0.cms.modbusudpproxy, all child tables:0 is dropped from sdb 02/25 10:41:37.753612 0x7f4e7f305740 MND stable:0.cms.multicastproxy uid:16929457129163596225, all child tables:0 will be dropped from sdb 02/25 10:41:37.755648 0x7f4e7f305740 MND stable:0.cms.multicastproxy, all child tables:0 is dropped from sdb 02/25 10:41:37.755773 0x7f4e7f305740 MND stable:0.cms.rtmpproxy uid:16929459162042082686, all child tables:0 will be dropped from sdb 02/25 10:41:37.757816 0x7f4e7f305740 MND stable:0.cms.rtmpproxy, all child tables:0 is dropped from sdb 02/25 10:41:37.757939 0x7f4e7f305740 MND stable:0.cms.httpproxy2 uid:16929456020088954485, all child tables:0 will be dropped from sdb 02/25 10:41:37.759982 0x7f4e7f305740 MND stable:0.cms.httpproxy2, all child tables:0 is dropped from sdb 02/25 10:41:37.760107 0x7f4e7f305740 MND stable:0.cms.pop3proxy uid:16929582161030294031, all child tables:0 will be dropped from sdb 02/25 10:41:37.762158 0x7f4e7f305740 MND stable:0.cms.pop3proxy, all child tables:0 is dropped from sdb 02/25 10:41:37.762282 0x7f4e7f305740 MND stable:0.cms.filesync uid:16929453518085953700, all child tables:0 will be dropped from sdb 02/25 10:41:37.764326 0x7f4e7f305740 MND stable:0.cms.filesync, all child tables:0 is dropped from sdb 02/25 10:41:37.764469 0x7f4e7f305740 MND stable:0.cms.addchannel uid:16929451976293356659, all child tables:0 will be dropped from sdb 02/25 10:41:37.766522 0x7f4e7f305740 MND stable:0.cms.addchannel, all child tables:0 is dropped from sdb 02/25 10:41:37.766661 0x7f4e7f305740 MND stable:0.cms.cpuhistorystatus uid:16929460128376170485, all child tables:0 will be dropped from sdb 02/25 10:41:37.768914 0x7f4e7f305740 MND stable:0.cms.cpuhistorystatus, all child tables:0 is dropped from sdb 02/25 10:41:37.769042 0x7f4e7f305740 MND stable:0.cms.dbsynchistorystatus uid:16929460604664555752, all child tables:0 will be dropped from sdb 02/25 10:41:37.771112 0x7f4e7f305740 MND stable:0.cms.dbsynchistorystatus, all child tables:0 is dropped from sdb 02/25 10:41:37.771249 0x7f4e7f305740 MND stable:0.cms.devicenowstatus uid:16929460884961503665, all child tables:0 will be dropped from sdb 02/25 10:41:37.773304 0x7f4e7f305740 MND stable:0.cms.devicenowstatus, all child tables:0 is dropped from sdb 02/25 10:41:37.773736 0x7f4e7f305740 MND stable:0.cms.tcpproxysoapway uid:16938501083574067745, all child tables:0 will be dropped from sdb 02/25 10:41:37.775784 0x7f4e7f305740 MND stable:0.cms.tcpproxysoapway, all child tables:0 is dropped from sdb 02/25 10:41:37.775909 0x7f4e7f305740 MND stable:0.cms.filetransfer uid:16938487267805122427, all child tables:0 will be dropped from sdb 02/25 10:41:37.777943 0x7f4e7f305740 MND stable:0.cms.filetransfer, all child tables:0 is dropped from sdb 02/25 10:41:37.778069 0x7f4e7f305740 MND stable:0.cms.hbasesync uid:16938489311236477456, all child tables:0 will be dropped from sdb 02/25 10:41:37.780135 0x7f4e7f305740 MND stable:0.cms.hbasesync, all child tables:0 is dropped from sdb 02/25 10:41:37.780271 0x7f4e7f305740 MND stable:0.cms.tcpproxytwoudpway uid:16938501522113717175, all child tables:0 will be dropped from sdb 02/25 10:41:37.782315 0x7f4e7f305740 MND stable:0.cms.tcpproxytwoudpway, all child tables:0 is dropped from sdb 02/25 10:41:37.782435 0x7f4e7f305740 MND stable:0.cms.h225proxy uid:16938488772184527106, all child tables:0 will be dropped from sdb 02/25 10:41:37.784468 0x7f4e7f305740 MND stable:0.cms.h225proxy, all child tables:0 is dropped from sdb 02/25 10:41:37.784592 0x7f4e7f305740 MND stable:0.cms.twoaddchannel uid:16938501969310409769, all child tables:0 will be dropped from sdb 02/25 10:41:37.786643 0x7f4e7f305740 MND stable:0.cms.twoaddchannel, all child tables:0 is dropped from sdb 02/25 10:41:37.786769 0x7f4e7f305740 MND stable:0.cms.broadcastproxy uid:16938485078311324851, all child tables:0 will be dropped from sdb 02/25 10:41:37.788800 0x7f4e7f305740 MND stable:0.cms.broadcastproxy, all child tables:0 is dropped from sdb 02/25 10:41:37.788924 0x7f4e7f305740 MND stable:0.cms.smtpproxy uid:16938498974594129702, all child tables:0 will be dropped from sdb 02/25 10:41:37.790932 0x7f4e7f305740 MND stable:0.cms.smtpproxy, all child tables:0 is dropped from sdb 02/25 10:41:37.791055 0x7f4e7f305740 MND stable:0.cms.rtspproxy uid:16938497239980989898, all child tables:0 will be dropped from sdb 02/25 10:41:37.793109 0x7f4e7f305740 MND stable:0.cms.rtspproxy, all child tables:0 is dropped from sdb 02/25 10:41:37.793270 0x7f4e7f305740 MND stable:0.cms.addtcpproxy uid:16938484646549670797, all child tables:0 will be dropped from sdb 02/25 10:41:37.795308 0x7f4e7f305740 MND stable:0.cms.addtcpproxy, all child tables:0 is dropped from sdb 02/25 10:41:37.795431 0x7f4e7f305740 MND stable:0.cms.sipproxy uid:16938498121137151681, all child tables:0 will be dropped from sdb 02/25 10:41:37.797463 0x7f4e7f305740 MND stable:0.cms.sipproxy, all child tables:0 is dropped from sdb 02/25 10:41:37.797583 0x7f4e7f305740 MND stable:0.cms.hlsproxy uid:16938490124428137229, all child tables:0 will be dropped from sdb 02/25 10:41:37.799613 0x7f4e7f305740 MND stable:0.cms.hlsproxy, all child tables:0 is dropped from sdb 02/25 10:41:37.799738 0x7f4e7f305740 MND stable:0.cms.mysqlproxy uid:16938493643163981882, all child tables:0 will be dropped from sdb 02/25 10:41:37.801769 0x7f4e7f305740 MND stable:0.cms.mysqlproxy, all child tables:0 is dropped from sdb 02/25 10:41:37.801911 0x7f4e7f305740 MND stable:0.cms.gb28181proxy uid:16938488149347160165, all child tables:0 will be dropped from sdb 02/25 10:41:37.803947 0x7f4e7f305740 MND stable:0.cms.gb28181proxy, all child tables:0 is dropped from sdb 02/25 10:41:37.804071 0x7f4e7f305740 MND stable:0.cms.tcpdoubleproxy uid:16938500034461196643, all child tables:0 will be dropped from sdb 02/25 10:41:37.806096 0x7f4e7f305740 MND stable:0.cms.tcpdoubleproxy, all child tables:0 is dropped from sdb 02/25 10:41:37.806233 0x7f4e7f305740 MND stable:0.cms.personalfiletransfer uid:16938494758983064234, all child tables:0 will be dropped from sdb 02/25 10:41:37.808284 0x7f4e7f305740 MND stable:0.cms.personalfiletransfer, all child tables:0 is dropped from sdb 02/25 10:41:37.808409 0x7f4e7f305740 MND stable:0.cms.modbustcpproxy uid:16938491726400607708, all child tables:0 will be dropped from sdb 02/25 10:41:37.810423 0x7f4e7f305740 MND stable:0.cms.modbustcpproxy, all child tables:0 is dropped from sdb 02/25 10:41:37.810545 0x7f4e7f305740 MND stable:0.cms.dbsync uid:16938485878248984036, all child tables:0 will be dropped from sdb 02/25 10:41:37.812589 0x7f4e7f305740 MND stable:0.cms.dbsync, all child tables:0 is dropped from sdb 02/25 10:41:37.812711 0x7f4e7f305740 MND stable:0.cms.opcdatasync uid:16938494222883903774, all child tables:0 will be dropped from sdb 02/25 10:41:37.814745 0x7f4e7f305740 MND stable:0.cms.opcdatasync, all child tables:0 is dropped from sdb 02/25 10:41:37.814870 0x7f4e7f305740 MND stable:0.cms.modbusudpproxy uid:16938492382205204121, all child tables:0 will be dropped from sdb 02/25 10:41:37.816922 0x7f4e7f305740 MND stable:0.cms.modbusudpproxy, all child tables:0 is dropped from sdb 02/25 10:41:37.817045 0x7f4e7f305740 MND stable:0.cms.multicastproxy uid:16938492832858003403, all child tables:0 will be dropped from sdb 02/25 10:41:37.819113 0x7f4e7f305740 MND stable:0.cms.multicastproxy, all child tables:0 is dropped from sdb 02/25 10:41:37.819246 0x7f4e7f305740 MND stable:0.cms.rtmpproxy uid:16938496472272362640, all child tables:0 will be dropped from sdb 02/25 10:41:37.821290 0x7f4e7f305740 MND stable:0.cms.rtmpproxy, all child tables:0 is dropped from sdb 02/25 10:41:37.821414 0x7f4e7f305740 MND stable:0.cms.httpproxy2 uid:16938491041789531371, all child tables:0 will be dropped from sdb 02/25 10:41:37.823457 0x7f4e7f305740 MND stable:0.cms.httpproxy2, all child tables:0 is dropped from sdb 02/25 10:41:37.823580 0x7f4e7f305740 MND stable:0.cms.pop3proxy uid:16938495704731507574, all child tables:0 will be dropped from sdb 02/25 10:41:37.825617 0x7f4e7f305740 MND stable:0.cms.pop3proxy, all child tables:0 is dropped from sdb 02/25 10:41:37.825744 0x7f4e7f305740 MND stable:0.cms.filesync uid:16938486661862411898, all child tables:0 will be dropped from sdb 02/25 10:41:37.827786 0x7f4e7f305740 MND stable:0.cms.filesync, all child tables:0 is dropped from sdb 02/25 10:41:37.827908 0x7f4e7f305740 MND stable:0.cms.addchannel uid:16938484185109121548, all child tables:0 will be dropped from sdb 02/25 10:41:37.829946 0x7f4e7f305740 MND stable:0.cms.addchannel, all child tables:0 is dropped from sdb 02/25 10:41:37.830071 0x7f4e7f305740 MND stable:0.cms.spiceproxy uid:16938499641958228034, all child tables:0 will be dropped from sdb 02/25 10:41:37.832129 0x7f4e7f305740 MND stable:0.cms.spiceproxy, all child tables:0 is dropped from sdb 02/25 10:41:37.832262 0x7f4e7f305740 MND stable:0.cms.memoryhistorystatus uid:16938502890329237131, all child tables:0 will be dropped from sdb 02/25 10:41:37.834299 0x7f4e7f305740 MND stable:0.cms.memoryhistorystatus, all child tables:0 is dropped from sdb 02/25 10:41:37.834420 0x7f4e7f305740 MND stable:0.cms.netdatahistorystatus uid:16938503273537627927, all child tables:0 will be dropped from sdb 02/25 10:41:37.836471 0x7f4e7f305740 MND stable:0.cms.netdatahistorystatus, all child tables:0 is dropped from sdb 02/25 10:41:37.836594 0x7f4e7f305740 MND stable:0.cms.filesynchistorystatus uid:16938502546245313832, all child tables:0 will be dropped from sdb 02/25 10:41:37.838660 0x7f4e7f305740 MND stable:0.cms.filesynchistorystatus, all child tables:0 is dropped from sdb 02/25 10:41:37.838785 0x7f4e7f305740 MND stable:0.cms.protocolhistorystatus uid:16938602316506884231, all child tables:0 will be dropped from sdb 02/25 10:41:37.840814 0x7f4e7f305740 MND stable:0.cms.protocolhistorystatus, all child tables:0 is dropped from sdb 02/25 10:41:37.841376 0x7f4e7f305740 MND db:0.cms1, all child tables will be dropped from sdb 02/25 10:41:37.843423 0x7f4e7f305740 MND db:0.cms1, all child tables:0 is dropped from sdb 02/25 10:41:37.843498 0x7f4e7f305740 MND db:0.cms1, all super tables will be dropped from sdb 02/25 10:41:37.843562 0x7f4e7f305740 MND db:0.cms1, all super tables:0 is dropped from sdb 02/25 10:41:37.843595 0x7f4e7f305740 MND db:0.cms1, all vgroups will be dropped from sdb 02/25 10:41:37.843649 0x7f4e7f305740 MND db:0.cms1, all vgroups:0 is dropped from sdb 02/25 10:41:37.843714 0x7f4e7f305740 MND db:0.cms, all child tables will be dropped from sdb 02/25 10:41:37.845735 0x7f4e7f305740 MND db:0.cms, all child tables:0 is dropped from sdb 02/25 10:41:37.845817 0x7f4e7f305740 MND db:0.cms, all super tables will be dropped from sdb 02/25 10:41:37.845860 0x7f4e7f305740 MND stable:0.cms.devicenowstatus uid:16942071311176346278, all child tables:0 will be dropped from sdb 02/25 10:41:37.847917 0x7f4e7f305740 MND stable:0.cms.devicenowstatus, all child tables:0 is dropped from sdb 02/25 10:41:37.848029 0x7f4e7f305740 MND stable:0.cms.udpproxy uid:16941947674922362252, all child tables:0 will be dropped from sdb 02/25 10:41:37.850070 0x7f4e7f305740 MND stable:0.cms.udpproxy, all child tables:0 is dropped from sdb 02/25 10:41:37.850195 0x7f4e7f305740 MND stable:0.cms.opcdatasync uid:16940757009525938175, all child tables:0 will be dropped from sdb 02/25 10:41:37.852253 0x7f4e7f305740 MND stable:0.cms.opcdatasync, all child tables:0 is dropped from sdb 02/25 10:41:37.852358 0x7f4e7f305740 MND stable:0.cms.filesync uid:16940414310545394863, all child tables:0 will be dropped from sdb 02/25 10:41:37.854404 0x7f4e7f305740 MND stable:0.cms.filesync, all child tables:0 is dropped from sdb 02/25 10:41:37.854511 0x7f4e7f305740 MND stable:0.cms.dbsynchistorystatus uid:16942070942010485034, all child tables:0 will be dropped from sdb 02/25 10:41:37.856559 0x7f4e7f305740 MND stable:0.cms.dbsynchistorystatus, all child tables:0 is dropped from sdb 02/25 10:41:37.856669 0x7f4e7f305740 MND stable:0.cms.filetransfer uid:16940414859395239394, all child tables:0 will be dropped from sdb 02/25 10:41:37.858727 0x7f4e7f305740 MND stable:0.cms.filetransfer, all child tables:0 is dropped from sdb 02/25 10:41:37.858838 0x7f4e7f305740 MND stable:0.cms.twoaddchannel uid:16941947175095543025, all child tables:0 will be dropped from sdb 02/25 10:41:37.860889 0x7f4e7f305740 MND stable:0.cms.twoaddchannel, all child tables:0 is dropped from sdb 02/25 10:41:37.861000 0x7f4e7f305740 MND stable:0.cms.modbusudpproxy uid:16940419826441032937, all child tables:0 will be dropped from sdb 02/25 10:41:37.863044 0x7f4e7f305740 MND stable:0.cms.modbusudpproxy, all child tables:0 is dropped from sdb 02/25 10:41:37.863161 0x7f4e7f305740 MND stable:0.cms.personalfiletransfer uid:16940757514268481701, all child tables:0 will be dropped from sdb 02/25 10:41:37.865206 0x7f4e7f305740 MND stable:0.cms.personalfiletransfer, all child tables:0 is dropped from sdb 02/25 10:41:37.865313 0x7f4e7f305740 MND stable:0.cms.addchannel uid:16940411840016451722, all child tables:0 will be dropped from sdb 02/25 10:41:37.867342 0x7f4e7f305740 MND stable:0.cms.addchannel, all child tables:0 is dropped from sdb 02/25 10:41:37.867449 0x7f4e7f305740 MND stable:0.cms.rtspproxy uid:16941942086331046879, all child tables:0 will be dropped from sdb 02/25 10:41:37.869485 0x7f4e7f305740 MND stable:0.cms.rtspproxy, all child tables:0 is dropped from sdb 02/25 10:41:37.869610 0x7f4e7f305740 MND stable:0.cms.tcpproxy uid:16941945869274489314, all child tables:0 will be dropped from sdb 02/25 10:41:37.871669 0x7f4e7f305740 MND stable:0.cms.tcpproxy, all child tables:0 is dropped from sdb 02/25 10:41:37.871795 0x7f4e7f305740 MND stable:0.cms.broadcastproxy uid:16940412727329852142, all child tables:0 will be dropped from sdb 02/25 10:41:37.873816 0x7f4e7f305740 MND stable:0.cms.broadcastproxy, all child tables:0 is dropped from sdb 02/25 10:41:37.873924 0x7f4e7f305740 MND stable:0.cms.spiceproxy uid:16941944466716008059, all child tables:0 will be dropped from sdb 02/25 10:41:37.875983 0x7f4e7f305740 MND stable:0.cms.spiceproxy, all child tables:0 is dropped from sdb 02/25 10:41:37.876097 0x7f4e7f305740 MND stable:0.cms.webserviceproxyfilemode uid:16941949048020051887, all child tables:0 will be dropped from sdb 02/25 10:41:37.878122 0x7f4e7f305740 MND stable:0.cms.webserviceproxyfilemode, all child tables:0 is dropped from sdb 02/25 10:41:37.878246 0x7f4e7f305740 MND stable:0.cms.netdatahistorystatus uid:16942072495949786382, all child tables:0 will be dropped from sdb 02/25 10:41:37.880298 0x7f4e7f305740 MND stable:0.cms.netdatahistorystatus, all child tables:0 is dropped from sdb 02/25 10:41:37.880403 0x7f4e7f305740 MND stable:0.cms.tcpdoubleproxy uid:16941944862792523645, all child tables:0 will be dropped from sdb 02/25 10:41:37.882445 0x7f4e7f305740 MND stable:0.cms.tcpdoubleproxy, all child tables:0 is dropped from sdb 02/25 10:41:37.882550 0x7f4e7f305740 MND stable:0.cms.modbustcpproxy uid:16940419156979782613, all child tables:0 will be dropped from sdb 02/25 10:41:37.884592 0x7f4e7f305740 MND stable:0.cms.modbustcpproxy, all child tables:0 is dropped from sdb 02/25 10:41:37.884702 0x7f4e7f305740 MND stable:0.cms.rtmpproxy uid:16941941292718398023, all child tables:0 will be dropped from sdb 02/25 10:41:37.886731 0x7f4e7f305740 MND stable:0.cms.rtmpproxy, all child tables:0 is dropped from sdb 02/25 10:41:37.886843 0x7f4e7f305740 MND stable:0.cms.filesynchistorystatus uid:16942071810936056611, all child tables:0 will be dropped from sdb 02/25 10:41:37.888878 0x7f4e7f305740 MND stable:0.cms.filesynchistorystatus, all child tables:0 is dropped from sdb 02/25 10:41:37.888990 0x7f4e7f305740 MND stable:0.cms.multicastproxy uid:16940420255367337431, all child tables:0 will be dropped from sdb 02/25 10:41:37.891020 0x7f4e7f305740 MND stable:0.cms.multicastproxy, all child tables:0 is dropped from sdb 02/25 10:41:37.891132 0x7f4e7f305740 MND stable:0.cms.hlsproxy uid:16940417658321408398, all child tables:0 will be dropped from sdb 02/25 10:41:37.893192 0x7f4e7f305740 MND stable:0.cms.hlsproxy, all child tables:0 is dropped from sdb 02/25 10:41:37.893301 0x7f4e7f305740 MND stable:0.cms.tcpproxytwoudpway uid:16941946742444696448, all child tables:0 will be dropped from sdb 02/25 10:41:37.895364 0x7f4e7f305740 MND stable:0.cms.tcpproxytwoudpway, all child tables:0 is dropped from sdb 02/25 10:41:37.895471 0x7f4e7f305740 MND stable:0.cms.sipproxy uid:16941942945777491117, all child tables:0 will be dropped from sdb 02/25 10:41:37.897525 0x7f4e7f305740 MND stable:0.cms.sipproxy, all child tables:0 is dropped from sdb 02/25 10:41:37.897635 0x7f4e7f305740 MND stable:0.cms.cpuhistorystatus uid:16942070057951865038, all child tables:0 will be dropped from sdb 02/25 10:41:37.899671 0x7f4e7f305740 MND stable:0.cms.cpuhistorystatus, all child tables:0 is dropped from sdb 02/25 10:41:37.899787 0x7f4e7f305740 MND stable:0.cms.protocolhistorystatus uid:16942105785368882791, all child tables:0 will be dropped from sdb 02/25 10:41:37.901830 0x7f4e7f305740 MND stable:0.cms.protocolhistorystatus, all child tables:0 is dropped from sdb 02/25 10:41:37.901939 0x7f4e7f305740 MND stable:0.cms.tcpproxysoapway uid:16941946304240591489, all child tables:0 will be dropped from sdb 02/25 10:41:37.904583 0x7f4e7f305740 MND stable:0.cms.tcpproxysoapway, all child tables:0 is dropped from sdb 02/25 10:41:37.904697 0x7f4e7f305740 MND stable:0.cms.addtcpproxy uid:16940412296407058759, all child tables:0 will be dropped from sdb 02/25 10:41:37.906743 0x7f4e7f305740 MND stable:0.cms.addtcpproxy, all child tables:0 is dropped from sdb 02/25 10:41:37.906852 0x7f4e7f305740 MND stable:0.cms.httpproxy2 uid:16940418518657045242, all child tables:0 will be dropped from sdb 02/25 10:41:37.908922 0x7f4e7f305740 MND stable:0.cms.httpproxy2, all child tables:0 is dropped from sdb 02/25 10:41:37.909034 0x7f4e7f305740 MND stable:0.cms.mysqlproxy uid:16940756429168481968, all child tables:0 will be dropped from sdb 02/25 10:41:37.911078 0x7f4e7f305740 MND stable:0.cms.mysqlproxy, all child tables:0 is dropped from sdb 02/25 10:41:37.911203 0x7f4e7f305740 MND stable:0.cms.pop3proxy uid:16940758523183143343, all child tables:0 will be dropped from sdb 02/25 10:41:37.913234 0x7f4e7f305740 MND stable:0.cms.pop3proxy, all child tables:0 is dropped from sdb 02/25 10:41:37.913341 0x7f4e7f305740 MND stable:0.cms.webserviceproxy uid:16941948292575569657, all child tables:0 will be dropped from sdb 02/25 10:41:37.915377 0x7f4e7f305740 MND stable:0.cms.webserviceproxy, all child tables:0 is dropped from sdb 02/25 10:41:37.915483 0x7f4e7f305740 MND stable:0.cms.hbasesync uid:16940416894790307969, all child tables:0 will be dropped from sdb 02/25 10:41:37.917538 0x7f4e7f305740 MND stable:0.cms.hbasesync, all child tables:0 is dropped from sdb 02/25 10:41:37.917646 0x7f4e7f305740 MND stable:0.cms.dbsync uid:16940413530958498578, all child tables:0 will be dropped from sdb 02/25 10:41:37.919682 0x7f4e7f305740 MND stable:0.cms.dbsync, all child tables:0 is dropped from sdb 02/25 10:41:37.919793 0x7f4e7f305740 MND stable:0.cms.smtpproxy uid:16941943801298066755, all child tables:0 will be dropped from sdb 02/25 10:41:37.921833 0x7f4e7f305740 MND stable:0.cms.smtpproxy, all child tables:0 is dropped from sdb 02/25 10:41:37.921942 0x7f4e7f305740 MND stable:0.cms.h225proxy uid:16940416352483577666, all child tables:0 will be dropped from sdb 02/25 10:41:37.923991 0x7f4e7f305740 MND stable:0.cms.h225proxy, all child tables:0 is dropped from sdb 02/25 10:41:37.924100 0x7f4e7f305740 MND stable:0.cms.memoryhistorystatus uid:16942072134266563600, all child tables:0 will be dropped from sdb 02/25 10:41:37.926165 0x7f4e7f305740 MND stable:0.cms.memoryhistorystatus, all child tables:0 is dropped from sdb 02/25 10:41:37.926283 0x7f4e7f305740 MND stable:0.cms.gb28181proxy uid:16940415731072273953, all child tables:0 will be dropped from sdb 02/25 10:41:37.928315 0x7f4e7f305740 MND stable:0.cms.gb28181proxy, all child tables:0 is dropped from sdb 02/25 10:41:37.928425 0x7f4e7f305740 MND stable:0.cms.tcploadbalance uid:16941945294738727052, all child tables:0 will be dropped from sdb 02/25 10:41:37.930460 0x7f4e7f305740 MND stable:0.cms.tcploadbalance, all child tables:0 is dropped from sdb 02/25 10:41:37.930567 0x7f4e7f305740 MND db:0.cms, all super tables:39 is dropped from sdb 02/25 10:41:37.930594 0x7f4e7f305740 MND db:0.cms, all vgroups will be dropped from sdb 02/25 10:41:37.930636 0x7f4e7f305740 MND db:0.cms, all vgroups:0 is dropped from sdb 02/25 10:41:37.931068 0x7f4e7f305740 MND db:0.cms, all child tables will be dropped from sdb 02/25 10:41:37.933081 0x7f4e7f305740 MND db:0.cms, all child tables:0 is dropped from sdb 02/25 10:41:37.933173 0x7f4e7f305740 MND db:0.cms, all super tables will be dropped from sdb 02/25 10:41:37.933216 0x7f4e7f305740 MND stable:0.cms.devicenowstatus uid:16951824704476329440, all child tables:0 will be dropped from sdb 02/25 10:41:37.935259 0x7f4e7f305740 MND stable:0.cms.devicenowstatus, all child tables:0 is dropped from sdb 02/25 10:41:37.935365 0x7f4e7f305740 MND stable:0.cms.udpproxy uid:16951824752056514303, all child tables:0 will be dropped from sdb 02/25 10:41:37.937430 0x7f4e7f305740 MND stable:0.cms.udpproxy, all child tables:0 is dropped from sdb 02/25 10:41:37.937539 0x7f4e7f305740 MND stable:0.cms.opcdatasync uid:16951824795928934244, all child tables:0 will be dropped from sdb 02/25 10:41:37.939601 0x7f4e7f305740 MND stable:0.cms.opcdatasync, all child tables:0 is dropped from sdb 02/25 10:41:37.939710 0x7f4e7f305740 MND stable:0.cms.filesync uid:16951824837972637800, all child tables:0 will be dropped from sdb 02/25 10:41:37.941753 0x7f4e7f305740 MND stable:0.cms.filesync, all child tables:0 is dropped from sdb 02/25 10:41:37.941881 0x7f4e7f305740 MND stable:0.cms.dbsynchistorystatus uid:16951824879093594597, all child tables:0 will be dropped from sdb 02/25 10:41:37.943910 0x7f4e7f305740 MND stable:0.cms.dbsynchistorystatus, all child tables:0 is dropped from sdb 02/25 10:41:37.944022 0x7f4e7f305740 MND stable:0.cms.filetransfer uid:16951824923133786628, all child tables:0 will be dropped from sdb 02/25 10:41:37.946027 0x7f4e7f305740 MND stable:0.cms.filetransfer, all child tables:0 is dropped from sdb 02/25 10:41:37.946164 0x7f4e7f305740 MND stable:0.cms.modbusudpproxy uid:16951825006147451929, all child tables:0 will be dropped from sdb 02/25 10:41:37.948226 0x7f4e7f305740 MND stable:0.cms.modbusudpproxy, all child tables:0 is dropped from sdb 02/25 10:41:37.948337 0x7f4e7f305740 MND stable:0.cms.twoaddchannel uid:16951824963633986426, all child tables:0 will be dropped from sdb 02/25 10:41:37.950360 0x7f4e7f305740 MND stable:0.cms.twoaddchannel, all child tables:0 is dropped from sdb 02/25 10:41:37.950470 0x7f4e7f305740 MND stable:0.cms.addchannel uid:16951825089781874298, all child tables:0 will be dropped from sdb 02/25 10:41:37.952516 0x7f4e7f305740 MND stable:0.cms.addchannel, all child tables:0 is dropped from sdb 02/25 10:41:37.952623 0x7f4e7f305740 MND stable:0.cms.personalfiletransfer uid:16951825046597320166, all child tables:0 will be dropped from sdb 02/25 10:41:37.954655 0x7f4e7f305740 MND stable:0.cms.personalfiletransfer, all child tables:0 is dropped from sdb 02/25 10:41:37.954763 0x7f4e7f305740 MND stable:0.cms.rtspproxy uid:16951825135801778152, all child tables:0 will be dropped from sdb 02/25 10:41:37.956809 0x7f4e7f305740 MND stable:0.cms.rtspproxy, all child tables:0 is dropped from sdb 02/25 10:41:37.956922 0x7f4e7f305740 MND stable:0.cms.tcpproxy uid:16951825178231357588, all child tables:0 will be dropped from sdb 02/25 10:41:37.958947 0x7f4e7f305740 MND stable:0.cms.tcpproxy, all child tables:0 is dropped from sdb 02/25 10:41:37.959059 0x7f4e7f305740 MND stable:0.cms.broadcastproxy uid:16951825219285205445, all child tables:0 will be dropped from sdb 02/25 10:41:37.961110 0x7f4e7f305740 MND stable:0.cms.broadcastproxy, all child tables:0 is dropped from sdb 02/25 10:41:37.961234 0x7f4e7f305740 MND stable:0.cms.spiceproxy uid:16951825262788526649, all child tables:0 will be dropped from sdb 02/25 10:41:37.963268 0x7f4e7f305740 MND stable:0.cms.spiceproxy, all child tables:0 is dropped from sdb 02/25 10:41:37.963375 0x7f4e7f305740 MND stable:0.cms.webserviceproxyfilemode uid:16951825303540384555, all child tables:0 will be dropped from sdb 02/25 10:41:37.965420 0x7f4e7f305740 MND stable:0.cms.webserviceproxyfilemode, all child tables:0 is dropped from sdb 02/25 10:41:37.965527 0x7f4e7f305740 MND stable:0.cms.netdatahistorystatus uid:16951825344107693199, all child tables:0 will be dropped from sdb 02/25 10:41:37.967577 0x7f4e7f305740 MND stable:0.cms.netdatahistorystatus, all child tables:0 is dropped from sdb 02/25 10:41:37.967684 0x7f4e7f305740 MND stable:0.cms.tcpdoubleproxy uid:16951825383936804162, all child tables:0 will be dropped from sdb 02/25 10:41:37.969734 0x7f4e7f305740 MND stable:0.cms.tcpdoubleproxy, all child tables:0 is dropped from sdb 02/25 10:41:37.969843 0x7f4e7f305740 MND stable:0.cms.modbustcpproxy uid:16951825427188467404, all child tables:0 will be dropped from sdb 02/25 10:41:37.971910 0x7f4e7f305740 MND stable:0.cms.modbustcpproxy, all child tables:0 is dropped from sdb 02/25 10:41:37.972018 0x7f4e7f305740 MND stable:0.cms.rtmpproxy uid:16951825468493973382, all child tables:0 will be dropped from sdb 02/25 10:41:37.974017 0x7f4e7f305740 MND stable:0.cms.rtmpproxy, all child tables:0 is dropped from sdb 02/25 10:41:37.974128 0x7f4e7f305740 MND stable:0.cms.multicastproxy uid:16951825550232570176, all child tables:0 will be dropped from sdb 02/25 10:41:37.976178 0x7f4e7f305740 MND stable:0.cms.multicastproxy, all child tables:0 is dropped from sdb 02/25 10:41:37.976283 0x7f4e7f305740 MND stable:0.cms.filesynchistorystatus uid:16951825509682038938, all child tables:0 will be dropped from sdb 02/25 10:41:37.978357 0x7f4e7f305740 MND stable:0.cms.filesynchistorystatus, all child tables:0 is dropped from sdb 02/25 10:41:37.978470 0x7f4e7f305740 MND stable:0.cms.hlsproxy uid:16951825594239208036, all child tables:0 will be dropped from sdb 02/25 10:41:37.980538 0x7f4e7f305740 MND stable:0.cms.hlsproxy, all child tables:0 is dropped from sdb 02/25 10:41:37.980646 0x7f4e7f305740 MND stable:0.cms.tcpproxytwoudpway uid:16951825634856848270, all child tables:0 will be dropped from sdb 02/25 10:41:37.982683 0x7f4e7f305740 MND stable:0.cms.tcpproxytwoudpway, all child tables:0 is dropped from sdb 02/25 10:41:37.982789 0x7f4e7f305740 MND stable:0.cms.sipproxy uid:16951825675793255640, all child tables:0 will be dropped from sdb 02/25 10:41:37.984822 0x7f4e7f305740 MND stable:0.cms.sipproxy, all child tables:0 is dropped from sdb 02/25 10:41:37.984930 0x7f4e7f305740 MND stable:0.cms.cpuhistorystatus uid:16951825716696108323, all child tables:0 will be dropped from sdb 02/25 10:41:37.986974 0x7f4e7f305740 MND stable:0.cms.cpuhistorystatus, all child tables:0 is dropped from sdb 02/25 10:41:37.987084 0x7f4e7f305740 MND stable:0.cms.protocolhistorystatus uid:16951825759310237281, all child tables:0 will be dropped from sdb 02/25 10:41:37.989145 0x7f4e7f305740 MND stable:0.cms.protocolhistorystatus, all child tables:0 is dropped from sdb 02/25 10:41:37.989271 0x7f4e7f305740 MND stable:0.cms.tcpproxysoapway uid:16951825799726550976, all child tables:0 will be dropped from sdb 02/25 10:41:37.991333 0x7f4e7f305740 MND stable:0.cms.tcpproxysoapway, all child tables:0 is dropped from sdb 02/25 10:41:37.991445 0x7f4e7f305740 MND stable:0.cms.addtcpproxy uid:16951825840058978371, all child tables:0 will be dropped from sdb 02/25 10:41:37.993470 0x7f4e7f305740 MND stable:0.cms.addtcpproxy, all child tables:0 is dropped from sdb 02/25 10:41:37.993579 0x7f4e7f305740 MND stable:0.cms.httpproxy2 uid:16951825979527975365, all child tables:0 will be dropped from sdb 02/25 10:41:37.995612 0x7f4e7f305740 MND stable:0.cms.httpproxy2, all child tables:0 is dropped from sdb 02/25 10:41:37.995719 0x7f4e7f305740 MND stable:0.cms.mysqlproxy uid:16951826120590807615, all child tables:0 will be dropped from sdb 02/25 10:41:37.997768 0x7f4e7f305740 MND stable:0.cms.mysqlproxy, all child tables:0 is dropped from sdb 02/25 10:41:37.997879 0x7f4e7f305740 MND stable:0.cms.pop3proxy uid:16951826211187774297, all child tables:0 will be dropped from sdb 02/25 10:41:37.999914 0x7f4e7f305740 MND stable:0.cms.pop3proxy, all child tables:0 is dropped from sdb 02/25 10:41:38.000034 0x7f4e7f305740 MND stable:0.cms.webserviceproxy uid:16951826252073850076, all child tables:0 will be dropped from sdb 02/25 10:41:38.002092 0x7f4e7f305740 MND stable:0.cms.webserviceproxy, all child tables:0 is dropped from sdb 02/25 10:41:38.002211 0x7f4e7f305740 MND stable:0.cms.hbasesync uid:16951826292959925692, all child tables:0 will be dropped from sdb 02/25 10:41:38.004242 0x7f4e7f305740 MND stable:0.cms.hbasesync, all child tables:0 is dropped from sdb 02/25 10:41:38.004348 0x7f4e7f305740 MND stable:0.cms.dbsync uid:16951826336178034428, all child tables:0 will be dropped from sdb 02/25 10:41:38.006385 0x7f4e7f305740 MND stable:0.cms.dbsync, all child tables:0 is dropped from sdb 02/25 10:41:38.006491 0x7f4e7f305740 MND stable:0.cms.smtpproxy uid:16951826377013778223, all child tables:0 will be dropped from sdb 02/25 10:41:38.008545 0x7f4e7f305740 MND stable:0.cms.smtpproxy, all child tables:0 is dropped from sdb 02/25 10:41:38.008654 0x7f4e7f305740 MND stable:0.cms.h225proxy uid:16951826417346205744, all child tables:0 will be dropped from sdb 02/25 10:41:38.010696 0x7f4e7f305740 MND stable:0.cms.h225proxy, all child tables:0 is dropped from sdb 02/25 10:41:38.010805 0x7f4e7f305740 MND stable:0.cms.memoryhistorystatus uid:16951826459356355041, all child tables:0 will be dropped from sdb 02/25 10:41:38.012841 0x7f4e7f305740 MND stable:0.cms.memoryhistorystatus, all child tables:0 is dropped from sdb 02/25 10:41:38.012949 0x7f4e7f305740 MND stable:0.cms.gb28181proxy uid:16951826500192098822, all child tables:0 will be dropped from sdb 02/25 10:41:38.015015 0x7f4e7f305740 MND stable:0.cms.gb28181proxy, all child tables:0 is dropped from sdb 02/25 10:41:38.015127 0x7f4e7f305740 MND stable:0.cms.tcploadbalance uid:16951826540021210081, all child tables:0 will be dropped from sdb 02/25 10:41:38.017175 0x7f4e7f305740 MND stable:0.cms.tcploadbalance, all child tables:0 is dropped from sdb 02/25 10:41:38.017273 0x7f4e7f305740 MND db:0.cms, all super tables:39 is dropped from sdb 02/25 10:41:38.017301 0x7f4e7f305740 MND db:0.cms, all vgroups will be dropped from sdb 02/25 10:41:38.017343 0x7f4e7f305740 MND db:0.cms, all vgroups:0 is dropped from sdb 02/25 10:41:38.017766 0x7f4e7f305740 MND db:0.cms, all child tables will be dropped from sdb 02/25 10:41:38.019791 0x7f4e7f305740 MND db:0.cms, all child tables:0 is dropped from sdb 02/25 10:41:38.019873 0x7f4e7f305740 MND db:0.cms, all super tables will be dropped from sdb 02/25 10:41:38.019917 0x7f4e7f305740 MND stable:0.cms.devicenowstatus uid:16952964656559873808, all child tables:0 will be dropped from sdb 02/25 10:41:38.021944 0x7f4e7f305740 MND stable:0.cms.devicenowstatus, all child tables:0 is dropped from sdb 02/25 10:41:38.022066 0x7f4e7f305740 MND stable:0.cms.udpproxy uid:16952964700381962332, all child tables:0 will be dropped from sdb 02/25 10:41:38.024105 0x7f4e7f305740 MND stable:0.cms.udpproxy, all child tables:0 is dropped from sdb 02/25 10:41:38.024223 0x7f4e7f305740 MND stable:0.cms.opcdatasync uid:16952964740211073533, all child tables:0 will be dropped from sdb 02/25 10:41:38.026268 0x7f4e7f305740 MND stable:0.cms.opcdatasync, all child tables:0 is dropped from sdb 02/25 10:41:38.026372 0x7f4e7f305740 MND stable:0.cms.filesync uid:16952964786113536680, all child tables:0 will be dropped from sdb 02/25 10:41:38.028403 0x7f4e7f305740 MND stable:0.cms.filesync, all child tables:0 is dropped from sdb 02/25 10:41:38.028511 0x7f4e7f305740 MND stable:0.cms.dbsynchistorystatus uid:16952964827502928878, all child tables:0 will be dropped from sdb 02/25 10:41:38.030565 0x7f4e7f305740 MND stable:0.cms.dbsynchistorystatus, all child tables:0 is dropped from sdb 02/25 10:41:38.030675 0x7f4e7f305740 MND stable:0.cms.filetransfer uid:16952964869882176612, all child tables:0 will be dropped from sdb 02/25 10:41:38.032713 0x7f4e7f305740 MND stable:0.cms.filetransfer, all child tables:0 is dropped from sdb 02/25 10:41:38.032821 0x7f4e7f305740 MND stable:0.cms.modbusudpproxy uid:16952964950194710239, all child tables:0 will be dropped from sdb 02/25 10:41:38.034879 0x7f4e7f305740 MND stable:0.cms.modbusudpproxy, all child tables:0 is dropped from sdb 02/25 10:41:38.034994 0x7f4e7f305740 MND stable:0.cms.twoaddchannel uid:16952964910298490324, all child tables:0 will be dropped from sdb 02/25 10:41:38.037022 0x7f4e7f305740 MND stable:0.cms.twoaddchannel, all child tables:0 is dropped from sdb 02/25 10:41:38.037122 0x7f4e7f305740 MND stable:0.cms.addchannel uid:16952965031849421043, all child tables:0 will be dropped from sdb 02/25 10:41:38.039178 0x7f4e7f305740 MND stable:0.cms.addchannel, all child tables:0 is dropped from sdb 02/25 10:41:38.039284 0x7f4e7f305740 MND stable:0.cms.personalfiletransfer uid:16952964989252069222, all child tables:0 will be dropped from sdb 02/25 10:41:38.043340 0x7f4e7f305740 MND stable:0.cms.personalfiletransfer, all child tables:0 is dropped from sdb 02/25 10:41:38.043454 0x7f4e7f305740 MND stable:0.cms.rtspproxy uid:16952965072349620523, all child tables:0 will be dropped from sdb 02/25 10:41:38.045474 0x7f4e7f305740 MND stable:0.cms.rtspproxy, all child tables:0 is dropped from sdb 02/25 10:41:38.045577 0x7f4e7f305740 MND stable:0.cms.tcpproxy uid:16952965112883374673, all child tables:0 will be dropped from sdb 02/25 10:41:38.047603 0x7f4e7f305740 MND stable:0.cms.tcpproxy, all child tables:0 is dropped from sdb 02/25 10:41:38.047700 0x7f4e7f305740 MND stable:0.cms.broadcastproxy uid:16952965155950488517, all child tables:0 will be dropped from sdb 02/25 10:41:38.049743 0x7f4e7f305740 MND stable:0.cms.broadcastproxy, all child tables:0 is dropped from sdb 02/25 10:41:38.049871 0x7f4e7f305740 MND stable:0.cms.spiceproxy uid:16952965198883384408, all child tables:0 will be dropped from sdb 02/25 10:41:38.051904 0x7f4e7f305740 MND stable:0.cms.spiceproxy, all child tables:0 is dropped from sdb 02/25 10:41:38.052013 0x7f4e7f305740 MND stable:0.cms.webserviceproxyfilemode uid:16952965240457325833, all child tables:0 will be dropped from sdb 02/25 10:41:38.054021 0x7f4e7f305740 MND stable:0.cms.webserviceproxyfilemode, all child tables:0 is dropped from sdb 02/25 10:41:38.054125 0x7f4e7f305740 MND stable:0.cms.netdatahistorystatus uid:16952965278306725523, all child tables:0 will be dropped from sdb 02/25 10:41:38.056422 0x7f4e7f305740 MND stable:0.cms.netdatahistorystatus, all child tables:0 is dropped from sdb 02/25 10:41:38.056525 0x7f4e7f305740 MND stable:0.cms.tcpdoubleproxy uid:16952965318773370731, all child tables:0 will be dropped from sdb 02/25 10:41:38.058588 0x7f4e7f305740 MND stable:0.cms.tcpdoubleproxy, all child tables:0 is dropped from sdb 02/25 10:41:38.058692 0x7f4e7f305740 MND stable:0.cms.modbustcpproxy uid:16952965359894327518, all child tables:0 will be dropped from sdb 02/25 10:41:38.060732 0x7f4e7f305740 MND stable:0.cms.modbustcpproxy, all child tables:0 is dropped from sdb 02/25 10:41:38.060831 0x7f4e7f305740 MND stable:0.cms.rtmpproxy uid:16952965398649696531, all child tables:0 will be dropped from sdb 02/25 10:41:38.062877 0x7f4e7f305740 MND stable:0.cms.rtmpproxy, all child tables:0 is dropped from sdb 02/25 10:41:38.062974 0x7f4e7f305740 MND stable:0.cms.multicastproxy uid:16952965474600154092, all child tables:0 will be dropped from sdb 02/25 10:41:38.064988 0x7f4e7f305740 MND stable:0.cms.multicastproxy, all child tables:0 is dropped from sdb 02/25 10:41:38.065093 0x7f4e7f305740 MND stable:0.cms.filesynchistorystatus uid:16952965437455397416, all child tables:0 will be dropped from sdb 02/25 10:41:38.067135 0x7f4e7f305740 MND stable:0.cms.filesynchistorystatus, all child tables:0 is dropped from sdb 02/25 10:41:38.067248 0x7f4e7f305740 MND stable:0.cms.hlsproxy uid:16952965515821773886, all child tables:0 will be dropped from sdb 02/25 10:41:38.069302 0x7f4e7f305740 MND stable:0.cms.hlsproxy, all child tables:0 is dropped from sdb 02/25 10:41:38.069398 0x7f4e7f305740 MND stable:0.cms.tcpproxytwoudpway uid:16952965552832312789, all child tables:0 will be dropped from sdb 02/25 10:41:38.071422 0x7f4e7f305740 MND stable:0.cms.tcpproxytwoudpway, all child tables:0 is dropped from sdb 02/25 10:41:38.071518 0x7f4e7f305740 MND stable:0.cms.sipproxy uid:16952965590228727547, all child tables:0 will be dropped from sdb 02/25 10:41:38.073563 0x7f4e7f305740 MND stable:0.cms.sipproxy, all child tables:0 is dropped from sdb 02/25 10:41:38.073658 0x7f4e7f305740 MND stable:0.cms.cpuhistorystatus uid:16952965628413671261, all child tables:0 will be dropped from sdb 02/25 10:41:38.075709 0x7f4e7f305740 MND stable:0.cms.cpuhistorystatus, all child tables:0 is dropped from sdb 02/25 10:41:38.075812 0x7f4e7f305740 MND stable:0.cms.protocolhistorystatus uid:16952965667722688617, all child tables:0 will be dropped from sdb 02/25 10:41:38.077865 0x7f4e7f305740 MND stable:0.cms.protocolhistorystatus, all child tables:0 is dropped from sdb 02/25 10:41:38.077958 0x7f4e7f305740 MND stable:0.cms.tcpproxysoapway uid:16952965707551799631, all child tables:0 will be dropped from sdb 02/25 10:41:38.080005 0x7f4e7f305740 MND stable:0.cms.tcpproxysoapway, all child tables:0 is dropped from sdb 02/25 10:41:38.080102 0x7f4e7f305740 MND stable:0.cms.addtcpproxy uid:16952965746172951077, all child tables:0 will be dropped from sdb 02/25 10:41:38.082147 0x7f4e7f305740 MND stable:0.cms.addtcpproxy, all child tables:0 is dropped from sdb 02/25 10:41:38.082249 0x7f4e7f305740 MND stable:0.cms.httpproxy2 uid:16952965784827657214, all child tables:0 will be dropped from sdb 02/25 10:41:38.084285 0x7f4e7f305740 MND stable:0.cms.httpproxy2, all child tables:0 is dropped from sdb 02/25 10:41:38.084372 0x7f4e7f305740 MND stable:0.cms.mysqlproxy uid:16952965826049277125, all child tables:0 will be dropped from sdb 02/25 10:41:38.086436 0x7f4e7f305740 MND stable:0.cms.mysqlproxy, all child tables:0 is dropped from sdb 02/25 10:41:38.086540 0x7f4e7f305740 MND stable:0.cms.pop3proxy uid:16952965866297818418, all child tables:0 will be dropped from sdb 02/25 10:41:38.088570 0x7f4e7f305740 MND stable:0.cms.pop3proxy, all child tables:0 is dropped from sdb 02/25 10:41:38.088663 0x7f4e7f305740 MND stable:0.cms.webserviceproxy uid:16952965905908825742, all child tables:0 will be dropped from sdb 02/25 10:41:38.090679 0x7f4e7f305740 MND stable:0.cms.webserviceproxy, all child tables:0 is dropped from sdb 02/25 10:41:38.090773 0x7f4e7f305740 MND stable:0.cms.hbasesync uid:16952965946660683540, all child tables:0 will be dropped from sdb 02/25 10:41:38.092789 0x7f4e7f305740 MND stable:0.cms.hbasesync, all child tables:0 is dropped from sdb 02/25 10:41:38.092886 0x7f4e7f305740 MND stable:0.cms.dbsync uid:16952965992110162099, all child tables:0 will be dropped from sdb 02/25 10:41:38.094910 0x7f4e7f305740 MND stable:0.cms.dbsync, all child tables:0 is dropped from sdb 02/25 10:41:38.095000 0x7f4e7f305740 MND stable:0.cms.smtpproxy uid:16952966032945906096, all child tables:0 will be dropped from sdb 02/25 10:41:38.097019 0x7f4e7f305740 MND stable:0.cms.smtpproxy, all child tables:0 is dropped from sdb 02/25 10:41:38.097120 0x7f4e7f305740 MND stable:0.cms.h225proxy uid:16952966071785161451, all child tables:0 will be dropped from sdb 02/25 10:41:38.099144 0x7f4e7f305740 MND stable:0.cms.h225proxy, all child tables:0 is dropped from sdb 02/25 10:41:38.099248 0x7f4e7f305740 MND stable:0.cms.memoryhistorystatus uid:16952966113258439456, all child tables:0 will be dropped from sdb 02/25 10:41:38.101306 0x7f4e7f305740 MND stable:0.cms.memoryhistorystatus, all child tables:0 is dropped from sdb 02/25 10:41:38.101398 0x7f4e7f305740 MND stable:0.cms.gb28181proxy uid:16952966153372763205, all child tables:0 will be dropped from sdb 02/25 10:41:38.103432 0x7f4e7f305740 MND stable:0.cms.gb28181proxy, all child tables:0 is dropped from sdb 02/25 10:41:38.103531 0x7f4e7f305740 MND stable:0.cms.tcploadbalance uid:16952966194476942704, all child tables:0 will be dropped from sdb 02/25 10:41:38.105563 0x7f4e7f305740 MND stable:0.cms.tcploadbalance, all child tables:0 is dropped from sdb 02/25 10:41:38.105652 0x7f4e7f305740 MND db:0.cms, all super tables:39 is dropped from sdb 02/25 10:41:38.105679 0x7f4e7f305740 MND db:0.cms, all vgroups will be dropped from sdb 02/25 10:41:38.105721 0x7f4e7f305740 MND db:0.cms, all vgroups:0 is dropped from sdb 02/25 10:41:38.108444 0x7f4e7f305740 MND stable:0.cms.tcpproxysoapway uid:16953707619615318831, all child tables:1 will be dropped from sdb 02/25 10:41:38.110529 0x7f4e7f305740 MND stable:0.cms.tcpproxysoapway, all child tables:1 is dropped from sdb 02/25 10:41:38.110647 0x7f4e7f305740 MND stable:0.cms.filetransfer uid:16953706723024113339, all child tables:1 will be dropped from sdb 02/25 10:41:38.112728 0x7f4e7f305740 MND stable:0.cms.filetransfer, all child tables:1 is dropped from sdb 02/25 10:41:38.120503 0x7f4e7f305740 WAL vgId:1, file:/var/lib/taos/mnode/wal/wal0, restore success, wver:661 02/25 10:41:38.120624 0x7f4e7f305740 MND cluster id is set to d5bc2248-c58a-405d-8a81-923baf09a7d0 02/25 10:41:38.120685 0x7f4e7f305740 MND vgId:1, update mnodes epSet, numOfMnodes:1 pMinfos:(nil) 02/25 10:41:38.120725 0x7f4e7f305740 MND vgId:1, mnodes epSet is set, num:1 inUse:0 02/25 10:41:38.120759 0x7f4e7f305740 MND vgId:1, mnode:1, fqdn:tdserver shell:6030 peer:6035 02/25 10:41:38.123349 0x7f4e7f305740 SDB vgId:1, sdb is restored, mver:661 rows:95 tables:9 02/25 10:41:38.123517 0x7f4e7f305740 MND dnode:1 set access:0 to 0 02/25 10:41:38.123714 0x7f4e7f305740 MND mnode is initialized successfully 02/25 10:41:38.123788 0x7f4e7f305740 SDB vgId:1, work as mnode, replica:1 02/25 10:41:38.123819 0x7f4e7f305740 SDB vgId:1, mnode:1, tdserver:6040 02/25 10:41:38.123987 0x7f4e7f305740 SDB vgId:1, mnode role changed from master to master 02/25 10:41:38.124038 0x7f4e7f305740 SDB vgId:1, update mnodes role, replica:1 02/25 10:41:38.124073 0x7f4e7f305740 SDB vgId:1, mnode:1, role:master 02/25 10:41:38.124108 0x7f4e7f305740 MND cluster id is set to d5bc2248-c58a-405d-8a81-923baf09a7d0 02/25 10:41:38.124141 0x7f4e7f305740 MND vgId:1, update mnodes epSet, numOfMnodes:1 pMinfos:(nil) 02/25 10:41:38.124217 0x7f4e7f305740 MND vgId:1, mnodes epSet is set, num:1 inUse:0 02/25 10:41:38.124252 0x7f4e7f305740 MND vgId:1, mnode:1, fqdn:tdserver shell:6030 peer:6035 02/25 10:41:38.124438 0x7f4e7f305740 DND dnode modules is initialized 02/25 10:41:38.124509 0x7f4e7f305740 HTP start http server ... 02/25 10:41:38.124660 0x7f4e7f305740 HTP http result queue is opened 02/25 10:41:38.125365 0x7f4e4bfe9700 HTP http server init success at 6041 02/25 10:41:38.126220 0x7f4e7f305740 MON monitor module start 02/25 10:41:38.127114 0x7f4e7f305740 DND dnode shell rpc server is initialized 02/25 10:41:38.127174 0x7f4e7f305740 DND dnode status timer is initialized 02/25 10:41:38.127266 0x7f4e7f305740 DND dnode telemetry is initialized 02/25 10:41:38.127301 0x7f4e7f305740 DND TDengine is initialized successfully 02/25 10:41:38.628392 0x7f4e537f5700 MND dnode:1, from offline to online 02/25 10:41:38.793540 0x7f4e6b4ff700 MND user:root login from 172.16.5.230, result:success 02/25 10:41:38.795371 0x7f4e541f6700 MND user:root login from 172.16.5.230, result:success 02/25 10:41:38.795462 0x7f4e6b4ff700 MND ERROR msg:0x7f4e04000db0, app:0x1f00d table:0.cms.net_data_history_status, failed to get table meta, table not exist 02/25 10:41:38.797210 0x7f4e541f6700 MND user:root login from 172.16.5.230, result:success 02/25 10:41:38.800554 0x7f4e6b4ff700 MND user:root login from 172.16.5.230, result:success 02/25 10:41:38.804131 0x7f4e541f6700 MND user:root login from 172.16.5.230, result:success 02/25 10:41:39.126711 0x7f4e6b4ff700 MND user:monitor login from 172.16.5.230, result:success 02/25 10:41:39.807810 0x7f4e6b4ff700 MND ERROR msg:0x7f4e04000d60, app:0x1f017 table:0.cms.net_data_history_status, failed to get table meta, table not exist 02/25 10:41:40.818585 0x7f4e6b4ff700 MND ERROR msg:0x7f4e04000d60, app:0x1f019 table:0.cms.net_data_history_status, failed to get table meta, table not exist 02/25 10:41:41.829403 0x7f4e541f6700 MND ERROR msg:0x7f4e04000d60, app:0x1f01b table:0.cms.net_data_history_status, failed to get table meta, table not exist 02/25 10:41:42.082763 0x7f4e6b4ff700 MND ERROR msg:0x7f4e04000d60, app:0x1f01d table:0.cms.file_sync_count_day, failed to get table meta, table not exist 02/25 10:41:42.096086 0x7f4e541f6700 MND ERROR msg:0x7f4e04000d60, app:0x1f01f table:0.cms.proxy_day, failed to get table meta, table not exist 02/25 10:41:42.111464 0x7f4e6b4ff700 MND ERROR msg:0x7f4e04000d60, app:0x1f021 table:0.cms.file_sync_count_hour, failed to get table meta, table not exist 02/25 10:41:42.156370 0x7f4e6b4ff700 MND ERROR msg:0x7f4e04000d60, app:0x1f023 table:0.cms.db_sync_day, failed to get table meta, table not exist 02/25 10:41:42.169526 0x7f4e541f6700 MND ERROR msg:0x7f4e04000d60, app:0x1f025 table:0.cms.db_sync_hour, failed to get table meta, table not exist 02/25 10:41:42.179151 0x7f4e6b4ff700 MND ERROR msg:0x7f4e04000d60, app:0x1f027 table:0.cms.proxy_hour, failed to get table meta, table not exist 02/25 10:41:42.840569 0x7f4e6b4ff700 MND ERROR msg:0x7f4e30000e00, app:0x1f032 table:0.cms.net_data_history_status, failed to get table meta, table not exist Error in `/usr/bin/taosd': free(): invalid pointer: 0x00007f4e28ce4490 ======= Backtrace: ========= /lib64/libc.so.6(+0x7d5bd)[0x7f4e7e28a5bd] /usr/bin/taosd(qCreateQueryInfo+0x7e1)[0x498893] /usr/bin/taosd[0x4610d6] /usr/bin/taosd(vnodeProcessRead+0xc1)[0x460913] /usr/bin/taosd[0x41c786] /lib64/libpthread.so.0(+0x7df3)[0x7f4e7eadfdf3] /lib64/libc.so.6(clone+0x6d)[0x7f4e7e3032cd] ======= Memory map: ======== 00400000-004f0000 r-xp 00000000 08:06 1054576 /usr/local/taos/bin/taosd 006f0000-006f1000 r--p 000f0000 08:06 1054576 /usr/local/taos/bin/taosd 006f1000-006f4000 rw-p 000f1000 08:06 1054576 /usr/local/taos/bin/taosd 006f4000-006f9000 rw-p 00000000 00:00 0 01ed0000-023d6000 rw-p 00000000 00:00 0 [heap] 7f4dd1113000-7f4dd4000000 rw-p 00000000 00:00 0 7f4dd9758000-7f4de2234000 rw-p 00000000 00:00 0 7f4de511a000-7f4de8000000 rw-p 00000000 00:00 0 7f4de8000000-7f4de8021000 rw-p 00000000 00:00 0 7f4de8021000-7f4dec000000 ---p 00000000 00:00 0 7f4dedce9000-7f4df0000000 rw-p 00000000 00:00 0 7f4df0000000-7f4df0021000 rw-p 00000000 00:00 0 7f4df0021000-7f4df4000000 ---p 00000000 00:00 0 7f4df4000000-7f4df4022000 rw-p 00000000 00:00 0 7f4df4022000-7f4df8000000 ---p 00000000 00:00 0 7f4df8000000-7f4df82df000 rw-p 00000000 00:00 0 7f4df82df000-7f4dfc000000 ---p 00000000 00:00 0 7f4dfc8e7000-7f4dfebfe000 rw-p 00000000 00:00 0 7f4dfebfe000-7f4dfebff000 ---p 00000000 00:00 0 7f4dfebff000-7f4dff5ff000 rw-p 00000000 00:00 0 7f4dff5ff000-7f4dff600000 ---p 00000000 00:00 0 7f4dff600000-7f4e00000000 rw-p 00000000 00:00 0 7f4e00000000-7f4e00021000 rw-p 00000000 00:00 0 7f4e00021000-7f4e04000000 ---p 00000000 00:00 0 7f4e04000000-7f4e04021000 rw-p 00000000 00:00 0 7f4e04021000-7f4e08000000 ---p 00000000 00:00 0 7f4e08000000-7f4e08021000 rw-p 00000000 00:00 0 7f4e08021000-7f4e0c000000 ---p 00000000 00:00 0 7f4e0c000000-7f4e0c021000 rw-p 00000000 00:00 0 7f4e0c021000-7f4e10000000 ---p 00000000 00:00 0 7f4e10000000-7f4e12f16000 rw-p 00000000 00:00 0 7f4e12f16000-7f4e14000000 ---p 00000000 00:00 0 7f4e14000000-7f4e14021000 rw-p 00000000 00:00 0 7f4e14021000-7f4e18000000 ---p 00000000 00:00 0 7f4e18000000-7f4e18021000 rw-p 00000000 00:00 0 7f4e18021000-7f4e1c000000 ---p 00000000 00:00 0 7f4e1c000000-7f4e1c021000 rw-p 00000000 00:00 0 7f4e1c021000-7f4e20000000 ---p 00000000 00:00 0 7f4e20000000-7f4e20021000 rw-p 00000000 00:00 0 7f4e20021000-7f4e24000000 ---p 00000000 00:00 0 7f4e24000000-7f4e27626000 rw-p 00000000 00:00 0 7f4e27626000-7f4e28000000 ---p 00000000 00:00 0 7f4e28000000-7f4e2b430000 rw-p 00000000 00:00 0 7f4e2b430000-7f4e2c000000 ---p 00000000 00:00 0 7f4e2c000000-7f4e2c021000 rw-p 00000000 00:00 0 7f4e2c021000-7f4e30000000 ---p 00000000 00:00 0 7f4e30000000-7f4e30021000 rw-p 00000000 00:00 0 7f4e30021000-7f4e34000000 ---p 00000000 00:00 0 7f4e34000000-7f4e37749000 rw-p 00000000 00:00 0 7f4e37749000-7f4e38000000 ---p 00000000 00:00 0 7f4e38000000-7f4e38021000 rw-p 00000000 00:00 0 7f4e38021000-7f4e3c000000 ---p 00000000 00:00 0 7f4e3c000000-7f4e3c021000 rw-p 00000000 00:00 0 7f4e3c021000-7f4e40000000 ---p 00000000 00:00 0 7f4e40000000-7f4e40021000 rw-p 00000000 00:00 0 7f4e40021000-7f4e44000000 ---p 00000000 00:00 0 7f4e45be0000-7f4e45be1000 ---p 00000000 00:00 0 7f4e45be1000-7f4e465e1000 rw-p 00000000 00:00 0 7f4e465e1000-7f4e465e2000 ---p 00000000 00:00 0 7f4e465e2000-7f4e46fe2000 rw-p 00000000 00:00 0 7f4e46fe2000-7f4e46fe3000 ---p 00000000 00:00 0 7f4e46fe3000-7f4e479e3000 rw-p 00000000 00:00 0 7f4e479e3000-7f4e479e4000 ---p 00000000 00:00 0 7f4e479e4000-7f4e483e4000 rw-p 00000000 00:00 0 7f4e483e4000-7f4e483e5000 ---p 00000000 00:00 0 7f4e483e5000-7f4e48de5000 rw-p 00000000 00:00 0 7f4e48de5000-7f4e48de6000 ---p 00000000 00:00 0 7f4e48de6000-7f4e497e6000 rw-p 00000000 00:00 0 7f4e497e6000-7f4e497e7000 ---p 00000000 00:00 0 7f4e497e7000-7f4e4a1e7000 rw-p 00000000 00:00 0 7f4e4a1e7000-7f4e4a1e8000 ---p 00000000 00:00 0 7f4e4a1e8000-7f4e4abe8000 rw-p 00000000 00:00 0 7f4e4abe8000-7f4e4abe9000 ---p 00000000 00:00 0 7f4e4abe9000-7f4e4b5e9000 rw-p 00000000 00:00 0 7f4e4b5e9000-7f4e4b5ea000 ---p 00000000 00:00 0 7f4e4b5ea000-7f4e4bfea000 rw-p 00000000 00:00 0 7f4e4bfea000-7f4e4bfeb000 ---p 00000000 00:00 0 7f4e4bfeb000-7f4e4c9eb000 rw-p 00000000 00:00 0 7f4e4c9eb000-7f4e4c9ec000 ---p 00000000 00:00 0 7f4e4c9ec000-7f4e4d3ec000 rw-p 00000000 00:00 0 7f4e4d3ec000-7f4e4d3ed000 ---p 00000000 00:00 0 7f4e4d3ed000-7f4e4dded000 rw-p 00000000 00:00 0 7f4e4dded000-7f4e4ddee000 ---p 00000000 00:00 0 7f4e4ddee000-7f4e4e7ee000 rw-p 00000000 00:00 0 7f4e4e7ee000-7f4e4e7ef000 ---p 00000000 00:00 0 7f4e4e7ef000-7f4e4f1ef000 rw-p 00000000 00:00 0 7f4e4f1ef000-7f4e4f1f0000 ---p 00000000 00:00 0 7f4e4f1f0000-7f4e4fbf0000 rw-p 00000000 00:00 0 7f4e4fbf0000-7f4e4fbf1000 ---p 00000000 00:00 0 7f4e4fbf1000-7f4e505f1000 rw-p 00000000 00:00 0 7f4e505f1000-7f4e505f2000 ---p 00000000 00:00 0 7f4e505f2000-7f4e50ff2000 rw-p 00000000 00:00 0 7f4e50ff2000-7f4e50ff3000 ---p 00000000 00:00 0 7f4e50ff3000-7f4e519f3000 rw-p 00000000 00:00 0 7f4e519f3000-7f4e519f4000 ---p 00000000 00:00 0 7f4e519f4000-7f4e523f4000 rw-p 00000000 00:00 0 7f4e523f4000-7f4e523f5000 ---p 00000000 00:00 0 7f4e523f5000-7f4e52df5000 rw-p 00000000 00:00 0 7f4e52df5000-7f4e52df6000 ---p 00000000 00:00 0 7f4e52df6000-7f4e537f6000 rw-p 00000000 00:00 0 7f4e537f6000-7f4e537f7000 ---p 00000000 00:00 0 7f4e537f7000-7f4e541f7000 rw-p 00000000 00:00 0 7f4e541f7000-7f4e541f8000 ---p 00000000 00:00 0 7f4e541f8000-7f4e5abfe000 rw-p 00000000 00:00 0 7f4e5abfe000-7f4e5abff000 ---p 00000000 00:00 0 7f4e5abff000-7f4e5b5ff000 rw-p 00000000 00:00 0 7f4e5b5ff000-7f4e5b600000 ---p 00000000 00:00 0 7f4e5b600000-7f4e5c000000 rw-p 00000000 00:00 0 7f4e5c000000-7f4e5c132000 rw-p 00000000 00:00 0 7f4e5c132000-7f4e60000000 ---p 00000000 00:00 0 7f4e601e4000-7f4e601fa000 r-xp 00000000 08:06 1179651 /lib64/libgcc_s-4.4.7-20120601.so.1 7f4e601fa000-7f4e603f9000 ---p 00016000 08:06 1179651 /lib64/libgcc_s-4.4.7-20120601.so.1 7f4e603f9000-7f4e603fa000 rw-p 00015000 08:06 1179651 /lib64/libgcc_s-4.4.7-20120601.so.1 7f4e603fa000-7f4e603fb000 ---p 00000000 00:00 0 7f4e603fb000-7f4e60dfb000 rw-p 00000000 00:00 0 7f4e60dfb000-7f4e60dfc000 ---p 00000000 00:00 0 7f4e60dfc000-7f4e617fc000 rw-p 00000000 00:00 0 7f4e617fc000-7f4e617fd000 ---p 00000000 00:00 0 7f4e617fd000-7f4e621fd000 rw-p 00000000 00:00 0 7f4e621fd000-7f4e621fe000 ---p 00000000 00:00 0 7f4e621fe000-7f4e62bfe000 rw-p 00000000 00:00 0 7f4e62bfe000-7f4e62bff000 ---p 00000000 00:00 0 7f4e62bff000-7f4e635ff000 rw-p 00000000 00:00 0 7f4e635ff000-7f4e63600000 ---p 00000000 00:00 0 7f4e63600000-7f4e64000000 rw-p 00000000 00:00 0 7f4e64000000-7f4e64144000 rw-p 00000000 00:00 0 7f4e64144000-7f4e68000000 ---p 00000000 00:00 0 7f4e681fa000-7f4e682fb000 rw-p 00000000 00:00 0 7f4e682fb000-7f4e682fc000 ---p 00000000 00:00 0 7f4e682fc000-7f4e68cfc000 rw-p 00000000 00:00 0 7f4e68cfc000-7f4e68cfd000 ---p 00000000 00:00 0 7f4e68cfd000-7f4e696fd000 rw-p 00000000 00:00 0 7f4e696fd000-7f4e696fe000 ---p 00000000 00:00 0 7f4e696fe000-7f4e6a0fe000 rw-p 00000000 00:00 0 7f4e6a0fe000-7f4e6a0ff000 ---p 00000000 00:00 0 7f4e6a0ff000-7f4e6aaff000 rw-p 00000000 00:00 0 7f4e6aaff000-7f4e6ab00000 ---p 00000000 00:00 0 7f4e6ab00000-7f4e6b500000 rw-p 00000000 00:00 0 7f4e6b500000-7f4e6b501000 ---p 00000000 00:00 0 7f4e6b501000-7f4e6bf01000 rw-p 00000000 00:00 0 7f4e6bf01000-7f4e6bf02000 ---p 00000000 00:00 0 7f4e6bf02000-7f4e6c902000 rw-p 00000000 00:00 0 7f4e6c902000-7f4e6c903000 ---p 00000000 00:00 0 7f4e6c903000-7f4e6d3c0000 rw-p 00000000 00:00 0 7f4e6d3c0000-7f4e6d3c1000 ---p 00000000 00:00 0 7f4e6d3c1000-7f4e6ddc1000 rw-p 00000000 00:00 0 7f4e6ddc1000-7f4e6ddc2000 ---p 00000000 00:00 0 7f4e6ddc2000-7f4e6e8d4000 rw-p 00000000 00:00 0 7f4e6e8d4000-7f4e6e8d5000 ---p 00000000 00:00 0 7f4e6e8d5000-7f4e6f2d5000 rw-p 00000000 00:00 0 7f4e6f2d5000-7f4e6f2d6000 ---p 00000000 00:00 0 7f4e6f2d6000-7f4e6fcd6000 rw-p 00000000 00:00 0 7f4e6fcd6000-7f4e6fcd7000 ---p 00000000 00:00 0 7f4e6fcd7000-7f4e706d7000 rw-p 00000000 00:00 0 7f4e706d7000-7f4e706d8000 ---p 00000000 00:00 0 7f4e706d8000-7f4e710d8000 rw-p 00000000 00:00 0 7f4e710d8000-7f4e710d9000 ---p 00000000 00:00 0 7f4e710d9000-7f4e71ad9000 rw-p 00000000 00:00 0 7f4e71ad9000-7f4e78000000 r--p 00000000 08:06 1050273 /usr/lib/locale/locale-archive 7f4e78000000-7f4e78021000 rw-p 00000000 00:00 0 7f4e78021000-7f4e7c000000 ---p 00000000 00:00 0 7f4e7c0fd000-7f4e7c1fe000 rw-p 00000000 00:00 0 7f4e7c1fe000-7f4e7c209000 r-xp 00000000 08:06 1180720 /lib64/libnss_files-2.17.so 7f4e7c209000-7f4e7c408000 ---p 0000b000 08:06 1180720 /lib64/libnss_files-2.17.so 7f4e7c408000-7f4e7c409000 r--p 0000a000 08:06 1180720 /lib64/libnss_files-2.17.so 7f4e7c409000-7f4e7c40a000 rw-p 0000b000 08:06 1180720 /lib64/libnss_files-2.17.so 7f4e7c40a000-7f4e7c40b000 ---p 00000000 00:00 0 7f4e7c40b000-7f4e7ce0b000 rw-p 00000000 00:00 0 7f4e7ce0b000-7f4e7ce0c000 ---p 00000000 00:00 0 7f4e7ce0c000-7f4e7d80c000 rw-p 00000000 00:00 0 7f4e7d80c000-7f4e7d80d000 ---p 00000000 00:00 0 7f4e7d80d000-7f4e7e20d000 rw-p 00000000 00:00 0 7f4e7e20d000-7f4e7e3c3000 r-xp 00000000 08:06 1180702 /lib64/libc-2.17.so 7f4e7e3c3000-7f4e7e5c3000 ---p 001b6000 08:06 1180702 /lib64/libc-2.17.so 7f4e7e5c3000-7f4e7e5c7000 r--p 001b6000 08:06 1180702 /lib64/libc-2.17.so 7f4e7e5c7000-7f4e7e5c9000 rw-p 001ba000 08:06 1180702 /lib64/libc-2.17.so 7f4e7e5c9000-7f4e7e5ce000 rw-p 00000000 00:00 0 7f4e7e5ce000-7f4e7e5d5000 r-xp 00000000 08:06 1180732 /lib64/librt-2.17.so 7f4e7e5d5000-7f4e7e7d4000 ---p 00007000 08:06 1180732 /lib64/librt-2.17.so 7f4e7e7d4000-7f4e7e7d5000 r--p 00006000 08:06 1180732 /lib64/librt-2.17.so 7f4e7e7d5000-7f4e7e7d6000 rw-p 00007000 08:06 1180732 /lib64/librt-2.17.so 7f4e7e7d6000-7f4e7e8d7000 r-xp 00000000 08:06 1180710 /lib64/libm-2.17.so 7f4e7e8d7000-7f4e7ead6000 ---p 00101000 08:06 1180710 /lib64/libm-2.17.so 7f4e7ead6000-7f4e7ead7000 r--p 00100000 08:06 1180710 /lib64/libm-2.17.so 7f4e7ead7000-7f4e7ead8000 rw-p 00101000 08:06 1180710 /lib64/libm-2.17.so 7f4e7ead8000-7f4e7eaee000 r-xp 00000000 08:06 1180728 /lib64/libpthread-2.17.so 7f4e7eaee000-7f4e7ecee000 ---p 00016000 08:06 1180728 /lib64/libpthread-2.17.so 7f4e7ecee000-7f4e7ecef000 r--p 00016000 08:06 1180728 /lib64/libpthread-2.17.so 7f4e7ecef000-7f4e7ecf0000 rw-p 00017000 08:06 1180728 /lib64/libpthread-2.17.so 7f4e7ecf0000-7f4e7ecf4000 rw-p 00000000 00:00 0 7f4e7ecf4000-7f4e7eedd000 r-xp 00000000 08:06 4043 /usr/local/taos/driver/libtaos.so.2.0.10.0 7f4e7eedd000-7f4e7f0dd000 ---p 001e9000 08:06 4043 /usr/local/taos/driver/libtaos.so.2.0.10.0 7f4e7f0dd000-7f4e7f0df000 r--p 001e9000 08:06 4043 /usr/local/taos/driver/libtaos.so.2.0.10.0 7f4e7f0df000-7f4e7f0ec000 rw-p 001eb000 08:06 4043 /usr/local/taos/driver/libtaos.so.2.0.10.0 7f4e7f0ec000-7f4e7f0ef000 rw-p 00000000 00:00 0 7f4e7f0ef000-7f4e7f110000 r-xp 00000000 08:06 1180695 /lib64/ld-2.17.so 7f4e7f11a000-7f4e7f21b000 rw-p 00000000 00:00 0 7f4e7f21b000-7f4e7f222000 r--s 00000000 08:06 1180998 /usr/lib64/gconv/gconv-modules.cache 7f4e7f222000-7f4e7f30a000 rw-p 00000000 00:00 0 7f4e7f30d000-7f4e7f30f000 rw-p 00000000 00:00 0 7f4e7f30f000-7f4e7f310000 r--p 00020000 08:06 1180695 /lib64/ld-2.17.so 7f4e7f310000-7f4e7f311000 rw-p 00021000 08:06 1180695 /lib64/ld-2.17.so 7f4e7f311000-7f4e7f312000 rw-p 00000000 00:00 0 7ffda8bcd000-7ffda8be3000 rw-p 00000000 00:00 0 [stack] 7ffda8bf0000-7ffda8bf1000 r-xp 00000000 00:00 0 [vdso] ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0 [vsyscall] 已放弃 ` 通过上面的错误信息是否能定位出问题?

Shawshank-Smile commented 3 years ago

Looks like various violent deletions. Please describe the reproduction steps

ericyangpan commented 2 years ago

This issue was closed because it has been inactive for too many days.