dyrnq / cdc-vagrant

CDC(Change Data Capture) is made up of two components, the CDD and the CDT. CDD is stand for Change Data Detection and CDT is stand for Change Data Transfer.
https://nightlies.apache.org/flink/flink-cdc-docs-stable/
0 stars 0 forks source link

doris fe current node is not added to the group. please add it first. #1

Closed dyrnq closed 1 year ago

dyrnq commented 1 year ago
2022-11-27 21:27:32,249 INFO (leaderCheckpointer|84) [Checkpoint.doCheckpoint():95] last checkpoint journal id: 0, current finalized journal id: 0
2022-11-27 21:27:32,334 INFO (tablet stat mgr|23) [TabletStatMgr.runAfterCatalogReady():125] finished to update index row num of all databases. cost: 0 ms
2022-11-27 21:27:32,477 INFO (tablet checker|29) [TabletChecker.checkTablets():329] finished to check tablets. unhealth/total/added/in_sched/not_ready: 0/0/0/0/0, cost: 0 ms
2022-11-27 21:27:34,849 WARN (qtp138306399-121|121) [MetaService.isFromValidFe():65] request is not from valid FE. client: 192.168.56.112
2022-11-27 21:27:39,894 WARN (qtp138306399-119|119) [MetaService.isFromValidFe():65] request is not from valid FE. client: 192.168.56.112
2022-11-27 21:27:44,921 WARN (qtp138306399-138|138) [MetaService.isFromValidFe():65] request is not from valid FE. client: 192.168.56.112
2022-11-27 21:27:49,952 WARN (qtp138306399-121|121) [MetaService.isFromValidFe():65] request is not from valid FE. client: 192.168.56.112
2022-11-27 21:27:52,491 INFO (tablet checker|29) [TabletChecker.checkTablets():329] finished to check tablets. unhealth/total/added/in_sched/not_ready: 0/0/0/0/0, cost: 0 ms
2022-11-27 21:27:54,977 WARN (qtp138306399-119|119) [MetaService.isFromValidFe():65] request is not from valid FE. client: 192.168.56.112
2022-11-27 21:28:00,013 WARN (qtp138306399-138|138) [MetaService.isFromValidFe():65] request is not from valid FE. client: 192.168.56.112
2022-11-27 21:28:05,069 WARN (qtp138306399-121|121) [MetaService.isFromValidFe():65] request is not from valid FE. client: 192.168.56.112
2022-11-27 21:28:10,134 WARN (qtp138306399-119|119) [MetaService.isFromValidFe():65] request is not from valid FE. client: 192.168.56.112
2022-11-27 21:28:12,502 INFO (tablet checker|29) [TabletChecker.checkTablets():329] finished to check tablets. unhealth/total/added/in_sched/not_ready: 0/0/0/0/0, cost: 0 ms
2022-11-27 21:28:15,166 WARN (qtp138306399-138|138) [MetaService.isFromValidFe():65] request is not from valid FE. client: 192.168.56.112
2022-11-27 21:28:20,248 WARN (qtp138306399-121|121) [MetaService.isFromValidFe():65] request is not from valid FE. client: 192.168.56.112
2022-11-27 21:28:03,352 WARN (main|1) [Catalog.getClusterIdAndRole():986] current node is not added to the group. please add it first. sleep 5 seconds and retry, current helper nodes: [192.168.56.111:9010]
2022-11-27 21:28:08,415 WARN (main|1) [Catalog.getFeNodeTypeAndNameFromHelpers():1112] failed to get fe node type from helper node: 192.168.56.111:9010.
2022-11-27 21:28:08,416 WARN (main|1) [Catalog.getClusterIdAndRole():986] current node is not added to the group. please add it first. sleep 5 seconds and retry, current helper nodes: [192.168.56.111:9010]
dyrnq commented 1 year ago
+-----------------------------------+----------------+----------------+-------------+----------+-----------+---------+----------+----------+------------+-------+-------+-------------------+---------------------+----------+--------------------------------------------------------------------+----------------------+------------------+
| Name                              | IP             | HostName       | EditLogPort | HttpPort | QueryPort | RpcPort | Role     | IsMaster | ClusterId  | Join  | Alive | ReplayedJournalId | LastHeartbeat       | IsHelper | ErrMsg                                                             | Version              | CurrentConnected |
+-----------------------------------+----------------+----------------+-------------+----------+-----------+---------+----------+----------+------------+-------+-------+-------------------+---------------------+----------+--------------------------------------------------------------------+----------------------+------------------+
| 192.168.56.112_9011_1669556502643 | 192.168.56.112 | 192.168.56.112 | 9011        | 8030     | 0         | 0       | OBSERVER | false    | 1832762807 | false | false | 0                 | NULL                | false    | java.net.ConnectException: Connection refused (Connection refused) | NULL                 | No               |
| 192.168.56.111_9010_1669554795921 | 192.168.56.111 | 192.168.56.111 | 9010        | 8030     | 9030      | 9020    | FOLLOWER | true     | 1832762807 | true  | true  | 548               | 2022-11-27 21:44:05 | true     |                                                                    | 1.1.4-rc01-8890a58dc | Yes              |
+-----------------------------------+----------------+----------------+-------------+----------+-----------+---------+----------+----------+------------+-------+-------+-------------------+---------------------+----------+--------------------------------------------------------------------+----------------------+------------------+
2 rows in set (0.31 sec)
dyrnq commented 1 year ago
mysql> show proc '/frontends';
+-----------------------------------+----------------+----------------+-------------+----------+-----------+---------+----------+----------+------------+------+-------+-------------------+---------------------+----------+--------+----------------------+------------------+
| Name                              | IP             | HostName       | EditLogPort | HttpPort | QueryPort | RpcPort | Role     | IsMaster | ClusterId  | Join | Alive | ReplayedJournalId | LastHeartbeat       | IsHelper | ErrMsg | Version              | CurrentConnected |
+-----------------------------------+----------------+----------------+-------------+----------+-----------+---------+----------+----------+------------+------+-------+-------------------+---------------------+----------+--------+----------------------+------------------+
| 192.168.56.111_9010_1669554795921 | 192.168.56.111 | 192.168.56.111 | 9010        | 8030     | 9030      | 9020    | FOLLOWER | true     | 1832762807 | true | true  | 709               | 2022-11-27 21:52:57 | true     |        | 1.1.4-rc01-8890a58dc | Yes              |
| 192.168.56.112_9010_1669557148442 | 192.168.56.112 | 192.168.56.112 | 9010        | 8030     | 9030      | 9020    | OBSERVER | false    | 1832762807 | true | true  | 708               | 2022-11-27 21:52:57 | false    |        | 1.1.4-rc01-8890a58dc | No               |
+-----------------------------------+----------------+----------------+-------------+----------+-----------+---------+----------+----------+------------+------+-------+-------------------+---------------------+----------+--------+----------------------+------------------+
2 rows in set (0.27 sec)
dyrnq commented 1 year ago

a typo with 112 edit_log_port.