FLinkAssigned key must not be null
Posted 九师兄
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了FLinkAssigned key must not be null相关的知识,希望对你有一定的参考价值。
1.概述
我的flink任务报错Assigned key must not be null
,但是我把keyby用到的字段已经提前做了非空过滤,还是偶尔会报这个错。
还没法复现这个问题。
对应的源码位于
public static int assignToKeyGroup(Object key, int maxParallelism)
Preconditions.checkNotNull(key,
以上是关于FLinkAssigned key must not be null的主要内容,如果未能解决你的问题,请参考以下文章
web 性能优化之:no-cache 与 must-revalidate 深入探究
max-age, no-Cache,must-revalidate on Cache-Control Header,这里优先考虑哪个?
no-cache 和 must-revalidate 之间的区别
http协议-缓存控制:no-cache/must-revalidate/no-store