yanli

Results 2 issues of yanli

你好 @lw-lin : 我们在使用Streaming的时候,发现Executor运行一段时间(1小时左右)后,整个程序就会失败,查看CPU,内存,网络,GC情况,都处于安全状态。 **_error: java.lang.Exception: Could not compute split, block input-0-1416573258200 not found_** 最开始的Storage策略配置的是Memory_ONLY,当数据量激增的时候,会报这个错误,所以调整Storage的策略是Memory_And_DIsk,但是程序运行一段时间还是会报这个错误。同时,会抛出Executor和ReceiverTracker的通信超时(120s)。 请问这个有什么好的排查方法吗,谢谢。 ps:部署模式yarn-cluster

**Compile Error** plugin-vesion : ` gazelle_plugin-1.2.0` arrow-version : `--branch arrow-4.0.0-oap-1.2` `[ 83%] Generating arithmetic_ops.bc /data/software/gazelle_plugin-1.2.0/arrow-data-source/script/build/arrow_ep/cpp/src/gandiva/precompiled/arithmetic_ops.cc:156:1: error: no member named 'abs' in namespace 'std'; did you mean 'fabs' ? NORMALIZE(float64, float64)...

bug