调用 py udf 报错
为提高效率,提问时请提供以下信息,问题描述清晰可优先响应。
【GBase版本】: 9.5.3.28
【操作系统】:
【CPU】:
【问题描述】*:02:54:03 UTC - gclusterd(9.5.3.28.12509af275af) got signal 11 ;
This could be because you hit a bug. It is also possible that this binary
or one of the libraries it was linked against is corrupt, improperly built,
or misconfigured. This error can also be caused by malfunctioning hardware.
We will try our best to scrape up some info that will hopefully help diagnose
the problem, but since we have already crashed, something is definitely wrong
and this may fail.
key_buffer_size=8384512
read_buffer_size=131072
max_used_connections=2
max_threads=10000
threads_connected=4
It is possible that gbased could use up to
key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 22055844 K
bytes of memory
Hope that's ok; if not, decrease some variables in the equation.
thd: 0x336ee000
Attempting backtrace. You can use the following information to find out
where gbased died. If you see no messages after this, something went
terribly wrong...
stack_bottom = fffe38d677e8 thread_stack 0x400000
热门帖子
- 12025-12-01浏览数:182759
- 22023-05-09浏览数:25044
- 42023-09-25浏览数:18519
- 52020-05-11浏览数:17526

看上去是触发了一个内存管理的问题。请检测一下python代码的内存管理是否合理。
若难以排查,可以搜集coredump文件,并提供完整python udf语句给gbase售后人员进行进一步分析。