grep-w$TxnIdfe.log|grep"load id"#输出例子:2021-12-20 20:48:50,169INFO(thrift-server-pool-4|138)[FrontendServiceImpl.streamLoadPut():809]receivestreamloadputrequest.db:ssb,tbl:demo_test_1,txn id:1580717,load id:7a4d4384-1ad7-b798-f176-4ae9d7ea6b9d,backend:172.26.92.155 在对应的b...
202WARN (thrift-server-pool-7|122) [MasterImpl.finishTask():176] finish task reports bad. request: TFinishTaskRequest(backend:TBackend(host:172.17.22.29, be_port:9060, http_port:8004), task_type:PUBLISH_VERSION, signature:5352655, task_status:TStatus(status_code:RUNTIME_ERROR, error...
Misleading FE Thrift RPC failure messages in logs.#52706 Routine Load tasks were canceled due to expired transactions (now tasks are canceled only if the database or table no longer exists).#50334 Stream Load failures when submitted using HTTP 1.0.#53010#53008 ...
rpc_port 9020 FE上的Thrift Server端口。 thrift_backlog_num 1024 Thrift Server的backlog队列长度。 thrift_server_type THREAD_POOL Thrift服务器的服务模型。取值范围:SIMPLE、THREADED和THREAD_POOL。 thrift_server_max_worker_threads 4096 Thrift Server最大工作线程数。 thrift_client_timeout_ms 5000 Thrift...
RETURN_IF_ERROR(deserialize_thrift_msg(buf, &len, TProtocolType::BINARY, &t_request)); } bool is_pipeline = t_request.__isset.is_pipeline && t_request.is_pipeline; LOG(INFO) << "exec plan fragment, fragment_instance_id=" << print_id(t_request.params.fragment_instance_id) ...
return status.is_duplicate_rpc_invocation() ? Status::OK() : status; } } else { return _exec_env->fragment_mgr()->exec_plan_fragment(t_request); } } 当采用 Pipeline 执行引擎时,创建 FragmentExecutor,完成下列操作: 调用FragmentExecutor::prepare 函数, 初始化 Fragment Instance 的执行环境,创建...
frontend Count 当前使用的frontend Thrift 客户端数 内存中主键索引的数量 nums Count 内存中主键索引的数量 主键索引的总内存 index_bytes Bytes 主键索引的总内存 delete_vector_bytes Bytes 主键表 DELETE Vector 缓存的内存成本 主键表中新生成的 DELETE 向量的总数 new_delete_vector Count 主键表中新生成的 DEL...
Caused by: org.apache.hadoop.security.AccessControlException: Client cannot authenticate via:[TOKEN, KERBEROS]at org.apache.hadoop.security.SaslRpcClient.selectSaslClient(SaslRpcClient.java:173)at org.apache.hadoop.security.SaslRpcClient.saslConnect(SaslRpcClient.java:390)at org.apache.hadoop.ipc.Clie...
rpc_port 9020 FE 上的 thrift server 端口 query_port 9030 FE 上的 mysql server 端口 mysql_service_nio_enabled false FE 连接服务的nio是否开启 mysql_service_io_threads_num false FE 连接服务线程数 auth_token 空字符串 Token是否自动开启 tablet_create_timeout_second 1 建表超时时长 max_create_tab...
rpc_port 9020 FE在thrift server上的端口 query_port 9030 FE在mysql server上的端口 edit_log_port 9020 FE Group(master follower observer)之间的通信端口 be_port 9060 BE在thrift server上的端口 webserver_port 8040(与nodemanager冲突) BE上http server的端口 heartbeat_service_port 9050 BE上心跳服务端口...