BlobServer 协议所允许的最大长度导致的。你可以尝试修改 BlobServer 配置,将 blob.server.max-blob-...
LOG.error("Error while executing BLOB connection.", t); } finally { closeSilently(clientSocket, LOG); blobServer.unregisterConnection(this); } } /** * Closes the connection socket and lets the thread exit. */ public void close() { closeSilently(clientSocket, LOG); interrupt(); } // ...
error("Error while executing BLOB connection.", t); } finally { closeSilently(clientSocket, LOG); blobServer.unregisterConnection(this); } } /** * Closes the connection socket and lets the thread exit. */ public void close() { closeSilently(clientSocket, LOG); interrupt(); } ...
2024-04-07 15:10:46,895 ERROR [BLOB connection for /xx.xx.xx.xx:38877] org.apache.flink.runtime.blob.BlobServerConnection - Error while executing BLOB connection.java.io.IOException: Unknown operation 71 at org.apache.flink.runtime.blob.BlobServerConnection.run(BlobServerConnection.java:120)...
(highAvailabilityService); this.blobServer = checkNotNull(blobServer); this.scheduledExecutorService = jobManagerSharedServices.getScheduledExecutorService(); this.jobCompletionActions = checkNotNull(jobCompletionActions); this.fatalErrorHandler = checkNotNull(fatalErrorHandler); this.userCodeLoader = check...
这里逻辑非常重要,主要是两个类在工作ConsumerThread和Handover,看看这个逻辑,首先时创建handover(可以把他当成一个阻塞队列),然后启动consumerThread线程,这个线程通过KafkaConsumer来获取Kafka服务器的内容,然后把获取的数据放到handover,然后就开始while(true)阻塞获取handover的数据,获取到了就emitRecord,这个emitRecord逻...
*/// 对应的是 subtask (一个 vertex ( operator chain ) 一个 subtask ) 执行@Overridepublicvoidrun(){// ---// Initial State transition// ---while(true){ExecutionState current=this.executionState;if(current==ExecutionState.CREATED){if(transitionState(ExecutionState.CREATED,ExecutionState.DEPLOYIN...
All Flink parameters are configurable on the client. You are advised to modify the flink-conf.yaml configuration file on the client. If Flink parameters are modified on F
For versions earlier than MRS 3.x, the following parameters inTable 4do not exist in the default Flink configuration of MRS. If you want to enable SSL for external connections, add the following parameters. After SSL for external connection is enabled, the native Flink page cannot be accessed...
TaskExecutor#establishResourceManagerConnection; TaskSlotTableImpl#createSlotReport;建立 report 这时候的 report如下: slotReport = {SlotReport@9633}0= {SlotStatus@8969}"SlotStatus{slotID=40d390ec-7d52-4f34-af86-d06bb515cc48_0, resourceProfile=ResourceProfile{managedMemory=64.000mb (67108864 bytes),...