You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user-zh@flink.apache.org by 欧阳苗 <a9...@qq.com> on 2020/10/20 07:57:59 UTC

flink 报错 java.io.IOException: GET operation failed: Server side error: BLOB size exceeds the maximum size (2 GB).

提交flink job时失败,并且报了java.io.IOException: GET operation failed: Server side error: BLOB size exceeds the maximum size (2 GB).  请问有大佬知道怎么解吗

回复:flink 报错 java.io.IOException: GET operation failed: Server side error: BLOB size exceeds the maximum size (2 GB).

Posted by Shuai Xia <jk...@dingtalk.com.INVALID>.
Hi,原因是blobfile长度超过了int的最大值,可以开下debug么,打印下列日志
Received GET request for BLOB {}/{} from {}.


------------------------------------------------------------------
发件人:欧阳苗 <a9...@qq.com>
发送时间:2020年10月20日(星期二) 15:58
收件人:user-zh <us...@flink.apache.org>
主 题:flink 报错 java.io.IOException: GET operation failed: Server side error: BLOB size exceeds the maximum size (2 GB).

提交flink job时失败,并且报了java.io.IOException: GET operation failed: Server side error: BLOB size exceeds the maximum size (2 GB).  请问有大佬知道怎么解吗