I check the log of Nebula Graph. It says
nebula-graphd.ERROR
Log file created at: 2022/12/3 21:57:44
Running on machine: ubuntu
Running duration (h:mm:ss): 0:00:00
Log line format: [IWEF]yyyymmdd hh:mm:ss.uuuuuu threadid file:line] msg
E20221120 21:57:44.568208 2865 QueryInstance.cpp:137] SyntaxError: syntax error near THERE_ARE_SOME_ERRORS' E20221120 21:57:44.568208 2864 QueryInstance.cpp:137] SyntaxError: syntax error near THERE_ARE_SOME_ERRORS’
E20221120 21:57:44.568349 2865 QueryInstance.cpp:137] SyntaxError: syntax error near THERE_ARE_SOME_ERRORS' E20221120 21:57:44.568373 2864 QueryInstance.cpp:137] SyntaxError: syntax error near THERE_ARE_SOME_ERRORS’
E20221120 21:57:44.568380 2865 QueryInstance.cpp:137] SyntaxError: syntax error near THERE_ARE_SOME_ERRORS' E20221120 21:57:44.568416 2865 QueryInstance.cpp:137] SyntaxError: syntax error near THERE_ARE_SOME_ERRORS’
I tried reboot, which doesn’t work
2
Answers
Could you please share what you have done?
It looks similar to https://discuss.nebula-graph.com.cn/t/topic/11277/ but not sure if you had done the same(put the
ADD HOSTS
of storage with a wrong port)It looks like the storaged is not added to the cluster successfully. Did you run the
add hosts
command? see here.