Waiting docker_cmd.sh to finished , supervisor process count : 0 -------------------------------------------------------------------------------- # 【步骤一】校验 config.yaml 配置文件 -------------------------------------------------------------------------------- python -m omsflow.scripts.units.oms_cluster_config --check /home/admin/conf/config.yaml /root/omsflow 2025-03-28 16:19:58,577-Oms-DEBUG oms_cluster_config.main.946 :load config file /home/admin/conf/config.yaml `master_cm_endpoint` is http://10.2.0.10:8280 `master_oms_endpoint` is http://10.2.0.10:8280 `role` is master success: config file is verification ok ... master_drc_rm_meta_uri is accessible cm_location is 100 -------------------------------------------------------------------------------- # 【步骤二】创建 OMS 元信息库 -------------------------------------------------------------------------------- python -m omsflow.scripts.units.oms_init_manager --init-db /root/omsflow use config /home/admin/conf/config.yaml no drop task no init task query {'charset': 'utf8'} {'username': 'root@lph#ob435', 'database': 'oms_cm', 'host': '10.100.1.111', 'password_original': 'Root_123', 'drivername': 'mysql+pymysql', 'query': {'charset': 'utf8'}, 'port': 2883} 2025-03-28 16:19:58,945-Oms-DEBUG units.create_engine_wrapper.70 :create a new sqlalchemy engine wrapped Engine(mysql+pymysql://root%40lph#ob435:***@10.100.1.111:2883/oms_cm?charset=utf8) query {'charset': 'utf8'} {'username': 'root@lph#ob435', 'database': 'oms_rm', 'host': '10.100.1.111', 'password_original': 'Root_123', 'drivername': 'mysql+pymysql', 'query': {'charset': 'utf8'}, 'port': 2883} 2025-03-28 16:19:59,056-Oms-DEBUG units.create_engine_wrapper.70 :create a new sqlalchemy engine wrapped Engine(mysql+pymysql://root%40lph#ob435:***@10.100.1.111:2883/oms_rm?charset=utf8) query {'charset': 'utf8'} {'username': 'root@lph#ob435', 'database': 'oms_cm_heartbeat', 'host': '10.100.1.111', 'password_original': 'Root_123', 'drivername': 'mysql+pymysql', 'query': {'charset': 'utf8'}, 'port': 2883} 2025-03-28 16:19:59,186-Oms-DEBUG units.create_engine_wrapper.70 :create a new sqlalchemy engine wrapped Engine(mysql+pymysql://root%40lph#ob435:***@10.100.1.111:2883/oms_cm_heartbeat?charset=utf8) query {'charset': 'utf8'} {'username': 'root@lph#ob435', 'database': 'oms_rm', 'host': '10.100.1.111', 'password_original': 'Root_123', 'drivername': 'mysql+pymysql', 'query': {'charset': 'utf8'}, 'port': 2883} 2025-03-28 16:19:59,302-Oms-DEBUG units.create_engine_wrapper.70 :create a new sqlalchemy engine wrapped Engine(mysql+pymysql://root%40lph#ob435:***@10.100.1.111:2883/oms_rm?charset=utf8) 2025-03-28 16:19:59,372-Oms-DEBUG oms_init_manager._import_sql_file_by_engine.98 :Engine(mysql+pymysql://root%40lph#ob435:***@10.100.1.111:2883/oms_rm?charset=utf8) import /root/omsflow/meta_init/drc_rm_schema.sql mysql -h'10.100.1.111' -P2883 -u 'root@lph#ob435' --password='Root_123' -f -D 'oms_rm' < /root/omsflow/meta_init/drc_rm_schema.sql 2025-03-28 16:20:34,498-Oms-DEBUG oms_init_manager._import_sql_file_by_engine.98 :Engine(mysql+pymysql://root%40lph#ob435:***@10.100.1.111:2883/oms_rm?charset=utf8) import /root/omsflow/meta_init/drc_rm_data.sql mysql -h'10.100.1.111' -P2883 -u 'root@lph#ob435' --password='Root_123' -f -D 'oms_rm' < /root/omsflow/meta_init/drc_rm_data.sql 2025-03-28 16:20:36,083-Oms-DEBUG oms_init_manager.init_rm.724 :REPLACE INTO `user` (`id`, `name`, `password`, `type`, `linkman`, `linkman_cn`, `reason`, `product`, `gmt_modify`) VALUES(1, 'RM_oms', 'MjAyNS0wMy0yOA==', 3, 'oms', 'oms', 'oms', 'oms', now()); query {'charset': 'utf8'} {'username': 'root@lph#ob435', 'database': 'oms_cm', 'host': '10.100.1.111', 'password_original': 'Root_123', 'drivername': 'mysql+pymysql', 'query': {'charset': 'utf8'}, 'port': 2883} 2025-03-28 16:20:36,470-Oms-DEBUG units.create_engine_wrapper.70 :create a new sqlalchemy engine wrapped Engine(mysql+pymysql://root%40lph#ob435:***@10.100.1.111:2883/oms_cm?charset=utf8) drc_cm_schema 2025-03-28 16:20:36,537-Oms-DEBUG oms_init_manager._import_sql_file_by_engine.98 :Engine(mysql+pymysql://root%40lph#ob435:***@10.100.1.111:2883/oms_cm?charset=utf8) import /root/omsflow/meta_init/drc_cm_schema.sql mysql -h'10.100.1.111' -P2883 -u 'root@lph#ob435' --password='Root_123' -f -D 'oms_cm' < /root/omsflow/meta_init/drc_cm_schema.sql ERROR 1061 (42000) at line 1596: Duplicate key name 'uniq_module_range' ERROR 1061 (42000) at line 1663: Duplicate key name 'uk_old_task_name' drc_cm_data 2025-03-28 16:21:05,595-Oms-DEBUG oms_init_manager._import_sql_file_by_engine.98 :Engine(mysql+pymysql://root%40lph#ob435:***@10.100.1.111:2883/oms_cm?charset=utf8) import /root/omsflow/meta_init/drc_cm_data.sql mysql -h'10.100.1.111' -P2883 -u 'root@lph#ob435' --password='Root_123' -f -D 'oms_cm' < /root/omsflow/meta_init/drc_cm_data.sql 2025-03-28 16:21:08,804-Oms-DEBUG oms_init_manager.init_cm.744 : INSERT INTO `resource_group` (`name`, `store_limit`, `congo_limit`, `jdbc_writer_limit`, `metaq_writer_limit`, `full_check_limit`, `cpu_limit`, `cpu_unit`,`gmt_modified`, `gmt_create`, `description`, `level`, `creator`) VALUES('100', 50, 50, 50, 0, 50, 50, 1, now(), now(), '默认地域', 'GENERAL', 'oms') ON DUPLICATE KEY UPDATE `name` = '100'; query {'charset': 'utf8'} {'username': 'root@lph#ob435', 'database': 'oms_cm_heartbeat', 'host': '10.100.1.111', 'password_original': 'Root_123', 'drivername': 'mysql+pymysql', 'query': {'charset': 'utf8'}, 'port': 2883} 2025-03-28 16:21:08,934-Oms-DEBUG units.create_engine_wrapper.70 :create a new sqlalchemy engine wrapped Engine(mysql+pymysql://root%40lph#ob435:***@10.100.1.111:2883/oms_cm_heartbeat?charset=utf8) 2025-03-28 16:21:08,991-Oms-DEBUG oms_init_manager._import_sql_file_by_engine.98 :Engine(mysql+pymysql://root%40lph#ob435:***@10.100.1.111:2883/oms_cm_heartbeat?charset=utf8) import /root/omsflow/meta_init/drc_cm_hb_schema.sql mysql -h'10.100.1.111' -P2883 -u 'root@lph#ob435' --password='Root_123' -f -D 'oms_cm_heartbeat' < /root/omsflow/meta_init/drc_cm_hb_schema.sql 2025-03-28 16:21:12,831-Oms-DEBUG oms_init_manager._import_sql_file_by_engine.98 :Engine(mysql+pymysql://root%40lph#ob435:***@10.100.1.111:2883/oms_cm_heartbeat?charset=utf8) import /root/omsflow/meta_init/drc_cm_hb_data.sql mysql -h'10.100.1.111' -P2883 -u 'root@lph#ob435' --password='Root_123' -f -D 'oms_cm_heartbeat' < /root/omsflow/meta_init/drc_cm_hb_data.sql -------------------------------------------------------------------------------- # 【步骤三】创建 OMS 各组件的配置文件 -------------------------------------------------------------------------------- python -m omsflow.scripts.units.oms_init_manager --init-config-file /root/omsflow use config /home/admin/conf/config.yaml no drop task no init task query {'charset': 'utf8'} {'username': 'root@lph#ob435', 'database': 'oms_cm', 'host': '10.100.1.111', 'password_original': 'Root_123', 'drivername': 'mysql+pymysql', 'query': {'charset': 'utf8'}, 'port': 2883} 2025-03-28 16:21:13,169-Oms-DEBUG units.create_engine_wrapper.70 :create a new sqlalchemy engine wrapped Engine(mysql+pymysql://root%40lph#ob435:***@10.100.1.111:2883/oms_cm?charset=utf8) query {'charset': 'utf8'} {'username': 'root@lph#ob435', 'database': 'oms_rm', 'host': '10.100.1.111', 'password_original': 'Root_123', 'drivername': 'mysql+pymysql', 'query': {'charset': 'utf8'}, 'port': 2883} 2025-03-28 16:21:13,262-Oms-DEBUG units.create_engine_wrapper.70 :create a new sqlalchemy engine wrapped Engine(mysql+pymysql://root%40lph#ob435:***@10.100.1.111:2883/oms_rm?charset=utf8) query {'charset': 'utf8'} {'username': 'root@lph#ob435', 'database': 'oms_cm_heartbeat', 'host': '10.100.1.111', 'password_original': 'Root_123', 'drivername': 'mysql+pymysql', 'query': {'charset': 'utf8'}, 'port': 2883} 2025-03-28 16:21:13,362-Oms-DEBUG units.create_engine_wrapper.70 :create a new sqlalchemy engine wrapped Engine(mysql+pymysql://root%40lph#ob435:***@10.100.1.111:2883/oms_cm_heartbeat?charset=utf8) 2025-03-28 16:21:13,435-Oms-DEBUG oms_init_manager.render_meta.803 :ocp meta None query {'charset': 'utf8'} {'username': 'root@lph#ob435', 'database': 'oms_rm', 'host': '10.100.1.111', 'password_original': 'Root_123', 'drivername': 'mysql+pymysql', 'query': {'charset': 'utf8'}, 'port': 2883} 2025-03-28 16:21:13,501-Oms-DEBUG units.create_engine_wrapper.70 :create a new sqlalchemy engine wrapped Engine(mysql+pymysql://root%40lph#ob435:***@10.100.1.111:2883/oms_rm?charset=utf8) query {'charset': 'utf8'} {'username': 'root@lph#ob435', 'database': 'oms_rm', 'host': '10.100.1.111', 'password_original': 'Root_123', 'drivername': 'mysql+pymysql', 'query': {'charset': 'utf8'}, 'port': 2883} 2025-03-28 16:21:14,873-Oms-DEBUG units.create_engine_wrapper.70 :create a new sqlalchemy engine wrapped Engine(mysql+pymysql://root%40lph#ob435:***@10.100.1.111:2883/oms_rm?charset=utf8) query {'charset': 'utf8'} {'username': 'root@lph#ob435', 'database': 'oms_rm', 'host': '10.100.1.111', 'password_original': 'Root_123', 'drivername': 'mysql+pymysql', 'query': {'charset': 'utf8'}, 'port': 2883} 2025-03-28 16:21:15,030-Oms-DEBUG units.create_engine_wrapper.70 :create a new sqlalchemy engine wrapped Engine(mysql+pymysql://root%40lph#ob435:***@10.100.1.111:2883/oms_rm?charset=utf8) { "supervisor_server_port": "9000", "connector_transaction_index_enabled": "false", "oms_meta_password": "Root_123", "tsdb_enabled": "false", "dbp_op_url": null, "apsara_audit_sls_access_key": null, "drc_user": "", "obproxy_host": null, "apsara_audit_sls_user_site_topic": null, "drc_cm_db": "oms_cm", "oms_oauth2_user_account_name_field": null, "tsdb_password": null, "ocp_api_domain": null, "nginx_server_port": "8089", "oms_security_csrf_enabled": "false", "apsara_aas_region_name": null, "dbp_route": null, "use_log_proxy": null, "oms_meta_host": "10.100.1.111", "oms_meta_user": "root@lph#ob435", "apsara_audit_sls_endpoint": null, "tsdb_url": null, "kafka_partition_mode": null, "spring_security_oauth2_client_registration_oms_client_secret": null, "drc_rm_db": "oms_rm", "log_proxy_address": null, "cm_url": "http://10.2.0.10:8280", "oms_iam_auth": "LOCAL", "apsara_oam_access_secret": null, "ocp_api_password": "root", "apsara_audit_sls_access_secret": null, "apsara_aas_ops_site_login": null, "spring_security_oauth2_client_provider_jwk_set_uri": null, "apsara_aas_oauth_secret": null, "tsdb_service": "", "spring_security_oauth2_client_provider_authorization_uri": null, "oms_meta_mode": "oceanbase", "apsara_oam_access_key": null, "kafka_need_schema": "false", "ocp_version": null, "sshd_server_port": "2023", "tsdb_username": null, "alarm_channel_param": null, "oms_host_ip": "10.2.0.10", "oms_host": "10.2.0.10:8280", "drc_cm_heartbeat_db": "oms_cm_heartbeat", "apsara_oam_domain": null, "cm_location": "100", "spring_security_oauth2_client_registration_oms_redirect_uri": null, "oms_meta_port": 2883, "dbp_enable": "false", "sybase_charset": "UTF-8", "obproxy_port": null, "ocp_api_username": "admin", "dbp_ak": null, "json_serializer": "DefaultJsonSerializer", "apsara_oam_region_name": null, "spring_security_oauth2_client_registration_oms_provider": null, "oms_meta_version": "5.7.25-OceanBase_CE-v4.3.5.0", "dbp_middleware_instance_id": null, "oms_oauth2_sso_login_url": null, "spring_security_oauth2_client_registration_oms_clientAuthenticationMethod": null, "ghana_server_port": "8090", "spring_security_oauth2_client_registration_oms_authorization_grant_type": null, "dbp_sk": null, "spring_security_oauth2_client_provider_token_uri": null, "cm_server_port": "8088", "spring_security_oauth2_client_registration_oms_client_id": null, "apsara_aas_oauth_url": null, "drc_password": "", "apsara_aas_oauth_key": null, "alarm_channel": null, "spring_security_oauth2_client_registration_oms_scope": null, "apsara_aas_ops_site_logout": null, "apsara_audit_sls_ops_site_topic": null, "apsara_audit_enable": "false" } use root dir:/root/omsflow/scripts use root dir:/root/omsflow/scripts 2025-03-28 16:21:15,596-Oms-DEBUG oms_init_manager.init_config_file.915 :parse template: /root/omsflow/scripts/conf/cm/drc-cm_template.properties->conf/cm/drc-cm.properties use root dir:/root/omsflow/scripts 2025-03-28 16:21:15,597-Oms-DEBUG oms_init_manager.init_config_file.924 :render: /root/omsflow/scripts/conf/cm/drc-cm_template.properties -> /root/omsflow/scripts/conf/cm/drc-cm.properties 2025-03-28 16:21:15,597-Oms-DEBUG oms_init_manager.init_config_file.924 :render: /root/omsflow/scripts/conf/cm/drc-cm_template.properties -> /home/admin/hnbc-1.0/conf/cm/drc-cm.properties 2025-03-28 16:21:15,597-Oms-DEBUG oms_init_manager.init_config_file.924 :render: /root/omsflow/scripts/conf/cm/drc-cm_template.properties -> /home/admin/conf/cm/drc-cm.properties use root dir:/root/omsflow/scripts 2025-03-28 16:21:15,602-Oms-DEBUG oms_init_manager.init_config_file.915 :parse template: /root/omsflow/scripts/conf/cm/jdbc_template.properties->conf/cm/jdbc.properties use root dir:/root/omsflow/scripts 2025-03-28 16:21:15,602-Oms-DEBUG oms_init_manager.init_config_file.924 :render: /root/omsflow/scripts/conf/cm/jdbc_template.properties -> /root/omsflow/scripts/conf/cm/jdbc.properties 2025-03-28 16:21:15,602-Oms-DEBUG oms_init_manager.init_config_file.924 :render: /root/omsflow/scripts/conf/cm/jdbc_template.properties -> /home/admin/hnbc-1.0/conf/cm/jdbc.properties 2025-03-28 16:21:15,602-Oms-DEBUG oms_init_manager.init_config_file.924 :render: /root/omsflow/scripts/conf/cm/jdbc_template.properties -> /home/admin/conf/cm/jdbc.properties use root dir:/root/omsflow/scripts 2025-03-28 16:21:15,605-Oms-DEBUG oms_init_manager.init_config_file.915 :parse template: /root/omsflow/scripts/conf/supervisor/drc_template.properties->conf/supervisor/drc.properties use root dir:/root/omsflow/scripts 2025-03-28 16:21:15,605-Oms-DEBUG oms_init_manager.init_config_file.924 :render: /root/omsflow/scripts/conf/supervisor/drc_template.properties -> /root/omsflow/scripts/conf/supervisor/drc.properties 2025-03-28 16:21:15,606-Oms-DEBUG oms_init_manager.init_config_file.924 :render: /root/omsflow/scripts/conf/supervisor/drc_template.properties -> /home/admin/hnbc-1.0/conf/supervisor/drc.properties 2025-03-28 16:21:15,606-Oms-DEBUG oms_init_manager.init_config_file.924 :render: /root/omsflow/scripts/conf/supervisor/drc_template.properties -> /home/admin/conf/supervisor/drc.properties use root dir:/root/omsflow/scripts 2025-03-28 16:21:15,618-Oms-DEBUG oms_init_manager.init_config_file.915 :parse template: /root/omsflow/scripts/conf/rm/application-oms_template.properties->conf/rm/application-oms.properties use root dir:/root/omsflow/scripts 2025-03-28 16:21:15,618-Oms-DEBUG oms_init_manager.init_config_file.924 :render: /root/omsflow/scripts/conf/rm/application-oms_template.properties -> /root/omsflow/scripts/conf/rm/application-oms.properties 2025-03-28 16:21:15,619-Oms-DEBUG oms_init_manager.init_config_file.924 :render: /root/omsflow/scripts/conf/rm/application-oms_template.properties -> /home/admin/hnbc-1.0/conf/rm/application-oms.properties 2025-03-28 16:21:15,619-Oms-DEBUG oms_init_manager.init_config_file.924 :render: /root/omsflow/scripts/conf/rm/application-oms_template.properties -> /home/admin/conf/rm/application-oms.properties 2025-03-28 16:21:15,620-Oms-DEBUG oms_init_manager.init_config_file.932 :move:/home/admin/conf/supervisor/drc.properties->/home/ds/supervisor/package/config/drc.properties 2025-03-28 16:21:15,620-Oms-DEBUG oms_init_manager.init_config_file.932 :move:/home/admin/conf/rm/application-oms.properties->/home/ds/ghana/config/application-oms.properties query {'charset': 'utf8'} {'username': 'root@lph#ob435', 'database': 'oms_cm', 'host': '10.100.1.111', 'password_original': 'Root_123', 'drivername': 'mysql+pymysql', 'query': {'charset': 'utf8'}, 'port': 2883} 2025-03-28 16:21:15,669-Oms-DEBUG units.create_engine_wrapper.70 :create a new sqlalchemy engine wrapped Engine(mysql+pymysql://root%40lph#ob435:***@10.100.1.111:2883/oms_cm?charset=utf8) query {'charset': 'utf8'} {'username': 'root@lph#ob435', 'database': 'oms_rm', 'host': '10.100.1.111', 'password_original': 'Root_123', 'drivername': 'mysql+pymysql', 'query': {'charset': 'utf8'}, 'port': 2883} 2025-03-28 16:21:15,785-Oms-DEBUG units.create_engine_wrapper.70 :create a new sqlalchemy engine wrapped Engine(mysql+pymysql://root%40lph#ob435:***@10.100.1.111:2883/oms_rm?charset=utf8) query {'charset': 'utf8'} {'username': 'root@lph#ob435', 'database': 'oms_cm_heartbeat', 'host': '10.100.1.111', 'password_original': 'Root_123', 'drivername': 'mysql+pymysql', 'query': {'charset': 'utf8'}, 'port': 2883} 2025-03-28 16:21:15,892-Oms-DEBUG units.create_engine_wrapper.70 :create a new sqlalchemy engine wrapped Engine(mysql+pymysql://root%40lph#ob435:***@10.100.1.111:2883/oms_cm_heartbeat?charset=utf8) 2025-03-28 16:21:15,968-Oms-DEBUG oms_init_manager.render_meta.803 :ocp meta None query {'charset': 'utf8'} {'username': 'root@lph#ob435', 'database': 'oms_rm', 'host': '10.100.1.111', 'password_original': 'Root_123', 'drivername': 'mysql+pymysql', 'query': {'charset': 'utf8'}, 'port': 2883} 2025-03-28 16:21:16,031-Oms-DEBUG units.create_engine_wrapper.70 :create a new sqlalchemy engine wrapped Engine(mysql+pymysql://root%40lph#ob435:***@10.100.1.111:2883/oms_rm?charset=utf8) query {'charset': 'utf8'} {'username': 'root@lph#ob435', 'database': 'oms_rm', 'host': '10.100.1.111', 'password_original': 'Root_123', 'drivername': 'mysql+pymysql', 'query': {'charset': 'utf8'}, 'port': 2883} 2025-03-28 16:21:16,279-Oms-DEBUG units.create_engine_wrapper.70 :create a new sqlalchemy engine wrapped Engine(mysql+pymysql://root%40lph#ob435:***@10.100.1.111:2883/oms_rm?charset=utf8) query {'charset': 'utf8'} {'username': 'root@lph#ob435', 'database': 'oms_rm', 'host': '10.100.1.111', 'password_original': 'Root_123', 'drivername': 'mysql+pymysql', 'query': {'charset': 'utf8'}, 'port': 2883} 2025-03-28 16:21:16,426-Oms-DEBUG units.create_engine_wrapper.70 :create a new sqlalchemy engine wrapped Engine(mysql+pymysql://root%40lph#ob435:***@10.100.1.111:2883/oms_rm?charset=utf8) 文件 '/home/ds/ghana/config/tengine_template.conf' 中的 '{ghana_server_port}' 已被替换为 '8090'。 文件 '/home/ds/ghana/config/tengine_template.conf' 中的 '{nginx_server_port}' 已被替换为 '8089'。 文件 '/home/ds/ghana/config/tengine_https_template.conf' 中的 '{ghana_server_port}' 已被替换为 '8090'。 文件 '/home/ds/ghana/config/tengine_https_template.conf' 中的 '{nginx_server_port}' 已被替换为 '8089'。 query {'charset': 'utf8'} {'username': 'root@lph#ob435', 'database': 'oms_cm', 'host': '10.100.1.111', 'password_original': 'Root_123', 'drivername': 'mysql+pymysql', 'query': {'charset': 'utf8'}, 'port': 2883} 2025-03-28 16:21:16,988-Oms-DEBUG units.create_engine_wrapper.70 :create a new sqlalchemy engine wrapped Engine(mysql+pymysql://root%40lph#ob435:***@10.100.1.111:2883/oms_cm?charset=utf8) query {'charset': 'utf8'} {'username': 'root@lph#ob435', 'database': 'oms_rm', 'host': '10.100.1.111', 'password_original': 'Root_123', 'drivername': 'mysql+pymysql', 'query': {'charset': 'utf8'}, 'port': 2883} 2025-03-28 16:21:17,103-Oms-DEBUG units.create_engine_wrapper.70 :create a new sqlalchemy engine wrapped Engine(mysql+pymysql://root%40lph#ob435:***@10.100.1.111:2883/oms_rm?charset=utf8) query {'charset': 'utf8'} {'username': 'root@lph#ob435', 'database': 'oms_cm_heartbeat', 'host': '10.100.1.111', 'password_original': 'Root_123', 'drivername': 'mysql+pymysql', 'query': {'charset': 'utf8'}, 'port': 2883} 2025-03-28 16:21:17,211-Oms-DEBUG units.create_engine_wrapper.70 :create a new sqlalchemy engine wrapped Engine(mysql+pymysql://root%40lph#ob435:***@10.100.1.111:2883/oms_cm_heartbeat?charset=utf8) 2025-03-28 16:21:17,275-Oms-DEBUG oms_init_manager.render_meta.803 :ocp meta None query {'charset': 'utf8'} {'username': 'root@lph#ob435', 'database': 'oms_rm', 'host': '10.100.1.111', 'password_original': 'Root_123', 'drivername': 'mysql+pymysql', 'query': {'charset': 'utf8'}, 'port': 2883} 2025-03-28 16:21:17,337-Oms-DEBUG units.create_engine_wrapper.70 :create a new sqlalchemy engine wrapped Engine(mysql+pymysql://root%40lph#ob435:***@10.100.1.111:2883/oms_rm?charset=utf8) query {'charset': 'utf8'} {'username': 'root@lph#ob435', 'database': 'oms_rm', 'host': '10.100.1.111', 'password_original': 'Root_123', 'drivername': 'mysql+pymysql', 'query': {'charset': 'utf8'}, 'port': 2883} 2025-03-28 16:21:17,625-Oms-DEBUG units.create_engine_wrapper.70 :create a new sqlalchemy engine wrapped Engine(mysql+pymysql://root%40lph#ob435:***@10.100.1.111:2883/oms_rm?charset=utf8) query {'charset': 'utf8'} {'username': 'root@lph#ob435', 'database': 'oms_rm', 'host': '10.100.1.111', 'password_original': 'Root_123', 'drivername': 'mysql+pymysql', 'query': {'charset': 'utf8'}, 'port': 2883} 2025-03-28 16:21:17,781-Oms-DEBUG units.create_engine_wrapper.70 :create a new sqlalchemy engine wrapped Engine(mysql+pymysql://root%40lph#ob435:***@10.100.1.111:2883/oms_rm?charset=utf8) 文件 '/home/ds/cm/package/deployapp/start_template.ini' 中的 '{cm_server_port}' 已被替换为 '8088'。 query {'charset': 'utf8'} {'username': 'root@lph#ob435', 'database': 'oms_cm', 'host': '10.100.1.111', 'password_original': 'Root_123', 'drivername': 'mysql+pymysql', 'query': {'charset': 'utf8'}, 'port': 2883} 2025-03-28 16:21:18,350-Oms-DEBUG units.create_engine_wrapper.70 :create a new sqlalchemy engine wrapped Engine(mysql+pymysql://root%40lph#ob435:***@10.100.1.111:2883/oms_cm?charset=utf8) query {'charset': 'utf8'} {'username': 'root@lph#ob435', 'database': 'oms_rm', 'host': '10.100.1.111', 'password_original': 'Root_123', 'drivername': 'mysql+pymysql', 'query': {'charset': 'utf8'}, 'port': 2883} 2025-03-28 16:21:18,461-Oms-DEBUG units.create_engine_wrapper.70 :create a new sqlalchemy engine wrapped Engine(mysql+pymysql://root%40lph#ob435:***@10.100.1.111:2883/oms_rm?charset=utf8) query {'charset': 'utf8'} {'username': 'root@lph#ob435', 'database': 'oms_cm_heartbeat', 'host': '10.100.1.111', 'password_original': 'Root_123', 'drivername': 'mysql+pymysql', 'query': {'charset': 'utf8'}, 'port': 2883} 2025-03-28 16:21:18,572-Oms-DEBUG units.create_engine_wrapper.70 :create a new sqlalchemy engine wrapped Engine(mysql+pymysql://root%40lph#ob435:***@10.100.1.111:2883/oms_cm_heartbeat?charset=utf8) 2025-03-28 16:21:18,641-Oms-DEBUG oms_init_manager.render_meta.803 :ocp meta None query {'charset': 'utf8'} {'username': 'root@lph#ob435', 'database': 'oms_rm', 'host': '10.100.1.111', 'password_original': 'Root_123', 'drivername': 'mysql+pymysql', 'query': {'charset': 'utf8'}, 'port': 2883} 2025-03-28 16:21:18,704-Oms-DEBUG units.create_engine_wrapper.70 :create a new sqlalchemy engine wrapped Engine(mysql+pymysql://root%40lph#ob435:***@10.100.1.111:2883/oms_rm?charset=utf8) query {'charset': 'utf8'} {'username': 'root@lph#ob435', 'database': 'oms_rm', 'host': '10.100.1.111', 'password_original': 'Root_123', 'drivername': 'mysql+pymysql', 'query': {'charset': 'utf8'}, 'port': 2883} 2025-03-28 16:21:19,049-Oms-DEBUG units.create_engine_wrapper.70 :create a new sqlalchemy engine wrapped Engine(mysql+pymysql://root%40lph#ob435:***@10.100.1.111:2883/oms_rm?charset=utf8) query {'charset': 'utf8'} {'username': 'root@lph#ob435', 'database': 'oms_rm', 'host': '10.100.1.111', 'password_original': 'Root_123', 'drivername': 'mysql+pymysql', 'query': {'charset': 'utf8'}, 'port': 2883} 2025-03-28 16:21:19,206-Oms-DEBUG units.create_engine_wrapper.70 :create a new sqlalchemy engine wrapped Engine(mysql+pymysql://root%40lph#ob435:***@10.100.1.111:2883/oms_rm?charset=utf8) 文件 '/etc/ssh/base_template.ini' 中的 '{sshd_server_port}' 已被替换为 '2023'。 -------------------------------------------------------------------------------- # 【步骤四】重启 OMS 所有组件 (大约需要两分钟,请耐心等待) -------------------------------------------------------------------------------- supervisorctl restart nginx oms_console oms_drc_cm oms_drc_supervisor sshd nginx: stopped oms_console: stopped oms_drc_cm: stopped oms_drc_supervisor: stopped sshd: stopped nginx: started oms_console: started oms_drc_cm: started oms_drc_supervisor: started sshd: started supervisorctl status nginx oms_console oms_drc_cm oms_drc_supervisor sshd nginx RUNNING pid 3177, uptime 0:00:51 oms_console RUNNING pid 3180, uptime 0:00:41 oms_drc_cm RUNNING pid 3252, uptime 0:00:31 oms_drc_supervisor RUNNING pid 3523, uptime 0:00:21 sshd RUNNING pid 4010, uptime 0:00:11 supervisorctl status nginx oms_console oms_drc_cm oms_drc_supervisor sshd nginx RUNNING pid 3177, uptime 0:01:51 oms_console RUNNING pid 3180, uptime 0:01:41 oms_drc_cm RUNNING pid 3252, uptime 0:01:31 oms_drc_supervisor RUNNING pid 3523, uptime 0:01:21 sshd RUNNING pid 4010, uptime 0:01:11 -------------------------------------------------------------------------------- # 【步骤五】初始化 OMS 资源标签和资源组 -------------------------------------------------------------------------------- python -m omsflow.scripts.units.oms_cluster_manager add_resource /root/omsflow Will add cm_nodes ['10.2.0.10'] Add host by ip 10.2.0.10 2025-03-28 16:24:13,078-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 0 post url : http://10.2.0.10:8280/resource/host/add, data : {'status': 'ONLINE', 'ip': '10.2.0.10', 'storeLimit': 32, 'jdbcWriterLimit': 40, 'groupName': '100'} error,retry later ...... 2025-03-28 16:24:33,099-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 1 post url : http://10.2.0.10:8280/resource/host/add, data : {'status': 'ONLINE', 'ip': '10.2.0.10', 'storeLimit': 32, 'jdbcWriterLimit': 40, 'groupName': '100'} error,retry later ...... 2025-03-28 16:24:53,121-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 2 post url : http://10.2.0.10:8280/resource/host/add, data : {'status': 'ONLINE', 'ip': '10.2.0.10', 'storeLimit': 32, 'jdbcWriterLimit': 40, 'groupName': '100'} error,retry later ...... 2025-03-28 16:25:13,143-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 3 post url : http://10.2.0.10:8280/resource/host/add, data : {'status': 'ONLINE', 'ip': '10.2.0.10', 'storeLimit': 32, 'jdbcWriterLimit': 40, 'groupName': '100'} error,retry later ...... 2025-03-28 16:25:33,165-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 4 post url : http://10.2.0.10:8280/resource/host/add, data : {'status': 'ONLINE', 'ip': '10.2.0.10', 'storeLimit': 32, 'jdbcWriterLimit': 40, 'groupName': '100'} error,retry later ...... 2025-03-28 16:25:53,186-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 5 post url : http://10.2.0.10:8280/resource/host/add, data : {'status': 'ONLINE', 'ip': '10.2.0.10', 'storeLimit': 32, 'jdbcWriterLimit': 40, 'groupName': '100'} error,retry later ...... 2025-03-28 16:26:13,208-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 6 post url : http://10.2.0.10:8280/resource/host/add, data : {'status': 'ONLINE', 'ip': '10.2.0.10', 'storeLimit': 32, 'jdbcWriterLimit': 40, 'groupName': '100'} error,retry later ...... 2025-03-28 16:26:33,230-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 7 post url : http://10.2.0.10:8280/resource/host/add, data : {'status': 'ONLINE', 'ip': '10.2.0.10', 'storeLimit': 32, 'jdbcWriterLimit': 40, 'groupName': '100'} error,retry later ...... 2025-03-28 16:26:53,250-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 8 post url : http://10.2.0.10:8280/resource/host/add, data : {'status': 'ONLINE', 'ip': '10.2.0.10', 'storeLimit': 32, 'jdbcWriterLimit': 40, 'groupName': '100'} error,retry later ...... 2025-03-28 16:27:13,272-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 9 post url : http://10.2.0.10:8280/resource/host/add, data : {'status': 'ONLINE', 'ip': '10.2.0.10', 'storeLimit': 32, 'jdbcWriterLimit': 40, 'groupName': '100'} error,retry later ...... 2025-03-28 16:27:33,293-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 10 post url : http://10.2.0.10:8280/resource/host/add, data : {'status': 'ONLINE', 'ip': '10.2.0.10', 'storeLimit': 32, 'jdbcWriterLimit': 40, 'groupName': '100'} error,retry later ...... 2025-03-28 16:27:53,314-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 11 post url : http://10.2.0.10:8280/resource/host/add, data : {'status': 'ONLINE', 'ip': '10.2.0.10', 'storeLimit': 32, 'jdbcWriterLimit': 40, 'groupName': '100'} error,retry later ...... 2025-03-28 16:28:13,336-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 12 post url : http://10.2.0.10:8280/resource/host/add, data : {'status': 'ONLINE', 'ip': '10.2.0.10', 'storeLimit': 32, 'jdbcWriterLimit': 40, 'groupName': '100'} error,retry later ...... 2025-03-28 16:28:33,358-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 13 post url : http://10.2.0.10:8280/resource/host/add, data : {'status': 'ONLINE', 'ip': '10.2.0.10', 'storeLimit': 32, 'jdbcWriterLimit': 40, 'groupName': '100'} error,retry later ...... 2025-03-28 16:28:53,380-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 14 post url : http://10.2.0.10:8280/resource/host/add, data : {'status': 'ONLINE', 'ip': '10.2.0.10', 'storeLimit': 32, 'jdbcWriterLimit': 40, 'groupName': '100'} error,retry later ...... 2025-03-28 16:29:13,401-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 15 post url : http://10.2.0.10:8280/resource/host/add, data : {'status': 'ONLINE', 'ip': '10.2.0.10', 'storeLimit': 32, 'jdbcWriterLimit': 40, 'groupName': '100'} error,retry later ...... add tag ob10 to 10.2.0.10 2025-03-28 16:29:33,423-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 0 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'ob10', 'key': 'source_type'} error,retry later ...... 2025-03-28 16:29:53,440-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 1 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'ob10', 'key': 'source_type'} error,retry later ...... 2025-03-28 16:30:13,462-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 2 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'ob10', 'key': 'source_type'} error,retry later ...... 2025-03-28 16:30:33,483-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 3 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'ob10', 'key': 'source_type'} error,retry later ...... 2025-03-28 16:30:53,505-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 4 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'ob10', 'key': 'source_type'} error,retry later ...... 2025-03-28 16:31:13,527-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 5 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'ob10', 'key': 'source_type'} error,retry later ...... 2025-03-28 16:31:33,548-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 6 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'ob10', 'key': 'source_type'} error,retry later ...... 2025-03-28 16:31:53,570-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 7 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'ob10', 'key': 'source_type'} error,retry later ...... 2025-03-28 16:32:13,591-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 8 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'ob10', 'key': 'source_type'} error,retry later ...... 2025-03-28 16:32:33,613-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 9 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'ob10', 'key': 'source_type'} error,retry later ...... 2025-03-28 16:32:53,634-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 10 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'ob10', 'key': 'source_type'} error,retry later ...... 2025-03-28 16:33:13,656-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 11 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'ob10', 'key': 'source_type'} error,retry later ...... 2025-03-28 16:33:33,677-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 12 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'ob10', 'key': 'source_type'} error,retry later ...... 2025-03-28 16:33:53,699-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 13 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'ob10', 'key': 'source_type'} error,retry later ...... 2025-03-28 16:34:13,719-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 14 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'ob10', 'key': 'source_type'} error,retry later ...... 2025-03-28 16:34:33,741-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 15 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'ob10', 'key': 'source_type'} error,retry later ...... add tag mysql to 10.2.0.10 2025-03-28 16:34:53,763-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 0 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'mysql', 'key': 'source_type'} error,retry later ...... 2025-03-28 16:35:13,784-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 1 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'mysql', 'key': 'source_type'} error,retry later ...... 2025-03-28 16:35:33,806-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 2 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'mysql', 'key': 'source_type'} error,retry later ...... 2025-03-28 16:35:53,828-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 3 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'mysql', 'key': 'source_type'} error,retry later ...... 2025-03-28 16:36:13,850-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 4 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'mysql', 'key': 'source_type'} error,retry later ...... 2025-03-28 16:36:33,871-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 5 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'mysql', 'key': 'source_type'} error,retry later ...... 2025-03-28 16:36:53,892-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 6 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'mysql', 'key': 'source_type'} error,retry later ...... 2025-03-28 16:37:13,913-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 7 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'mysql', 'key': 'source_type'} error,retry later ...... 2025-03-28 16:37:33,935-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 8 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'mysql', 'key': 'source_type'} error,retry later ...... 2025-03-28 16:37:53,955-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 9 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'mysql', 'key': 'source_type'} error,retry later ...... 2025-03-28 16:38:13,976-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 10 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'mysql', 'key': 'source_type'} error,retry later ...... 2025-03-28 16:38:33,998-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 11 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'mysql', 'key': 'source_type'} error,retry later ...... 2025-03-28 16:38:54,020-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 12 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'mysql', 'key': 'source_type'} error,retry later ...... 2025-03-28 16:39:14,041-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 13 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'mysql', 'key': 'source_type'} error,retry later ...... 2025-03-28 16:39:34,062-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 14 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'mysql', 'key': 'source_type'} error,retry later ...... 2025-03-28 16:39:54,084-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 15 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'mysql', 'key': 'source_type'} error,retry later ...... add tag oracle to 10.2.0.10 2025-03-28 16:40:14,105-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 0 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'oracle', 'key': 'source_type'} error,retry later ...... 2025-03-28 16:40:34,126-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 1 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'oracle', 'key': 'source_type'} error,retry later ...... 2025-03-28 16:40:54,148-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 2 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'oracle', 'key': 'source_type'} error,retry later ...... 2025-03-28 16:41:14,169-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 3 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'oracle', 'key': 'source_type'} error,retry later ...... 2025-03-28 16:41:34,191-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 4 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'oracle', 'key': 'source_type'} error,retry later ...... 2025-03-28 16:41:54,212-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 5 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'oracle', 'key': 'source_type'} error,retry later ...... 2025-03-28 16:42:14,234-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 6 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'oracle', 'key': 'source_type'} error,retry later ...... 2025-03-28 16:42:34,256-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 7 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'oracle', 'key': 'source_type'} error,retry later ...... 2025-03-28 16:42:54,277-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 8 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'oracle', 'key': 'source_type'} error,retry later ...... 2025-03-28 16:43:14,299-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 9 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'oracle', 'key': 'source_type'} error,retry later ...... 2025-03-28 16:43:34,321-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 10 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'oracle', 'key': 'source_type'} error,retry later ...... 2025-03-28 16:43:54,342-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 11 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'oracle', 'key': 'source_type'} error,retry later ...... 2025-03-28 16:44:14,364-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 12 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'oracle', 'key': 'source_type'} error,retry later ...... 2025-03-28 16:44:34,386-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 13 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'oracle', 'key': 'source_type'} error,retry later ...... 2025-03-28 16:44:54,407-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 14 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'oracle', 'key': 'source_type'} error,retry later ...... 2025-03-28 16:45:14,429-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 15 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'oracle', 'key': 'source_type'} error,retry later ...... add tag checker to 10.2.0.10 2025-03-28 16:45:34,451-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 0 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'checker', 'key': 'source_type'} error,retry later ...... 2025-03-28 16:45:54,470-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 1 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'checker', 'key': 'source_type'} error,retry later ...... 2025-03-28 16:46:14,492-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 2 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'checker', 'key': 'source_type'} error,retry later ...... 2025-03-28 16:46:34,513-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 3 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'checker', 'key': 'source_type'} error,retry later ...... 2025-03-28 16:46:54,534-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 4 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'checker', 'key': 'source_type'} error,retry later ...... 2025-03-28 16:47:14,556-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 5 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'checker', 'key': 'source_type'} error,retry later ...... 2025-03-28 16:47:34,577-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 6 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'checker', 'key': 'source_type'} error,retry later ...... 2025-03-28 16:47:54,598-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 7 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'checker', 'key': 'source_type'} error,retry later ...... 2025-03-28 16:48:14,618-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 8 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'checker', 'key': 'source_type'} error,retry later ...... 2025-03-28 16:48:34,640-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 9 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'checker', 'key': 'source_type'} error,retry later ...... 2025-03-28 16:48:54,661-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 10 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'checker', 'key': 'source_type'} error,retry later ...... 2025-03-28 16:49:14,683-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 11 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'checker', 'key': 'source_type'} error,retry later ...... 2025-03-28 16:49:34,705-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 12 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'checker', 'key': 'source_type'} error,retry later ...... 2025-03-28 16:49:54,726-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 13 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'checker', 'key': 'source_type'} error,retry later ...... 2025-03-28 16:50:14,748-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 14 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'checker', 'key': 'source_type'} error,retry later ...... 2025-03-28 16:50:34,769-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 15 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'checker', 'key': 'source_type'} error,retry later ...... add tag db2 to 10.2.0.10 2025-03-28 16:50:54,791-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 0 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'db2', 'key': 'source_type'} error,retry later ...... 2025-03-28 16:51:14,813-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 1 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'db2', 'key': 'source_type'} error,retry later ...... 2025-03-28 16:51:34,834-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 2 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'db2', 'key': 'source_type'} error,retry later ...... 2025-03-28 16:51:54,856-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 3 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'db2', 'key': 'source_type'} error,retry later ...... 2025-03-28 16:52:14,877-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 4 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'db2', 'key': 'source_type'} error,retry later ...... 2025-03-28 16:52:34,899-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 5 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'db2', 'key': 'source_type'} error,retry later ...... 2025-03-28 16:52:54,920-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 6 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'db2', 'key': 'source_type'} error,retry later ...... 2025-03-28 16:53:14,941-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 7 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'db2', 'key': 'source_type'} error,retry later ...... 2025-03-28 16:53:34,963-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 8 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'db2', 'key': 'source_type'} error,retry later ...... 2025-03-28 16:53:54,984-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 9 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'db2', 'key': 'source_type'} error,retry later ...... 2025-03-28 16:54:15,006-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 10 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'db2', 'key': 'source_type'} error,retry later ...... 2025-03-28 16:54:35,027-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 11 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'db2', 'key': 'source_type'} error,retry later ...... 2025-03-28 16:54:55,048-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 12 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'db2', 'key': 'source_type'} error,retry later ...... 2025-03-28 16:55:15,069-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 13 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'db2', 'key': 'source_type'} error,retry later ...... 2025-03-28 16:55:35,091-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 14 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'db2', 'key': 'source_type'} error,retry later ...... 2025-03-28 16:55:55,113-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 15 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'db2', 'key': 'source_type'} error,retry later ...... add tag tidb to 10.2.0.10 2025-03-28 16:56:15,133-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 0 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'tidb', 'key': 'source_type'} error,retry later ...... 2025-03-28 16:56:35,155-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 1 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'tidb', 'key': 'source_type'} error,retry later ...... 2025-03-28 16:56:55,177-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 2 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'tidb', 'key': 'source_type'} error,retry later ...... 2025-03-28 16:57:15,199-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 3 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'tidb', 'key': 'source_type'} error,retry later ...... 2025-03-28 16:57:35,220-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 4 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'tidb', 'key': 'source_type'} error,retry later ...... 2025-03-28 16:57:55,241-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 5 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'tidb', 'key': 'source_type'} error,retry later ...... 2025-03-28 16:58:15,262-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 6 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'tidb', 'key': 'source_type'} error,retry later ...... 2025-03-28 16:58:35,283-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 7 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'tidb', 'key': 'source_type'} error,retry later ...... 2025-03-28 16:58:55,305-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 8 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'tidb', 'key': 'source_type'} error,retry later ...... 2025-03-28 16:59:15,326-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 9 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'tidb', 'key': 'source_type'} error,retry later ...... 2025-03-28 16:59:35,347-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 10 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'tidb', 'key': 'source_type'} error,retry later ...... 2025-03-28 16:59:55,369-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 11 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'tidb', 'key': 'source_type'} error,retry later ...... 2025-03-28 17:00:15,390-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 12 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'tidb', 'key': 'source_type'} error,retry later ...... 2025-03-28 17:00:35,412-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 13 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'tidb', 'key': 'source_type'} error,retry later ...... 2025-03-28 17:00:55,434-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 14 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'tidb', 'key': 'source_type'} error,retry later ...... 2025-03-28 17:01:15,455-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 15 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'tidb', 'key': 'source_type'} error,retry later ...... add tag postgresql to 10.2.0.10 2025-03-28 17:01:35,477-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 0 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'postgresql', 'key': 'source_type'} error,retry later ...... 2025-03-28 17:01:55,497-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 1 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'postgresql', 'key': 'source_type'} error,retry later ...... 2025-03-28 17:02:15,519-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 2 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'postgresql', 'key': 'source_type'} error,retry later ...... 2025-03-28 17:02:35,541-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 3 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'postgresql', 'key': 'source_type'} error,retry later ...... 2025-03-28 17:02:55,563-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 4 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'postgresql', 'key': 'source_type'} error,retry later ...... 2025-03-28 17:03:15,584-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 5 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'postgresql', 'key': 'source_type'} error,retry later ...... 2025-03-28 17:03:35,606-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 6 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'postgresql', 'key': 'source_type'} error,retry later ...... 2025-03-28 17:03:55,628-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 7 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'postgresql', 'key': 'source_type'} error,retry later ...... 2025-03-28 17:04:15,650-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 8 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'postgresql', 'key': 'source_type'} error,retry later ...... 2025-03-28 17:04:35,672-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 9 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'postgresql', 'key': 'source_type'} error,retry later ...... 2025-03-28 17:04:55,692-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 10 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'postgresql', 'key': 'source_type'} error,retry later ...... 2025-03-28 17:05:15,714-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 11 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'postgresql', 'key': 'source_type'} error,retry later ...... 2025-03-28 17:05:35,736-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 12 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'postgresql', 'key': 'source_type'} error,retry later ...... 2025-03-28 17:05:55,757-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 13 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'postgresql', 'key': 'source_type'} error,retry later ...... 2025-03-28 17:06:15,779-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 14 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'postgresql', 'key': 'source_type'} error,retry later ...... 2025-03-28 17:06:35,800-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 15 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'postgresql', 'key': 'source_type'} error,retry later ...... add tag connectorTaskV2 to 10.2.0.10 2025-03-28 17:06:55,823-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 0 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'connectorTaskV2', 'key': 'source_type'} error,retry later ...... 2025-03-28 17:07:15,845-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 1 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'connectorTaskV2', 'key': 'source_type'} error,retry later ...... 2025-03-28 17:07:35,867-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 2 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'connectorTaskV2', 'key': 'source_type'} error,retry later ...... 2025-03-28 17:07:55,889-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 3 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'connectorTaskV2', 'key': 'source_type'} error,retry later ...... 2025-03-28 17:08:15,911-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 4 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'connectorTaskV2', 'key': 'source_type'} error,retry later ...... 2025-03-28 17:08:35,933-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 5 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'connectorTaskV2', 'key': 'source_type'} error,retry later ...... 2025-03-28 17:08:55,954-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 6 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'connectorTaskV2', 'key': 'source_type'} error,retry later ...... 2025-03-28 17:09:15,975-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 7 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'connectorTaskV2', 'key': 'source_type'} error,retry later ...... 2025-03-28 17:09:35,996-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 8 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'connectorTaskV2', 'key': 'source_type'} error,retry later ...... 2025-03-28 17:09:56,018-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 9 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'connectorTaskV2', 'key': 'source_type'} error,retry later ...... 2025-03-28 17:10:16,039-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 10 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'connectorTaskV2', 'key': 'source_type'} error,retry later ...... 2025-03-28 17:10:36,061-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 11 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'connectorTaskV2', 'key': 'source_type'} error,retry later ...... 2025-03-28 17:10:56,082-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 12 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'connectorTaskV2', 'key': 'source_type'} error,retry later ...... 2025-03-28 17:11:16,105-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 13 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'connectorTaskV2', 'key': 'source_type'} error,retry later ...... 2025-03-28 17:11:36,126-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 14 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'connectorTaskV2', 'key': 'source_type'} error,retry later ...... 2025-03-28 17:11:56,147-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 15 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'connectorTaskV2', 'key': 'source_type'} error,retry later ...... add connector tag sybase_source_to_rocketmq_sink to 10.2.0.10 2025-03-28 17:12:16,170-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 0 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'sybase_source_to_rocketmq_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:12:36,191-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 1 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'sybase_source_to_rocketmq_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:12:56,213-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 2 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'sybase_source_to_rocketmq_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:13:16,235-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 3 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'sybase_source_to_rocketmq_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:13:36,256-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 4 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'sybase_source_to_rocketmq_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:13:56,278-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 5 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'sybase_source_to_rocketmq_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:14:16,299-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 6 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'sybase_source_to_rocketmq_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:14:36,321-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 7 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'sybase_source_to_rocketmq_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:14:56,343-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 8 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'sybase_source_to_rocketmq_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:15:16,365-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 9 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'sybase_source_to_rocketmq_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:15:36,387-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 10 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'sybase_source_to_rocketmq_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:15:56,408-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 11 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'sybase_source_to_rocketmq_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:16:16,430-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 12 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'sybase_source_to_rocketmq_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:16:36,452-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 13 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'sybase_source_to_rocketmq_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:16:56,473-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 14 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'sybase_source_to_rocketmq_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:17:16,494-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 15 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'sybase_source_to_rocketmq_sink', 'key': 'connector'} error,retry later ...... add connector tag logproxy_to_kafka_sink to 10.2.0.10 2025-03-28 17:17:36,516-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 0 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'logproxy_to_kafka_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:17:56,537-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 1 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'logproxy_to_kafka_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:18:16,559-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 2 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'logproxy_to_kafka_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:18:36,581-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 3 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'logproxy_to_kafka_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:18:56,602-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 4 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'logproxy_to_kafka_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:19:16,624-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 5 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'logproxy_to_kafka_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:19:36,645-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 6 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'logproxy_to_kafka_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:19:56,667-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 7 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'logproxy_to_kafka_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:20:16,689-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 8 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'logproxy_to_kafka_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:20:36,711-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 9 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'logproxy_to_kafka_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:20:56,732-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 10 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'logproxy_to_kafka_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:21:16,754-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 11 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'logproxy_to_kafka_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:21:36,776-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 12 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'logproxy_to_kafka_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:21:56,798-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 13 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'logproxy_to_kafka_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:22:16,820-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 14 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'logproxy_to_kafka_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:22:36,841-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 15 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'logproxy_to_kafka_sink', 'key': 'connector'} error,retry later ...... add connector tag dataflow_source_to_datahub_sink to 10.2.0.10 2025-03-28 17:22:56,863-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 0 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'dataflow_source_to_datahub_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:23:16,885-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 1 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'dataflow_source_to_datahub_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:23:36,906-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 2 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'dataflow_source_to_datahub_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:23:56,927-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 3 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'dataflow_source_to_datahub_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:24:16,949-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 4 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'dataflow_source_to_datahub_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:24:36,971-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 5 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'dataflow_source_to_datahub_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:24:56,993-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 6 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'dataflow_source_to_datahub_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:25:17,014-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 7 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'dataflow_source_to_datahub_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:25:37,035-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 8 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'dataflow_source_to_datahub_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:25:57,057-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 9 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'dataflow_source_to_datahub_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:26:17,078-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 10 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'dataflow_source_to_datahub_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:26:37,100-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 11 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'dataflow_source_to_datahub_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:26:57,120-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 12 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'dataflow_source_to_datahub_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:27:17,142-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 13 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'dataflow_source_to_datahub_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:27:37,162-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 14 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'dataflow_source_to_datahub_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:27:57,184-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 15 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'dataflow_source_to_datahub_sink', 'key': 'connector'} error,retry later ...... add connector tag dataflow_source_to_dataflow_sink to 10.2.0.10 2025-03-28 17:28:17,206-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 0 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'dataflow_source_to_dataflow_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:28:37,228-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 1 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'dataflow_source_to_dataflow_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:28:57,249-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 2 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'dataflow_source_to_dataflow_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:29:17,269-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 3 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'dataflow_source_to_dataflow_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:29:37,291-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 4 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'dataflow_source_to_dataflow_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:29:57,312-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 5 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'dataflow_source_to_dataflow_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:30:17,334-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 6 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'dataflow_source_to_dataflow_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:30:37,356-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 7 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'dataflow_source_to_dataflow_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:30:57,377-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 8 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'dataflow_source_to_dataflow_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:31:17,399-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 9 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'dataflow_source_to_dataflow_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:31:37,421-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 10 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'dataflow_source_to_dataflow_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:31:57,442-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 11 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'dataflow_source_to_dataflow_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:32:17,464-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 12 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'dataflow_source_to_dataflow_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:32:37,486-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 13 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'dataflow_source_to_dataflow_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:32:57,507-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 14 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'dataflow_source_to_dataflow_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:33:17,529-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 15 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'dataflow_source_to_dataflow_sink', 'key': 'connector'} error,retry later ...... add connector tag dataflow_source_to_kafka_sink to 10.2.0.10 2025-03-28 17:33:37,549-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 0 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'dataflow_source_to_kafka_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:33:57,570-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 1 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'dataflow_source_to_kafka_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:34:17,591-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 2 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'dataflow_source_to_kafka_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:34:37,613-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 3 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'dataflow_source_to_kafka_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:34:57,635-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 4 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'dataflow_source_to_kafka_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:35:17,656-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 5 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'dataflow_source_to_kafka_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:35:37,678-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 6 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'dataflow_source_to_kafka_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:35:57,699-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 7 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'dataflow_source_to_kafka_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:36:17,721-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 8 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'dataflow_source_to_kafka_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:36:37,743-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 9 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'dataflow_source_to_kafka_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:36:57,765-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 10 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'dataflow_source_to_kafka_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:37:17,784-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 11 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'dataflow_source_to_kafka_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:37:37,806-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 12 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'dataflow_source_to_kafka_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:37:57,829-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 13 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'dataflow_source_to_kafka_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:38:17,851-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 14 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'dataflow_source_to_kafka_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:38:37,872-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 15 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'dataflow_source_to_kafka_sink', 'key': 'connector'} error,retry later ...... add connector tag dataflow_source_to_rocketmq_sink to 10.2.0.10 2025-03-28 17:38:57,893-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 0 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'dataflow_source_to_rocketmq_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:39:17,915-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 1 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'dataflow_source_to_rocketmq_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:39:37,937-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 2 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'dataflow_source_to_rocketmq_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:39:57,958-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 3 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'dataflow_source_to_rocketmq_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:40:17,980-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 4 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'dataflow_source_to_rocketmq_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:40:38,001-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 5 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'dataflow_source_to_rocketmq_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:40:58,023-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 6 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'dataflow_source_to_rocketmq_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:41:18,043-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 7 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'dataflow_source_to_rocketmq_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:41:38,065-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 8 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'dataflow_source_to_rocketmq_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:41:58,087-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 9 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'dataflow_source_to_rocketmq_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:42:18,109-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 10 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'dataflow_source_to_rocketmq_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:42:38,129-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 11 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'dataflow_source_to_rocketmq_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:42:58,150-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 12 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'dataflow_source_to_rocketmq_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:43:18,172-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 13 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'dataflow_source_to_rocketmq_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:43:38,192-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 14 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'dataflow_source_to_rocketmq_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:43:58,213-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 15 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'dataflow_source_to_rocketmq_sink', 'key': 'connector'} error,retry later ...... add connector tag store_to_datahub_sink to 10.2.0.10 2025-03-28 17:44:18,235-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 0 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'store_to_datahub_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:44:38,257-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 1 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'store_to_datahub_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:44:58,278-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 2 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'store_to_datahub_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:45:18,300-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 3 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'store_to_datahub_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:45:38,322-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 4 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'store_to_datahub_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:45:58,343-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 5 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'store_to_datahub_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:46:18,365-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 6 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'store_to_datahub_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:46:38,386-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 7 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'store_to_datahub_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:46:58,407-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 8 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'store_to_datahub_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:47:18,429-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 9 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'store_to_datahub_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:47:38,450-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 10 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'store_to_datahub_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:47:58,472-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 11 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'store_to_datahub_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:48:18,493-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 12 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'store_to_datahub_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:48:38,515-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 13 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'store_to_datahub_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:48:58,537-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 14 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'store_to_datahub_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:49:18,557-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 15 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'store_to_datahub_sink', 'key': 'connector'} error,retry later ...... add connector tag store_to_dataflow_sink to 10.2.0.10 2025-03-28 17:49:38,578-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 0 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'store_to_dataflow_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:49:58,597-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 1 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'store_to_dataflow_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:50:18,619-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 2 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'store_to_dataflow_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:50:38,640-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 3 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'store_to_dataflow_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:50:58,660-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 4 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'store_to_dataflow_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:51:18,681-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 5 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'store_to_dataflow_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:51:38,702-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 6 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'store_to_dataflow_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:51:58,722-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 7 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'store_to_dataflow_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:52:18,744-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 8 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'store_to_dataflow_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:52:38,766-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 9 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'store_to_dataflow_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:52:58,788-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 10 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'store_to_dataflow_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:53:18,809-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 11 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'store_to_dataflow_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:53:38,831-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 12 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'store_to_dataflow_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:53:58,852-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 13 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'store_to_dataflow_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:54:18,874-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 14 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'store_to_dataflow_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:54:38,896-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 15 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'store_to_dataflow_sink', 'key': 'connector'} error,retry later ...... add connector tag store_to_kafka_sink to 10.2.0.10 2025-03-28 17:54:58,918-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 0 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'store_to_kafka_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:55:18,940-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 1 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'store_to_kafka_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:55:38,961-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 2 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'store_to_kafka_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:55:58,983-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 3 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'store_to_kafka_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:56:19,004-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 4 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'store_to_kafka_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:56:39,026-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 5 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'store_to_kafka_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:56:59,048-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 6 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'store_to_kafka_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:57:19,069-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 7 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'store_to_kafka_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:57:39,090-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 8 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'store_to_kafka_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:57:59,111-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 9 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'store_to_kafka_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:58:19,131-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 10 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'store_to_kafka_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:58:39,153-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 11 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'store_to_kafka_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:58:59,172-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 12 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'store_to_kafka_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:59:19,194-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 13 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'store_to_kafka_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:59:39,216-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 14 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'store_to_kafka_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 17:59:59,238-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 15 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'store_to_kafka_sink', 'key': 'connector'} error,retry later ...... add connector tag store_to_rocketmq_sink to 10.2.0.10 2025-03-28 18:00:19,260-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 0 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'store_to_rocketmq_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 18:00:39,282-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 1 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'store_to_rocketmq_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 18:00:59,302-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 2 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'store_to_rocketmq_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 18:01:19,324-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 3 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'store_to_rocketmq_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 18:01:39,345-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 4 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'store_to_rocketmq_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 18:01:59,366-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 5 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'store_to_rocketmq_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 18:02:19,388-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 6 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'store_to_rocketmq_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 18:02:39,408-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 7 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'store_to_rocketmq_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 18:02:59,429-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 8 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'store_to_rocketmq_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 18:03:19,449-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 9 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'store_to_rocketmq_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 18:03:39,470-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 10 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'store_to_rocketmq_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 18:03:59,492-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 11 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'store_to_rocketmq_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 18:04:19,514-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 12 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'store_to_rocketmq_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 18:04:39,535-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 13 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'store_to_rocketmq_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 18:04:59,557-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 14 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'store_to_rocketmq_sink', 'key': 'connector'} error,retry later ...... 2025-03-28 18:05:19,577-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 HTTPConnectionPool(host='10.2.0.10', port=8280): Max retries exceeded with url: /resource/host/tag/add (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 15 post url : http://10.2.0.10:8280/resource/host/tag/add, data : {'ip': '10.2.0.10', 'value': 'store_to_rocketmq_sink', 'key': 'connector'} error,retry later ...... http://localhost:8090 http://localhost:8090/api/auth {'taskParam': '{"password": "MjAyNS0wMy0yOA==", "user": "RM_oms"}'} 2025-03-28 18:05:39,608-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): localhost:8090 2025-03-28 18:05:39,862-urllib3.connectionpool-DEBUG connectionpool._make_request.484 :http://localhost:8090 "POST /api/auth HTTP/1.1" 200 None {"success":true,"code":200,"msg":null,"data":{"token":"dHM9MTc0MzE1NjMzOTgyOSZ1c2VyPVJNX29tcyZwYXNzd29yZD1NakF5TlMwd015MHlPQSUzRCUzRA"}} {u'msg': None, u'code': 200, u'data': {u'token': u'dHM9MTc0MzE1NjMzOTgyOSZ1c2VyPVJNX29tcyZwYXNzd29yZD1NakF5TlMwd015MHlPQSUzRCUzRA'}, u'success': True} add cm http://10.2.0.10:8280 as region auto 2025-03-28 18:05:39,891-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): localhost:8090 2025-03-28 18:05:39,983-urllib3.connectionpool-DEBUG connectionpool._make_request.484 :http://localhost:8090 "POST /api/admin/cluster/add HTTP/1.1" 200 None {"success":true,"code":0,"msg":null,"data":{"id":1,"region":"default","regionCn":"默认地域","cmUrl":"http://10.2.0.10:8280","code":100,"groupName":"default","gmtCreate":null,"gmtModified":null,"isDefaultCm":true,"cmLocationString":"100"}} add cm group oms 2025-03-28 18:05:39,985-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): localhost:8090 2025-03-28 18:05:40,240-urllib3.connectionpool-DEBUG connectionpool._make_request.484 :http://localhost:8090 "POST /api/admin/clustergroup/add HTTP/1.1" 200 None {"success":true,"code":0,"msg":null,"data":{"id":1,"gmtCreate":null,"gmtModified":null,"name":"default","nameCn":"默认地域","buWhite":"","drcOn":1,"drcDefaultCm":1,"drcDailyLimit":-1,"drcAppWhite":"","drcAppBlack":"","drcDbBlack":"","drcComment":"","lightDeployed":0,"lightOn":0,"lightDefaultCm":0,"lightDailyLimit":-1,"lightAppWhite":"","lightAppBlack":"","lightDbBlack":"","lightComment":""}} add location cm 2025-03-28 18:05:40,249-urllib3.connectionpool-DEBUG connectionpool._new_conn.250 :Starting new HTTP connection (1): 10.2.0.10:8280 -------------------------------------------------------------------------------- # 【结束】初始化失败,当前命令: python -m omsflow.scripts.units.oms_cluster_manager add_resource  --------------------------------------------------------------------------------