nebula icon indicating copy to clipboard operation
nebula copied to clipboard

I suddenly encountered an error. It was working fine before, but now it shows 'UDF Folder doesn't Exist!'

Open papandadj opened this issue 11 months ago • 7 comments

tail -n 100 -f nebula-graphd.ERROR 显示 image

tail -n 100 -f nebula-graphd.INFO image

我没看过之前的日志,他为什么会在nebula用户下

papandadj avatar Mar 04 '24 02:03 papandadj

你在什么操作的时候,遇到了该报错呢?你可以先试试在 graphd 里配置 –enable_udf=true更改为false

What operation were you performing when you encountered this error? You can try configuring --enable_udf=true to false in graphd first.

QingZ11 avatar Mar 04 '24 05:03 QingZ11

我没有操作任何东西,年前好着,(中间没人动),今天早上看的时候就一直报这个错。但是重启之后好了。所以想问下,看下你们知道什么问题不。

papandadj avatar Mar 04 '24 05:03 papandadj

你遇到的问题基本上和这个报错没关系,之前报这种错误的有版本对不齐的,端口配置不对,反正和 udf 没任何关系。你想了解具体的问题的话,假如不幸下次再遇到,就先把 udf 功能关了之后,再看相关的报错日志。

The issues you have encountered are basically unrelated to this error. This type of error usually occurs due to version mismatch or incorrect port configuration, but it has nothing to do with UDF. If you want to understand the specific problem, in case you unfortunately encounter it again, try disabling the UDF functionality first and then check the relevant error logs.

QingZ11 avatar Mar 04 '24 06:03 QingZ11

好的,明白

papandadj avatar Mar 04 '24 06:03 papandadj

我也遇到了。 我是执行这个命令的时候报错,然后graph进程退出,再用需要重启。 match p=(v:firewall)-[*]-(v1:lvsvs{ip:"123.103.124.101"})-[e]-(v2:service) return p 按照上面说的把true设为false,倒是不报错,可是进程依然退出。日志没有内容。

AntarcticPresident avatar Mar 13 '24 02:03 AntarcticPresident

我也遇到了。 我是执行这个命令的时候报错,然后graph进程退出,再用需要重启。 match p=(v:firewall)-[*]-(v1:lvsvs{ip:"123.103.124.101"})-[e]-(v2:service) return p 按照上面说的把true设为false,倒是不报错,可是进程依然退出。日志没有内容。

你这个 graph 退出了可能是服务异常了,你创建索引了么?没有的话,你这个语句可能会去读全盘数据,容易把系统搞挂。

Your graph might have crashed due to a service error. Have you created an index? If not, your query could potentially read the entire disk's data, which might easily overload the system.

QingZ11 avatar Mar 13 '24 02:03 QingZ11

当然创建了,如果没有索引,会直接告诉你索引不存在。 我这个还在测试中,数据量并不大,有个statistics页,里面统计的乱七八糟全加起来也没有5000。 所以说啊,我觉得应该是系统有问题。我看文档里面有提到后台其实是在定期整理数据的,是不是因为在整理导致graphd异常? 我这还有个现象,如果是插入数据过一会儿,它就好了。会不会是异步处理导致这个问题?

AntarcticPresident avatar Mar 13 '24 07:03 AntarcticPresident